[INFO] cloning repository https://github.com/chinedufn/hyper-tls-graceful-shutdown-issue
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chinedufn/hyper-tls-graceful-shutdown-issue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchinedufn%2Fhyper-tls-graceful-shutdown-issue", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchinedufn%2Fhyper-tls-graceful-shutdown-issue'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f041ee22dda7f3cccedd8806fa34b23ed516b38
[INFO] testing chinedufn/hyper-tls-graceful-shutdown-issue against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchinedufn%2Fhyper-tls-graceful-shutdown-issue" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chinedufn/hyper-tls-graceful-shutdown-issue
[INFO] finished tweaking git repo https://github.com/chinedufn/hyper-tls-graceful-shutdown-issue
[INFO] tweaked toml for git repo https://github.com/chinedufn/hyper-tls-graceful-shutdown-issue written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chinedufn/hyper-tls-graceful-shutdown-issue on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chinedufn/hyper-tls-graceful-shutdown-issue 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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] be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a
[INFO] running `Command { std: "docker" "start" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a", 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" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a", 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" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling aws-lc-rs v1.11.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rustls v0.23.19
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling ipnet v2.10.1
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling cc v1.2.3
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling cmake v0.1.52
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling aws-lc-sys v0.23.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tokio v1.42.0
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling h2 v0.4.7
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper v1.5.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.1
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.9
[INFO] [stderr]    Compiling hyper-graceful-shutdown-issue v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `TlsConfig` is never used
[INFO] [stdout]   --> src/lib.rs:23:6
[INFO] [stdout]    |
[INFO] [stdout] 23 | enum TlsConfig {
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_server` is never used
[INFO] [stdout]   --> src/lib.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | async fn run_server(
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_tcp_conn` is never used
[INFO] [stdout]   --> src/lib.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | async fn handle_tcp_conn(
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rustls_server_config` is never used
[INFO] [stdout]   --> src/lib.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn rustls_server_config() -> Arc<tokio_rustls::rustls::ServerConfig> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_tokio_io_conn` is never used
[INFO] [stdout]    --> src/lib.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | async fn handle_tokio_io_conn<T: AsyncRead + AsyncWrite + Unpin + 'static>(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TLS_CERTIFICATE_SELF_SIGNED` is never used
[INFO] [stdout]    --> src/lib.rs:170:22
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub(super) const TLS_CERTIFICATE_SELF_SIGNED: &'static str = r#"-----BEGIN CERTIFICATE-----
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TLS_PRIVATE_KEY_SELF_SIGNED` is never used
[INFO] [stdout]    --> src/lib.rs:190:22
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub(super) const TLS_PRIVATE_KEY_SELF_SIGNED: &'static str = r#"-----BEGIN PRIVATE KEY-----
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a", 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" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: enum `TlsConfig` is never used
[INFO] [stdout]   --> src/lib.rs:23:6
[INFO] [stdout]    |
[INFO] [stdout] 23 | enum TlsConfig {
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_server` is never used
[INFO] [stdout]   --> src/lib.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | async fn run_server(
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_tcp_conn` is never used
[INFO] [stdout]   --> src/lib.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | async fn handle_tcp_conn(
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rustls_server_config` is never used
[INFO] [stdout]   --> src/lib.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn rustls_server_config() -> Arc<tokio_rustls::rustls::ServerConfig> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_tokio_io_conn` is never used
[INFO] [stdout]    --> src/lib.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | async fn handle_tokio_io_conn<T: AsyncRead + AsyncWrite + Unpin + 'static>(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hyper-graceful-shutdown-issue v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `TLS_CERTIFICATE_SELF_SIGNED` is never used
[INFO] [stdout]    --> src/lib.rs:170:22
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub(super) const TLS_CERTIFICATE_SELF_SIGNED: &'static str = r#"-----BEGIN CERTIFICATE-----
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TLS_PRIVATE_KEY_SELF_SIGNED` is never used
[INFO] [stdout]    --> src/lib.rs:190:22
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub(super) const TLS_PRIVATE_KEY_SELF_SIGNED: &'static str = r#"-----BEGIN PRIVATE KEY-----
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.69s
[INFO] running `Command { std: "docker" "inspect" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a", 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" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: enum `TlsConfig` is never used
[INFO] [stderr]   --> src/lib.rs:23:6
[INFO] [stderr]    |
[INFO] [stderr] 23 | enum TlsConfig {
[INFO] [stderr]    |      ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `run_server` is never used
[INFO] [stderr]   --> src/lib.rs:28:10
[INFO] [stderr]    |
[INFO] [stderr] 28 | async fn run_server(
[INFO] [stderr]    |          ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `handle_tcp_conn` is never used
[INFO] [stderr]   --> src/lib.rs:65:10
[INFO] [stderr]    |
[INFO] [stderr] 65 | async fn handle_tcp_conn(
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `rustls_server_config` is never used
[INFO] [stderr]   --> src/lib.rs:98:4
[INFO] [stderr]    |
[INFO] [stderr] 98 | fn rustls_server_config() -> Arc<tokio_rustls::rustls::ServerConfig> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `handle_tokio_io_conn` is never used
[INFO] [stderr]    --> src/lib.rs:121:10
[INFO] [stderr]     |
[INFO] [stderr] 121 | async fn handle_tokio_io_conn<T: AsyncRead + AsyncWrite + Unpin + 'static>(
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `TLS_CERTIFICATE_SELF_SIGNED` is never used
[INFO] [stderr]    --> src/lib.rs:170:22
[INFO] [stderr]     |
[INFO] [stderr] 170 |     pub(super) const TLS_CERTIFICATE_SELF_SIGNED: &'static str = r#"-----BEGIN CERTIFICATE-----
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `TLS_PRIVATE_KEY_SELF_SIGNED` is never used
[INFO] [stderr]    --> src/lib.rs:190:22
[INFO] [stderr]     |
[INFO] [stderr] 190 |     pub(super) const TLS_PRIVATE_KEY_SELF_SIGNED: &'static str = r#"-----BEGIN PRIVATE KEY-----
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `hyper-graceful-shutdown-issue` (lib) generated 7 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hyper_graceful_shutdown_issue-cb0d01bfcffef3eb)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] 2026-07-09T20:09:47.915886239Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:48.002069142Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.004279462Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.004347702Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] test tests::graceful_shutdown_with_tls ... FAILED
[INFO] [stdout] 2026-07-09T20:09:48.062675908Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.062989048Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.063087748Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.109133905Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.109424874Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.109523485Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.147639862Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.147927722Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.148041962Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.182558959Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.182865229Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.182965609Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.217554806Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.217830556Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.217925046Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.251293924Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.251538584Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.251621244Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.284891992Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.285155901Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.285249691Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.318348789Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.318617059Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.318709879Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.351884246Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.352155006Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33343))
[INFO] [stdout] 2026-07-09T20:09:48.352261386Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.352684776Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.352884286Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.353074656Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.353280976Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.353463176Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.353612476Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.353701356Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.353830046Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.354005986Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.354105726Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.354271826Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.354387846Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.354502476Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.354625806Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.354741166Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.354884116Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.355017026Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.355146176Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.355277706Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33343
[INFO] [stdout] 2026-07-09T20:09:48.355425446Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.355761156Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.355951446Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.356128696Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.356307646Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.356470926Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.356631886Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.356801226Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.356964106Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.357133386Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.357264106Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.367138385Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.367598905Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.369203305Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.369292615Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.370447925Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.370533525Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.371672505Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.371764245Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.372934075Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.373034315Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.374226105Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.374311225Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.375453005Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.375830905Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.376011574Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.376272785Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.376492245Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.377085645Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.381351524Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.381471104Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.382810504Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.382842744Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.384273024Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.384378384Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.385435424Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.385465374Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33343)
[INFO] [stdout] 2026-07-09T20:09:48.387015394Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.387738394Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.387837434Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.387925724Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.388071344Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:48.456961679Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.457231928Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.457282708Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.495555236Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.495713906Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.495785126Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.527218133Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.527478093Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.527530573Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.559217651Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.559389361Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.559434891Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.592225658Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.592376958Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.592414868Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.623947546Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.624114476Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.624159856Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.656254504Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.656412854Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.656460074Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.689057511Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.689234841Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.689277341Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.721553869Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.721711509Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.721758869Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.754369056Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.754600626Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38865))
[INFO] [stdout] 2026-07-09T20:09:48.754653396Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.754944986Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755033506Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755092136Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755132756Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755193806Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755236096Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755274956Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755312166Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755349736Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755385006Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755421616Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755456576Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755493606Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755532586Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755570436Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755610716Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755644956Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755677976Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755707386Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38865
[INFO] [stdout] 2026-07-09T20:09:48.755739876Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:48.755862006Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.755945376Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.756008096Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.756060836Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.756115426Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.756247466Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.756326976Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.756388236Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.756443096Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.756499576Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.763825496Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.763887016Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.765096896Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.765595505Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.765630096Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38865)
[INFO] [stdout] 2026-07-09T20:09:48.766856425Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:48.779527555Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:48.870010728Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:48.871349628Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:48.871525548Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:48.916463294Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:48.916727574Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:48.916822814Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:48.952741862Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:48.953037731Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:48.953129782Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:48.985627289Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:48.985884669Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:48.985964449Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.018928097Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.019214837Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:49.019314617Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.051532104Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.051813144Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:49.051910844Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.088465361Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.088742941Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:49.088846491Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.121774159Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.122057409Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:49.122158379Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.156896596Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.157186646Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:49.157290056Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.191573524Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.191864164Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34391))
[INFO] [stdout] 2026-07-09T20:09:49.191969734Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.192392124Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.192566784Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.192668944Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.192788374Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.192896924Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.193027144Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.193129014Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.193259244Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.193393984Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.193514314Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.193627334Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.193753604Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.193869374Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.194010004Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.194136754Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.194281534Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.194406213Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.194535624Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.194652113Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34391
[INFO] [stdout] 2026-07-09T20:09:49.194772693Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.195027284Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.195207513Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.195357744Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.195502504Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.195707093Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.195864684Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.196025133Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.196146783Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.196376673Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.196706693Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.205073363Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.205369533Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.206810603Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.206917123Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.208201163Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.208431592Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.209810483Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.209925283Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.211329812Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.211427442Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.212738552Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.212839032Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.214273632Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.214375822Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.215556102Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.215650512Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.216985292Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.217084882Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.218475452Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.218579972Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.219924772Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.220036732Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34391)
[INFO] [stdout] 2026-07-09T20:09:49.221519342Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.228593451Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.228916611Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.229083101Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.229239531Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.229396161Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.229551631Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.229703621Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.229933041Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:49.357758952Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.357995892Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.358081592Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.409952588Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.410209417Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.410291368Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.448273625Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.448515485Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.448595155Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.490104182Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.491692671Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.496123801Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.536194828Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.536430938Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.536530648Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.571965315Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.572191835Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.572267815Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.604572073Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.604773983Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.604896063Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.637844091Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.638069671Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.63818048Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.671021718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.671264738Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.671346878Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.703550226Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.703765306Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41313))
[INFO] [stdout] 2026-07-09T20:09:49.703841756Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.704182146Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.704297015Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.704393946Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.704470126Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.704557766Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.704631846Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.704706595Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.704788435Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.704864786Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.704948175Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.705024995Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.705109675Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.705204295Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.705292686Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.705371306Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.705453186Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.705545115Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.705621606Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.705702735Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41313
[INFO] [stdout] 2026-07-09T20:09:49.705776646Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:49.705958766Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.706095765Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.706215875Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.706320175Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.706418895Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.706519835Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.706617815Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.706741175Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.706842185Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.706946825Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.717700094Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.720219294Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.721531094Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.722627484Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.722664224Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.723920004Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.723953974Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.725289954Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.725375874Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.726562984Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.726648304Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.727947004Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.729199754Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.730553484Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.730635204Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.731834144Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.731918113Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.733140893Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.735201433Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.736528623Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.736609603Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41313)
[INFO] [stdout] 2026-07-09T20:09:49.737819013Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.744026172Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.744395743Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.744604972Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.744797703Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.744997303Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.745227223Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.745411572Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.745603712Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:49.745864432Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:49.868292373Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:49.869905833Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:49.872222323Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:49.951444447Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:49.951700047Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:49.951788567Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:49.994847394Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:49.995096324Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:49.995192754Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.029066941Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.029356011Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:50.029449131Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.060865869Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.061137389Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:50.061237069Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.093004266Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.093268017Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:50.093365697Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.126475224Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.126771774Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:50.126858524Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.160722352Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.161022232Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:50.161131961Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.194988269Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.195266129Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:50.195377859Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.228326427Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.228611847Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37201))
[INFO] [stdout] 2026-07-09T20:09:50.228710356Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.229092287Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.229258836Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.229371876Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.229501156Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.229633596Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.229747456Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.229874226Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.229989556Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.230122556Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.230269346Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.230397966Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.230603276Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.230743036Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.230869626Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.231043466Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.231136936Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.231274166Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.231404806Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.231537496Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37201
[INFO] [stdout] 2026-07-09T20:09:50.231664936Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.231930926Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.232142926Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.232326646Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.232489526Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.232650656Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.232813666Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.232984956Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.233153046Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.233295276Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.233441296Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.243211255Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.243758145Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.245531385Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.245653545Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.247144855Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.247592235Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.252663155Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.252840285Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.254466325Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.254608974Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.256227214Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.256276585Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.257791954Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.257897294Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.259337744Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.259445054Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.260850404Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.260892484Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.262390654Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.262489894Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.263892534Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.264007554Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37201)
[INFO] [stdout] 2026-07-09T20:09:50.269105113Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.269509023Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.269742933Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.269971003Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.270213353Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.270426573Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.270631173Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.270836843Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.271128383Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:50.303646481Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.303799511Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.303850071Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.335739728Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.335896908Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.335950328Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.367643836Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.367803146Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.367846806Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.398812744Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.398978274Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.399029814Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.429769361Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.429924132Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.429979292Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.460206319Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.460361159Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.460403579Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.491125337Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.491282027Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.491318467Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.521383305Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.521542615Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.521594555Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.552102102Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.552264892Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.552305462Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58282727Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58297339Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34129))
[INFO] [stdout] 2026-07-09T20:09:50.58301033Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58330787Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58337935Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.58343016Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58346906Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.58351029Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58354883Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.58358705Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58362314Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.5836561Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58369815Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.58373147Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58376531Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.58379699Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58382722Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.58385671Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58389553Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.58393449Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58398315Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.58412513Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34129
[INFO] [stdout] 2026-07-09T20:09:50.58420128Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.58438481Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58447982Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58454422Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58460723Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58466431Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58472082Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58477524Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58483809Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58489908Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.58497362Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.592363469Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.592520689Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.593677459Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.595071969Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.595156259Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34129)
[INFO] [stdout] 2026-07-09T20:09:50.600644839Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.608718608Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:50.641055866Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.641235346Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.641287116Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.673503603Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.673663703Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.673716213Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.705547681Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.705712181Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.705763751Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.736797529Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.736944819Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.736997199Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.767819576Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.767991396Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.768042666Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.799383714Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.799540214Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.799591844Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.830759792Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.830905852Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.830946432Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.862739549Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.862889279Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.862930589Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.895271797Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.895427057Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.895481907Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.928318054Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.928486954Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39167))
[INFO] [stdout] 2026-07-09T20:09:50.928534624Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.928841914Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.928922514Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.928992224Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.929220024Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.929279124Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.929325414Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.929369774Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.929412294Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.929455274Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.929502484Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.929548114Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.929590274Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.929630704Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.929670354Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.929712504Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.929754314Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.929793204Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.929832114Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.929869824Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39167
[INFO] [stdout] 2026-07-09T20:09:50.929908104Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:50.930061984Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.930160884Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.930255174Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.930312914Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.930371474Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.930431804Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.930495944Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.930553504Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.930606904Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.930661314Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.938388734Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.938473343Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.939887054Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.940885843Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.940927854Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.942405183Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.942456913Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.943943343Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.943993083Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.945378963Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.945417443Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.946753083Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.946805703Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39167)
[INFO] [stdout] 2026-07-09T20:09:50.948220413Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.948443123Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.948571433Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.948688433Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.951700253Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:50.958059692Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:50.99133221Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:50.99148851Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:50.991534379Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.024631937Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.024781537Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:51.024821687Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.057309445Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.057468305Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:51.057515385Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.090879052Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.091050502Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:51.091099172Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.12288318Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.12304875Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:51.12309508Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.154594407Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.154759558Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:51.154803847Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.188895705Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.189051415Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:51.189098305Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.221533813Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.221699293Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:51.221745102Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.25576955Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.25591695Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:51.25596902Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.289525527Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.289678327Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40159))
[INFO] [stdout] 2026-07-09T20:09:51.289718527Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290009827Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290081427Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290133447Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290192447Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290233057Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290268667Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290303947Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290339627Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290373097Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290408497Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290447217Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290486107Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290523117Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290560157Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290598947Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290640847Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290685307Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290725417Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290763447Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40159
[INFO] [stdout] 2026-07-09T20:09:51.290800247Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.290923707Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.291025347Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.291091497Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.291158307Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.291244777Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.291292697Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.291339747Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.291389097Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.291438097Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.291492297Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.309135336Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.309240566Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.310415786Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.310453146Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.311603416Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.311761226Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.313151556Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.313227656Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.314520106Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.314558215Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.315703046Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.315739646Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.316886155Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.316921106Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.318026875Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.318064015Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.320739895Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.320801515Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.321968455Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.322004395Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.323410745Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.323449775Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40159)
[INFO] [stdout] 2026-07-09T20:09:51.325382065Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.325651905Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.325769565Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.325879265Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.326005105Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.326122145Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.326254435Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.326364715Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.326546905Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:51.360752792Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.361363312Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.361609482Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.402525839Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.402820369Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.402935099Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.448152556Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.448413856Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.448673285Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.484118073Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.484507693Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.484779383Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.5154427Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.5159901Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.51630094Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.548650838Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.549200068Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.549442938Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.584792295Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.585040946Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.585138466Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.617491633Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.617723543Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.617810553Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.65043547Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.650673561Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.650751581Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.683249308Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.683482258Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38135))
[INFO] [stdout] 2026-07-09T20:09:51.683554458Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.683861798Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.683997878Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.684085988Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.684202438Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.684309418Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.685006038Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.685139858Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.685247298Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.685370008Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.685480748Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.685753668Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.685929678Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.686121428Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.686248338Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.686370868Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.686495548Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.686609638Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.686741628Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.686860718Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38135
[INFO] [stdout] 2026-07-09T20:09:51.686985668Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:51.687255098Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.687442318Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.687644758Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.687769408Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.687936718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.688080558Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.688223328Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.688344188Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.688517028Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.688632378Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.697681527Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.698318167Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.699883447Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.701045457Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.701674267Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.703203646Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.703300957Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.704563626Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.704662706Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.705949126Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.706064036Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.707322146Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.707415846Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.708598906Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.708693936Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.709859506Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.709952286Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.711151206Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.711267726Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.712488586Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.712579986Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38135)
[INFO] [stdout] 2026-07-09T20:09:51.713799406Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.718488045Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.718827756Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.719007405Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.719196485Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.719364665Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.719542455Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.719709725Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.719877175Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:51.720120645Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:51.770535572Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:51.770826352Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:51.770878701Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:51.821989418Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:51.822241648Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:51.822317738Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:51.860461475Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:51.860681765Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:51.860732525Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:51.894612322Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:51.894831232Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:51.894882672Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:51.92799248Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:51.92813534Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:51.92819935Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:51.961302397Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:51.961534497Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:51.961581397Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:51.991237505Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:51.991469005Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:51.991517255Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.021799833Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.022044323Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:52.022094453Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.052761651Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.053008491Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:52.053060131Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.083946928Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.084201308Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33739))
[INFO] [stdout] 2026-07-09T20:09:52.084284808Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.084574388Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.084647008Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.084703088Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.084746068Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.084791108Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.084832708Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.084868938Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.084903758Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.084937498Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.084982738Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.085017988Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.085052748Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.085084868Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.085116208Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.085146488Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.085203258Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.085242018Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.085276678Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.085308188Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33739
[INFO] [stdout] 2026-07-09T20:09:52.085340088Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.085459278Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.085543228Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.085600658Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.085652348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.085703838Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.085754198Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.085804358Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.085853778Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.085902458Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.085952818Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.094001608Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.094192048Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.095696397Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.095780807Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.096832777Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.096967687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.098073817Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.098117407Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.099208087Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.099239947Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.100400327Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.100595187Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.101840597Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.101881907Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.103083697Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.103119817Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.104340477Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.104388807Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.105634436Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.105670827Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.109043696Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.109180726Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33739)
[INFO] [stdout] 2026-07-09T20:09:52.110709836Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.110922336Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.111046926Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.111147386Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.111280676Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.111381606Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.111484206Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.111585356Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.111757226Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:52.143740294Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.143889274Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.143931164Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.174641242Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.174793451Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.174839062Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.206041579Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.206209189Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.206248479Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.235264707Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.235413917Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.235455237Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.266422295Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.266576355Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.266623415Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.298257402Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.298415832Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.298462202Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.32977592Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.32992636Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.32996669Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.361122528Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.361369557Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.361420637Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.392104025Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.392366615Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.392413545Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.422913093Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.423142313Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41845))
[INFO] [stdout] 2026-07-09T20:09:52.423209863Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.423489893Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.423563983Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.423617043Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.423656013Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.423696783Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.423737363Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.423775883Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.423815463Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.423856303Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.423894533Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.423933503Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.423983313Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.424025153Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.424066833Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.424108243Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.424149453Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.424267653Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.424313643Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.424351283Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41845
[INFO] [stdout] 2026-07-09T20:09:52.424383653Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.424502973Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.424580943Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.424632423Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.424680243Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.424724403Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.424772563Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.424821833Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.424873133Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.424924513Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.424985103Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.431906702Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.432007202Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.433139542Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.434419802Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.434459622Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.435646512Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.435682972Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.436791962Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.436825242Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.437884442Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.437918692Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.439064892Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.439097812Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.440224982Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.440259082Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41845)
[INFO] [stdout] 2026-07-09T20:09:52.441407631Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.444327211Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.444540631Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.444669751Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.444788431Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.444913611Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.499395837Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:52.583057771Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.584285921Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.584407321Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.623725898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.624000418Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.624092188Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.659976015Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.660262935Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.660360155Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.693433503Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.693706073Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.693786123Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.72380899Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.724080001Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.72419099Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.754544458Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.754825418Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.754930158Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.787123566Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.787421596Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.787524086Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.819662303Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.819937673Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.820032733Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.852298841Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.852581931Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.852678791Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.884710349Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.885003509Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44941))
[INFO] [stdout] 2026-07-09T20:09:52.885105369Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.885531649Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.885698958Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.885808018Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.885993689Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.886128829Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.886262249Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.886388598Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.886510058Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.886617888Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.886735138Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.886848058Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.886969098Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.887085198Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.887217318Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.887323458Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.887426578Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.887541268Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.887648498Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.887758488Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44941
[INFO] [stdout] 2026-07-09T20:09:52.887861908Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:52.888084438Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.888298028Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.888425638Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.888586038Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.888767888Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.888886678Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.889066028Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.889220058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.889375498Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.889523718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.897625388Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.898104808Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.899440917Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.900361967Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.900455777Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.901739637Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.901844547Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.905240187Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.905386087Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.906809717Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.906906127Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.908201597Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.908296157Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.909587707Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.909683567Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.910963416Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.911060507Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44941)
[INFO] [stdout] 2026-07-09T20:09:52.912364687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.917322826Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.917687306Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.917942426Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.921276446Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.921553096Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.921761186Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:52.925419295Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:52.959990163Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:52.962280093Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:52.962405383Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:52.99585217Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:52.99610752Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:52.99621054Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.029232218Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.029500678Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:53.029550338Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.062514135Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.062668565Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:53.062711775Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.095884333Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.096050753Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:53.096115083Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.13010468Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.1302825Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:53.13033098Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.162914328Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.163061308Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:53.163104768Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.196782985Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.196927825Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:53.196975245Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.230635353Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.230781883Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:53.230826163Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26329051Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.26354805Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38573))
[INFO] [stdout] 2026-07-09T20:09:53.26360255Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26392869Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26400981Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.26407209Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26411925Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.26418705Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26423427Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.26428298Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26433372Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.26437971Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26442159Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.26446572Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.2647746Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.26483381Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26487888Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.264924Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26496997Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.2650135Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.26505186Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.26509138Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38573
[INFO] [stdout] 2026-07-09T20:09:53.2651316Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.26528494Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.26536604Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.26541016Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.2654496Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.26550116Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.26554227Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.26558436Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.26562437Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.26566439Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.26570317Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.27312316Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.273234569Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.2744825Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.27514372Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.27520418Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.276429449Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.276479029Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.277657719Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.277696029Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38573)
[INFO] [stdout] 2026-07-09T20:09:53.278865379Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.279040519Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.279269589Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.289545138Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:53.39634058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.39649902Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.39676364Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.455628456Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.455920556Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.456048146Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.488780264Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.489100413Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.489245724Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.521963521Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.522289361Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.522407571Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.555665779Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.555965748Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.556089468Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.590034416Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.590270636Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.590355476Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.627636003Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.627916323Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.628029853Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.660521601Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.660818221Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.660928481Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.693782358Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.694093748Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.694217138Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.727816386Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.728130316Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38997))
[INFO] [stdout] 2026-07-09T20:09:53.728257076Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.728697286Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.728868035Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.729031375Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.729133275Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.729278606Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.729409115Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.729540026Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.729665346Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.729788155Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.729909095Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.730039986Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.730475626Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.730657406Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.730771006Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.731105675Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.731291015Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.731406315Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.731533715Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.731667546Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38997
[INFO] [stdout] 2026-07-09T20:09:53.731802015Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:53.732066386Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.732270195Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.732426426Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.732553485Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.732688225Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.732861715Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.733027455Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.733193845Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.733404275Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.733526575Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.741831625Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.745222505Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.746520614Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.747803264Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.747946724Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.749489374Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.749602314Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.750864214Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.750967434Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.752307314Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.752402684Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.753585564Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.753622464Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.754854504Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.754948764Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.756253054Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.756348584Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.757593833Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.757686564Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.758960853Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.759074893Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38997)
[INFO] [stdout] 2026-07-09T20:09:53.764274793Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.764914873Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.765129883Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.765331313Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.765534583Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.765722593Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.765906813Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.766101933Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.766301133Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:53.766583273Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:53.80154108Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:53.8017056Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:53.80175514Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:53.834607898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:53.834751658Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:53.834799428Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:53.867626705Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:53.867798295Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:53.867844825Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:53.899218203Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:53.899354013Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:53.899389613Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:53.930643811Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:53.93080524Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:53.93085258Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:53.963370298Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:53.963526768Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:53.963570738Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:53.996358216Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:53.996518536Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:53.996567636Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.029922663Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.030094583Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:54.030141943Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.063510611Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.063675171Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:54.063722811Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.096105278Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.096268488Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39293))
[INFO] [stdout] 2026-07-09T20:09:54.096309028Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.096588408Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.096661848Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.096713978Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.096752768Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.096790328Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.096827748Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.096863568Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.096899418Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.096937028Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.096984458Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.097024288Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.097062018Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.097097838Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.097136008Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.097199828Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.097242388Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.097277498Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.097310578Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.097343018Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39293
[INFO] [stdout] 2026-07-09T20:09:54.097375958Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.097496788Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.097582748Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.097642218Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.097696938Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.097751008Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.097815048Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.097877788Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.097942748Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.098017898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.098079358Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.110797247Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.110890777Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.112062237Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.112096687Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.113445927Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.113546687Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.115070697Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.115179177Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.116513577Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.116605827Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.117940437Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.118221326Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.119533737Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.119939697Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.120579657Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.120882226Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.121338886Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.121771066Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.127510866Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.131223486Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.132623196Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.132671605Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.134188385Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.134226865Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.135935225Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.135985125Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39293)
[INFO] [stdout] 2026-07-09T20:09:54.137303815Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.137535235Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.137651055Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.137764505Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.137940135Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:54.171600183Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.171770233Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.171821143Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.2049921Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.20514744Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.20521432Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.237674088Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.237821978Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.237870748Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.270217395Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.270375175Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.270426285Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.302941573Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.303106163Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.303148133Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.335469881Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.33561455Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.335661601Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.368262238Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.368401448Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.368442498Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.401218345Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.401369736Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.401413676Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.435035563Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.435195913Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.435239863Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.4682883Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.46850918Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41819))
[INFO] [stdout] 2026-07-09T20:09:54.468563551Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.468861831Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.468936271Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.469006531Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.46905354Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.469105671Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.469149671Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.469299971Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.469350911Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.469397231Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.469438371Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.469482691Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.46952708Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.46957156Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.469615611Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.46966282Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.469706491Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.469752911Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.469799051Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.46984536Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41819
[INFO] [stdout] 2026-07-09T20:09:54.46988972Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.47004497Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.4701412Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.47023436Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.47029349Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.47034547Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.47039742Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.47044878Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.47050391Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.47055447Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.47060128Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.47852229Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.48021149Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.481433499Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.48261915Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.483006319Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.484503199Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.484553059Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.485677829Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.485712489Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.486838289Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.486873409Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.488024469Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.488068039Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.489200299Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.489234169Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.490327649Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.490359129Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.491484689Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.491522809Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41819)
[INFO] [stdout] 2026-07-09T20:09:54.492738549Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.492953119Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.493079359Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.493200909Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.493303399Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.493400009Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.497307528Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.497514748Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.499330108Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:54.569056413Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.573311593Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.573393073Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.639535218Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.639763278Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.641210788Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.675756355Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.676049215Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.676149955Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.707626463Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.707874863Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.707962443Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.73833943Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.73862244Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.73871855Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.772049148Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.772358908Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.772457658Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.804102286Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.804390215Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.804480586Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.835599113Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.835869313Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.835953033Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.867378851Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.867671971Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.867765831Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.904021408Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.904359378Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44407))
[INFO] [stdout] 2026-07-09T20:09:54.904448768Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.904822638Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.905235238Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.905344528Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.905586778Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.905780118Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.905892088Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.906020058Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.906139828Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.906266148Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.906380138Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.906505728Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.906615448Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.906783258Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.906877158Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.907007048Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.907099658Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.907233788Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.907350768Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.907464458Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44407
[INFO] [stdout] 2026-07-09T20:09:54.907565668Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:54.907803908Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.907997648Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.908114648Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.908289658Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.908405828Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.908543448Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.908686698Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.908819338Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.908948738Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.909091718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.918117117Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.918315547Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.919754467Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.920704257Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.920803117Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.922121627Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.922244747Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.923586887Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.923678347Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.925017797Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.925110226Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.926395046Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.926487876Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44407)
[INFO] [stdout] 2026-07-09T20:09:54.927853206Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.930329456Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.930593646Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.930769126Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.930941416Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:54.936728145Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:54.970077463Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:54.970344523Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:54.970396523Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.002822391Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.002994811Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:55.003042981Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.035465818Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.035611868Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:55.035655808Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.069054246Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.069230336Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:55.069285156Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.103148263Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.103330293Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:55.103374063Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.139388961Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.13954863Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:55.13959585Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.172379478Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.172526908Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:55.172570108Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.202527126Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.202668516Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:55.202705026Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.234192814Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.234344314Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:55.234398943Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.267316691Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.267467771Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44969))
[INFO] [stdout] 2026-07-09T20:09:55.267513371Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.267810671Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.267886311Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.267946181Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.268230761Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.268284611Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.268327081Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.268370891Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.268412381Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.268454041Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.268495611Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.268538511Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.268578291Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.268619991Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.268660451Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.268701541Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.268744631Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.268789121Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.268832901Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.268874241Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44969
[INFO] [stdout] 2026-07-09T20:09:55.268913981Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.269061601Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.269152311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.269253111Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.269310311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.269360041Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.269408621Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.269458321Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.269511151Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.269561251Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.269609551Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.27710549Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.2772858Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.27857495Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.27966114Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.27983687Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44969)
[INFO] [stdout] 2026-07-09T20:09:55.28368381Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.294391799Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:55.387401042Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.387664792Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.387713782Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.42114112Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.421406369Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.421454849Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.454452347Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.454706647Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.454757967Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.487311644Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.487558415Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.487605164Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.519589092Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.519844922Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.519892632Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.55219416Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.55244845Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.55250999Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.583635877Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.583895367Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.583947107Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.615348225Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.615610085Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.615659415Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.646658733Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.646908203Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.646959033Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67771267Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.67794872Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38643))
[INFO] [stdout] 2026-07-09T20:09:55.67799858Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67829995Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67837499Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.67843205Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.6784852Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.67853292Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67857502Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.67861477Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67865317Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.6786915Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67872863Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.6787653Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67880322Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.67884076Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67887755Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.67891327Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67895016Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.67898911Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67902789Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.67906271Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38643
[INFO] [stdout] 2026-07-09T20:09:55.67909795Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:55.67930893Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.67940861Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.67948442Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.67954803Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.6796141Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.67967486Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.67973858Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.67981028Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.67987686Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.67993847Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.693919349Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.694009899Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.695326659Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.695371009Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.696671669Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.696713529Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.697897609Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.697936829Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.699135659Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.699252419Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.700468189Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.700510939Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.701780488Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.701823728Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.703084268Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.703128048Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.704346199Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.704381028Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.705548738Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.705588338Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38643)
[INFO] [stdout] 2026-07-09T20:09:55.711641908Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.711979288Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.712124308Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.712274288Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.712412258Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.712555988Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.712692048Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.712827838Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.712959208Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.713098658Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:55.717358017Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:55.750425125Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:55.750593745Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:55.750638615Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:55.783995613Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:55.784161653Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:55.784234802Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:55.8167137Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:55.81685744Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:55.81689968Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:55.848928368Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:55.849060558Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:55.849096968Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:55.878651246Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:55.878788715Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:55.878824315Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:55.909392203Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:55.909714173Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:55.909768153Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:55.940191551Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:55.940440801Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:55.940502121Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:55.971457348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:55.971710479Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:55.971759039Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.003418796Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.003685886Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:56.003738596Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.035657244Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.035910414Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40031))
[INFO] [stdout] 2026-07-09T20:09:56.035960504Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.036420664Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.036702724Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.036980874Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.037386334Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.037448694Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.037505214Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.037549914Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.037590083Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.037630974Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.037667883Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.037702394Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.037741763Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.037782823Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.037822383Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.037856623Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.037897934Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.037938703Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.037982934Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.038020223Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40031
[INFO] [stdout] 2026-07-09T20:09:56.038055463Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.038199163Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.038293674Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.038363903Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.038431434Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.038505274Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.038567854Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.038637523Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.038696354Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.038762414Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.038830794Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.046447983Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.046664073Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.048225263Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.048330533Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.049606823Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.049753293Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.051397242Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.051444122Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.052740182Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.052784093Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.054091272Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.054205182Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.055419952Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.055463242Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.056591192Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.056629672Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.059639702Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.059758052Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.061108882Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.061239842Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.062506222Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.062605352Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40031)
[INFO] [stdout] 2026-07-09T20:09:56.063847841Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.065673472Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.065917772Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.066119701Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.066331081Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.066529741Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.066745861Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.066931621Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.067217212Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:56.100762889Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.100916059Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.100959399Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.133507776Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.133656416Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.133697636Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.166252734Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.166400064Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.166440894Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.200406822Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.200570511Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.200613071Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.234158619Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.234333659Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.234387369Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.265781566Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.265931777Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.265983886Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.295312044Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.295454264Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.295503294Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.327098412Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.327251792Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.327290262Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.359337119Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.35949267Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.359538039Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.391661817Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.391822317Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33215))
[INFO] [stdout] 2026-07-09T20:09:56.391871737Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392200287Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392276017Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392323597Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392358377Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392389617Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392421247Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392451077Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392494657Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392528407Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392559887Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392589797Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392622497Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392652967Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392685437Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392716157Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392749227Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392778637Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392810017Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392838517Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33215
[INFO] [stdout] 2026-07-09T20:09:56.392868387Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.392986327Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.393068217Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.393117907Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.393265827Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.393355127Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.393428227Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.393513827Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.393586287Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.393657067Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.393727307Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.401761526Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.401846426Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.403042776Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.403082616Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.404315866Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.404518716Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.405647406Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.405688486Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.407233426Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.407336646Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.408793096Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.408831886Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.409988176Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.410027196Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.411140956Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.411194166Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.412330756Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.412369266Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.413626875Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.413668075Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.414781895Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.414813375Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33215)
[INFO] [stdout] 2026-07-09T20:09:56.419020835Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.419360305Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.419511805Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.419647055Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.419782985Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.419912675Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.420043545Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.420194585Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.420413665Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:56.454051023Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.454246283Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.454300292Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.4868956Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.48707389Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.48712037Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.519826308Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.519984508Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.520033788Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.552681895Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.552831735Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.552870875Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.585207333Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.585364133Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.585405923Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.61806046Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.61822907Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.61827094Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.651039148Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.651215358Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.651254788Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.683908025Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.684072765Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.684121075Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.717004413Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.717183253Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.717232573Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.749859901Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75001889Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36529))
[INFO] [stdout] 2026-07-09T20:09:56.75006479Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.75038893Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.75054197Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75059847Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.75064509Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75069001Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.75072856Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75076072Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.7507924Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75082314Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.75085414Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75088461Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.75091655Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75094592Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.75097845Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75101205Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.751046Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75107696Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.75110852Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75113706Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36529
[INFO] [stdout] 2026-07-09T20:09:56.7512383Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:56.75136819Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75144768Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75150944Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75155862Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75160563Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75165158Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75169783Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75174411Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75179045Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75183605Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75886187Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.75894647Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.76020504Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.7613206Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.761363149Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.762760749Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.762820409Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.76407938Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.764115849Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.765257369Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.765293689Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.766531129Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.766570409Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.767870319Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.767909419Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36529)
[INFO] [stdout] 2026-07-09T20:09:56.769104559Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.769313289Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.769412049Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.769528809Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.769636779Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.769741319Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:56.777009799Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:56.830561695Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:56.831012074Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:56.831221364Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:56.878233671Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:56.878683331Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:56.879315371Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:56.915425678Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:56.915844898Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:56.916354588Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:56.950725466Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:56.951076495Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:56.951195475Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:56.985615503Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:56.985883983Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:56.985970293Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.018259581Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.018526821Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:57.01861355Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.052090288Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.052383178Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:57.052476968Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.085025416Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.085306425Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:57.085390725Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.117322323Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.117600273Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:57.117684173Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.151947791Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.15221216Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37563))
[INFO] [stdout] 2026-07-09T20:09:57.1522965Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.1526664Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.1533037Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15359538Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.15369604Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15382198Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.15393303Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15404594Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.15418598Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15428109Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.15438196Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15450346Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.15462129Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15473572Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.15482397Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15491565Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.15500905Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15510396Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.15521158Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15530997Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37563
[INFO] [stdout] 2026-07-09T20:09:57.15540303Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.15563654Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.15581314Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.15592751Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.15609376Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.15623398Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.1563534Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.15653284Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.15665117Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.15679582Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.15696509Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.168552629Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.168726349Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.170074659Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.174275439Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.174838949Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.176197039Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.176241819Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.177397199Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.177435209Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37563)
[INFO] [stdout] 2026-07-09T20:09:57.178737029Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.178951849Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.179075678Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.190348297Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:57.223818835Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.223970735Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.224011395Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.255810543Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.255973773Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.256022863Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.28761317Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.28775462Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.2877977Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.319577728Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.319716568Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.319756568Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.351519446Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.351674106Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.351720946Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.383559273Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.383703523Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.383742473Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.414778381Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.414906621Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.414941701Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.446513169Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.446663538Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.446722238Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.477805376Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.477964526Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.478012496Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.509772034Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.509921734Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(45085))
[INFO] [stdout] 2026-07-09T20:09:57.509966324Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.510278554Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.510572834Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.510636174Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.510680764Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.510722104Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.510760584Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.510798664Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.510837084Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.510875634Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.510913704Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.510953704Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.510993174Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.511034634Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.511073824Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.511111434Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.511152054Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.511222574Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.511267404Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.511306954Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:45085
[INFO] [stdout] 2026-07-09T20:09:57.511347134Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.511490334Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.511591464Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.511661064Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.511727004Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.511792644Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.511854134Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.511914004Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.511980104Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.512045044Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.512107804Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.519457893Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.519619533Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.521298993Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.522667943Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.522715673Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.524793203Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.524843363Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.526140473Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.526226763Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:45085)
[INFO] [stdout] 2026-07-09T20:09:57.527970263Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.528192052Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.528301723Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.539752572Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:57.572668069Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.572810429Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.572848049Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.606650486Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.606825637Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.606868106Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.639852294Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.640001154Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.640040104Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.670344402Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.670484942Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.670522872Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.701123659Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.70129553Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.701340859Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.733243137Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.733388197Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.733432557Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.765421525Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.765577005Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.765620575Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.796421912Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.796569152Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.796606443Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.82710608Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.82725922Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.82729717Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.858690158Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.858966148Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46611))
[INFO] [stdout] 2026-07-09T20:09:57.859064438Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.859436868Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.859563538Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.859691818Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.859817268Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.859959448Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.860078398Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.860254138Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.860360088Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.860474228Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.860584268Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.860693648Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.860803978Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.860912948Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.861063308Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.861186118Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.861296188Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.861407718Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.861516158Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.861618178Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46611
[INFO] [stdout] 2026-07-09T20:09:57.861734548Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:57.861991948Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.862188268Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.862338587Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.862457687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.862597758Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.862776358Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.862892787Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.863076258Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.863222427Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.863369018Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.872028747Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.872211017Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.873572237Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.874662297Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.874765737Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.876204726Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.876304646Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.877595406Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.877685317Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.879004626Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.879101016Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.880439146Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.880539636Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.881868276Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.881973276Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.883592246Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.883800646Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46611)
[INFO] [stdout] 2026-07-09T20:09:57.885244636Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.885614566Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.885877556Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.886131586Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.886394376Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.886635716Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.890971876Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:57.894647485Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:57.928204283Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:57.928444963Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:57.928497953Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:57.96125073Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:57.96139501Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:57.96143304Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:57.991155908Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:57.991313428Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:57.991350318Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.022184266Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.022345335Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:58.022392066Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.054686953Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.054846453Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:58.054900463Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.087303621Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.087448711Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:58.087494981Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.119727878Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.119886638Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:58.119932778Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.152301436Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.152454196Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:58.152501156Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.184397814Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.184555663Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:58.184601443Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.215309881Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.215464541Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42117))
[INFO] [stdout] 2026-07-09T20:09:58.215505361Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.215777341Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.215850361Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.215898911Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.215935811Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.215983351Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.216019881Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.216060421Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.216097261Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.216132181Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.216190951Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.216232941Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.216270751Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.216302981Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.216338251Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.216372121Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.216405551Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.216438871Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.216476781Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.216513081Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42117
[INFO] [stdout] 2026-07-09T20:09:58.216545751Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.216670311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.216762801Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.216821801Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.216874431Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.216928821Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.216996021Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.217050061Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.217102841Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.217154271Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.217238031Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.22406288Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.224153991Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.225359951Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.225905511Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.225939311Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.22713164Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.22723439Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42117)
[INFO] [stdout] 2026-07-09T20:09:58.22838819Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.22854069Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.240193029Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:58.274001297Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.274233377Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.274301867Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.306439974Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.306594154Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.306637625Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.338689182Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.338831962Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.338868322Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.37126472Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.37142229Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.37147068Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.404634747Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.404796927Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.404846167Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.435214715Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.435362895Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.435413085Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.465005773Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.465181313Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.465224033Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.49551548Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.49567841Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.49572355Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.526868468Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.527061008Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.527125578Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.558844746Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.559008866Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34647))
[INFO] [stdout] 2026-07-09T20:09:58.559051996Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.559376916Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.559454746Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.559800416Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.559848116Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.559894346Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.559934616Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.559990976Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.560036386Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.560079586Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.560120166Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.560204455Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.560249055Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.560288126Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.560321726Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.560352986Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.560385135Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.560414186Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.560444466Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.560475895Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34647
[INFO] [stdout] 2026-07-09T20:09:58.560509826Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.560624666Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.560702906Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.560755055Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.560804555Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.560852066Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.560897566Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.560942966Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.561004746Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.561055466Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.561108326Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.568309495Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.568395525Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.569783175Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.570716105Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.570754705Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.571970005Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.572007325Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.573218785Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.573253105Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.574615574Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.574653674Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.575850885Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.575885894Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34647)
[INFO] [stdout] 2026-07-09T20:09:58.576991104Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.577199644Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.577322004Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.577437464Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.577542844Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.586644984Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:58.622318661Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.622708321Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.622800111Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.680451166Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.680616406Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.680677946Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.713663294Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.713814904Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.713858664Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.745645432Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.745794032Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.745879992Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.779141159Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.779315399Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.779355689Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.812770877Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.812926167Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.812972557Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.846401054Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.846572764Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.846618794Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.879631242Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.879791292Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.879836052Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.911378189Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.911544519Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.911589239Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.943065527Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.943300447Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41857))
[INFO] [stdout] 2026-07-09T20:09:58.943354887Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.943655927Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.943727247Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.943769517Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.943800587Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.943829717Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.943860317Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.943890217Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.943920927Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.943949867Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.943981607Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.944016247Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.944052197Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.944085007Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.944119037Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.944153707Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.944351077Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.944406657Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.944448317Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.944499827Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41857
[INFO] [stdout] 2026-07-09T20:09:58.944542947Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:58.944683257Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.944783137Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.944850907Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.944919257Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.944985667Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.945050747Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.945117167Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.945207557Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.945277097Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.945341327Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.957291816Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.957380756Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.958539516Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.958574666Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.959697976Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.959824206Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.961337685Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.961508645Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.962710456Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.962796876Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.963928836Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.963968476Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.965044295Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.965073185Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.966156795Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.966273925Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.967449835Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.967492645Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.968624265Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.968660005Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.969901415Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.969944025Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41857)
[INFO] [stdout] 2026-07-09T20:09:58.974857315Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.975196275Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.975355675Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.975460315Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.975570825Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.975672735Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.975779015Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.975885344Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:58.976049524Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:59.064018628Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.064899948Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.065282418Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.114627764Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.114887224Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.114973184Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.150503202Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.150871351Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.150973922Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.186181719Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.186456689Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.186549549Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.217898177Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.218187217Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.218715657Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.250500434Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.250941054Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.251387744Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.284272341Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.284545441Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.284636392Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.316857379Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.317284989Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.317637559Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.349457877Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.349743967Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.349841917Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.382196354Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.382474904Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40315))
[INFO] [stdout] 2026-07-09T20:09:59.382576054Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.382936864Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.383063714Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.383221794Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.383322474Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.383444674Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.383571664Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.383695924Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.383813264Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.383941374Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.384049114Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.384350094Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.384581734Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.384789194Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.385035254Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.385138464Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.385270764Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.385399604Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.385529874Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.385681224Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40315
[INFO] [stdout] 2026-07-09T20:09:59.386087934Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.386389604Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.386638794Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.386866224Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.387031944Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.387199214Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.387392324Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.387728104Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.387933244Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.388081284Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.388236164Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.396894483Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.397071253Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.398642853Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.398746743Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.400049023Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.400147093Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.401492153Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.403224213Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.404622073Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.404911833Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.405152833Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.405358083Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.408044292Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.408198732Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.409511612Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.409605152Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.410873182Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.410973662Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.412973072Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.413101432Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.415110002Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.415239662Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.416667042Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.416761362Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40315)
[INFO] [stdout] 2026-07-09T20:09:59.420264862Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.420670531Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.420852342Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.421035351Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.421269851Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.421460181Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.421728441Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:59.550811852Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.551242452Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.551350352Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.593013329Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.593303019Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.593460789Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.627331656Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.627605906Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.627704436Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.658814684Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.659064504Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.659191613Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.693860351Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.694137761Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.694256671Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.726257289Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.726525999Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.726615529Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.761127706Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.761414146Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.761524736Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.795131394Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.795409954Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.795502154Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.826545551Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.826841831Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.826942331Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.857058679Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.857337389Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(32771))
[INFO] [stdout] 2026-07-09T20:09:59.857436329Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.857805479Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.858271359Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.858394759Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.858535029Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.858673099Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.858801369Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.858935739Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.859071099Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.859225409Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.859359239Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.859505479Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.859638809Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.859773119Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.859900509Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.860038619Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.860198819Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.860305169Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.860435329Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.860575559Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:32771
[INFO] [stdout] 2026-07-09T20:09:59.860701829Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:09:59.860957089Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.861156669Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.861296969Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.861440589Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.861590158Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.861732058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.861872678Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.862014269Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.862149998Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.862292558Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.871602108Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.871777298Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.873201598Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.873307408Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.874620677Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.874719857Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.875997768Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.876107117Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.877494967Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.877589247Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.878958517Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.879263367Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.879461637Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.879666727Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.879850157Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.883153747Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.883380277Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.884758977Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.884860997Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.886096147Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.886218067Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.887657307Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.887760576Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.889087827Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.889201907Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:32771)
[INFO] [stdout] 2026-07-09T20:09:59.890555536Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.894853586Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.895188786Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.895384296Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.895585816Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:09:59.895857046Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:09:59.967671521Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:09:59.969458121Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:09:59.96959089Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.009615267Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.009767078Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:10:00.009818438Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.043869615Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.044035285Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:10:00.044090975Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.078421122Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.078604742Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:10:00.078671102Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.11302217Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.11326067Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:10:00.11331655Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.144904028Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.145065837Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:10:00.145109177Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.178346935Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.178512235Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:10:00.178555305Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.210769323Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.210935312Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:10:00.210994712Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.24603922Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.24622178Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:10:00.24626711Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.280223027Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.280433327Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34655))
[INFO] [stdout] 2026-07-09T20:10:00.280482207Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.280816657Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.280893587Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.280947087Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.280995397Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.281029097Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.281066127Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.281094327Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.281122947Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.281149477Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.281300797Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.281356047Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.281394077Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.281434627Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.281478897Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.281524267Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.281564577Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.281601597Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.281631957Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.281657987Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34655
[INFO] [stdout] 2026-07-09T20:10:00.281684887Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.281792887Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.281878247Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.281942837Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.282015437Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.282071587Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.282121147Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.282199307Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.282259217Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.282322477Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.282386677Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.299782446Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.299868786Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.301100966Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.302216006Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.302257396Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.303676056Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.303722126Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.305099965Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.305153045Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.306621445Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.306768196Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.308220815Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.308312025Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.309733335Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.310100175Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.311659625Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.312027065Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.313595365Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.313641095Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34655)
[INFO] [stdout] 2026-07-09T20:10:00.319292344Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.319898864Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.320233554Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.320426204Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.320828424Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.320945704Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.321067474Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.321306394Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.323384814Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:00.357699332Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.357866261Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.357910701Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.390246789Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.390408049Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.390452579Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.421688157Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.421835967Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.421874387Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.454642084Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.454790874Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.454831504Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.486370112Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.486508952Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.486551702Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.521823009Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.522015079Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.522077719Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.558912946Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.559075706Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.559124737Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.596533454Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.596729964Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.596776024Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.632525151Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.632684131Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.632738451Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.669879788Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.670115978Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38949))
[INFO] [stdout] 2026-07-09T20:10:00.670218258Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.670504858Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.670577888Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.670628218Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.670682248Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.670734908Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.670773278Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.670809698Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.670856318Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.670897718Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.670933048Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.670989048Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.671037268Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.671087068Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.671123568Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.671187258Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.671251048Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.671292758Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.671325528Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.671374068Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38949
[INFO] [stdout] 2026-07-09T20:10:00.671407408Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:00.671543528Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.671657128Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.671792308Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.671891598Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.671983028Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.672079518Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.672150038Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.672344058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.672422668Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.672489688Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.688323047Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.688487047Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.690072207Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.691376457Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.691487887Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.693159407Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.693320287Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.694884147Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.694993116Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.696755086Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.696819456Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.698729496Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.698776376Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.700675856Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.700749086Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.702115786Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.702155586Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.703646366Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.703740436Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38949)
[INFO] [stdout] 2026-07-09T20:10:00.710116275Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.711135415Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.711462675Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.711696315Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.711922195Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.712227645Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.712490275Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.712696065Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:00.715265955Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:00.751926302Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:00.752130602Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:00.752216472Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:00.789734119Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:00.789907909Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:00.789990369Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:00.826565006Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:00.826740966Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:00.826784526Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:00.862308584Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:00.862488304Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:00.862540714Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:00.897058531Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:00.897243631Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:00.897292271Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:00.933371409Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:00.933537699Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:00.933584689Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:00.970191326Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:00.970330816Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:00.970369856Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.002763993Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.002916484Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:01.002960204Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.036935481Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.037197271Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:01.037245701Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.067279809Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.067502669Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46759))
[INFO] [stdout] 2026-07-09T20:10:01.067552439Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.067833909Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.067909329Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.067975479Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.068024649Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.068071629Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.068117889Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.068178909Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.068222369Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.068266389Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.068305179Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.068348529Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.068388279Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.068426299Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.068468339Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.068512899Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.068556579Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.068598109Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.068634539Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.068670859Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46759
[INFO] [stdout] 2026-07-09T20:10:01.068708488Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.068833399Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.068930499Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.069013179Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.069083568Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.069152179Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.069317168Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.069390599Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.069458719Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.069525128Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.069595368Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.086537357Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.086779897Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.088769797Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.089112647Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.090702197Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.091283227Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.093714997Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.093923247Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.095720486Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.095823077Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.097127306Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.097254897Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.098710536Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.098759526Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.100130656Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.100267816Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.104002886Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.104176436Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.105537386Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.105581186Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.108068516Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.108136316Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46759)
[INFO] [stdout] 2026-07-09T20:10:01.110411085Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.110699545Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.111126225Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.111483576Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.111776665Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.112082875Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.112286285Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.112405135Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.112588845Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:01.145711513Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.145871043Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.145921173Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.17782192Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.178081111Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.178132251Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.210645698Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.210793838Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.210831528Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.243367275Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.243516875Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.243553866Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.276041313Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.276222523Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.276266433Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.308667381Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.308824091Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.308872821Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.341316058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.341465978Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.341507948Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.372566786Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.372722936Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.372772246Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.405028863Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.405197483Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.405244343Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.438251071Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.438406151Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46757))
[INFO] [stdout] 2026-07-09T20:10:01.438452891Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.438744431Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.438819501Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.438877391Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.438921711Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.438979011Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.439025591Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.439071251Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.439113811Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.439160321Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.439229211Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.439276621Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.439317731Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.439362091Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.439405461Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.439452291Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.439498001Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.439543581Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.439588711Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.439635111Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46757
[INFO] [stdout] 2026-07-09T20:10:01.439682251Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.439820731Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.439912341Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.439987911Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.440049851Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.440107361Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.440186171Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.440248921Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.440305291Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.440359711Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.440409941Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.44809148Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.448193Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.44941389Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.45008414Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.45012035Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.4512766Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.45138123Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.4527701Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.4530942Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.45444141Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.45453531Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46757)
[INFO] [stdout] 2026-07-09T20:10:01.45569605Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.4558681Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.45598368Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.45608811Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.464822199Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:01.497518767Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.497663997Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.497703647Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.529744804Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.529893034Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.529934734Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.563666572Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.563826352Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.563873382Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.601499019Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.601693069Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.601758559Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.639890896Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.640100206Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.640190606Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.679993363Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.680179523Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.680229893Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.71953577Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.71973232Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.71978294Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.757382297Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.757530497Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.757571457Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.792334655Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.792480835Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.792517795Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.831946002Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.832198912Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40001))
[INFO] [stdout] 2026-07-09T20:10:01.832265782Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.832645242Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.832942672Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.833017322Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.833070872Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.833103642Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.833134112Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.833198142Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.833252522Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.833284782Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.833326602Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.833364002Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.833403532Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.833439412Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.833475092Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.833524952Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.833584682Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.833650522Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.833715742Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.833780391Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40001
[INFO] [stdout] 2026-07-09T20:10:01.833835062Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:01.834000091Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.834124211Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.834232031Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.834309002Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.834391422Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.834481631Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.834572851Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.834661502Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.834733942Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.834816682Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.843869081Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.843963891Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.845227561Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.846108881Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.846185901Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.847484781Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.847525741Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.849217881Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.849271341Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.85088193Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.85093591Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.85246127Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.85250241Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.85369845Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.8537379Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40001)
[INFO] [stdout] 2026-07-09T20:10:01.85494665Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.85520118Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.85531661Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.85544725Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.8555689Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.8556765Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:01.863930789Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:01.929611264Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:01.930104895Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:01.930179304Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:01.982707251Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:01.98310006Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:01.98328952Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.023622608Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.024002747Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:02.024379007Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.057083145Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.057738365Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:02.057931235Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.091272032Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.091901832Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:02.092099872Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.12510861Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.12557038Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:02.12575395Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.158028138Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.158293527Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:02.158376987Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.189844945Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.190125005Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:02.190236295Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.224201042Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.224481222Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:02.224577062Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26080213Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.26108869Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40797))
[INFO] [stdout] 2026-07-09T20:10:02.26120141Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26158344Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26170513Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.26184341Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26198674Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.26211427Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.262255459Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.262387579Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26260059Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.26270891Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26285923Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.262999919Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26314449Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.26332975Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26348905Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.26361193Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.263730259Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.263859279Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26402551Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.26423737Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40797
[INFO] [stdout] 2026-07-09T20:10:02.26438215Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.26468751Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.264868459Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.26507211Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.26530189Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.26549665Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.26567951Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.265878639Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.266038639Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.26620091Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.266405379Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.275431489Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.275664959Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.277193518Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.277300618Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.279070778Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.279214878Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.280595858Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.280881718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.281069148Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.283097798Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.283234658Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.284793458Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.284899548Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.286295638Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.286400298Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.287892668Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.288029468Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.289658118Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.289773528Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.291573437Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.291699197Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.296704487Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.296893337Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40797)
[INFO] [stdout] 2026-07-09T20:10:02.299356467Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.299707437Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.299926777Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.300138357Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.300364777Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.300590577Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.300800707Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.301085317Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:02.334593764Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.334763834Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.334813624Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.366676792Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.366861772Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.366914082Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.39887568Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.399032649Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.399080529Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.432506767Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.432664267Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.432715557Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.466060935Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.466244875Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.466293355Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.498418892Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.498586712Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.498629912Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.5299039Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.530044Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.53008338Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.562893887Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.563068867Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.563112887Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.595067585Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.595245745Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.595286615Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.628490492Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.628638032Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41269))
[INFO] [stdout] 2026-07-09T20:10:02.628683792Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.628966832Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629042022Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.629099192Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629143812Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.629209102Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629252802Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.629294032Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629336542Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.629379752Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629420722Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.629479592Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629526432Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.629571092Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629615052Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.629658552Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629701772Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.629744282Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629787962Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.629829322Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41269
[INFO] [stdout] 2026-07-09T20:10:02.629871202Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:02.630006602Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.630099142Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.630266602Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.630350942Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.630416422Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.630488862Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.630556972Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.630623382Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.630684712Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.630742882Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.641418502Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.641806431Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.643260581Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.644024591Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.644179331Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.645327901Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.645403291Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.646635711Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.646735421Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.647849111Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.647925731Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.650202631Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.650307711Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41269)
[INFO] [stdout] 2026-07-09T20:10:02.651426241Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.651669381Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.651800711Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.651894271Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.651992031Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:02.65878963Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:02.692026247Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:02.692204198Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:02.692253458Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:02.723633205Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:02.723786345Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:02.723832595Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:02.756447373Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:02.756610573Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:02.756656743Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:02.78965343Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:02.78979856Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:02.78983813Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:02.822110238Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:02.822290458Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:02.822343288Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:02.854979015Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:02.855134226Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:02.855204386Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:02.887783323Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:02.887929323Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:02.887975273Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:02.920065081Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:02.920308441Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:02.92036147Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:02.973698107Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:02.973909586Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:02.973955677Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.005217674Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.005432564Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38311))
[INFO] [stdout] 2026-07-09T20:10:03.005491564Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.005772134Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006007914Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006108234Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006176684Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006225124Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006266064Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006304904Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006342844Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006379424Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006410634Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006438884Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006478654Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006516364Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006551704Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006585304Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006620414Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006653834Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006688574Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006748724Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38311
[INFO] [stdout] 2026-07-09T20:10:03.006784634Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.006908184Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.006997304Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.007070704Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.007142184Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.007282244Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.007355114Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.007418604Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.007491904Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.007554934Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.007611854Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.015633134Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.015782954Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.017056203Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.017934883Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.018024383Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.019244963Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.019325273Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.020523743Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.020601003Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.021684693Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.021763863Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.022994503Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.023080123Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.024250583Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.024332043Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38311)
[INFO] [stdout] 2026-07-09T20:10:03.025545323Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.025764973Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.025906343Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.026041983Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.026179813Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.028913153Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.034097342Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:03.091819008Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.092452198Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.092561248Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.128927495Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.129286805Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.129478645Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.168579502Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.168848702Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.168942002Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.204876829Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.205231789Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.205329109Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.240455907Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.240717217Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.240813777Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.272613984Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.272897364Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.273000694Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.305574632Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.305849622Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.305941382Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.33827011Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.338548679Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.338647359Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.371344867Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.371610747Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.371704737Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.404330405Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.404566545Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43791))
[INFO] [stdout] 2026-07-09T20:10:03.404647374Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.404978905Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.405099405Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.405250014Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.405376974Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.405505145Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.405619534Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.405720684Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.405817564Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.405912404Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.406020034Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.406125974Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.406241884Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.406346674Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.406441604Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.406544124Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.406642344Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.406769184Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.406874644Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.406985684Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43791
[INFO] [stdout] 2026-07-09T20:10:03.407089744Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.407310584Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.407506494Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.407630704Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.407774104Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.407918734Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.408073454Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.408256254Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.408369224Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.408513214Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.408666994Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.416589644Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.416764153Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.417985724Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.418086233Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.419318024Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.419412964Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.420576013Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.420673533Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.421888563Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.421998723Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.423220123Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.423476763Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.423654273Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.423838793Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.424032593Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.426964163Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.427114713Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.428499543Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.428604063Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.429768643Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.429876943Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.431684752Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.431797032Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.433499512Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.433608162Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43791)
[INFO] [stdout] 2026-07-09T20:10:03.435136112Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.435456202Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.435652412Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.435851862Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.436064882Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.436331212Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:03.470069169Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.470337709Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.470417369Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.524013016Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.525280905Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.525529016Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.566653873Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.566989253Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.567132942Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.59953385Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.59993905Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.60013674Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.631554628Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.631922088Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.632092957Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.665281615Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.665558755Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.665654895Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.698935732Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.699225383Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.699323732Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.73336029Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.73364505Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.73374439Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.767462718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.767742038Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.767842087Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.801413745Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.801677155Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41189))
[INFO] [stdout] 2026-07-09T20:10:03.801781685Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.802196315Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.802326255Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.802470985Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.802601755Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.802742135Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.802873845Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.803020025Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.803150205Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.803294045Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.803424075Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.803562535Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.803694435Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.803829045Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.803966895Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.804105365Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.804253635Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.804380155Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.804511655Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.804644185Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41189
[INFO] [stdout] 2026-07-09T20:10:03.804767655Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:03.805041115Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.805236415Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.805399735Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.805531484Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.805720404Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.805852715Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.806060484Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.806222504Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.806352875Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.806542875Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.816489394Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.816651764Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.817941074Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.818143324Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.819311684Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.819395214Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.820599383Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.820867343Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.821119914Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.824360113Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.824631183Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.826270873Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.826383923Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.827722303Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.827822623Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.829244973Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.829355343Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.830715233Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.830820553Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.832188533Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.832292373Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.836230212Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.836508642Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41189)
[INFO] [stdout] 2026-07-09T20:10:03.838615572Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.838964772Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.839155182Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.839394912Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.839576232Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.839755072Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.839934962Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:03.840312382Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:03.87315497Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:03.87333197Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:03.873374899Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:03.905402437Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:03.905542707Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:03.905585017Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:03.936797855Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:03.936966795Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:03.937020705Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:03.968630932Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:03.968773403Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:03.968816403Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.00155985Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.00170127Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:04.00174683Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.034983467Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.035125858Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:04.035192738Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.068260505Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.068417275Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:04.068464545Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.102118542Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.102292762Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:04.102337922Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.13522526Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.1353707Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:04.13541121Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.166574728Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.166742568Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39739))
[INFO] [stdout] 2026-07-09T20:10:04.166784548Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167065778Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167141458Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167214518Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167359108Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167403608Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167435848Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167467098Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167499798Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167530368Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167561678Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167590938Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167622768Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167652058Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167682598Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167709828Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167740088Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167768388Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167800318Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167828848Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39739
[INFO] [stdout] 2026-07-09T20:10:04.167859097Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.167979577Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.168058128Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.168105648Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.168152777Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.168227168Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.168274877Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.168321288Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.168367257Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.168410797Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.168455197Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.177790397Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.177875177Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.179054737Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.179091107Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.180294917Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.180436357Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.181605267Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.181653156Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.182760227Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.182797007Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.184369967Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.184419627Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.185670546Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.185710356Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.187691926Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.187801786Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.189083176Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.189123246Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.190501966Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.190547886Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.194389646Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.194514986Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39739)
[INFO] [stdout] 2026-07-09T20:10:04.195779726Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.196019066Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.196423866Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.196536126Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.196631815Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.196727246Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.196821135Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.196916126Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.197097875Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:04.232788923Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.232942693Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.232999163Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.26541275Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.26556011Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.26560109Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.297345898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.297487318Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.297528418Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.329339565Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.329492285Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.329534965Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.361810793Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.362031243Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.362075193Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.393808571Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.393949791Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.394002651Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.426059498Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.426224478Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.426268048Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.458061566Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.458231836Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.458275616Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.490499233Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.490637893Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.490681053Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.521679031Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.521833021Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40309))
[INFO] [stdout] 2026-07-09T20:10:04.521876041Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522196221Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522273601Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.522331851Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522370771Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.522411561Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522450901Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.522496091Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522545171Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.522585351Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522623931Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.522661001Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522706271Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.522748671Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522794861Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.522830921Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522862001Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.522891081Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.522932561Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.522984041Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40309
[INFO] [stdout] 2026-07-09T20:10:04.523030221Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.523159801Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.523270981Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.523334611Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.523394421Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.523450451Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.523507411Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.523564401Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.523622671Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.523690191Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.523750091Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.53970475Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.53978869Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.54108229Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.5419928Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.54203191Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.54326613Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.54330395Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.544494989Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.544531009Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.54569012Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.5457285Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.547297259Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.547352459Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40309)
[INFO] [stdout] 2026-07-09T20:10:04.550368679Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.550562009Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.550686109Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.550801849Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.550906309Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.557411379Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:04.592581066Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.594302416Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.594703546Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.645088812Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.645520822Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.645603292Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.683001319Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.683723059Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.684030119Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.723695896Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.724129996Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.724360066Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.760292363Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.760728713Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.760951933Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.796327911Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.796486601Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.796532771Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.832418408Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.832569348Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.832612648Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.866518425Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.866867065Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.866973596Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.897591643Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.897816523Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.897884723Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.929863291Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.930096831Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43925))
[INFO] [stdout] 2026-07-09T20:10:04.930195501Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.930510351Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.930889301Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.931007641Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.931088991Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.931190041Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.931281331Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.931366681Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.931449971Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.931537091Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.931622401Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.931707101Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.931790111Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.931874371Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.931963311Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.932047191Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.932127791Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.9322238Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.93230916Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.932397891Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43925
[INFO] [stdout] 2026-07-09T20:10:04.932492411Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:04.93267536Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.932822991Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.93293994Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.93306572Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.93319584Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.93331106Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.93342764Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.933542231Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.9336553Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.93376688Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.94240418Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.94320644Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.94446366Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.94453795Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.94570286Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.94588161Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.94706633Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.94720543Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.948504489Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.948587869Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.950717519Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.950774399Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.951899259Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.951931369Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.953262979Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.953321889Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.954529629Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.955203689Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.956422969Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.956505589Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.963374538Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.963479638Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43925)
[INFO] [stdout] 2026-07-09T20:10:04.964858348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.965724018Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.965906508Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.966084568Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.966268708Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.966440768Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.966604308Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.966784998Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:04.967044418Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:04.999768656Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:04.999923746Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:04.999982116Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.032324853Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.032467183Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:05.032509863Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.065566311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.065721941Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:05.065769831Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.098304588Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.098445528Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:05.098484788Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.130809916Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.130978226Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:05.131033346Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.163544423Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.163702903Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:05.163749243Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.196379161Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.196531271Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:05.196574001Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.228570469Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.228727018Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:05.228770249Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.261028336Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.261195726Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:05.261238516Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.293034864Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.293274774Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38631))
[INFO] [stdout] 2026-07-09T20:10:05.293323774Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.293597334Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.293672534Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.293728414Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.293768744Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.293810694Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.293848614Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.293888344Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.293925984Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.293968764Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.294007344Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.294041554Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.294070324Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.294096354Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.294124554Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.294150884Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.294789824Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.294902713Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.294986953Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.295034724Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38631
[INFO] [stdout] 2026-07-09T20:10:05.295076533Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.295229364Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.295326164Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.295396173Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.295465233Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.295535764Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.295599464Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.295645564Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.295685053Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.295725124Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.295763033Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.303748603Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.303831643Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.304973973Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:05.305820723Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.305921483Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.307104283Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.307141653Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.308697763Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.308791463Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.310511232Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.310554792Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38631)
[INFO] [stdout] 2026-07-09T20:10:05.311587562Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:05.311760672Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:05.311848372Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:05.311931432Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:05.320141342Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:05.397877816Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.398155786Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.398261816Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.457068621Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.459288861Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.459425651Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.497859738Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.498236389Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.498361969Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.533188076Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.533444096Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.533542116Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.569012683Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.569290783Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.569375363Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.601522861Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.601770741Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.601874881Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.634298568Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.634572768Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.634661168Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.665831936Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.666078646Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.666154546Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.701266873Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.701517913Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.701615723Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.731312321Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.731573291Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39677))
[INFO] [stdout] 2026-07-09T20:10:05.731659771Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.732006021Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.732128291Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.732260731Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.732382301Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.732518871Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.732652571Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.732778831Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.732889861Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.733004051Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.733133671Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.733268151Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.733387771Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.733511991Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.733626131Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.733753791Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.733868681Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.734003121Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.734127581Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.734263691Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39677
[INFO] [stdout] 2026-07-09T20:10:05.734371361Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:05.734604801Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.734780991Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.734932521Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.735061591Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.735230071Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.735357191Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.735551891Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.735679741Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.735829861Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.736008991Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.743671Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.74390935Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.74526463Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:05.74606444Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.74614979Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.74827658Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.74835957Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.74998148Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.75011015Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39677)
[INFO] [stdout] 2026-07-09T20:10:05.75146993Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:05.751763839Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:05.751994259Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:05.764286758Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:05.797462626Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:05.797647746Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:05.797694686Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:05.831191294Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:05.831343144Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:05.831387274Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:05.864086601Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:05.864263591Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:05.864314521Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:05.897307039Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:05.897464379Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:05.897525149Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:05.929928636Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:05.930077566Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:05.930122306Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:05.962922724Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:05.963064644Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:05.963104084Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:05.996293421Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:05.996418271Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:05.996460301Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.029571449Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.029727299Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:06.029773829Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.062025516Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.062181566Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:06.062224666Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.093212844Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.093363514Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(38339))
[INFO] [stdout] 2026-07-09T20:10:06.093415084Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.093707114Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.093780444Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.093835464Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.093879664Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.093921564Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.093966884Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.094015304Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.094058874Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.094104024Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.094145874Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.094207414Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.094254624Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.094307744Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.094353104Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.094397234Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.094441364Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.094487314Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.094544004Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.094590924Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:38339
[INFO] [stdout] 2026-07-09T20:10:06.094634264Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.094766934Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.094851404Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.094909744Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.094961424Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.095017614Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.095067374Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.095122734Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.095195244Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.095246984Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.095299444Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.106432943Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.106506633Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:38339)
[INFO] [stdout] 2026-07-09T20:10:06.107583253Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.120677482Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:06.15378844Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.15394467Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.153997349Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.187260827Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.187419167Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.187470247Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.220920915Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.221104684Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.221143804Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.252218022Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.252366682Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.252406962Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.28119752Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.28135728Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.28139573Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.309446858Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.309603178Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.309644168Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.337298046Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.337446886Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.337488236Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.366286824Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.366437894Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.366480094Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.395029452Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.395191732Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.395234402Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.42418908Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.424339289Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44833))
[INFO] [stdout] 2026-07-09T20:10:06.424377629Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.42466158Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.424734759Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.424781629Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.424817689Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.424851129Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.424883739Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.424914979Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.424948709Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.424980609Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.425014869Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.425048449Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.425081509Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.425117449Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.425155429Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.425216349Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.425258719Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.425299799Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.425337679Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.425374569Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44833
[INFO] [stdout] 2026-07-09T20:10:06.425411559Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.425553139Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.425644069Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.425707889Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.425772139Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.425826309Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.425872329Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.425914749Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.425956629Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.426001079Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.426053889Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.433013879Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.433197509Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.434810739Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.434899029Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.436736099Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.436928499Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.438715128Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.438759058Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.441512478Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.441557968Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.442890368Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.442930138Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.444263568Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.444300528Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.445622358Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.445665838Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.447024738Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.447061658Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.448564878Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.448640318Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.450275147Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.450314067Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44833)
[INFO] [stdout] 2026-07-09T20:10:06.457460277Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.457717097Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.458261107Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.458402677Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.458531217Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.458638367Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.458783007Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.458889907Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.459073477Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:06.488932555Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.489084725Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.489129235Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.522745042Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.522964052Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.523205682Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.567424809Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.567679929Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.567763559Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.605936646Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.606234436Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.606322946Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.640621783Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.640884373Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.640978133Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.67750187Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.67777921Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.67786335Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.710380098Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.710668948Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.711074358Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.744458836Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.744890345Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.745342205Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.777522653Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.777933593Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.778240903Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.810035451Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.810321201Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33001))
[INFO] [stdout] 2026-07-09T20:10:06.810407731Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.811091111Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.811324231Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.811776251Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.81205378Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.8126018Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.81282512Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.813063691Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.813258251Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.81357575Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.81376549Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.81389043Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.81401992Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.81422884Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.81438283Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.81461394Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.8148375Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.81509606Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.81532977Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.81554552Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33001
[INFO] [stdout] 2026-07-09T20:10:06.81587984Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:06.8163694Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.81676899Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.81711482Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.81729041Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.81741138Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.8176233Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.81786479Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.81802699Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.81818573Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.818301Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.825493959Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.82566879Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.827151719Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.827290339Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.828600799Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.828877969Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.831858709Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.832030319Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.833517159Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.833620929Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.834929989Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.835044969Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.837030059Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.837148129Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.838614598Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.838718549Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.840125598Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.840251258Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.841804058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.842001558Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.843629928Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.843803408Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33001)
[INFO] [stdout] 2026-07-09T20:10:06.848213678Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.849105258Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.849615718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.849923508Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.850181428Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.850418668Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.850669748Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.850904828Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:06.851234488Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:06.917808293Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:06.917967013Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:06.918033153Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:06.95296363Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:06.95313073Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:06.95320136Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:06.985081658Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:06.985258958Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:06.985307118Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.018510345Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.018661835Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:07.018703355Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.051324133Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.051465243Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:07.051502933Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.08470354Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.08486528Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:07.08491472Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.117193088Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.117348088Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:07.117395318Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.147434486Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.147671526Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:07.147719055Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.179404693Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.179632413Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:07.179677273Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.211058491Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.211319851Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34653))
[INFO] [stdout] 2026-07-09T20:10:07.211404381Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.211724231Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.212133261Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.212252911Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.212327811Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.212403211Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.212480471Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.212559881Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.212649861Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.212730901Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.212813001Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.212893141Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.212978291Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.213069121Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.213147841Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.213262921Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.21334289Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.213428481Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.213512021Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.21358395Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34653
[INFO] [stdout] 2026-07-09T20:10:07.21367191Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.213836181Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.213971141Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.214091101Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.214218001Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.214335241Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.214461241Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.214563281Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.21467463Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.21478253Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.21489411Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.22207443Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.2223012Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.22362752Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.22437555Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.22477286Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.22584539Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.22588194Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.22703228Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.22706929Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34653)
[INFO] [stdout] 2026-07-09T20:10:07.22822342Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.22837466Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.22850748Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.237959289Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:07.334788812Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.335098181Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.335201752Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.390252117Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.390547288Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.390653377Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.426109305Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.426393865Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.426484395Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.460156992Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.460427072Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.460527912Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.496292169Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.496556209Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.49665166Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.532997827Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.533252757Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.533350597Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.569100034Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.569380544Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.569482544Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.604601712Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.604901841Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.605013301Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.636747079Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.637029049Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.637128899Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.669475297Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.669733267Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35301))
[INFO] [stdout] 2026-07-09T20:10:07.669823727Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.670212116Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.670335187Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.670468307Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.670581996Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.670685507Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.670991456Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.671219887Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.671313907Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.671437396Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.671538847Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.671642476Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.671752156Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.671854676Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.671961076Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.672056867Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.672161316Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.672274796Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.672368387Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.672464596Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35301
[INFO] [stdout] 2026-07-09T20:10:07.672568247Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:07.672797396Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.672986756Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.673111167Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.673277766Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.673416906Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.673554136Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.673801306Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.674134126Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.674267766Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.674623086Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.684034986Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.684857866Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.686465925Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.686641305Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.688154575Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.688274015Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.689607305Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.690108215Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.690444125Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.698709965Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.698997534Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.700482874Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.700535804Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.701845054Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.701881984Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.703766704Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.703860094Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.705193324Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.705233314Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.706594424Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.706636214Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.707950524Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.707990474Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35301)
[INFO] [stdout] 2026-07-09T20:10:07.712813113Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.713182444Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.713390493Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.713593453Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.713790763Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.713986143Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.714209703Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:07.714472433Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:07.748729761Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:07.749051591Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:07.749100751Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:07.783648518Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:07.783873848Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:07.783921648Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:07.815179056Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:07.815427416Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:07.815478086Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:07.844918283Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:07.845073214Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:07.845110163Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:07.876631831Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:07.876803671Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:07.876846121Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:07.908677629Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:07.908834749Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:07.908871709Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:07.941264326Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:07.941415086Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:07.941458306Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:07.973716814Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:07.973883364Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:07.973928034Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.006513062Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.006666582Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:08.006736882Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.039450109Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.039680189Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33837))
[INFO] [stdout] 2026-07-09T20:10:08.039727869Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.040441099Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.040566419Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.040651759Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.040700449Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.040745399Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.040790909Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.040850139Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.040903229Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.040945469Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.040995669Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.041038199Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.041080409Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.041133659Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.041199269Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.041248089Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.041290179Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.041331259Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.041371709Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.041411099Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33837
[INFO] [stdout] 2026-07-09T20:10:08.041450489Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.041593319Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.041691899Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.041768159Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.041858779Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.041940069Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.042024339Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.042098929Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.042190119Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.042255679Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.042318219Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.050124778Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.050294928Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.051624768Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.052706398Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.052798858Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.054155988Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.054277978Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.055722838Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.055813768Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.057212268Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.057301998Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.058629908Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.058721038Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.062042297Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.062185487Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33837)
[INFO] [stdout] 2026-07-09T20:10:08.063605687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.063885737Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.064056377Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.064243567Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.065318727Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.065505687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.070876107Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:08.112863304Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.113441894Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.113550094Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.147866981Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.148133631Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.148247581Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.181785449Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.182273418Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.182692589Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.220891006Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.221388355Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.221505375Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.258805163Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.259079103Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.259197303Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.29272969Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.29300589Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.2931056Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.326608488Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.326892938Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.326995707Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.359133555Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.359425395Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.359521245Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.391379813Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.391653353Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.391760343Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42680141Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.42706333Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41119))
[INFO] [stdout] 2026-07-09T20:10:08.42714324Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42754841Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.4276674Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.42780763Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42792175Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.42804152Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42814603Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.42827195Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42838659Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.42848902Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42860565Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.42870553Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42882119Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.42894422Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42905571Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.42920562Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42930414Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.42942339Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42954696Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.42966867Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41119
[INFO] [stdout] 2026-07-09T20:10:08.42979131Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.43004228Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.43021994Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.43037357Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.43052984Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.43065174Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.430794Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.43093559Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.43107927Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.43125779Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.43137728Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.439730109Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.439908199Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.441280939Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.441384839Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.442691759Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.442935529Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.444314199Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.444415629Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.445693329Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.445798169Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.447074069Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.447184269Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.448947458Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.449057398Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.450360078Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.450470298Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.451778148Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.451879558Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.453206368Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.453298188Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.456263898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.456408278Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41119)
[INFO] [stdout] 2026-07-09T20:10:08.457912258Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.459418328Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.459643028Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.459844168Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.460060668Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.460263798Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.460523038Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.460723408Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.461012708Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:08.503511794Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.503780985Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.503879574Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.671779022Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.672062772Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.672156362Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.706733179Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.707008659Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.707101109Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.740437297Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.740708417Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.740806937Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.777328724Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.777620414Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.777718934Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.811735971Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.812005382Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.812107042Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.844221249Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.844495619Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.844594079Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.877044517Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.877330477Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.877421947Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.910631254Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.910912924Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.911025594Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.943305692Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.943601862Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36833))
[INFO] [stdout] 2026-07-09T20:10:08.943702302Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.944083272Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.944464932Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.944886252Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.945003652Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.945210992Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.945339021Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.945459721Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.945571641Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.945701881Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.945812001Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.946002541Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.946098781Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.946248192Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.946368712Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.946591992Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.946812221Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.946939671Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.947107891Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.947245591Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36833
[INFO] [stdout] 2026-07-09T20:10:08.947365601Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:08.947608701Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.947790611Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.947914591Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.948095231Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.948250081Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.948394431Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.948509881Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.948651591Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.948824691Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.948936411Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.957907801Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.958094091Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.95999684Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.96010316Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.96158458Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.96169131Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.96489927Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.96525625Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.96545276Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.96833006Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.96845193Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.97006602Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.97018953Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.97162305Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.971717439Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.97320589Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.97329367Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.974716489Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.974803849Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.976198639Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.976280639Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.980555419Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.980688689Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36833)
[INFO] [stdout] 2026-07-09T20:10:08.982322029Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.982617979Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.986505758Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.986836478Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.987035118Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.987214778Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.987401158Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:08.987681988Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:09.038859074Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.040300745Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.040521665Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.107245109Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.107458849Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.107552049Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.154294186Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.154525136Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.154606116Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.199803973Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.200033862Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.200120153Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.240536799Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.240760959Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.240844499Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.274117747Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.274380427Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.274461517Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.307025625Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.307270874Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.307353554Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.339108672Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.339361232Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.339438492Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.37071897Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.37095512Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.37104717Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.402511098Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.402744187Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41859))
[INFO] [stdout] 2026-07-09T20:10:09.402826227Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.403126118Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.403252227Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.403347898Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.403424747Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.403512898Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.403586747Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.403663607Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.403727587Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.403801557Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.403869037Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.403943827Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.404017257Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.404097767Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.404182437Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.404262657Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.404342007Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.404425857Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.404506257Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.404580487Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41859
[INFO] [stdout] 2026-07-09T20:10:09.404663277Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.404822097Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.404951767Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.405057527Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.405177537Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.405276647Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.405371617Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.405491317Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.405598037Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.405702687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.405806657Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.415715486Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.416937786Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.418325126Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.419488256Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.419578246Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.421198366Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.421266996Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.422493596Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.422574376Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.423821246Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.423904196Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.425181946Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.425262826Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.426501456Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.426586666Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.427887576Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.427969816Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.429202805Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.429282725Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.430443125Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.430532705Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41859)
[INFO] [stdout] 2026-07-09T20:10:09.437876955Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.438197495Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.438306525Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.438404335Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.438526915Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.438631685Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.438741605Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.438844645Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.438945265Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.439131185Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:09.574209585Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.574372405Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.574420015Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.605727992Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.605886002Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.605924262Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.63651358Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.63666271Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.63670703Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.667876518Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.668022098Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.668058338Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.699274545Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.699414275Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.699453975Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.730241073Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.730438653Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.730488283Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.762288441Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.762446881Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.762492591Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.794393048Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.794624428Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.794673598Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.826267156Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.826493756Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.826543386Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.859918993Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.860178293Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34797))
[INFO] [stdout] 2026-07-09T20:10:09.860260773Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.860675993Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.860816303Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.860918133Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.861019723Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.861099563Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.861187133Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.861272713Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.861330383Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.861374403Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.861424553Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.861467553Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.861508253Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.861545303Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.861580973Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.861616723Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.861652033Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.861685133Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.861719843Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.861753003Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34797
[INFO] [stdout] 2026-07-09T20:10:09.861786493Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:09.861923363Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.862029043Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.862094123Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.862179043Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.862242013Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.862294623Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.862349783Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.862401133Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.862455323Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.862521593Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.884913562Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.886211931Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.887510001Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.889060321Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.889177441Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.890993641Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.891083091Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.892269551Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.892351401Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.893459311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.893538311Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.894666481Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.894741341Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.895856281Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.895930771Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.897046371Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.897126801Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34797)
[INFO] [stdout] 2026-07-09T20:10:09.89825655Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.898503521Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.89867863Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.89884195Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.90208853Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.90239777Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.90255Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:09.90548936Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:09.937631188Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:09.937787558Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:09.937830448Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:09.997891323Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.000403453Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:10.000550783Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.053033599Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.053303839Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:10.053381699Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.092103036Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.092353136Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:10.092432426Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.125718144Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.125955193Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:10.126037993Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.157629621Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.157910191Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:10.157990961Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.189597579Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.189814309Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:10.189891799Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.221104777Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.221348317Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:10.221493826Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.252930614Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.253159364Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:10.253320054Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.284566412Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.284796022Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36417))
[INFO] [stdout] 2026-07-09T20:10:10.284874952Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.285775672Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.285908881Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.286001852Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.286084521Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.286184221Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.286271821Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.286352992Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.286425121Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.286548672Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.286718141Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.286802432Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.286914421Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.287000592Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.287066912Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.287132832Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.287219372Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.287300992Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.287369292Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.287448321Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36417
[INFO] [stdout] 2026-07-09T20:10:10.287529741Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.287689381Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.287834721Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.287936992Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.288042632Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.288136921Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.288254072Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.288360072Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.288521752Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.288617501Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.288713141Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.298686161Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.298880111Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.300109671Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.30020834Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.30143672Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.30153876Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.30276767Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.3028564Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.30402132Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.30520668Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.30648386Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.30657584Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.30777584Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.3080169Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.30815626Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.30830546Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.30844264Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.31030099Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.31454449Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.31469573Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.316011269Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.316101309Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.317753749Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.317846239Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.319010069Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.319047349Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36417)
[INFO] [stdout] 2026-07-09T20:10:10.320525859Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.320751819Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.320986199Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.321422459Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.321622189Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:10.411139902Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.413309562Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.413587752Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.467566708Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.469295288Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.469418718Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.513785795Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.513933235Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.513969175Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.548879392Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.549023712Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.549062082Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.581242Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.58147255Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.58155268Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.615362037Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.615656807Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.615834177Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.646591315Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.646836815Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.646913855Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.677550852Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.677785502Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.677872102Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.70942891Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.70963554Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.70971212Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.740917588Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.741372988Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34245))
[INFO] [stdout] 2026-07-09T20:10:10.741888718Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.742581218Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.742665008Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.742723927Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.742766818Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.742807607Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.742846358Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.742890047Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.742935307Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.742997307Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.743043518Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.743095038Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.743137978Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.743903267Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.744132938Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.744413838Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.744608518Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.744686498Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.744758438Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.744929447Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34245
[INFO] [stdout] 2026-07-09T20:10:10.745021347Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:10.745277898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.745503407Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.745606087Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.745914878Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.746051867Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.746181627Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.746283697Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.746405577Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.746525767Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.746633837Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.755413537Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.755500646Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34245)
[INFO] [stdout] 2026-07-09T20:10:10.756625686Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:10.771557455Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:10.84939695Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:10.849647979Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:10.849732619Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:10.898854726Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:10.899116446Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:10.899219396Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:10.931033713Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:10.931287704Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:10.931338013Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:10.962324311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:10.962556261Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:10.962608421Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:10.993590119Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:10.993851199Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:10.993902429Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.025026166Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.025279137Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:11.025331366Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.056704184Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.056950964Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:11.057010354Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.088546912Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.088808212Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:11.088861992Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.121641759Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.121922349Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:11.121985879Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.156108547Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.156398287Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35627))
[INFO] [stdout] 2026-07-09T20:10:11.156502927Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.156882207Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.157348867Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.157469457Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.157554337Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.157605817Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.157652097Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.157695657Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.157732827Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.157773267Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.157812087Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.157850377Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.157892647Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.157939257Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.157982417Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.158022607Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.158063507Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.158099237Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.158134187Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.158188277Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35627
[INFO] [stdout] 2026-07-09T20:10:11.158227217Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.158349637Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.158426697Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.158480567Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.158546057Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.158596627Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.158647396Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.158699547Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.158751816Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.158802907Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.158853976Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.166137256Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.166278486Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.167619116Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.168390736Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.168430896Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.169778166Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.169871486Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.171207786Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.171421826Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35627)
[INFO] [stdout] 2026-07-09T20:10:11.172733446Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.172968346Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.173114566Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.183262025Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:11.218991092Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.219152492Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.219218982Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.2535471Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.253693Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.253736129Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.285245847Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.285415177Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.285507747Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.316475275Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.316615275Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.316651875Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.347385302Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.347538293Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.347581673Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.38004769Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.3802251Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.38027778Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.412363058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.412534708Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.412585478Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.443378815Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.443546935Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.443597875Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.474974223Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.475131923Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.475199233Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.506427091Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.506595621Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42829))
[INFO] [stdout] 2026-07-09T20:10:11.506637991Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.506962111Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.507037051Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.507302381Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.50735265Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.507395821Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.50743057Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.507472081Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.507505161Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.50753463Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.50756459Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.50759523Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.507628421Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.50766141Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.507694821Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.507726901Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.50776101Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.507792181Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.50782487Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.507855661Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42829
[INFO] [stdout] 2026-07-09T20:10:11.507887021Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.50800163Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.508089141Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.50814485Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.50822413Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.50828169Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.508338021Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.50839471Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.508452361Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.50854173Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.508600181Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.51541286Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.51556026Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.51677765Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.51760759Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.51765061Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42829)
[INFO] [stdout] 2026-07-09T20:10:11.51881966Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.532598289Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:11.564432416Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.564579606Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.564619856Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.596108804Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.596268544Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.596307514Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.626849452Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.626983282Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.627017722Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.658085799Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.658254009Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.658296449Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.690207527Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.690370807Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.690414357Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.722767574Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.722920985Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.722965525Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.756062622Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.756240162Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.756287102Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.789981689Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.790136809Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.790205289Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.823867937Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.824018677Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.824061367Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.857782455Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.857990755Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35673))
[INFO] [stdout] 2026-07-09T20:10:11.858037884Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.858364955Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.858438895Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.858498035Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.858535484Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.858570764Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.858605035Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.858639735Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.858675155Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.858708375Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.858744564Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.858781284Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.858816495Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.858850064Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.858885184Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.858918075Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.858954004Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.858990524Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.859026395Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.859058604Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35673
[INFO] [stdout] 2026-07-09T20:10:11.859091455Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:11.859229564Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.859321015Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.859389555Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.859462344Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.859527254Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.859591834Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.859659914Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.859724574Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.859790934Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.859857664Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.868096644Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.868192144Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.869599783Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.869635734Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.870868483Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.870902534Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.871917263Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.872038363Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.872107914Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.873997963Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.874044673Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.876182343Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.876497973Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.877582723Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.877612603Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.879301203Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.879338223Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.880368043Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.880403113Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35673)
[INFO] [stdout] 2026-07-09T20:10:11.881668053Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.882986223Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.883121693Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.883317962Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.883474433Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:11.886639962Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:11.92423959Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:11.92440121Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:11.924445859Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:11.968801036Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:11.968933996Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:11.968979276Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.006080433Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.006243604Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:12.006288853Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.042084771Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.042327051Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:12.042404541Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.075343068Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.075505978Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:12.075549238Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.110286656Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.110499966Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:12.110576076Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.143301673Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.143582143Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:12.143668343Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.176344421Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.176646071Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:12.176739511Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.210741218Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.211018728Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:12.211110858Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.244826515Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.245095006Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40345))
[INFO] [stdout] 2026-07-09T20:10:12.245192695Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.245531746Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.245793295Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.246314566Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.246431075Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.246631115Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.246756115Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.246892926Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.247022886Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.247158755Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.247283515Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.247397975Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.247509246Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.247629406Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.247748725Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.247871785Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.248234835Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.248455675Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.248716145Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.248926055Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40345
[INFO] [stdout] 2026-07-09T20:10:12.249033385Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.249274545Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.249447775Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.249558195Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.249738385Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.249856195Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.250023275Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.250176105Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.250347795Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.250886565Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.251241955Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.258993945Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.260009245Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.262078724Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.262593104Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.264279024Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.264751364Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.266398254Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.266871734Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.268547874Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.269451194Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.270150294Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.270728524Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.273683304Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.275539733Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.277285993Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.277765013Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.279412733Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.279896793Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.282383493Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.282882423Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.284710943Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.285205912Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.287116372Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.287228752Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40345)
[INFO] [stdout] 2026-07-09T20:10:12.288780022Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.289129002Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.289353412Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.289575772Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.289758332Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.289977662Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.290247632Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:12.32266726Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.3229194Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.32300829Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.354071758Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.354377607Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.354462907Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.388488035Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.388744865Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.388826325Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.430770472Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.431029872Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.431113532Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.463661319Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.465634739Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.465723459Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.502407227Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.502657456Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.502750747Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.534531304Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.534799924Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.534891174Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.570387391Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.570658631Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.570749071Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.603264909Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.603516789Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.603612469Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.636681666Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.636965076Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37675))
[INFO] [stdout] 2026-07-09T20:10:12.637062976Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.637435536Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.637865106Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.638017406Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.638110376Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.638243826Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.638345986Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.638444246Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.638543716Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.638647926Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.638767226Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.638890066Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.639027696Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.639153096Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.639282556Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.639401616Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.639527586Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.639658116Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.639784836Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.639902536Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37675
[INFO] [stdout] 2026-07-09T20:10:12.640032406Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.640245056Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.640439016Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.640604976Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.640762696Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.640918046Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.641044136Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.641209386Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.641327856Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.641504726Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.641651586Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.650686205Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.650853805Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.652848895Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.654445375Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.654548895Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.655830035Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.655927075Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.657436795Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.657539055Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.658839105Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.658941905Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.660255475Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.660350605Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.661589004Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.661687744Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.662965244Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.663052855Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.664333255Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.664414284Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.665697884Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.665789274Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37675)
[INFO] [stdout] 2026-07-09T20:10:12.667112204Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.672783834Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.673127084Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.673323964Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.673509854Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.673689844Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.673868854Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.674056984Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.674247224Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:12.674511834Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:12.707712241Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.707860961Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.707903701Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.740082269Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.740248709Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.740294249Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.772226316Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.772387496Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.772432286Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.804646464Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.804811224Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.804859224Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.837012711Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.837187422Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.837231771Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.869025759Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.869198799Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.869243609Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.901989237Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.902152487Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.902225427Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.933845314Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.933996984Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.934062614Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.966098932Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.966273682Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.966321492Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.99874757Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:12.99887225Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39457))
[INFO] [stdout] 2026-07-09T20:10:12.99891139Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.999222679Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.999308929Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.999654199Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.999702879Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.999743109Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.999781579Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.999819729Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.999857199Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.999896409Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:12.999935599Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:12.999975209Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:13.000024709Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.000069919Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:13.000113409Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.000153459Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:13.000220439Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.000259249Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:13.000291899Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.000320369Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39457
[INFO] [stdout] 2026-07-09T20:10:13.000349389Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.000459489Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.000533799Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.000584019Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.000629619Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.000674709Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.000718949Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.000770449Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.000837919Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.000903069Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.000966589Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.008145389Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.008421679Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.009885439Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.010843258Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.010927638Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.012143478Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.012596788Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.013745868Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.013780178Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.014966658Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.015018928Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.016155988Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.016275908Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39457)
[INFO] [stdout] 2026-07-09T20:10:13.017525478Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.017944058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.018083298Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.018226348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.018347068Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.025546328Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:13.067080664Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.067804064Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.067989904Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.12010001Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.12227363Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.1223873Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.168761927Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.169042677Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.169125237Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.207617654Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.207940474Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.208274534Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.246482231Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.246754791Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.246837781Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.285618668Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.285865228Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.285957448Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.322700695Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.322989395Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.323091945Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.359287212Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.359545052Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.359624323Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.39137804Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.39163993Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.39171932Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.423386258Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.423643628Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36559))
[INFO] [stdout] 2026-07-09T20:10:13.423737408Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.424056118Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.424209688Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.424311328Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.424418398Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.424515418Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.424628528Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.424730448Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.424827348Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.424923728Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.425037458Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.425128518Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.425226278Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.425328118Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.425428598Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.425534908Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.425642088Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.425749278Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.425847688Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.425960768Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36559
[INFO] [stdout] 2026-07-09T20:10:13.426104068Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.426364528Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.426528068Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.426651088Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.426805507Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.426938198Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.427073747Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.427231178Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.427340678Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.427511067Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.427699207Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.435440437Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.437225447Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.438449597Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.439404877Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.439499177Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.440676786Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.440776037Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.441906146Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.442009957Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.443186706Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.443276856Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.444464346Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.444562246Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.445717906Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.447212826Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.448499476Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.448595096Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.449793466Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.449897426Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.451037746Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.451125046Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36559)
[INFO] [stdout] 2026-07-09T20:10:13.452330745Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.459592285Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.459927275Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.460277285Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.460552835Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.460793255Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.461065575Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.461355365Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.461625265Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.467240255Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:13.499754942Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.499913642Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.499958752Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.53113575Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.5313143Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.53135666Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.562416027Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.562572297Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.562611307Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.593534305Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.593681305Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.593720995Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.624640553Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.624791403Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.624839733Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.6567615Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.6569294Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.65700492Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.689062178Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.689247908Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.689299258Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.722447165Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.722605776Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.722648676Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.755698473Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.755869743Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.755913613Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.78858244Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.788743551Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46333))
[INFO] [stdout] 2026-07-09T20:10:13.7887885Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.78908742Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.78918856Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.789248371Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.78929436Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.7893383Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.789380211Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.78942352Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.7894619Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.78950038Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.78953824Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.78957894Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.789620711Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.78966744Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.78971282Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.789757791Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.78980054Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.78984026Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.78988022Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.789921471Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46333
[INFO] [stdout] 2026-07-09T20:10:13.78996374Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:13.790106371Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.79022362Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.790294151Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.790357551Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.79042534Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.79050322Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.790579251Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.79065004Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.790727151Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.790795691Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.79860393Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.79868991Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.79986403Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.80059174Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.800631Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.80192968Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.80198945Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.80334923Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.80355757Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.805543199Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.805667089Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.806946179Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.806998919Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46333)
[INFO] [stdout] 2026-07-09T20:10:13.808234969Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.809748429Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.809905439Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.810030219Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.810132349Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:13.816403138Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:13.859143655Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:13.860415595Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:13.860500575Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:13.911272362Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:13.911496111Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:13.911578951Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:13.949662839Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:13.949896779Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:13.949978848Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:13.985212016Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:13.985499746Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:13.985602296Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.021443963Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.021703603Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:14.021784993Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.057807731Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.058054571Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:14.058139591Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.092270908Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.092513938Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:14.092597948Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.127426215Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.127674395Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:14.127758585Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.159567943Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.159834803Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:14.159915873Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.192397821Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19268879Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44115))
[INFO] [stdout] 2026-07-09T20:10:14.19279027Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.19319905Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.19331419Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.193432061Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.19353349Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.193628001Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.193738741Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.19384407Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.193950701Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.19407101Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.194186721Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.19428614Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.19438013Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.1944837Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.1945941Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.19469402Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.19480967Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.19492427Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.19503194Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.19513248Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44115
[INFO] [stdout] 2026-07-09T20:10:14.19524636Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.19543769Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19562235Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19574349Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19588184Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19603212Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19618868Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19630855Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19644479Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19658936Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.19673168Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.204464329Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.204648349Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.2059466Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.206059209Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.207328479Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.207560699Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.208810139Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.208913369Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.210222879Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.210326569Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.211498939Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.211600679Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.213380489Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.215213869Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.216563079Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.216666629Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.217838359Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.217936189Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.219359199Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.219453888Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44115)
[INFO] [stdout] 2026-07-09T20:10:14.222544708Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.222913348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.223389868Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.223585438Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.223770398Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.223943108Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.224132718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.225948218Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:14.258182516Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.258339585Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.258386036Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.289678173Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.289829533Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.289878123Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.321668901Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.321836841Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.321883091Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.353765329Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.353924209Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.353979438Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.385594116Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.385726376Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.385760016Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.416358224Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.416507374Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.416550474Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.444534892Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.444687482Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.444729182Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.4733538Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.47350158Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.473553049Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.506613477Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.506798027Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.506842267Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.539138955Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.539318205Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41749))
[INFO] [stdout] 2026-07-09T20:10:14.539363715Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.539641895Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.539716415Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.539772755Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.539815435Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.539858885Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.539900505Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.539942745Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.539997855Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.540044155Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.540087735Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.540131024Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.540211335Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.540262055Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.540305315Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.540350164Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.540393695Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.540436264Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.540478975Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.540520075Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41749
[INFO] [stdout] 2026-07-09T20:10:14.540560455Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.540694964Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.540787595Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.540855455Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.540919295Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.540997355Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.541063235Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.541130984Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.541225655Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.541293855Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.541359004Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.550911944Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.551014064Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.552347974Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.553061964Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.553100034Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.554550014Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.554651423Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.555860043Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.555897094Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41749)
[INFO] [stdout] 2026-07-09T20:10:14.557245173Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.557953133Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.558852843Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.569549402Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:14.608386919Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.608756599Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.608908059Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.646554547Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.646899687Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.647039307Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.686101494Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.686465284Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.686557324Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.72793603Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.728215301Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.72831267Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.762223648Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.762473988Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.762566018Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.795720005Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.796060945Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.796214596Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.831277223Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.831544393Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.831647733Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.8648539Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.86517762Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.86528993Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.898554478Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.898817368Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.898907148Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.931595555Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.931854455Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40453))
[INFO] [stdout] 2026-07-09T20:10:14.931935065Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.932298305Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.932418365Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.932539475Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.932658085Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.932750505Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.932856785Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.932952035Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.933070095Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.933158985Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.933271865Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.933363745Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.933448455Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.933619535Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.933778305Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.933936255Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.934056925Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.934194355Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.934280775Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.934380195Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40453
[INFO] [stdout] 2026-07-09T20:10:14.934470075Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:14.934674695Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.934847385Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.934995645Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.935110805Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.935261855Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.935408875Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.935595005Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.935752205Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.935908805Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.936077135Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.944911214Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.945299534Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.946564814Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.946659844Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.947881014Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.947983154Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.949213654Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.949303694Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.950472414Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.950731364Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.950909584Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.951101354Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.953382814Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.953501644Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.954752094Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.954847324Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.955979813Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.956078204Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.957324284Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.957421624Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.959748473Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.959870553Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.961330633Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.961424193Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40453)
[INFO] [stdout] 2026-07-09T20:10:14.962707643Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.963010533Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.963280673Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.963469003Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.963641363Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.963815953Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:14.964068933Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:14.99683229Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:14.99698625Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:14.997028221Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.028792588Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.028932198Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:15.028983338Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.060463956Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.060612166Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:15.060651096Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.092736623Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.092883003Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:15.092923893Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.125310061Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.125466851Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:15.125509001Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.157931638Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.158101269Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:15.158147138Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.189994626Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.190154566Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:15.190224566Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.222517914Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.222681274Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:15.222724704Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.254325361Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.254482161Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:15.254527141Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.286871969Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.287031809Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37991))
[INFO] [stdout] 2026-07-09T20:10:15.287079149Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.287379039Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.287457889Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.287517789Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.287564129Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.287610839Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.287654149Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.287697299Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.287737279Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.287777559Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.287816759Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.287856869Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.287895079Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.287933849Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.287981879Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.288022309Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.288062589Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.288103569Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.288144779Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.288200409Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37991
[INFO] [stdout] 2026-07-09T20:10:15.288241009Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.288370869Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.288464759Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.288532919Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.288594779Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.288655879Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.288719739Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.288780999Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.288841299Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.288900859Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.288967409Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.296815488Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.296903008Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.298121358Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.299009448Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.299047878Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.300972928Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.301021398Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.302707518Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.302747968Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.304664187Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.304705447Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.305946767Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.305995607Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.307386907Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.307427937Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.308657847Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.308692437Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.309826897Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.309862587Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37991)
[INFO] [stdout] 2026-07-09T20:10:15.311010967Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.313528277Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.313667087Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.313758337Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.313844097Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.313927617Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.314026887Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.314125737Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.315769097Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:15.376196642Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.376650232Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.376702042Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.40788873Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.40835916Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.40841308Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.440043508Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.440318488Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.440366928Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.471253585Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.471398885Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.471436765Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.501765013Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.501932883Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.501985573Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.532323861Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.532489421Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.532531701Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.564187948Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.564328158Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.564366938Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.595758406Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.595908496Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.595950866Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.627766834Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.628029994Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.628080043Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.658652421Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.658900301Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46063))
[INFO] [stdout] 2026-07-09T20:10:15.658949341Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659248241Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659324271Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.659378071Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659424031Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.659476761Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659519271Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.659560751Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659599431Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.659636681Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659668741Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.659701291Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659734351Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.659765261Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659799991Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.659837921Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659876221Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.659910331Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.659945301Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.659980071Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46063
[INFO] [stdout] 2026-07-09T20:10:15.660014651Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:15.660136311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.660440771Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.660572201Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.660649471Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.660701951Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.660762131Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.660825651Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.660880841Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.660938321Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.660997141Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.66945064Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.66962642Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67089424Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.6724069Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.672461Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67381487Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67385779Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67533949Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67538095Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67667262Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67670978Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.6781055Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67822141Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67954992Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.67958713Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.68099845Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.68104397Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.685686979Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.685822579Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46063)
[INFO] [stdout] 2026-07-09T20:10:15.688067659Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.688380939Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.688843579Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.689284369Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.689485709Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.689671689Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.689879829Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.690065809Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:15.692238489Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:15.767204323Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:15.767492593Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:15.767590223Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:15.834217108Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:15.834492008Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:15.834578638Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:15.870077716Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:15.870439536Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:15.870566716Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:15.904812713Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:15.905055883Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:15.905104783Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:15.93687298Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:15.93713011Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:15.93719552Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:15.968625548Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:15.968890578Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:15.968940438Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:15.999748846Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:15.999999706Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:16.000047576Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.031494153Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.031731233Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:16.031779583Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.062465661Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.062711251Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:16.062759071Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.094439969Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.094707709Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33861))
[INFO] [stdout] 2026-07-09T20:10:16.094792599Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.095139139Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.095273809Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.095397559Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.095522389Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.095640309Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.095736459Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.095832139Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.095931449Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.096105009Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.096205129Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.096346669Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.096460599Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.096582859Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.096696028Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.096812679Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.096943579Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.097072648Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.097198448Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.097311199Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33861
[INFO] [stdout] 2026-07-09T20:10:16.097420519Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.097662499Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.097824788Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.098011968Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.098194248Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.098310999Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.098451439Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.098621888Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.098738048Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.098883768Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.099047348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.112260327Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.112421607Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.113763107Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.114616507Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.114783227Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.116556927Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.116601897Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.117789457Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.117823317Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.119075037Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.119116027Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.120306027Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.120336197Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33861)
[INFO] [stdout] 2026-07-09T20:10:16.121546377Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.121736457Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.121827797Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.121918037Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.122007197Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.130429546Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:16.190853712Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.193315911Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.193469601Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.258004136Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.258260096Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.258359887Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.355018189Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.355289319Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.355379589Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.388219437Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.388487457Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.388575777Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.422327334Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.422585674Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.422675204Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.454460582Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.454725322Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.454822982Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.488067829Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.488340289Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.488424159Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.521372717Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.521636127Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.521724757Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.556330104Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.556591604Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.556683784Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.590590492Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.590858312Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34855))
[INFO] [stdout] 2026-07-09T20:10:16.590949602Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.591338102Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.591472342Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.591606532Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.591719962Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.591818842Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.591922052Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.592103512Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.592245622Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.592358982Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.592481142Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.592589102Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.592695382Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.592796831Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.592899331Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.593011511Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.593124902Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.593229222Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.593341691Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.593436191Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34855
[INFO] [stdout] 2026-07-09T20:10:16.593549491Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.593790262Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.593950791Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.594084651Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.594255441Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.594379791Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.594513111Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.594646591Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.594786481Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.594922521Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.595075231Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.602707541Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.602915141Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.604331761Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.605331041Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.605513011Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.60685121Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.607027081Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.61037012Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.6104678Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.61170172Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.61179639Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34855)
[INFO] [stdout] 2026-07-09T20:10:16.61420227Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.61446928Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.61465439Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.61484518Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.622639269Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:16.657528377Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.657791627Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.657847897Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.691500194Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.691655384Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.691695014Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.721352102Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.721508612Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.721562112Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.75280208Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.75295357Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.75300742Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.786146027Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.786355627Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.786412307Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.819082425Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.819251775Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.819289305Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.851361712Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.851520412Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.851562922Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.88389499Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.88409508Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.88413995Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.916052418Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.916227267Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.916270807Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.948084545Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.948263845Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43037))
[INFO] [stdout] 2026-07-09T20:10:16.948309245Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.948618625Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.948697465Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.948757105Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.948799955Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.948841555Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.948883315Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.948925365Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.948976985Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.949022785Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.949067415Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.949111385Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.949155625Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.949222185Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.949258495Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.949292945Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.949329995Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.949363065Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.949397365Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.949429625Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43037
[INFO] [stdout] 2026-07-09T20:10:16.949465105Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:16.949594025Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.949678735Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.949739075Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.949797155Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.949855115Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.949910875Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.950014045Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.950092975Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.950152675Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.950236075Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.973744783Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.973840173Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.975134433Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.975981003Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.976015303Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.977490473Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.977576583Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.978758443Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.978793493Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.979968403Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.980034763Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.981231913Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.981265603Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.983980813Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.984083153Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.985272122Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.985311652Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.989726952Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.989861642Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.991305292Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.991341382Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43037)
[INFO] [stdout] 2026-07-09T20:10:16.992564102Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.992783432Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.992893182Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.993017192Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.993124562Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.993522382Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.993632782Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.993739162Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.993842682Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:16.994032972Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:17.026370129Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.026520549Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.026561499Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.059448917Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.059598977Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.059642157Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.091787614Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.091939784Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.091998384Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.124834472Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.124992442Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.125036002Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.157868069Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.15804956Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.1580978Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.189454277Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.189614547Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.189653417Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.221586035Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.221740845Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.221787715Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.254126742Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.254300392Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.254344422Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.28640505Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.28658759Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.2866493Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.320727237Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.320873077Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(46083))
[INFO] [stdout] 2026-07-09T20:10:17.320914117Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321211737Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321281777Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.321334827Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321374257Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.321411127Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321451067Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.321494387Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321536777Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.321575467Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321611847Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.321650027Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321686327Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.321720947Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321759287Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.321799007Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321840057Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.321877837Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321917087Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.321962867Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:46083
[INFO] [stdout] 2026-07-09T20:10:17.321998807Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.322118727Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.322223997Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.322283607Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.322339807Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.322391047Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.322434777Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.322478987Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.322521787Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.322561567Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.322600557Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.330129507Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.330234427Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.331603207Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.331640767Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.332706536Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.332829056Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.333974956Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.334016336Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.335157216Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.335206896Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.336388046Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.336423676Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.337551166Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.337587526Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.338670286Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.338705186Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.339733546Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.339767206Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.340819816Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.340851396Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.341860026Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.341891286Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:46083)
[INFO] [stdout] 2026-07-09T20:10:17.346091335Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.346453355Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.346568555Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.346674385Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.346817335Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.346926025Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.347044775Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.347149465Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.347410455Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:17.378603433Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.378761863Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.378802703Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.410356141Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.410498841Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.410535431Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.441907658Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.442089128Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.442133088Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.473367756Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.473522286Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.473566316Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.505512834Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.505664203Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.505707794Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.537998081Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.538184681Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.538236861Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.574596348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.574766778Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.574816398Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.606921366Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.607141926Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.607205466Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.637437574Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.637688934Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.637740204Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.667195871Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.667491822Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(43115))
[INFO] [stdout] 2026-07-09T20:10:17.667545531Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.667849731Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.667927602Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.667983631Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.668026571Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.668069701Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.668110531Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.668151591Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.668282461Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.668350161Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.668393671Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.668436741Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.668488191Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.668531721Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.668573011Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.668614731Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.668657861Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.668700571Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.668742381Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.668782621Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:43115
[INFO] [stdout] 2026-07-09T20:10:17.668821281Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:17.668954501Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.669047701Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.669110531Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.669192641Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.669258231Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.669316421Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.669377751Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.669435871Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.669510461Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.669575341Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.68731957Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.68741129Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.68866582Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.68954248Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.68958179Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.69083102Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.69087782Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.692070449Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.692109189Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.69351794Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.6937255Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.6950368Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.695078909Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.696540649Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.696595769Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.697875179Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.697916539Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.702600139Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.702767469Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:43115)
[INFO] [stdout] 2026-07-09T20:10:17.704574219Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.704831849Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.704947299Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.705061759Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.705285259Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.705421099Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.705542099Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.705664359Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:17.707523899Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:17.786854742Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:17.787364593Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:17.787421553Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:17.845773768Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:17.847293418Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:17.847417158Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:17.884185225Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:17.884407265Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:17.884456415Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:17.916563763Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:17.916994043Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:17.917139273Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:17.95034299Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:17.9507352Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:17.9509261Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:17.983341158Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:17.983785178Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:17.984019218Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.016134745Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.016395936Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:18.016588885Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.048674673Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.048910003Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:18.049107543Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.080797201Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.081027941Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:18.081247521Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.113266288Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.113522798Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42535))
[INFO] [stdout] 2026-07-09T20:10:18.113599478Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.114024628Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.114216058Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.114530108Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.114721318Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.114815538Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.114926698Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.115039048Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.115152998Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.115269428Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.115380558Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.115481028Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.115597008Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.115716318Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.115825368Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.115946068Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.116064328Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.116198908Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.116288698Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.116406268Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42535
[INFO] [stdout] 2026-07-09T20:10:18.116516318Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.116742888Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.116919248Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.117073508Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.117218248Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.117335058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.117498628Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.117643048Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.117757378Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.117895048Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.118086548Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.126532397Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.126742277Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.128065457Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.128196097Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.129540327Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.129648897Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.130949107Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.133291057Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.133549027Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.135866337Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.136223396Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.137659126Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.137762876Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.139010036Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.139108966Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.140442106Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.140549906Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.143595456Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.143775596Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.145541436Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.145670926Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.147498686Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.147617036Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42535)
[INFO] [stdout] 2026-07-09T20:10:18.149057186Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.149918195Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.150216935Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.150418735Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.150623635Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.150804495Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.151003715Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.151293195Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:18.195089902Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.195390452Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.195499892Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.239430269Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.239684619Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.239761089Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.272843476Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.273107796Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.273207646Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.303672604Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.303946974Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.304044534Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.338373701Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.338631472Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.338711841Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.370870949Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.371154349Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.371220249Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.403549687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.403697747Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.403737507Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.435088234Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.435275654Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.435321894Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.467981242Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.468146892Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.468224092Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.501030329Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.501287889Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35247))
[INFO] [stdout] 2026-07-09T20:10:18.501337519Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.501624199Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.501699309Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.501756949Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.501799699Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.501839939Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.501876719Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.501915209Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.501951039Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.502003099Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.502045199Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.502080179Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.502114469Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.502147249Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.502260419Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.502317929Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.502362459Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.502404499Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.502446099Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.502487489Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35247
[INFO] [stdout] 2026-07-09T20:10:18.502523849Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.502650089Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.502741829Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.502813259Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.502881109Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.502951599Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.503034009Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.503106619Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.503193549Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.503262299Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.503328779Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.511694088Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.511853919Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.513118199Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.513230419Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.514406528Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.514632868Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.515852248Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.516076478Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.517412428Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.517509088Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.518928548Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.518983868Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.520329298Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.520439168Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.522384748Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.522518478Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.523784158Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.523889698Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.525134407Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.525252798Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.526471147Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.526583287Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35247)
[INFO] [stdout] 2026-07-09T20:10:18.529846587Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.530221957Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.530406567Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.530523077Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.530639687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.530748507Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.530856357Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.530981167Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.531194857Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:18.592964742Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.593223702Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.593277482Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.640870009Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.641293629Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.641477899Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.685597195Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.685824286Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.685908626Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.721013743Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.721277753Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.721371293Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.753443241Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.75368567Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.753783361Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.785803918Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.786053858Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.786140488Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.817673586Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.817909216Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.818009966Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.848944494Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.849204354Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.849295743Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.881338001Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.881584841Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.881680241Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.913404509Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.913633938Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34199))
[INFO] [stdout] 2026-07-09T20:10:18.913699709Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.914014818Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.914120438Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.914218858Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.914291229Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.914354798Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.914416189Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.914487258Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.914555658Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.914625549Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.914693029Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.914762489Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.914830498Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.914895489Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.914963318Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.915042429Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.915107878Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.915230018Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.915301958Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.915367018Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34199
[INFO] [stdout] 2026-07-09T20:10:18.915432289Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:18.915585278Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.915707898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.915808229Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.915905318Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.916013498Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.916112288Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.916226248Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.916324308Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.916420418Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.916520348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.926224788Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.926397488Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.928150628Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.928277608Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.929499157Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.929583667Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.930766207Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.930855697Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.932094737Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.932206587Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.933451067Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.933918797Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.934084087Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.934360027Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.934624657Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.938110337Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.938284877Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.939507307Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.939620237Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.941634136Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.941929756Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.943417787Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.943521756Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.944922376Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.945024846Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34199)
[INFO] [stdout] 2026-07-09T20:10:18.946423316Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.946741456Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.948328706Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.948512206Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.948677226Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:18.948910676Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:18.983844853Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:18.984004553Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:18.984046193Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.015606771Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.015770241Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:19.015825261Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.048020999Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.048207188Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:19.048255019Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.080576236Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.080745996Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:19.080791996Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.114014734Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.114187164Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:19.114234924Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.146540261Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.146729791Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:19.146779431Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.180549259Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.180705429Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:19.180755279Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.214283656Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.214436696Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:19.214479096Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.247921094Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.248183704Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:19.248235264Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.281959871Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.282132331Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42333))
[INFO] [stdout] 2026-07-09T20:10:19.282203031Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.282965421Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283057321Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.283117841Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283186071Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.283235421Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283280541Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.283326111Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283368681Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.283413071Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283456501Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.283504111Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283547241Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.283590191Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283633901Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.283678031Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283720991Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.283762901Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283803911Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.283842871Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42333
[INFO] [stdout] 2026-07-09T20:10:19.283883781Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.284024571Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.284125171Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.284223011Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.284293551Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.284363671Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.284434481Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.284507941Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.284577941Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.284646641Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.284715101Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29226833Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29234882Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29352806Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29356827Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29478029Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.29493874Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.29610073Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29614356Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29752241Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29756364Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29892346Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.29896403Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.30019116Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.30022995Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.3014366Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.3014929Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.30280798Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.30284894Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42333)
[INFO] [stdout] 2026-07-09T20:10:19.304064129Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.3043143Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.306523709Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.306740059Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.306851689Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.306960949Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.310335229Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:19.351804966Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.352052796Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.352137786Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.404329712Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.404555492Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.404643422Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.447333589Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.447820089Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.447978029Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.491923135Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.492196415Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.492675675Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.529674023Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.529929253Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.530022443Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.56483927Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.56507729Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.565389Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.598102798Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.598325767Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.598406218Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.630367745Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.630610785Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.630699365Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.662570833Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.662803923Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.662882853Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69472262Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69501004Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34295))
[INFO] [stdout] 2026-07-09T20:10:19.695118851Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69553996Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69569352Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.69583162Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69597352Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.69608625Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69621058Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.69633027Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69643238Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.69655531Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69667847Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.6968121Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69692677Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.69710551Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69756385Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.69775296Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69795331Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.69807771Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69824495Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.69835174Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34295
[INFO] [stdout] 2026-07-09T20:10:19.69844971Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:19.69864726Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69892139Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69910377Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69926176Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69936898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69949132Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69960521Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69972335Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69983677Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.69994343Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.709393099Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.711215359Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.712602039Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.713671929Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.713718659Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.715038889Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.715136639Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.716451189Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.716565269Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.717841359Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.717933969Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.719274798Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.721223378Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.722600718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.722641488Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.723979428Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.724074878Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.725397678Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.725509448Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.726856288Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.726954618Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34295)
[INFO] [stdout] 2026-07-09T20:10:19.728190558Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.736063357Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.736419517Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.736602157Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.736771837Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.736932137Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.737085817Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.737268087Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.737429597Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:19.737679887Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:19.772949894Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:19.773105025Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:19.773149805Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:19.805680912Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:19.805835992Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:19.805882682Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:19.83880266Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:19.83894432Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:19.83898736Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:19.870848897Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:19.870992717Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:19.871037737Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:19.904401395Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:19.904570985Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:19.904616215Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:19.938141252Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:19.938312122Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:19.938358322Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:19.97190068Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:19.97205473Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:19.97210037Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.005458477Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.005612377Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:20.005658567Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.038773145Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.038927805Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:20.038974585Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.072414102Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.072653362Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36771))
[INFO] [stdout] 2026-07-09T20:10:20.072701542Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.072985042Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073060222Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073118242Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073158242Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073215322Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073254652Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073292652Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073330162Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073366602Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073404702Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073444942Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073493722Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073535312Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073576822Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073612352Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073651252Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073684172Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073717862Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073748372Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36771
[INFO] [stdout] 2026-07-09T20:10:20.073780232Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.073895322Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.073974872Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.074031022Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.074081452Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.074130002Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.074204012Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.074259662Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.074308972Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.074357452Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.074405932Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.086604921Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.086723861Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.087968381Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.088591671Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.088631811Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.089940231Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.089988221Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36771)
[INFO] [stdout] 2026-07-09T20:10:20.091451431Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.091734991Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.10352583Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:20.137465477Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.137628467Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.137674127Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.170464035Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.170624565Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.170666985Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.203681713Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.203829453Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.203871902Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.23601983Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.2362066Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.23625166Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.268124438Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.268292378Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.268333708Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.300209675Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.300348265Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.300389405Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.332232353Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.332375543Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.332414533Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.363822021Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.364016201Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.36406725Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.396246848Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.396482278Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.396527128Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.428591586Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.428819596Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33635))
[INFO] [stdout] 2026-07-09T20:10:20.428868336Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.429159046Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.429300326Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.429355626Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.429439806Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.429503576Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.429546286Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.429587676Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.429627336Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.429666085Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.429705985Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.429745825Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.429784316Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.429822836Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.429863805Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.429903496Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.429944805Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.429989925Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.430030876Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.430067485Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33635
[INFO] [stdout] 2026-07-09T20:10:20.430098856Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.430240005Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.430329605Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.430387936Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.430444545Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.430515505Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.430573705Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.430631716Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.430690565Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.430749896Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.430806836Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.438457895Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.438624605Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.439823735Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.440932825Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.441024035Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.442118925Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.442157895Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.443349215Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.443388184Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.444595155Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.444637944Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.445955964Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.446038124Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33635)
[INFO] [stdout] 2026-07-09T20:10:20.447345524Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.447562324Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.447671534Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.447780624Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.447893124Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.456094744Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:20.494421561Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.494573421Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.494611671Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.526494058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.526652068Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.526689928Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.558268606Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.558417486Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.558461266Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.591370373Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.591539633Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.591582773Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.624777971Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.624929571Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.624971621Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.658062709Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.658233619Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.658277819Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.691947856Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.692085366Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.692124346Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.725653403Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.725806983Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.725849334Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.757793501Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.757954701Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.758005451Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.789215179Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.789363489Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(35293))
[INFO] [stdout] 2026-07-09T20:10:20.789407479Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.789746249Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.789866989Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.789929729Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.789985169Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.790034119Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.790074969Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.790115539Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.790152429Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.790208189Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.790242049Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.790270349Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.790299589Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.790327369Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.790355709Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.790382629Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.790411169Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.790436349Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.790463659Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.790500469Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:35293
[INFO] [stdout] 2026-07-09T20:10:20.790528739Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:20.790639899Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.790722359Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.790777009Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.790828939Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.790876789Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.790928009Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.790977269Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.791028439Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.791076339Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.791130419Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.799439368Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.799541898Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.801131638Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.802539888Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.802594718Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.803799058Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.803912878Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.805132118Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.805194888Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.806447748Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.806506297Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.807732717Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.807780997Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.809077467Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.809126957Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.810327917Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.810363747Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.811659297Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.811703497Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.817247497Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.817394977Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:35293)
[INFO] [stdout] 2026-07-09T20:10:20.818986627Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.819252956Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.819371136Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.819489887Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.819601687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.819704427Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.819806747Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.819911407Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.820023467Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:20.820292007Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:20.853133134Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:20.853304454Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:20.853345724Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:20.885141282Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:20.885327232Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:20.885373792Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:20.917145939Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:20.917322869Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:20.917362199Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:20.948942367Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:20.949100307Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:20.949145097Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:20.980651764Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:20.980795395Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:20.980832904Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.011976922Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.012133872Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:21.012196552Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.04361527Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.04375811Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:21.04379602Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.075570317Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.075710037Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:21.075751537Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.107442975Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.107598825Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:21.107640965Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.139252433Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.139405473Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41655))
[INFO] [stdout] 2026-07-09T20:10:21.139446223Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.139747563Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.139994793Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140059133Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.140104613Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140147243Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.140222723Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140268953Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.140308493Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140348573Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.140386343Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140433963Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.140486063Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140530553Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.140571153Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140612553Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.140650263Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140687063Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.140724663Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140756073Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41655
[INFO] [stdout] 2026-07-09T20:10:21.140787232Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.140913003Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.141007923Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.141074752Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.141139323Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.141225403Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.141279403Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.141327783Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.141374372Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.141422243Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.141468503Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.147999292Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.148083692Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.149238742Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.149979462Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.150018442Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.151245972Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.151283592Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.152398162Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.152434812Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.153859771Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.153897491Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.154932742Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.154963751Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41655)
[INFO] [stdout] 2026-07-09T20:10:21.157592311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.157828121Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.157945251Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.158065921Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.158206401Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.164426251Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:21.212647377Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.215296277Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.215439627Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.274617642Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.274870033Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.274952173Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.318755779Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.319085759Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.319292549Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.354208687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.354575137Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.354691957Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.384109094Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.384486885Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.384641284Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.415039562Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.415431562Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.415541192Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.44656338Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.44686968Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.44696962Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.478601037Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.478875077Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.478975177Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.510840655Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.511102335Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.511213815Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.543697582Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.543975282Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36007))
[INFO] [stdout] 2026-07-09T20:10:21.544067862Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.544437113Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.544572833Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.544698502Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.544817773Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.544939993Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.545055213Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.545198042Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.545290462Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.545419952Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.545543002Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.545667732Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.545785572Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.545909842Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.546033102Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.546189292Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.546287572Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.546407842Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.546530222Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.546654642Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36007
[INFO] [stdout] 2026-07-09T20:10:21.546791512Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.546990552Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.547204642Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.547380462Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.547548872Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.547721492Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.547886412Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.548053542Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.548213072Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.548334672Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.548507372Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.564955891Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.565135591Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.566604981Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.566733271Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.568186821Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.568290241Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.569808151Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.56990668Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.571231031Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.57132526Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.57261027Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.57272164Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.57395473Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.57405156Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.57534079Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.5754379Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.57672969Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.57682863Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.57803163Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.5781272Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36007)
[INFO] [stdout] 2026-07-09T20:10:21.583560799Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.58392237Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.584111639Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.584305719Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.584506679Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.58469513Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.584878339Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.58505661Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.585231789Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.585410799Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.589362139Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:21.624975276Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.625122787Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.625179556Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.656548654Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.656705734Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.656753294Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.688380222Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.688554162Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.688601322Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.720719369Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.720870849Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.720913449Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.753579607Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.753721027Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.753760567Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.786227115Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.786382564Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.786425415Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.818762862Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.818909402Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.818956482Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.851321399Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.85148913Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.851532459Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.884155967Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.884427117Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.884494057Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.916721965Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.916957175Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40435))
[INFO] [stdout] 2026-07-09T20:10:21.917014125Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.917329775Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.917405585Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.917478015Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.917743995Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.917799225Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.917848415Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.917919835Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.917974915Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.918049995Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.918124225Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.918199665Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.918274985Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.918347595Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.918398925Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.918448235Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.918529535Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.918576365Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.918615075Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.918651565Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40435
[INFO] [stdout] 2026-07-09T20:10:21.918686235Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:21.918818525Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.918919805Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.918987635Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.919043835Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.919095935Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.919146435Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.919227765Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.919284345Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.919336285Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.919388714Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.927324684Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.927416024Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.928645744Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.929525634Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.929565954Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.930848814Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.930897194Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.932788324Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.932905624Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.934226333Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.934268173Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.935426113Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.935483933Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.936818773Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.936863723Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40435)
[INFO] [stdout] 2026-07-09T20:10:21.938062123Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.938300543Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.938416383Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.938541983Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.938651273Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.941313213Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:21.946306572Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:21.98071087Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:21.98110501Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:21.98141007Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.021980447Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.022378357Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:22.022575017Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.061251614Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.061575944Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:22.061871144Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.098031371Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.098330701Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:22.098504441Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.134227078Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.134621058Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:22.135026138Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.169197476Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.169588266Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:22.170034786Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.203041063Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.203308663Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:22.203389823Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.236201601Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.236424761Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:22.236594271Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.267898388Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.268303288Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:22.268376568Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.300714256Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.300943886Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(42917))
[INFO] [stdout] 2026-07-09T20:10:22.301052526Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.301563826Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.301913716Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302118576Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.302192346Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302243966Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.302293016Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302342506Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.302391106Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302437656Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.302489806Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302529436Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.302563756Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302594076Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.302629436Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302665936Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.302703646Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302739556Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.302772346Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302801196Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:42917
[INFO] [stdout] 2026-07-09T20:10:22.302830026Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.302951156Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.303043346Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.303103416Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.303158796Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.303398166Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.303552976Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.303671526Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.304097446Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.304460626Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.304812306Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.314352325Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.315147445Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.316782055Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.316997115Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.318725685Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.318834055Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.320062205Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.320189015Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.321486064Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.321769444Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.321961195Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.322138535Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.324553814Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.324681914Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.325909004Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.326007604Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.327575684Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.327688614Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.331817774Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.331987404Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.333203604Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.333303994Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.335051234Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.335160574Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:42917)
[INFO] [stdout] 2026-07-09T20:10:22.336398803Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.336847653Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.337156633Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.337501843Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.337699553Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.337906363Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.338365973Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:22.370669061Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.370844031Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.370895871Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.403570218Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.403723549Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.403769949Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.436085406Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.436256896Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.436299256Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.468554713Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.468705193Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.468746784Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.501106221Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.501270801Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.501314401Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.532827839Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.532972819Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.533012329Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.564282206Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.564436077Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.564487797Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.595808144Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.595958254Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.595998884Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.629137012Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.629309712Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.629351292Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.662032849Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.662235909Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44363))
[INFO] [stdout] 2026-07-09T20:10:22.662279519Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.662581969Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.662657049Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.662709279Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.662751099Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.662792989Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.662832099Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.662871689Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.662909299Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.662947809Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.662986899Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.663025009Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.663061079Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.663096119Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.663132479Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.663194569Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.663235579Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.663268409Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.663301339Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.663333939Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44363
[INFO] [stdout] 2026-07-09T20:10:22.663368239Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:22.663496029Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.663578439Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.663632459Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.663681879Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.663728509Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.663775079Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.663825059Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.663872779Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.663921959Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.663972029Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.682794218Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.682883317Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.684089797Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.684128508Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.685461057Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.685893477Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.687696937Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.687965427Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.689438007Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.689546757Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.690799687Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.690898307Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.692147447Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.692260277Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.693733077Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.693836007Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.695020137Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.695057917Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.696374467Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.696417976Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.700798816Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.700960806Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44363)
[INFO] [stdout] 2026-07-09T20:10:22.702497056Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.702723456Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.702844916Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.702958686Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.703072006Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.703196026Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.703311376Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.703410486Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:22.703589326Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:22.745119083Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:22.746468063Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:22.746735523Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:22.796888879Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:22.797554589Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:22.797758319Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:22.842708626Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:22.843514306Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:22.843954526Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:22.884197013Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:22.884976422Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:22.885422513Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:22.91919425Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:22.92019719Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:22.92077626Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:22.954880927Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:22.955549647Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:22.956158647Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:22.989884605Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:22.990173755Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:22.990263725Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.021848692Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.022137052Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:23.022242682Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.05486342Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.05512755Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:23.05523649Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.087665367Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.087913917Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40873))
[INFO] [stdout] 2026-07-09T20:10:23.087998347Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.088327067Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.088895967Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.089026057Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.089145357Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.089507937Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.089710207Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.089829187Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.089971167Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.090413927Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.090548027Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.090678077Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.090789247Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.090916737Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.091032957Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.091190217Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.091289927Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.091411717Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.091535397Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.091656757Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40873
[INFO] [stdout] 2026-07-09T20:10:23.091770327Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.091988567Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.092203647Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.092350787Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.092513917Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.092668537Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.092827277Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.092980327Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.093125297Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.093256677Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.093392557Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.143734083Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.143993663Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.145321143Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.148338843Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.148498653Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.149748653Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.149844293Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.151774743Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.151893193Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.153133053Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.153254602Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.154574822Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.154677622Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.155969332Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.156077952Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.157379172Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.157499802Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.161879422Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.162063222Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40873)
[INFO] [stdout] 2026-07-09T20:10:23.163597042Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.163924902Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.164435522Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.164648872Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.164837782Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.165045632Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.165262762Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.165446512Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.167136841Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:23.198525869Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.198684079Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.198728169Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.230132757Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.230314237Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.230359747Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.260790265Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.260933825Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.260973685Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.293609462Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.293760312Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.293805762Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.32694187Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.32709156Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.32713049Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.358284937Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.358444907Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.358505387Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.390339845Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.390503345Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.390547165Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.422064042Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.422233873Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.422273893Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.4540545Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.45423746Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.4542804Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.485292948Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.485537538Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(36017))
[INFO] [stdout] 2026-07-09T20:10:23.485587058Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.485878268Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.485954588Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486018458Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.486068238Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486114278Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.486155848Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486222908Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.486265048Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486301918Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.486338138Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486372438Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.486407288Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486439318Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.486482928Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486518618Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.486556418Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486589298Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.486622028Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486657708Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:36017
[INFO] [stdout] 2026-07-09T20:10:23.486691228Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.486846238Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.486932968Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.486993888Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.487052508Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.487113778Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.487249538Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.487328738Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.487394028Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.487459688Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.487536198Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.499798997Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.499882147Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.501105697Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.501836007Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.501874287Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.502991667Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.503031087Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.504293066Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.504394796Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.505697026Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.505811646Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:36017)
[INFO] [stdout] 2026-07-09T20:10:23.507073226Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.507322606Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.507513106Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.507702106Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.517119326Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:23.552436463Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.552700603Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.552788363Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.583685501Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.58383669Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.58388191Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.614713158Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.614856478Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.614898178Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.646393086Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.646555656Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.646598086Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.677812603Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.677960363Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.678008674Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.709571621Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.709721741Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.709769051Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.741189539Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.741343779Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.741389479Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.772876736Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.773030606Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.773073966Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.804330134Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.804479204Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.804515974Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.835685692Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.835913822Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40805))
[INFO] [stdout] 2026-07-09T20:10:23.835964892Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.836277482Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.836354042Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.836406982Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.836447522Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.836496402Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.836538382Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.836579722Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.836616662Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.836656082Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.836694582Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.836733322Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.836772142Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.836812262Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.836852432Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.836892162Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.836932762Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.836975462Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.837017672Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.837058362Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40805
[INFO] [stdout] 2026-07-09T20:10:23.837098662Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:23.837307612Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.837401812Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.837453722Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.837511722Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.837559122Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.837608051Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.837657811Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.837705102Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.837753662Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.837799931Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.844286651Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.844377181Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.845558831Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.846098261Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.846132131Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.847382061Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.847479951Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40805)
[INFO] [stdout] 2026-07-09T20:10:23.848676511Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.848867611Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:23.860709Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:23.950798473Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:23.951025363Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:23.951100693Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.006126059Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.006379109Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:24.006488069Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.050420766Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.050671886Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:24.050761626Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.090025523Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.090283213Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:24.090375513Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.1220397Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.12229255Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:24.12238115Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.153324538Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.153542628Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:24.153624388Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.184785096Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.185016826Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:24.185100256Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.216262193Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.216496133Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:24.216578323Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.252813591Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.253026931Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:24.253111311Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.286134548Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.286368928Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41199))
[INFO] [stdout] 2026-07-09T20:10:24.286444428Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.286789698Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.286891958Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.287111688Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.287207538Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.287285658Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.287356518Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.287429758Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.287509548Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.287584088Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.287657298Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.287732798Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.287805918Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.287878708Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.287949478Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.288024108Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.288095828Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.288183338Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.288256868Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.288335238Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41199
[INFO] [stdout] 2026-07-09T20:10:24.288402768Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.288585778Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.288725188Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.288839938Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.288952898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.289069568Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.289196158Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.289316948Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.289431318Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.289548968Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.289658508Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.298554327Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.298706277Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.299898487Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.299982357Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.301134447Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.301233527Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.302417187Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.302506807Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.303663047Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.303746357Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.304875537Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.305113237Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.305272767Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.305410957Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.305560277Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.311098316Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.311284946Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.312501646Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.312585226Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.313770336Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.313855096Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.314975846Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.315057716Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.316283026Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.316362006Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41199)
[INFO] [stdout] 2026-07-09T20:10:24.319066676Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.319635856Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.319800756Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.319960315Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.320113755Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.320352995Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:24.353114393Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.353280433Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.353318783Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.385023021Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.385192051Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.385231541Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.416729668Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.416888308Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.416933158Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.449767476Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.449907556Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.449949556Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.481455104Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.481625794Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.481672974Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.514105791Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.514281851Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.514322671Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.546683109Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.546866369Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.546913759Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.578716266Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.578872366Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.578921736Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.610418874Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.610570384Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.610612694Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.641778352Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.641936191Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(34283))
[INFO] [stdout] 2026-07-09T20:10:24.641982362Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.642301611Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.642378682Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.642662131Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.642718942Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.642768702Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.642813671Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.642858582Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.642902591Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.642947722Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.642992671Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.643037022Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.643079802Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.643126442Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.643246942Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.643301611Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.643343322Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.643381622Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.643418362Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.643453351Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:34283
[INFO] [stdout] 2026-07-09T20:10:24.643500971Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:24.643642822Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.643738702Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.643810631Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.643879922Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.643949331Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.644018091Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.644082311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.644145542Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.644234831Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.644299122Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.651839891Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.651931551Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.653116331Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.653869881Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.653906211Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.655020541Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.655055351Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.65642029Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.656465001Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.6582499Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.65829079Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.65940776Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.65944318Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.6606062Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.6606399Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:34283)
[INFO] [stdout] 2026-07-09T20:10:24.66277252Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.66328599Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.66340176Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.66351863Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.66362557Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.66372665Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:24.66830656Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:24.716335626Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:24.716492736Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:24.716565696Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:24.785914651Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:24.786076701Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:24.786190841Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:24.827997268Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:24.828528798Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:24.828586678Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:24.865320625Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:24.866277675Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:24.866832345Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:24.901889732Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:24.902843542Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:24.903414142Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:24.93591073Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:24.93688707Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:24.9374266Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:24.969304817Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:24.970272737Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:24.970784487Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.001865875Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.002811855Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:25.003321935Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.035460272Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.036463322Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:25.037005442Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.06843702Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.06937124Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(44575))
[INFO] [stdout] 2026-07-09T20:10:25.06987395Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.07075254Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.07122365Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.07170571Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.07222545Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.072728799Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.07328477Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.073846619Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.074360289Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.074960149Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.075356609Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.075809369Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.076087489Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.076414829Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.076557149Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.076811199Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.077086159Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.077337579Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.077568899Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.077698069Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:44575
[INFO] [stdout] 2026-07-09T20:10:25.077935309Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.078421669Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.078746219Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.079060319Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.079223129Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.079536109Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.079788999Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.080081499Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.080379759Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.080556649Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.080815109Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.090656338Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.091310718Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.093270598Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.093385598Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.095006538Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.095123078Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.096921438Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.097046148Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.098866788Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.098996617Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.100772808Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.101240557Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.103543537Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.103806927Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.104315067Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.109107137Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.109290927Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.111002227Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.111132676Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.112790456Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.112890807Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.114462316Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.114576666Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.116289696Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.116416656Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:44575)
[INFO] [stdout] 2026-07-09T20:10:25.120412636Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.121356096Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.121666896Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.121889866Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.122128926Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.122495786Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:25.19830542Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.19856003Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.19869246Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.245602067Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.245817297Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.245891886Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.283701174Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.283954774Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.284500054Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.318133351Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.318751851Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.318873321Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.352507259Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.352826019Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.353280269Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.386917626Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.387250556Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.387348706Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.417765184Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.418034244Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.418132384Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.451101311Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.451399231Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.451498621Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.484426769Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.484703829Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.484795879Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.517082917Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.517361736Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(41513))
[INFO] [stdout] 2026-07-09T20:10:25.517456916Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.517836356Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.518131336Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.518264996Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.518385026Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.518522176Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.518641016Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.518851396Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.518968376Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.519125676Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.519334976Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.519434496Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.519556536Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.519669816Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.519796086Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.519908786Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.520035976Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.520189526Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.520276016Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.520375016Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:41513
[INFO] [stdout] 2026-07-09T20:10:25.520486076Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:25.520734166Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.520909896Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.521059496Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.521196786Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.521310836Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.521443656Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.521580956Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.521718476Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.521861076Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.522028046Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.531320535Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.531752065Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.533241515Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.533341635Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.534694545Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.534796085Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.536234255Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.536330285Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.537689645Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.539206445Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.540798085Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.541097115Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.541295495Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.541493484Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.541669955Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.545639434Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.545768074Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.547243784Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.547334214Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.548577454Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.548657814Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.549880744Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.549977944Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.552888234Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.553031294Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:41513)
[INFO] [stdout] 2026-07-09T20:10:25.554252364Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.557237523Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.557481043Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.557675303Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.557859663Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:25.558137993Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:25.791675726Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:25.791902836Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:25.791983426Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:25.824463223Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:25.824696983Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:25.824784034Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:25.858844931Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:25.859083051Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:25.859181711Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:25.892066849Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:25.892326538Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:25.892446858Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:25.924651106Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:25.924909216Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:25.925003986Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:25.957668153Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:25.957888444Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:25.957971864Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:25.989863811Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:25.990105641Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:25.990202661Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.024861728Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.025092168Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:26.025140339Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.057779376Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.058001686Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:26.058076666Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.091792563Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.092031283Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39647))
[INFO] [stdout] 2026-07-09T20:10:26.092105703Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.092444243Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.092605883Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.092730834Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.092806243Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.092873674Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.092938903Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.093008223Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.093078494Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.093280943Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.093338523Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.093380723Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.093419343Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.093527023Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.094036923Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.094344094Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.094397403Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.094436263Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.094488913Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.094532023Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39647
[INFO] [stdout] 2026-07-09T20:10:26.094568233Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.094694043Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.094788093Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.094840513Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.094889453Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.094936403Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.094982813Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.095032003Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.095077573Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.095127873Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.095203983Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.103352123Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.103528303Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.104937633Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.106005793Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.106107202Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.108111022Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.108246452Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.109753812Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.109940412Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.111805092Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.111904022Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.113397092Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.113588912Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.115313472Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.115440942Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39647)
[INFO] [stdout] 2026-07-09T20:10:26.117023742Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.117567372Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.117751592Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.118030202Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.118207632Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.118355532Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.130677111Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:26.248044992Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.250308242Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.250649772Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.302860388Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.306676538Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.306789387Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.339677185Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.340300665Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.340565495Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.372970233Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.373544222Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.373795362Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.40715429Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.40777683Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.40805605Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.441556868Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.442146048Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.442438337Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.475697735Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.476287335Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.476562685Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.512011882Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.512159612Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.512224402Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.5468325Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.54706009Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.54732695Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.579638137Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.579872437Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(40725))
[INFO] [stdout] 2026-07-09T20:10:26.579954737Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.580645537Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.581020447Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.581339017Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.581604777Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.581817877Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.582035257Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.582468417Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.582647227Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.582780127Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.583131387Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.583247807Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.583331867Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.583500977Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.583592157Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.583750917Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.584132757Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.584647197Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.584985127Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.585310377Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:40725
[INFO] [stdout] 2026-07-09T20:10:26.585651467Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:26.586064137Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.586364507Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.586620827Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.586862707Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.587254107Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.587596937Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.587971357Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.588127857Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.588350586Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.588776757Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.597539876Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.597731826Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.599113166Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.599232686Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.600521206Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.600610646Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.602087776Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.602376156Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.602560625Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.605351605Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.605486315Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.607001345Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.607209915Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.609324455Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.609424915Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.610893155Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.610990545Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.612500425Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.612597525Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.614060545Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.614416345Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.615892715Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.616207735Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:40725)
[INFO] [stdout] 2026-07-09T20:10:26.623556234Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.623972994Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.624719034Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.624927734Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.625157254Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.625395054Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.625620724Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:26.625887114Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:26.700558518Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:26.704329608Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:26.704546458Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:26.763201024Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:26.763518944Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:26.763636584Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:26.803248841Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:26.80352661Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:26.80361907Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:26.835400878Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:26.835670728Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:26.835719298Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:26.867908656Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:26.868183166Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:26.868232316Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:26.899303383Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:26.899565873Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:26.899617213Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:26.930938591Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:26.931200051Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:26.931248941Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:26.962515629Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:26.962769239Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:26.962823429Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:26.994309036Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:26.994549176Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:26.994599766Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.026549044Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.026856994Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(39403))
[INFO] [stdout] 2026-07-09T20:10:27.026957504Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.027373584Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.027683904Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.027802434Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.027922754Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.028054854Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.028193894Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.028292564Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.028419594Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.028556054Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.028653824Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.028783054Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.028899934Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.029007804Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.029126714Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.029262974Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.029368284Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.029476014Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.029594154Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.029720074Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:39403
[INFO] [stdout] 2026-07-09T20:10:27.029832244Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.030073134Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.030266754Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.030419454Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.030576674Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.030691304Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.030870544Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.031017253Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.031182384Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.031299444Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.031448093Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.040292033Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.040459913Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.041763803Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.041852463Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.043110003Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.043233373Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.044408653Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.044514563Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.045746432Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.045918512Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.046018932Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.046120472Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.048544072Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.048667192Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.050323272Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.050371102Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.051508062Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.051546932Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.053144012Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.053287062Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.054503612Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.054542702Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.055759452Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.055801222Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:39403)
[INFO] [stdout] 2026-07-09T20:10:27.059354551Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.059626582Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.059723962Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.059815282Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.059905871Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.059995382Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.060158171Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:27.094494249Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.094651729Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.094700629Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.127933996Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.128090356Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.128135566Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.187316602Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.187743842Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.187831652Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.229209219Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.229439109Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.229533109Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.261260387Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.261527456Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.261611927Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.296564454Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.296914834Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.297011144Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.328016422Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.328271251Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.328363022Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.359368049Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.359629179Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.359711859Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.390273267Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.390543387Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.390633017Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.420616684Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.420870535Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(37689))
[INFO] [stdout] 2026-07-09T20:10:27.420957975Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.421329644Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.421728435Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.421843144Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.421963635Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.422080524Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.422209095Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.422331864Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.422449215Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.422578664Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.422700704Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.422823424Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.422942424Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.423065524Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.423207984Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.423303404Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.423409494Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.423513434Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.423627774Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.423745584Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:37689
[INFO] [stdout] 2026-07-09T20:10:27.423853924Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.424086684Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.424272994Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.424389454Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.424556124Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.424679044Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.424818104Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.424952304Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.425086754Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.425245124Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.425381234Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.434208683Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.434374494Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.435773994Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.435875094Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.437026973Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.437120653Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.438537563Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.438636243Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.439804443Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.439898023Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.441074163Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.441186453Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.442360843Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.442629653Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.442991663Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.443329723Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.443631743Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.449393162Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.450883032Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.451023812Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.452566982Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.452664842Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.454017442Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.454058702Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.455838502Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.455945422Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:37689)
[INFO] [stdout] 2026-07-09T20:10:27.457832552Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.458189312Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.458397952Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.458617792Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.458878272Z  INFO hyper_graceful_shutdown_issue::tests: src/lib.rs:258: STARTING NEW ITERATION
[INFO] [stdout] 2026-07-09T20:10:27.490054389Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.490265539Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.490308939Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.521051287Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.521215987Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.521258487Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.552567235Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.552714935Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.552764775Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.584380952Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.584542242Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.584590802Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.61630887Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.61646771Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.61653064Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.647963368Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.648116178Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.648157668Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.679287485Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.679428355Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.679482725Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.710701503Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.710838683Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.710877023Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.74238744Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.742553311Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.742599251Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.773615808Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:671: checkout waiting for idle connection: ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.773763158Z TRACE hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:383: Http::connect; scheme=Some("http"), host=Some("127.0.0.1"), port=Some(Port(33081))
[INFO] [stdout] 2026-07-09T20:10:27.773804468Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:657: connecting to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774084298Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774184488Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.774242098Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774387318Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.774434928Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774479598Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.774513988Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774552548Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.774586058Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774618838Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.774649698Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774680488Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.774712138Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774745268Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.774776918Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774810488Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.774842738Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774877378Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.774911648Z DEBUG hyper_util::client::legacy::connect::http: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/connect/http.rs:660: connected to 127.0.0.1:33081
[INFO] [stdout] 2026-07-09T20:10:27.774943808Z TRACE hyper_util::client::legacy::client: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/client.rs:592: http1 handshake complete, spawning background dispatcher task
[INFO] [stdout] 2026-07-09T20:10:27.775073718Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.775156348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.775242408Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.775296148Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.775348018Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.775400008Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.775453348Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.775520898Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.775576618Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.775633738Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:713: checkout dropped for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.783698957Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.783985708Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.785363127Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.785445297Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.787013187Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.787120107Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.788298467Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.788447667Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.788546237Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.791908927Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.791984577Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.793227427Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.793313467Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.794409707Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.794445487Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.795622356Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.795662736Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.797737567Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.797778087Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.799058576Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.799114836Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.801061106Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:349: put; add idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.801102876Z DEBUG hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:396: pooling idle connection for ("http", 127.0.0.1:33081)
[INFO] [stdout] 2026-07-09T20:10:27.802631556Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.802854606Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.802975506Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.803086596Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.803224416Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.803331336Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] 2026-07-09T20:10:27.803436666Z TRACE hyper_util::client::legacy::pool: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.10/src/client/legacy/pool.rs:791: pool closed, canceling idle interval
[INFO] [stdout] test tests::graceful_shutdown_without_tls ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::graceful_shutdown_with_tls stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::graceful_shutdown_with_tls' (2777) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19/src/util.rs:91:14:
[INFO] [stdout] failed to set global default subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a54c71914a1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a54c71914a1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a54c71914a1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a54c71914a1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a54c71a886a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a54c71a886a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5a54c7195ffc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5a54c7195ffc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5a54c716e6d6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a54c716e6d6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a54c7188e89 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a54c6a79760 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5a54c6a79760 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a54c71891b2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5a54c71891b2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5a54c716e782 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5a54c7165dc9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a54c716f60d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5a54c71a911c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a54c71a8e62 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5a54c685086b - <core[6883ba1bc0fe4ed1]::result::Result<(), tracing_subscriber[fbb314cede128039]::util::TryInitError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5a54c68778d1 - <tracing_subscriber[fbb314cede128039]::layer::layered::Layered<tracing_subscriber[fbb314cede128039]::fmt::fmt_layer::Layer<tracing_subscriber[fbb314cede128039]::layer::layered::Layered<tracing_subscriber[fbb314cede128039]::filter::env::EnvFilter, tracing_subscriber[fbb314cede128039]::registry::sharded::Registry>, tracing_subscriber[fbb314cede128039]::fmt::format::DefaultFields, tracing_subscriber[fbb314cede128039]::fmt::format::Format<tracing_subscriber[fbb314cede128039]::fmt::format::Full, tracing_subscriber[fbb314cede128039]::fmt::time::time_crate::UtcTime<time[c411a910728ec218]::format_description::well_known::rfc3339::Rfc3339>>>, tracing_subscriber[fbb314cede128039]::layer::layered::Layered<tracing_subscriber[fbb314cede128039]::filter::env::EnvFilter, tracing_subscriber[fbb314cede128039]::registry::sharded::Registry>> as tracing_subscriber[fbb314cede128039]::util::SubscriberInitExt>::init
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19/src/util.rs:91:14
[INFO] [stdout]   22:     0x5a54c68b8a0e - hyper_graceful_shutdown_issue[986a6a852871e3ee]::tests::init_tracing
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:379:14
[INFO] [stdout]   23:     0x5a54c68b6960 - hyper_graceful_shutdown_issue[986a6a852871e3ee]::tests::test_graceful_shutdown::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:252:9
[INFO] [stdout]   24:     0x5a54c68b81f2 - hyper_graceful_shutdown_issue[986a6a852871e3ee]::tests::graceful_shutdown_with_tls::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:239:52
[INFO] [stdout]   25:     0x5a54c68ba0e2 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5a54c68ba19d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   27:     0x5a54c68c514d - <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   28:     0x5a54c68c4c5b - tokio[8455c9b6c09f7839]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   29:     0x5a54c68c4c5b - tokio[8455c9b6c09f7839]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   30:     0x5a54c68c4c5b - <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   31:     0x5a54c68bb400 - <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   32:     0x5a54c68c2ecd - <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   33:     0x5a54c68c1714 - <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   34:     0x5a54c6846fcb - <tokio[8455c9b6c09f7839]::runtime::context::scoped::Scoped<tokio[8455c9b6c09f7839]::runtime::scheduler::Context>>::set::<<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x5a54c683f689 - tokio[8455c9b6c09f7839]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   36:     0x5a54c6862012 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[8455c9b6c09f7839]::runtime::context::Context>>::try_with::<tokio[8455c9b6c09f7839]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   37:     0x5a54c68617fe - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[8455c9b6c09f7839]::runtime::context::Context>>::with::<tokio[8455c9b6c09f7839]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   38:     0x5a54c683e9bd - tokio[8455c9b6c09f7839]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   39:     0x5a54c68be9b0 - <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   40:     0x5a54c68bf146 - <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   41:     0x5a54c68c0d03 - <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   42:     0x5a54c68cc393 - tokio[8455c9b6c09f7839]::runtime::context::runtime::enter_runtime::<<tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x5a54c68bab31 - <tokio[8455c9b6c09f7839]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   44:     0x5a54c686da94 - <tokio[8455c9b6c09f7839]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x5a54c686de0a - <tokio[8455c9b6c09f7839]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   46:     0x5a54c68b8bf1 - hyper_graceful_shutdown_issue[986a6a852871e3ee]::tests::graceful_shutdown_with_tls
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:239:52
[INFO] [stdout]   47:     0x5a54c68b8067 - hyper_graceful_shutdown_issue[986a6a852871e3ee]::tests::graceful_shutdown_with_tls::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:238:42
[INFO] [stdout]   48:     0x5a54c6878f06 - <hyper_graceful_shutdown_issue[986a6a852871e3ee]::tests::graceful_shutdown_with_tls::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x5a54c6a6ca9b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x5a54c6a6ca9b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   51:     0x5a54c6a7a0e5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   52:     0x5a54c6a7a0e5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x5a54c6a7a0e5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   54:     0x5a54c6a7a0e5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x5a54c6a7a0e5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x5a54c6a7a0e5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   57:     0x5a54c6a7a0e5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   58:     0x5a54c6a74b94 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   59:     0x5a54c6a74b94 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   60:     0x5a54c6a7d232 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   61:     0x5a54c6a7d232 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   62:     0x5a54c6a7d232 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   63:     0x5a54c6a7d232 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   64:     0x5a54c6a7d232 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x5a54c6a7d232 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   66:     0x5a54c6a7d232 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x5a54c719097f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   68:     0x5a54c719097f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   69:     0x7f846ab1baa4 - <unknown>
[INFO] [stdout]   70:     0x7f846aba8a64 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::graceful_shutdown_with_tls
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 39.90s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a", kill_on_drop: false }`
[INFO] [stdout] be5583aa4e29018dd824bc18a27c5fc76dddcfd216f68e6086c00da630871e3a
