[INFO] fetching crate xwytools 0.1.0...
[INFO] testing xwytools-0.1.0 against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] extracting crate xwytools 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate xwytools 0.1.0
[INFO] finished tweaking crates.io crate xwytools 0.1.0
[INFO] tweaked toml for crates.io crate xwytools 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate xwytools 0.1.0 on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 58 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.10.2 (available: v0.11.8)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f45e5c65d34352e2e4c22f9c10fd9cc9cc59fc0c594987e2c10aa0082715c281
[INFO] running `Command { std: "docker" "start" "-a" "f45e5c65d34352e2e4c22f9c10fd9cc9cc59fc0c594987e2c10aa0082715c281", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f45e5c65d34352e2e4c22f9c10fd9cc9cc59fc0c594987e2c10aa0082715c281", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f45e5c65d34352e2e4c22f9c10fd9cc9cc59fc0c594987e2c10aa0082715c281", kill_on_drop: false }`
[INFO] [stdout] f45e5c65d34352e2e4c22f9c10fd9cc9cc59fc0c594987e2c10aa0082715c281
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 44a617c4a65c8f5cacbc493e99479ee8e0bdf2082e095daa5ea73c11aebcb441
[INFO] running `Command { std: "docker" "start" "-a" "44a617c4a65c8f5cacbc493e99479ee8e0bdf2082e095daa5ea73c11aebcb441", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling ctrlc v3.5.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling xwytools v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
[INFO] running `Command { std: "docker" "inspect" "44a617c4a65c8f5cacbc493e99479ee8e0bdf2082e095daa5ea73c11aebcb441", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44a617c4a65c8f5cacbc493e99479ee8e0bdf2082e095daa5ea73c11aebcb441", kill_on_drop: false }`
[INFO] [stdout] 44a617c4a65c8f5cacbc493e99479ee8e0bdf2082e095daa5ea73c11aebcb441
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7dc97e07924bd46d568a39222e44b1f57909f4983cfb7b6e345481ac3a66d854
[INFO] running `Command { std: "docker" "start" "-a" "7dc97e07924bd46d568a39222e44b1f57909f4983cfb7b6e345481ac3a66d854", kill_on_drop: false }`
[INFO] [stderr]    Compiling xwytools v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::time::Instant`
[INFO] [stdout]    --> src/bench.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     use std::time::Instant;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] running `Command { std: "docker" "inspect" "7dc97e07924bd46d568a39222e44b1f57909f4983cfb7b6e345481ac3a66d854", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dc97e07924bd46d568a39222e44b1f57909f4983cfb7b6e345481ac3a66d854", kill_on_drop: false }`
[INFO] [stdout] 7dc97e07924bd46d568a39222e44b1f57909f4983cfb7b6e345481ac3a66d854
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ecd4159267c7b67f53ed680aee52425c3bbcebd2bdf8a4c815caf5d3694bc517
[INFO] running `Command { std: "docker" "start" "-a" "ecd4159267c7b67f53ed680aee52425c3bbcebd2bdf8a4c815caf5d3694bc517", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::time::Instant`
[INFO] [stderr]    --> src/bench.rs:123:9
[INFO] [stderr]     |
[INFO] [stderr] 123 |     use std::time::Instant;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `xwytools` (lib test) generated 1 warning (run `cargo fix --lib -p xwytools --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xwytools-3f4c115e60f61d31)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] [2025-11-09T14:02:30Z INFO  xwytools::bench] Starting bench with concurrency 100
[INFO] [stderr] [2025-11-09T14:02:31Z INFO  xwytools::bench] Throughput(op/s): last 46.8M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:02:33Z INFO  xwytools::bench] Throughput(op/s): last 44.6M, ave 37.0M
[INFO] [stderr] [2025-11-09T14:02:34Z INFO  xwytools::bench] Throughput(op/s): last 44.1M, ave 35.8M
[INFO] [stderr] [2025-11-09T14:02:35Z INFO  xwytools::bench] Throughput(op/s): last 42.1M, ave 35.8M
[INFO] [stderr] [2025-11-09T14:02:36Z INFO  xwytools::bench] Throughput(op/s): last 44.4M, ave 36.1M
[INFO] [stderr] [2025-11-09T14:02:38Z INFO  xwytools::bench] Throughput(op/s): last 40.1M, ave 35.7M
[INFO] [stderr] [2025-11-09T14:02:39Z INFO  xwytools::bench] Throughput(op/s): last 44.2M, ave 35.6M
[INFO] [stderr] [2025-11-09T14:02:40Z INFO  xwytools::bench] Throughput(op/s): last 43.4M, ave 35.3M
[INFO] [stderr] [2025-11-09T14:02:41Z INFO  xwytools::bench] Throughput(op/s): last 41.7M, ave 35.4M
[INFO] [stderr] [2025-11-09T14:02:42Z INFO  xwytools::bench] Throughput(op/s): last 40.3M, ave 35.1M
[INFO] [stderr] [2025-11-09T14:02:44Z INFO  xwytools::bench] Throughput(op/s): last 40.0M, ave 35.0M
[INFO] [stderr] [2025-11-09T14:02:45Z INFO  xwytools::bench] Throughput(op/s): last 39.4M, ave 34.8M
[INFO] [stderr] [2025-11-09T14:02:46Z INFO  xwytools::bench] Throughput(op/s): last 40.0M, ave 34.5M
[INFO] [stderr] [2025-11-09T14:02:47Z INFO  xwytools::bench] Throughput(op/s): last 40.8M, ave 34.5M
[INFO] [stderr] [2025-11-09T14:02:48Z INFO  xwytools::bench] Throughput(op/s): last 37.0M, ave 34.4M
[INFO] [stderr] [2025-11-09T14:02:50Z INFO  xwytools::bench] Throughput(op/s): last 37.4M, ave 34.2M
[INFO] [stderr] [2025-11-09T14:02:51Z INFO  xwytools::bench] Throughput(op/s): last 37.2M, ave 34.1M
[INFO] [stderr] [2025-11-09T14:02:52Z INFO  xwytools::bench] Throughput(op/s): last 50.4M, ave 34.4M
[INFO] [stderr] [2025-11-09T14:02:53Z INFO  xwytools::bench] Throughput(op/s): last 41.4M, ave 34.3M
[INFO] [stderr] [2025-11-09T14:02:55Z INFO  xwytools::bench] Throughput(op/s): last 40.1M, ave 34.3M
[INFO] [stderr] [2025-11-09T14:02:56Z INFO  xwytools::bench] Throughput(op/s): last 42.4M, ave 34.2M
[INFO] [stderr] [2025-11-09T14:02:57Z INFO  xwytools::bench] Throughput(op/s): last 43.6M, ave 34.2M
[INFO] [stderr] [2025-11-09T14:02:58Z INFO  xwytools::bench] Throughput(op/s): last 42.0M, ave 34.3M
[INFO] [stderr] [2025-11-09T14:03:00Z INFO  xwytools::bench] Throughput(op/s): last 46.5M, ave 34.3M
[INFO] [stderr] [2025-11-09T14:03:01Z INFO  xwytools::bench] Throughput(op/s): last 53.7M, ave 34.7M
[INFO] [stderr] [2025-11-09T14:03:02Z INFO  xwytools::bench] Throughput(op/s): last 47.1M, ave 35.0M
[INFO] [stderr] [2025-11-09T14:03:03Z INFO  xwytools::bench] Throughput(op/s): last 57.4M, ave 35.3M
[INFO] [stderr] [2025-11-09T14:03:04Z INFO  xwytools::bench] Throughput(op/s): last 50.1M, ave 35.6M
[INFO] [stderr] [2025-11-09T14:03:06Z INFO  xwytools::bench] Throughput(op/s): last 52.4M, ave 35.8M
[INFO] [stderr] [2025-11-09T14:03:07Z INFO  xwytools::bench] Throughput(op/s): last 63.7M, ave 36.1M
[INFO] [stderr] [2025-11-09T14:03:09Z INFO  xwytools::bench] Throughput(op/s): last 50.8M, ave 36.1M
[INFO] [stderr] [2025-11-09T14:03:10Z INFO  xwytools::bench] Throughput(op/s): last 55.0M, ave 36.3M
[INFO] [stderr] [2025-11-09T14:03:11Z INFO  xwytools::bench] Throughput(op/s): last 55.9M, ave 36.5M
[INFO] [stderr] [2025-11-09T14:03:12Z INFO  xwytools::bench] Throughput(op/s): last 55.5M, ave 36.7M
[INFO] [stderr] [2025-11-09T14:03:14Z INFO  xwytools::bench] Throughput(op/s): last 57.8M, ave 36.9M
[INFO] [stderr] [2025-11-09T14:03:15Z INFO  xwytools::bench] Throughput(op/s): last 57.8M, ave 37.1M
[INFO] [stderr] [2025-11-09T14:03:16Z INFO  xwytools::bench] Throughput(op/s): last 56.1M, ave 37.3M
[INFO] [stderr] [2025-11-09T14:03:18Z INFO  xwytools::bench] Throughput(op/s): last 54.4M, ave 37.4M
[INFO] [stderr] [2025-11-09T14:03:19Z INFO  xwytools::bench] Throughput(op/s): last 55.0M, ave 37.5M
[INFO] [stderr] [2025-11-09T14:03:20Z INFO  xwytools::bench] Throughput(op/s): last 57.6M, ave 37.6M
[INFO] [stderr] [2025-11-09T14:03:22Z INFO  xwytools::bench] Throughput(op/s): last 58.2M, ave 37.8M
[INFO] [stderr] [2025-11-09T14:03:23Z INFO  xwytools::bench] Throughput(op/s): last 46.8M, ave 37.9M
[INFO] [stderr] [2025-11-09T14:03:24Z INFO  xwytools::bench] Throughput(op/s): last 49.8M, ave 37.9M
[INFO] [stderr] [2025-11-09T14:03:25Z INFO  xwytools::bench] Throughput(op/s): last 53.4M, ave 38.0M
[INFO] [stderr] [2025-11-09T14:03:27Z INFO  xwytools::bench] Throughput(op/s): last 54.0M, ave 38.0M
[INFO] [stderr] [2025-11-09T14:03:28Z INFO  xwytools::bench] Throughput(op/s): last 54.2M, ave 38.1M
[INFO] [stderr] [2025-11-09T14:03:29Z INFO  xwytools::bench] Throughput(op/s): last 57.7M, ave 38.3M
[INFO] [stdout] test bench::test::test_bench has been running for over 60 seconds
[INFO] [stderr] [2025-11-09T14:03:31Z INFO  xwytools::bench] Throughput(op/s): last 56.1M, ave 38.3M
[INFO] [stderr] [2025-11-09T14:03:32Z INFO  xwytools::bench] Throughput(op/s): last 59.8M, ave 38.4M
[INFO] [stderr] [2025-11-09T14:03:33Z INFO  xwytools::bench] Throughput(op/s): last 53.1M, ave 38.5M
[INFO] [stderr] [2025-11-09T14:03:35Z INFO  xwytools::bench] Throughput(op/s): last 66.3M, ave 38.6M
[INFO] [stderr] [2025-11-09T14:03:36Z INFO  xwytools::bench] Throughput(op/s): last 61.7M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:03:38Z INFO  xwytools::bench] Throughput(op/s): last 55.3M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:03:39Z INFO  xwytools::bench] Throughput(op/s): last 59.3M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:03:40Z INFO  xwytools::bench] Throughput(op/s): last 45.5M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:03:41Z INFO  xwytools::bench] Throughput(op/s): last 38.3M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:03:43Z INFO  xwytools::bench] Throughput(op/s): last 51.8M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:03:44Z INFO  xwytools::bench] Throughput(op/s): last 57.4M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:03:45Z INFO  xwytools::bench] Throughput(op/s): last 55.7M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:03:47Z INFO  xwytools::bench] Throughput(op/s): last 60.1M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:03:48Z INFO  xwytools::bench] Throughput(op/s): last 54.5M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:03:49Z INFO  xwytools::bench] Throughput(op/s): last 58.4M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:03:51Z INFO  xwytools::bench] Throughput(op/s): last 56.4M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:03:52Z INFO  xwytools::bench] Throughput(op/s): last 63.7M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:03:54Z INFO  xwytools::bench] Throughput(op/s): last 56.5M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:03:55Z INFO  xwytools::bench] Throughput(op/s): last 56.7M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:03:57Z INFO  xwytools::bench] Throughput(op/s): last 63.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:03:58Z INFO  xwytools::bench] Throughput(op/s): last 62.4M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:03:59Z INFO  xwytools::bench] Throughput(op/s): last 54.3M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:04:00Z INFO  xwytools::bench] Throughput(op/s): last 55.2M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:04:02Z INFO  xwytools::bench] Throughput(op/s): last 56.6M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:04:03Z INFO  xwytools::bench] Throughput(op/s): last 60.6M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:04:04Z INFO  xwytools::bench] Throughput(op/s): last 57.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:04:06Z INFO  xwytools::bench] Throughput(op/s): last 56.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:04:07Z INFO  xwytools::bench] Throughput(op/s): last 53.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:04:08Z INFO  xwytools::bench] Throughput(op/s): last 53.2M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:04:10Z INFO  xwytools::bench] Throughput(op/s): last 53.5M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:04:11Z INFO  xwytools::bench] Throughput(op/s): last 48.5M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:04:12Z INFO  xwytools::bench] Throughput(op/s): last 44.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:04:14Z INFO  xwytools::bench] Throughput(op/s): last 65.2M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:04:15Z INFO  xwytools::bench] Throughput(op/s): last 55.9M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:04:16Z INFO  xwytools::bench] Throughput(op/s): last 56.4M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:04:17Z INFO  xwytools::bench] Throughput(op/s): last 55.9M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:04:19Z INFO  xwytools::bench] Throughput(op/s): last 44.9M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:04:20Z INFO  xwytools::bench] Throughput(op/s): last 45.6M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:04:21Z INFO  xwytools::bench] Throughput(op/s): last 38.2M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:04:22Z INFO  xwytools::bench] Throughput(op/s): last 40.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:04:24Z INFO  xwytools::bench] Throughput(op/s): last 42.7M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:04:25Z INFO  xwytools::bench] Throughput(op/s): last 35.2M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:04:26Z INFO  xwytools::bench] Throughput(op/s): last 34.9M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:04:27Z INFO  xwytools::bench] Throughput(op/s): last 43.3M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:04:29Z INFO  xwytools::bench] Throughput(op/s): last 39.4M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:04:30Z INFO  xwytools::bench] Throughput(op/s): last 44.4M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:04:31Z INFO  xwytools::bench] Throughput(op/s): last 49.2M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:04:32Z INFO  xwytools::bench] Throughput(op/s): last 62.6M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:04:34Z INFO  xwytools::bench] Throughput(op/s): last 56.4M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:04:35Z INFO  xwytools::bench] Throughput(op/s): last 51.1M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:04:36Z INFO  xwytools::bench] Throughput(op/s): last 50.8M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:04:38Z INFO  xwytools::bench] Throughput(op/s): last 59.3M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:04:39Z INFO  xwytools::bench] Throughput(op/s): last 58.8M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:04:40Z INFO  xwytools::bench] Throughput(op/s): last 53.1M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:04:42Z INFO  xwytools::bench] Throughput(op/s): last 49.9M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:04:43Z INFO  xwytools::bench] Throughput(op/s): last 54.8M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:04:44Z INFO  xwytools::bench] Throughput(op/s): last 57.0M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:04:45Z INFO  xwytools::bench] Throughput(op/s): last 55.6M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:04:47Z INFO  xwytools::bench] Throughput(op/s): last 51.7M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:04:48Z INFO  xwytools::bench] Throughput(op/s): last 56.7M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:04:49Z INFO  xwytools::bench] Throughput(op/s): last 47.3M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:04:51Z INFO  xwytools::bench] Throughput(op/s): last 40.4M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:04:52Z INFO  xwytools::bench] Throughput(op/s): last 51.2M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:04:53Z INFO  xwytools::bench] Throughput(op/s): last 48.3M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:04:55Z INFO  xwytools::bench] Throughput(op/s): last 49.4M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:04:56Z INFO  xwytools::bench] Throughput(op/s): last 53.0M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:04:57Z INFO  xwytools::bench] Throughput(op/s): last 59.1M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:04:59Z INFO  xwytools::bench] Throughput(op/s): last 60.7M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:00Z INFO  xwytools::bench] Throughput(op/s): last 51.4M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:01Z INFO  xwytools::bench] Throughput(op/s): last 49.1M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:03Z INFO  xwytools::bench] Throughput(op/s): last 56.1M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:04Z INFO  xwytools::bench] Throughput(op/s): last 52.8M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:05Z INFO  xwytools::bench] Throughput(op/s): last 53.0M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:07Z INFO  xwytools::bench] Throughput(op/s): last 44.7M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:08Z INFO  xwytools::bench] Throughput(op/s): last 41.7M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:09Z INFO  xwytools::bench] Throughput(op/s): last 53.2M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:10Z INFO  xwytools::bench] Throughput(op/s): last 49.2M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:12Z INFO  xwytools::bench] Throughput(op/s): last 48.1M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:13Z INFO  xwytools::bench] Throughput(op/s): last 54.7M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:14Z INFO  xwytools::bench] Throughput(op/s): last 54.5M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:15Z INFO  xwytools::bench] Throughput(op/s): last 45.6M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:17Z INFO  xwytools::bench] Throughput(op/s): last 53.3M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:18Z INFO  xwytools::bench] Throughput(op/s): last 49.7M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:19Z INFO  xwytools::bench] Throughput(op/s): last 50.5M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:20Z INFO  xwytools::bench] Throughput(op/s): last 42.4M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:22Z INFO  xwytools::bench] Throughput(op/s): last 47.0M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:23Z INFO  xwytools::bench] Throughput(op/s): last 46.3M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:24Z INFO  xwytools::bench] Throughput(op/s): last 39.2M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:25Z INFO  xwytools::bench] Throughput(op/s): last 41.8M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:27Z INFO  xwytools::bench] Throughput(op/s): last 52.0M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:28Z INFO  xwytools::bench] Throughput(op/s): last 52.2M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:29Z INFO  xwytools::bench] Throughput(op/s): last 48.1M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:30Z INFO  xwytools::bench] Throughput(op/s): last 50.7M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:32Z INFO  xwytools::bench] Throughput(op/s): last 56.7M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:33Z INFO  xwytools::bench] Throughput(op/s): last 58.1M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:34Z INFO  xwytools::bench] Throughput(op/s): last 51.7M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:35Z INFO  xwytools::bench] Throughput(op/s): last 48.6M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:36Z INFO  xwytools::bench] Throughput(op/s): last 48.4M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:38Z INFO  xwytools::bench] Throughput(op/s): last 45.1M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:39Z INFO  xwytools::bench] Throughput(op/s): last 39.8M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:40Z INFO  xwytools::bench] Throughput(op/s): last 44.0M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:41Z INFO  xwytools::bench] Throughput(op/s): last 50.7M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:43Z INFO  xwytools::bench] Throughput(op/s): last 50.1M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:44Z INFO  xwytools::bench] Throughput(op/s): last 46.5M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:45Z INFO  xwytools::bench] Throughput(op/s): last 48.8M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:46Z INFO  xwytools::bench] Throughput(op/s): last 51.3M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:48Z INFO  xwytools::bench] Throughput(op/s): last 51.3M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:49Z INFO  xwytools::bench] Throughput(op/s): last 43.4M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:50Z INFO  xwytools::bench] Throughput(op/s): last 49.3M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:05:51Z INFO  xwytools::bench] Throughput(op/s): last 56.5M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:53Z INFO  xwytools::bench] Throughput(op/s): last 53.8M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:54Z INFO  xwytools::bench] Throughput(op/s): last 54.5M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:55Z INFO  xwytools::bench] Throughput(op/s): last 50.0M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:56Z INFO  xwytools::bench] Throughput(op/s): last 49.7M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:58Z INFO  xwytools::bench] Throughput(op/s): last 52.5M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:05:59Z INFO  xwytools::bench] Throughput(op/s): last 49.8M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:06:00Z INFO  xwytools::bench] Throughput(op/s): last 53.6M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:06:01Z INFO  xwytools::bench] Throughput(op/s): last 46.9M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:06:03Z INFO  xwytools::bench] Throughput(op/s): last 43.1M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:06:04Z INFO  xwytools::bench] Throughput(op/s): last 43.7M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:06:05Z INFO  xwytools::bench] Throughput(op/s): last 41.8M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:06:06Z INFO  xwytools::bench] Throughput(op/s): last 40.2M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:07Z INFO  xwytools::bench] Throughput(op/s): last 38.7M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:09Z INFO  xwytools::bench] Throughput(op/s): last 36.7M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:10Z INFO  xwytools::bench] Throughput(op/s): last 44.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:11Z INFO  xwytools::bench] Throughput(op/s): last 49.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:13Z INFO  xwytools::bench] Throughput(op/s): last 47.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:14Z INFO  xwytools::bench] Throughput(op/s): last 53.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:15Z INFO  xwytools::bench] Throughput(op/s): last 44.3M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:06:17Z INFO  xwytools::bench] Throughput(op/s): last 61.3M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:18Z INFO  xwytools::bench] Throughput(op/s): last 61.3M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:19Z INFO  xwytools::bench] Throughput(op/s): last 53.6M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:21Z INFO  xwytools::bench] Throughput(op/s): last 49.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:22Z INFO  xwytools::bench] Throughput(op/s): last 50.9M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:23Z INFO  xwytools::bench] Throughput(op/s): last 46.6M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:24Z INFO  xwytools::bench] Throughput(op/s): last 50.9M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:26Z INFO  xwytools::bench] Throughput(op/s): last 56.5M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:27Z INFO  xwytools::bench] Throughput(op/s): last 50.6M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:28Z INFO  xwytools::bench] Throughput(op/s): last 46.8M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:29Z INFO  xwytools::bench] Throughput(op/s): last 47.6M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:31Z INFO  xwytools::bench] Throughput(op/s): last 45.8M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:32Z INFO  xwytools::bench] Throughput(op/s): last 43.8M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:33Z INFO  xwytools::bench] Throughput(op/s): last 48.3M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:34Z INFO  xwytools::bench] Throughput(op/s): last 50.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:36Z INFO  xwytools::bench] Throughput(op/s): last 64.7M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:37Z INFO  xwytools::bench] Throughput(op/s): last 60.8M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:38Z INFO  xwytools::bench] Throughput(op/s): last 52.6M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:40Z INFO  xwytools::bench] Throughput(op/s): last 55.1M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:41Z INFO  xwytools::bench] Throughput(op/s): last 50.6M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:42Z INFO  xwytools::bench] Throughput(op/s): last 47.0M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:43Z INFO  xwytools::bench] Throughput(op/s): last 48.0M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:44Z INFO  xwytools::bench] Throughput(op/s): last 40.0M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:46Z INFO  xwytools::bench] Throughput(op/s): last 42.7M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:06:47Z INFO  xwytools::bench] Throughput(op/s): last 48.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:48Z INFO  xwytools::bench] Throughput(op/s): last 46.3M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:50Z INFO  xwytools::bench] Throughput(op/s): last 45.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:51Z INFO  xwytools::bench] Throughput(op/s): last 42.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:52Z INFO  xwytools::bench] Throughput(op/s): last 45.9M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:53Z INFO  xwytools::bench] Throughput(op/s): last 52.5M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:55Z INFO  xwytools::bench] Throughput(op/s): last 60.7M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:56Z INFO  xwytools::bench] Throughput(op/s): last 49.6M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:58Z INFO  xwytools::bench] Throughput(op/s): last 52.4M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:06:59Z INFO  xwytools::bench] Throughput(op/s): last 60.0M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:07:00Z INFO  xwytools::bench] Throughput(op/s): last 47.8M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:07:01Z INFO  xwytools::bench] Throughput(op/s): last 37.0M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:07:02Z INFO  xwytools::bench] Throughput(op/s): last 44.9M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:07:03Z INFO  xwytools::bench] Throughput(op/s): last 40.6M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:07:05Z INFO  xwytools::bench] Throughput(op/s): last 42.9M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:07:06Z INFO  xwytools::bench] Throughput(op/s): last 46.5M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:07:07Z INFO  xwytools::bench] Throughput(op/s): last 49.1M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:07:09Z INFO  xwytools::bench] Throughput(op/s): last 45.0M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:07:10Z INFO  xwytools::bench] Throughput(op/s): last 40.8M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:07:11Z INFO  xwytools::bench] Throughput(op/s): last 39.0M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:07:12Z INFO  xwytools::bench] Throughput(op/s): last 38.4M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:13Z INFO  xwytools::bench] Throughput(op/s): last 38.9M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:15Z INFO  xwytools::bench] Throughput(op/s): last 41.6M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:16Z INFO  xwytools::bench] Throughput(op/s): last 43.1M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:17Z INFO  xwytools::bench] Throughput(op/s): last 39.9M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:18Z INFO  xwytools::bench] Throughput(op/s): last 52.2M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:20Z INFO  xwytools::bench] Throughput(op/s): last 53.8M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:21Z INFO  xwytools::bench] Throughput(op/s): last 55.1M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:22Z INFO  xwytools::bench] Throughput(op/s): last 51.7M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:23Z INFO  xwytools::bench] Throughput(op/s): last 48.2M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:25Z INFO  xwytools::bench] Throughput(op/s): last 43.7M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:26Z INFO  xwytools::bench] Throughput(op/s): last 54.8M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:27Z INFO  xwytools::bench] Throughput(op/s): last 58.4M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:29Z INFO  xwytools::bench] Throughput(op/s): last 56.0M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:30Z INFO  xwytools::bench] Throughput(op/s): last 53.2M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:31Z INFO  xwytools::bench] Throughput(op/s): last 48.5M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:32Z INFO  xwytools::bench] Throughput(op/s): last 47.1M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:34Z INFO  xwytools::bench] Throughput(op/s): last 37.7M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:35Z INFO  xwytools::bench] Throughput(op/s): last 50.0M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:36Z INFO  xwytools::bench] Throughput(op/s): last 52.4M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:38Z INFO  xwytools::bench] Throughput(op/s): last 53.3M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:39Z INFO  xwytools::bench] Throughput(op/s): last 51.1M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:40Z INFO  xwytools::bench] Throughput(op/s): last 43.3M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:41Z INFO  xwytools::bench] Throughput(op/s): last 39.8M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:42Z INFO  xwytools::bench] Throughput(op/s): last 47.8M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:44Z INFO  xwytools::bench] Throughput(op/s): last 49.0M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:45Z INFO  xwytools::bench] Throughput(op/s): last 48.2M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:46Z INFO  xwytools::bench] Throughput(op/s): last 48.0M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:47Z INFO  xwytools::bench] Throughput(op/s): last 51.6M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:07:49Z INFO  xwytools::bench] Throughput(op/s): last 47.5M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:50Z INFO  xwytools::bench] Throughput(op/s): last 51.1M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:51Z INFO  xwytools::bench] Throughput(op/s): last 45.6M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:52Z INFO  xwytools::bench] Throughput(op/s): last 50.5M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:54Z INFO  xwytools::bench] Throughput(op/s): last 52.5M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:55Z INFO  xwytools::bench] Throughput(op/s): last 45.6M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:56Z INFO  xwytools::bench] Throughput(op/s): last 53.0M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:57Z INFO  xwytools::bench] Throughput(op/s): last 51.8M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:07:59Z INFO  xwytools::bench] Throughput(op/s): last 40.4M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:00Z INFO  xwytools::bench] Throughput(op/s): last 44.6M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:01Z INFO  xwytools::bench] Throughput(op/s): last 47.0M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:02Z INFO  xwytools::bench] Throughput(op/s): last 47.2M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:04Z INFO  xwytools::bench] Throughput(op/s): last 44.6M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:05Z INFO  xwytools::bench] Throughput(op/s): last 45.1M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:06Z INFO  xwytools::bench] Throughput(op/s): last 46.4M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:08Z INFO  xwytools::bench] Throughput(op/s): last 60.4M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:09Z INFO  xwytools::bench] Throughput(op/s): last 55.2M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:10Z INFO  xwytools::bench] Throughput(op/s): last 51.3M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:11Z INFO  xwytools::bench] Throughput(op/s): last 54.7M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:13Z INFO  xwytools::bench] Throughput(op/s): last 57.0M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:14Z INFO  xwytools::bench] Throughput(op/s): last 58.1M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:15Z INFO  xwytools::bench] Throughput(op/s): last 56.7M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:17Z INFO  xwytools::bench] Throughput(op/s): last 55.2M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:18Z INFO  xwytools::bench] Throughput(op/s): last 55.9M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:19Z INFO  xwytools::bench] Throughput(op/s): last 46.8M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:21Z INFO  xwytools::bench] Throughput(op/s): last 43.1M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:22Z INFO  xwytools::bench] Throughput(op/s): last 41.0M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:23Z INFO  xwytools::bench] Throughput(op/s): last 44.8M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:08:24Z INFO  xwytools::bench] Throughput(op/s): last 45.3M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:26Z INFO  xwytools::bench] Throughput(op/s): last 37.7M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:27Z INFO  xwytools::bench] Throughput(op/s): last 37.4M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:08:28Z INFO  xwytools::bench] Throughput(op/s): last 36.7M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:29Z INFO  xwytools::bench] Throughput(op/s): last 43.8M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:31Z INFO  xwytools::bench] Throughput(op/s): last 44.7M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:32Z INFO  xwytools::bench] Throughput(op/s): last 44.0M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:33Z INFO  xwytools::bench] Throughput(op/s): last 45.4M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:34Z INFO  xwytools::bench] Throughput(op/s): last 48.0M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:36Z INFO  xwytools::bench] Throughput(op/s): last 49.3M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:37Z INFO  xwytools::bench] Throughput(op/s): last 52.9M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:38Z INFO  xwytools::bench] Throughput(op/s): last 42.0M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:39Z INFO  xwytools::bench] Throughput(op/s): last 42.3M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:08:41Z INFO  xwytools::bench] Throughput(op/s): last 41.5M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:08:42Z INFO  xwytools::bench] Throughput(op/s): last 47.5M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:08:43Z INFO  xwytools::bench] Throughput(op/s): last 46.8M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:08:45Z INFO  xwytools::bench] Throughput(op/s): last 45.4M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:08:46Z INFO  xwytools::bench] Throughput(op/s): last 44.4M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:08:47Z INFO  xwytools::bench] Throughput(op/s): last 45.2M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:08:48Z INFO  xwytools::bench] Throughput(op/s): last 43.7M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:08:50Z INFO  xwytools::bench] Throughput(op/s): last 44.0M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:08:51Z INFO  xwytools::bench] Throughput(op/s): last 38.6M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:08:52Z INFO  xwytools::bench] Throughput(op/s): last 39.2M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:08:53Z INFO  xwytools::bench] Throughput(op/s): last 46.9M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:08:55Z INFO  xwytools::bench] Throughput(op/s): last 50.3M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:08:56Z INFO  xwytools::bench] Throughput(op/s): last 52.0M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:08:57Z INFO  xwytools::bench] Throughput(op/s): last 39.1M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:08:59Z INFO  xwytools::bench] Throughput(op/s): last 45.2M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:09:00Z INFO  xwytools::bench] Throughput(op/s): last 46.0M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:09:01Z INFO  xwytools::bench] Throughput(op/s): last 57.0M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:09:03Z INFO  xwytools::bench] Throughput(op/s): last 56.5M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:09:04Z INFO  xwytools::bench] Throughput(op/s): last 55.7M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:09:05Z INFO  xwytools::bench] Throughput(op/s): last 59.0M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:09:07Z INFO  xwytools::bench] Throughput(op/s): last 60.9M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:09:08Z INFO  xwytools::bench] Throughput(op/s): last 52.8M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:09:09Z INFO  xwytools::bench] Throughput(op/s): last 53.5M, ave 38.7M
[INFO] [stderr] [2025-11-09T14:09:11Z INFO  xwytools::bench] Throughput(op/s): last 59.0M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:09:12Z INFO  xwytools::bench] Throughput(op/s): last 54.5M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:09:13Z INFO  xwytools::bench] Throughput(op/s): last 54.6M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:09:14Z INFO  xwytools::bench] Throughput(op/s): last 56.9M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:09:16Z INFO  xwytools::bench] Throughput(op/s): last 56.0M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:09:17Z INFO  xwytools::bench] Throughput(op/s): last 58.6M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:09:19Z INFO  xwytools::bench] Throughput(op/s): last 62.4M, ave 38.8M
[INFO] [stderr] [2025-11-09T14:09:20Z INFO  xwytools::bench] Throughput(op/s): last 58.4M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:21Z INFO  xwytools::bench] Throughput(op/s): last 48.3M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:22Z INFO  xwytools::bench] Throughput(op/s): last 44.5M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:24Z INFO  xwytools::bench] Throughput(op/s): last 53.4M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:25Z INFO  xwytools::bench] Throughput(op/s): last 59.6M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:26Z INFO  xwytools::bench] Throughput(op/s): last 60.6M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:28Z INFO  xwytools::bench] Throughput(op/s): last 59.3M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:29Z INFO  xwytools::bench] Throughput(op/s): last 45.8M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:30Z INFO  xwytools::bench] Throughput(op/s): last 58.6M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:32Z INFO  xwytools::bench] Throughput(op/s): last 64.2M, ave 38.9M
[INFO] [stderr] [2025-11-09T14:09:33Z INFO  xwytools::bench] Throughput(op/s): last 65.2M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:09:35Z INFO  xwytools::bench] Throughput(op/s): last 71.7M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:09:36Z INFO  xwytools::bench] Throughput(op/s): last 60.1M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:09:37Z INFO  xwytools::bench] Throughput(op/s): last 59.1M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:09:39Z INFO  xwytools::bench] Throughput(op/s): last 51.1M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:09:40Z INFO  xwytools::bench] Throughput(op/s): last 51.3M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:09:41Z INFO  xwytools::bench] Throughput(op/s): last 51.6M, ave 39.0M
[INFO] [stderr] [2025-11-09T14:09:42Z INFO  xwytools::bench] Throughput(op/s): last 53.1M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:44Z INFO  xwytools::bench] Throughput(op/s): last 53.1M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:45Z INFO  xwytools::bench] Throughput(op/s): last 58.6M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:46Z INFO  xwytools::bench] Throughput(op/s): last 56.2M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:48Z INFO  xwytools::bench] Throughput(op/s): last 48.8M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:49Z INFO  xwytools::bench] Throughput(op/s): last 52.1M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:50Z INFO  xwytools::bench] Throughput(op/s): last 58.8M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:51Z INFO  xwytools::bench] Throughput(op/s): last 53.4M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:53Z INFO  xwytools::bench] Throughput(op/s): last 49.0M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:54Z INFO  xwytools::bench] Throughput(op/s): last 47.5M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:55Z INFO  xwytools::bench] Throughput(op/s): last 48.0M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:57Z INFO  xwytools::bench] Throughput(op/s): last 48.5M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:58Z INFO  xwytools::bench] Throughput(op/s): last 54.2M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:09:59Z INFO  xwytools::bench] Throughput(op/s): last 50.6M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:10:00Z INFO  xwytools::bench] Throughput(op/s): last 60.5M, ave 39.1M
[INFO] [stderr] [2025-11-09T14:10:02Z INFO  xwytools::bench] Throughput(op/s): last 55.2M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:10:03Z INFO  xwytools::bench] Throughput(op/s): last 51.5M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:10:04Z INFO  xwytools::bench] Throughput(op/s): last 62.6M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:10:05Z INFO  xwytools::bench] Throughput(op/s): last 58.1M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:10:07Z INFO  xwytools::bench] Throughput(op/s): last 53.9M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:10:08Z INFO  xwytools::bench] Throughput(op/s): last 51.9M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:10:09Z INFO  xwytools::bench] Throughput(op/s): last 54.2M, ave 39.2M
[INFO] [stderr] [2025-11-09T14:10:10Z INFO  xwytools::bench] Throughput(op/s): last 51.8M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:12Z INFO  xwytools::bench] Throughput(op/s): last 62.2M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:13Z INFO  xwytools::bench] Throughput(op/s): last 61.8M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:14Z INFO  xwytools::bench] Throughput(op/s): last 56.3M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:15Z INFO  xwytools::bench] Throughput(op/s): last 52.1M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:17Z INFO  xwytools::bench] Throughput(op/s): last 51.9M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:18Z INFO  xwytools::bench] Throughput(op/s): last 49.0M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:19Z INFO  xwytools::bench] Throughput(op/s): last 50.3M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:20Z INFO  xwytools::bench] Throughput(op/s): last 55.5M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:22Z INFO  xwytools::bench] Throughput(op/s): last 51.4M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:23Z INFO  xwytools::bench] Throughput(op/s): last 42.4M, ave 39.3M
[INFO] [stderr] [2025-11-09T14:10:24Z INFO  xwytools::bench] Throughput(op/s): last 59.7M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:10:25Z INFO  xwytools::bench] Throughput(op/s): last 61.0M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:10:27Z INFO  xwytools::bench] Throughput(op/s): last 62.0M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:10:28Z INFO  xwytools::bench] Throughput(op/s): last 54.3M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:10:29Z INFO  xwytools::bench] Throughput(op/s): last 51.9M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:10:30Z INFO  xwytools::bench] Throughput(op/s): last 54.5M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:10:32Z INFO  xwytools::bench] Throughput(op/s): last 49.6M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:10:33Z INFO  xwytools::bench] Throughput(op/s): last 51.1M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:10:34Z INFO  xwytools::bench] Throughput(op/s): last 58.2M, ave 39.4M
[INFO] [stderr] [2025-11-09T14:10:35Z INFO  xwytools::bench] Throughput(op/s): last 57.7M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:10:37Z INFO  xwytools::bench] Throughput(op/s): last 53.1M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:10:38Z INFO  xwytools::bench] Throughput(op/s): last 55.6M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:10:39Z INFO  xwytools::bench] Throughput(op/s): last 55.8M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:10:40Z INFO  xwytools::bench] Throughput(op/s): last 46.4M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:10:41Z INFO  xwytools::bench] Throughput(op/s): last 46.5M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:10:43Z INFO  xwytools::bench] Throughput(op/s): last 56.8M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:10:44Z INFO  xwytools::bench] Throughput(op/s): last 57.8M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:10:45Z INFO  xwytools::bench] Throughput(op/s): last 52.1M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:10:47Z INFO  xwytools::bench] Throughput(op/s): last 58.9M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:48Z INFO  xwytools::bench] Throughput(op/s): last 46.1M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:49Z INFO  xwytools::bench] Throughput(op/s): last 48.5M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:50Z INFO  xwytools::bench] Throughput(op/s): last 48.5M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:51Z INFO  xwytools::bench] Throughput(op/s): last 55.5M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:53Z INFO  xwytools::bench] Throughput(op/s): last 59.6M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:54Z INFO  xwytools::bench] Throughput(op/s): last 47.2M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:55Z INFO  xwytools::bench] Throughput(op/s): last 48.3M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:56Z INFO  xwytools::bench] Throughput(op/s): last 49.2M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:58Z INFO  xwytools::bench] Throughput(op/s): last 42.0M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:10:59Z INFO  xwytools::bench] Throughput(op/s): last 43.8M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:11:00Z INFO  xwytools::bench] Throughput(op/s): last 44.8M, ave 39.5M
[INFO] [stderr] [2025-11-09T14:11:01Z INFO  xwytools::bench] Throughput(op/s): last 59.0M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:11:03Z INFO  xwytools::bench] Throughput(op/s): last 54.9M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:11:04Z INFO  xwytools::bench] Throughput(op/s): last 54.3M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:11:05Z INFO  xwytools::bench] Throughput(op/s): last 61.6M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:11:07Z INFO  xwytools::bench] Throughput(op/s): last 61.1M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:11:08Z INFO  xwytools::bench] Throughput(op/s): last 55.8M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:11:09Z INFO  xwytools::bench] Throughput(op/s): last 61.6M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:11:11Z INFO  xwytools::bench] Throughput(op/s): last 60.9M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:11:12Z INFO  xwytools::bench] Throughput(op/s): last 57.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:13Z INFO  xwytools::bench] Throughput(op/s): last 54.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:15Z INFO  xwytools::bench] Throughput(op/s): last 56.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:16Z INFO  xwytools::bench] Throughput(op/s): last 60.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:17Z INFO  xwytools::bench] Throughput(op/s): last 47.5M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:18Z INFO  xwytools::bench] Throughput(op/s): last 48.5M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:20Z INFO  xwytools::bench] Throughput(op/s): last 54.0M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:21Z INFO  xwytools::bench] Throughput(op/s): last 52.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:22Z INFO  xwytools::bench] Throughput(op/s): last 49.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:23Z INFO  xwytools::bench] Throughput(op/s): last 56.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:24Z INFO  xwytools::bench] Throughput(op/s): last 48.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:26Z INFO  xwytools::bench] Throughput(op/s): last 51.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:27Z INFO  xwytools::bench] Throughput(op/s): last 51.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:28Z INFO  xwytools::bench] Throughput(op/s): last 52.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:11:29Z INFO  xwytools::bench] Throughput(op/s): last 49.7M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:30Z INFO  xwytools::bench] Throughput(op/s): last 52.8M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:32Z INFO  xwytools::bench] Throughput(op/s): last 56.0M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:33Z INFO  xwytools::bench] Throughput(op/s): last 57.4M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:34Z INFO  xwytools::bench] Throughput(op/s): last 58.1M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:35Z INFO  xwytools::bench] Throughput(op/s): last 49.6M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:37Z INFO  xwytools::bench] Throughput(op/s): last 53.9M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:38Z INFO  xwytools::bench] Throughput(op/s): last 59.7M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:39Z INFO  xwytools::bench] Throughput(op/s): last 50.6M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:40Z INFO  xwytools::bench] Throughput(op/s): last 49.2M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:42Z INFO  xwytools::bench] Throughput(op/s): last 54.0M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:43Z INFO  xwytools::bench] Throughput(op/s): last 57.3M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:44Z INFO  xwytools::bench] Throughput(op/s): last 50.0M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:46Z INFO  xwytools::bench] Throughput(op/s): last 46.6M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:47Z INFO  xwytools::bench] Throughput(op/s): last 54.6M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:48Z INFO  xwytools::bench] Throughput(op/s): last 61.0M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:50Z INFO  xwytools::bench] Throughput(op/s): last 49.2M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:51Z INFO  xwytools::bench] Throughput(op/s): last 46.9M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:11:52Z INFO  xwytools::bench] Throughput(op/s): last 48.1M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:53Z INFO  xwytools::bench] Throughput(op/s): last 53.3M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:11:54Z INFO  xwytools::bench] Throughput(op/s): last 53.5M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:11:55Z INFO  xwytools::bench] Throughput(op/s): last 49.9M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:11:57Z INFO  xwytools::bench] Throughput(op/s): last 55.8M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:11:58Z INFO  xwytools::bench] Throughput(op/s): last 53.9M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:11:59Z INFO  xwytools::bench] Throughput(op/s): last 50.0M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:12:01Z INFO  xwytools::bench] Throughput(op/s): last 52.6M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:12:02Z INFO  xwytools::bench] Throughput(op/s): last 61.3M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:12:03Z INFO  xwytools::bench] Throughput(op/s): last 55.6M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:12:04Z INFO  xwytools::bench] Throughput(op/s): last 58.0M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:12:06Z INFO  xwytools::bench] Throughput(op/s): last 57.3M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:12:07Z INFO  xwytools::bench] Throughput(op/s): last 44.9M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:12:08Z INFO  xwytools::bench] Throughput(op/s): last 54.3M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:09Z INFO  xwytools::bench] Throughput(op/s): last 51.2M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:10Z INFO  xwytools::bench] Throughput(op/s): last 50.8M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:12Z INFO  xwytools::bench] Throughput(op/s): last 51.7M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:13Z INFO  xwytools::bench] Throughput(op/s): last 45.1M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:14Z INFO  xwytools::bench] Throughput(op/s): last 47.9M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:15Z INFO  xwytools::bench] Throughput(op/s): last 46.6M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:16Z INFO  xwytools::bench] Throughput(op/s): last 46.4M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:17Z INFO  xwytools::bench] Throughput(op/s): last 58.0M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:19Z INFO  xwytools::bench] Throughput(op/s): last 43.9M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:20Z INFO  xwytools::bench] Throughput(op/s): last 47.5M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:21Z INFO  xwytools::bench] Throughput(op/s): last 60.7M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:23Z INFO  xwytools::bench] Throughput(op/s): last 68.8M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:24Z INFO  xwytools::bench] Throughput(op/s): last 71.1M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:25Z INFO  xwytools::bench] Throughput(op/s): last 71.3M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:26Z INFO  xwytools::bench] Throughput(op/s): last 67.8M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:28Z INFO  xwytools::bench] Throughput(op/s): last 76.0M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:29Z INFO  xwytools::bench] Throughput(op/s): last 71.6M, ave 40.2M
[INFO] [stderr] [2025-11-09T14:12:31Z INFO  xwytools::bench] Throughput(op/s): last 44.0M, ave 40.2M
[INFO] [stderr] [2025-11-09T14:12:32Z INFO  xwytools::bench] Throughput(op/s): last 37.6M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:33Z INFO  xwytools::bench] Throughput(op/s): last 43.2M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:34Z INFO  xwytools::bench] Throughput(op/s): last 61.8M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:35Z INFO  xwytools::bench] Throughput(op/s): last 47.1M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:37Z INFO  xwytools::bench] Throughput(op/s): last 34.1M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:38Z INFO  xwytools::bench] Throughput(op/s): last 47.4M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:39Z INFO  xwytools::bench] Throughput(op/s): last 54.8M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:41Z INFO  xwytools::bench] Throughput(op/s): last 45.2M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:42Z INFO  xwytools::bench] Throughput(op/s): last 37.1M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:43Z INFO  xwytools::bench] Throughput(op/s): last 36.8M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:44Z INFO  xwytools::bench] Throughput(op/s): last 37.7M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:12:45Z INFO  xwytools::bench] Throughput(op/s): last 36.3M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:46Z INFO  xwytools::bench] Throughput(op/s): last 32.0M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:48Z INFO  xwytools::bench] Throughput(op/s): last 59.0M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:49Z INFO  xwytools::bench] Throughput(op/s): last 48.3M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:50Z INFO  xwytools::bench] Throughput(op/s): last 47.8M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:51Z INFO  xwytools::bench] Throughput(op/s): last 47.7M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:52Z INFO  xwytools::bench] Throughput(op/s): last 48.2M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:54Z INFO  xwytools::bench] Throughput(op/s): last 59.9M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:55Z INFO  xwytools::bench] Throughput(op/s): last 56.9M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:56Z INFO  xwytools::bench] Throughput(op/s): last 55.9M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:58Z INFO  xwytools::bench] Throughput(op/s): last 51.4M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:12:59Z INFO  xwytools::bench] Throughput(op/s): last 50.3M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:00Z INFO  xwytools::bench] Throughput(op/s): last 49.2M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:01Z INFO  xwytools::bench] Throughput(op/s): last 54.0M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:03Z INFO  xwytools::bench] Throughput(op/s): last 48.0M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:04Z INFO  xwytools::bench] Throughput(op/s): last 52.5M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:05Z INFO  xwytools::bench] Throughput(op/s): last 52.8M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:07Z INFO  xwytools::bench] Throughput(op/s): last 57.2M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:08Z INFO  xwytools::bench] Throughput(op/s): last 48.8M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:09Z INFO  xwytools::bench] Throughput(op/s): last 46.6M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:10Z INFO  xwytools::bench] Throughput(op/s): last 60.4M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:12Z INFO  xwytools::bench] Throughput(op/s): last 61.5M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:13Z INFO  xwytools::bench] Throughput(op/s): last 57.9M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:15Z INFO  xwytools::bench] Throughput(op/s): last 54.1M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:16Z INFO  xwytools::bench] Throughput(op/s): last 57.7M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:17Z INFO  xwytools::bench] Throughput(op/s): last 53.3M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:18Z INFO  xwytools::bench] Throughput(op/s): last 52.4M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:20Z INFO  xwytools::bench] Throughput(op/s): last 52.2M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:21Z INFO  xwytools::bench] Throughput(op/s): last 43.9M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:22Z INFO  xwytools::bench] Throughput(op/s): last 51.9M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:24Z INFO  xwytools::bench] Throughput(op/s): last 61.0M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:25Z INFO  xwytools::bench] Throughput(op/s): last 53.0M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:26Z INFO  xwytools::bench] Throughput(op/s): last 49.2M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:27Z INFO  xwytools::bench] Throughput(op/s): last 46.2M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:28Z INFO  xwytools::bench] Throughput(op/s): last 44.1M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:30Z INFO  xwytools::bench] Throughput(op/s): last 55.4M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:31Z INFO  xwytools::bench] Throughput(op/s): last 55.3M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:33Z INFO  xwytools::bench] Throughput(op/s): last 51.5M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:34Z INFO  xwytools::bench] Throughput(op/s): last 45.8M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:35Z INFO  xwytools::bench] Throughput(op/s): last 47.9M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:37Z INFO  xwytools::bench] Throughput(op/s): last 51.4M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:38Z INFO  xwytools::bench] Throughput(op/s): last 50.7M, ave 40.1M
[INFO] [stderr] [2025-11-09T14:13:39Z INFO  xwytools::bench] Throughput(op/s): last 45.8M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:41Z INFO  xwytools::bench] Throughput(op/s): last 47.4M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:42Z INFO  xwytools::bench] Throughput(op/s): last 44.6M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:43Z INFO  xwytools::bench] Throughput(op/s): last 47.9M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:44Z INFO  xwytools::bench] Throughput(op/s): last 46.6M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:46Z INFO  xwytools::bench] Throughput(op/s): last 46.6M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:47Z INFO  xwytools::bench] Throughput(op/s): last 51.5M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:48Z INFO  xwytools::bench] Throughput(op/s): last 52.4M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:50Z INFO  xwytools::bench] Throughput(op/s): last 57.2M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:51Z INFO  xwytools::bench] Throughput(op/s): last 63.5M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:52Z INFO  xwytools::bench] Throughput(op/s): last 59.7M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:54Z INFO  xwytools::bench] Throughput(op/s): last 54.3M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:55Z INFO  xwytools::bench] Throughput(op/s): last 41.8M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:56Z INFO  xwytools::bench] Throughput(op/s): last 56.0M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:58Z INFO  xwytools::bench] Throughput(op/s): last 56.2M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:13:59Z INFO  xwytools::bench] Throughput(op/s): last 45.7M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:00Z INFO  xwytools::bench] Throughput(op/s): last 49.5M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:01Z INFO  xwytools::bench] Throughput(op/s): last 51.4M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:02Z INFO  xwytools::bench] Throughput(op/s): last 55.9M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:04Z INFO  xwytools::bench] Throughput(op/s): last 47.6M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:05Z INFO  xwytools::bench] Throughput(op/s): last 45.8M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:06Z INFO  xwytools::bench] Throughput(op/s): last 45.8M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:08Z INFO  xwytools::bench] Throughput(op/s): last 43.3M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:09Z INFO  xwytools::bench] Throughput(op/s): last 43.8M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:10Z INFO  xwytools::bench] Throughput(op/s): last 43.0M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:12Z INFO  xwytools::bench] Throughput(op/s): last 46.4M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:13Z INFO  xwytools::bench] Throughput(op/s): last 46.2M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:14Z INFO  xwytools::bench] Throughput(op/s): last 45.3M, ave 40.0M
[INFO] [stderr] [2025-11-09T14:14:15Z INFO  xwytools::bench] Throughput(op/s): last 42.8M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:17Z INFO  xwytools::bench] Throughput(op/s): last 42.7M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:18Z INFO  xwytools::bench] Throughput(op/s): last 43.9M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:19Z INFO  xwytools::bench] Throughput(op/s): last 44.6M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:20Z INFO  xwytools::bench] Throughput(op/s): last 43.5M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:22Z INFO  xwytools::bench] Throughput(op/s): last 42.6M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:23Z INFO  xwytools::bench] Throughput(op/s): last 43.2M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:24Z INFO  xwytools::bench] Throughput(op/s): last 45.4M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:25Z INFO  xwytools::bench] Throughput(op/s): last 49.0M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:26Z INFO  xwytools::bench] Throughput(op/s): last 44.5M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:28Z INFO  xwytools::bench] Throughput(op/s): last 43.3M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:29Z INFO  xwytools::bench] Throughput(op/s): last 39.8M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:30Z INFO  xwytools::bench] Throughput(op/s): last 43.7M, ave 39.9M
[INFO] [stderr] [2025-11-09T14:14:32Z INFO  xwytools::bench] Throughput(op/s): last 49.1M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:33Z INFO  xwytools::bench] Throughput(op/s): last 48.0M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:34Z INFO  xwytools::bench] Throughput(op/s): last 53.1M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:36Z INFO  xwytools::bench] Throughput(op/s): last 56.2M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:37Z INFO  xwytools::bench] Throughput(op/s): last 46.3M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:38Z INFO  xwytools::bench] Throughput(op/s): last 49.1M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:39Z INFO  xwytools::bench] Throughput(op/s): last 47.3M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:41Z INFO  xwytools::bench] Throughput(op/s): last 42.7M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:42Z INFO  xwytools::bench] Throughput(op/s): last 49.4M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:43Z INFO  xwytools::bench] Throughput(op/s): last 44.9M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:44Z INFO  xwytools::bench] Throughput(op/s): last 52.7M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:46Z INFO  xwytools::bench] Throughput(op/s): last 52.7M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:47Z INFO  xwytools::bench] Throughput(op/s): last 47.8M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:48Z INFO  xwytools::bench] Throughput(op/s): last 50.5M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:50Z INFO  xwytools::bench] Throughput(op/s): last 58.0M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:51Z INFO  xwytools::bench] Throughput(op/s): last 53.4M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:53Z INFO  xwytools::bench] Throughput(op/s): last 44.1M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:54Z INFO  xwytools::bench] Throughput(op/s): last 55.9M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:55Z INFO  xwytools::bench] Throughput(op/s): last 48.6M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:56Z INFO  xwytools::bench] Throughput(op/s): last 45.9M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:58Z INFO  xwytools::bench] Throughput(op/s): last 59.5M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:14:59Z INFO  xwytools::bench] Throughput(op/s): last 46.4M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:15:00Z INFO  xwytools::bench] Throughput(op/s): last 44.4M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:15:01Z INFO  xwytools::bench] Throughput(op/s): last 41.9M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:15:03Z INFO  xwytools::bench] Throughput(op/s): last 41.1M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:15:04Z INFO  xwytools::bench] Throughput(op/s): last 45.8M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:15:05Z INFO  xwytools::bench] Throughput(op/s): last 53.2M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:15:06Z INFO  xwytools::bench] Throughput(op/s): last 39.4M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:15:07Z INFO  xwytools::bench] Throughput(op/s): last 38.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:09Z INFO  xwytools::bench] Throughput(op/s): last 46.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:10Z INFO  xwytools::bench] Throughput(op/s): last 52.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:11Z INFO  xwytools::bench] Throughput(op/s): last 54.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:13Z INFO  xwytools::bench] Throughput(op/s): last 41.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:14Z INFO  xwytools::bench] Throughput(op/s): last 52.2M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:15Z INFO  xwytools::bench] Throughput(op/s): last 39.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:17Z INFO  xwytools::bench] Throughput(op/s): last 50.2M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:18Z INFO  xwytools::bench] Throughput(op/s): last 42.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:19Z INFO  xwytools::bench] Throughput(op/s): last 51.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:20Z INFO  xwytools::bench] Throughput(op/s): last 52.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:22Z INFO  xwytools::bench] Throughput(op/s): last 52.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:23Z INFO  xwytools::bench] Throughput(op/s): last 34.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:24Z INFO  xwytools::bench] Throughput(op/s): last 38.0M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:25Z INFO  xwytools::bench] Throughput(op/s): last 40.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:26Z INFO  xwytools::bench] Throughput(op/s): last 41.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:28Z INFO  xwytools::bench] Throughput(op/s): last 52.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:29Z INFO  xwytools::bench] Throughput(op/s): last 60.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:30Z INFO  xwytools::bench] Throughput(op/s): last 60.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:32Z INFO  xwytools::bench] Throughput(op/s): last 50.2M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:33Z INFO  xwytools::bench] Throughput(op/s): last 50.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:34Z INFO  xwytools::bench] Throughput(op/s): last 51.0M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:35Z INFO  xwytools::bench] Throughput(op/s): last 52.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:37Z INFO  xwytools::bench] Throughput(op/s): last 51.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:38Z INFO  xwytools::bench] Throughput(op/s): last 59.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:39Z INFO  xwytools::bench] Throughput(op/s): last 51.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:41Z INFO  xwytools::bench] Throughput(op/s): last 44.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:42Z INFO  xwytools::bench] Throughput(op/s): last 56.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:43Z INFO  xwytools::bench] Throughput(op/s): last 61.5M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:45Z INFO  xwytools::bench] Throughput(op/s): last 49.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:46Z INFO  xwytools::bench] Throughput(op/s): last 45.0M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:48Z INFO  xwytools::bench] Throughput(op/s): last 57.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:49Z INFO  xwytools::bench] Throughput(op/s): last 53.2M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:50Z INFO  xwytools::bench] Throughput(op/s): last 47.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:51Z INFO  xwytools::bench] Throughput(op/s): last 42.2M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:53Z INFO  xwytools::bench] Throughput(op/s): last 44.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:54Z INFO  xwytools::bench] Throughput(op/s): last 51.5M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:55Z INFO  xwytools::bench] Throughput(op/s): last 58.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:57Z INFO  xwytools::bench] Throughput(op/s): last 64.0M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:58Z INFO  xwytools::bench] Throughput(op/s): last 50.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:15:59Z INFO  xwytools::bench] Throughput(op/s): last 50.0M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:00Z INFO  xwytools::bench] Throughput(op/s): last 53.5M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:02Z INFO  xwytools::bench] Throughput(op/s): last 48.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:03Z INFO  xwytools::bench] Throughput(op/s): last 57.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:04Z INFO  xwytools::bench] Throughput(op/s): last 56.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:05Z INFO  xwytools::bench] Throughput(op/s): last 54.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:07Z INFO  xwytools::bench] Throughput(op/s): last 45.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:08Z INFO  xwytools::bench] Throughput(op/s): last 36.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:09Z INFO  xwytools::bench] Throughput(op/s): last 38.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:10Z INFO  xwytools::bench] Throughput(op/s): last 40.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:12Z INFO  xwytools::bench] Throughput(op/s): last 40.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:13Z INFO  xwytools::bench] Throughput(op/s): last 44.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:14Z INFO  xwytools::bench] Throughput(op/s): last 42.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:15Z INFO  xwytools::bench] Throughput(op/s): last 50.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:17Z INFO  xwytools::bench] Throughput(op/s): last 64.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:18Z INFO  xwytools::bench] Throughput(op/s): last 58.0M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:19Z INFO  xwytools::bench] Throughput(op/s): last 46.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:21Z INFO  xwytools::bench] Throughput(op/s): last 47.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:22Z INFO  xwytools::bench] Throughput(op/s): last 53.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:23Z INFO  xwytools::bench] Throughput(op/s): last 51.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:24Z INFO  xwytools::bench] Throughput(op/s): last 50.6M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:26Z INFO  xwytools::bench] Throughput(op/s): last 47.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:27Z INFO  xwytools::bench] Throughput(op/s): last 48.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:28Z INFO  xwytools::bench] Throughput(op/s): last 46.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:29Z INFO  xwytools::bench] Throughput(op/s): last 51.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:31Z INFO  xwytools::bench] Throughput(op/s): last 55.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:32Z INFO  xwytools::bench] Throughput(op/s): last 36.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:33Z INFO  xwytools::bench] Throughput(op/s): last 39.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:34Z INFO  xwytools::bench] Throughput(op/s): last 34.2M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:35Z INFO  xwytools::bench] Throughput(op/s): last 37.8M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:37Z INFO  xwytools::bench] Throughput(op/s): last 50.3M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:38Z INFO  xwytools::bench] Throughput(op/s): last 71.4M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:40Z INFO  xwytools::bench] Throughput(op/s): last 59.0M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:41Z INFO  xwytools::bench] Throughput(op/s): last 56.4M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:42Z INFO  xwytools::bench] Throughput(op/s): last 46.3M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:44Z INFO  xwytools::bench] Throughput(op/s): last 51.7M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:45Z INFO  xwytools::bench] Throughput(op/s): last 61.8M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:46Z INFO  xwytools::bench] Throughput(op/s): last 52.1M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:48Z INFO  xwytools::bench] Throughput(op/s): last 49.1M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:49Z INFO  xwytools::bench] Throughput(op/s): last 46.5M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:50Z INFO  xwytools::bench] Throughput(op/s): last 47.1M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:51Z INFO  xwytools::bench] Throughput(op/s): last 53.6M, ave 39.6M
[INFO] [stderr] [2025-11-09T14:16:53Z INFO  xwytools::bench] Throughput(op/s): last 63.2M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:54Z INFO  xwytools::bench] Throughput(op/s): last 51.5M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:55Z INFO  xwytools::bench] Throughput(op/s): last 54.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:56Z INFO  xwytools::bench] Throughput(op/s): last 53.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:58Z INFO  xwytools::bench] Throughput(op/s): last 54.2M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:16:59Z INFO  xwytools::bench] Throughput(op/s): last 53.2M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:00Z INFO  xwytools::bench] Throughput(op/s): last 54.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:02Z INFO  xwytools::bench] Throughput(op/s): last 62.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:03Z INFO  xwytools::bench] Throughput(op/s): last 57.5M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:04Z INFO  xwytools::bench] Throughput(op/s): last 53.5M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:06Z INFO  xwytools::bench] Throughput(op/s): last 60.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:07Z INFO  xwytools::bench] Throughput(op/s): last 62.7M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:09Z INFO  xwytools::bench] Throughput(op/s): last 60.9M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:10Z INFO  xwytools::bench] Throughput(op/s): last 55.3M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:12Z INFO  xwytools::bench] Throughput(op/s): last 61.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:13Z INFO  xwytools::bench] Throughput(op/s): last 56.8M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:14Z INFO  xwytools::bench] Throughput(op/s): last 59.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:16Z INFO  xwytools::bench] Throughput(op/s): last 58.4M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:17Z INFO  xwytools::bench] Throughput(op/s): last 64.1M, ave 39.7M
[INFO] [stderr] [2025-11-09T14:17:18Z INFO  xwytools::bench] Throughput(op/s): last 67.2M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:17:20Z INFO  xwytools::bench] Throughput(op/s): last 60.0M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:17:21Z INFO  xwytools::bench] Throughput(op/s): last 51.3M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:17:22Z INFO  xwytools::bench] Throughput(op/s): last 58.2M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:17:24Z INFO  xwytools::bench] Throughput(op/s): last 58.7M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:17:25Z INFO  xwytools::bench] Throughput(op/s): last 66.0M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:17:26Z INFO  xwytools::bench] Throughput(op/s): last 63.8M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:17:28Z INFO  xwytools::bench] Throughput(op/s): last 53.9M, ave 39.8M
[INFO] [stderr] [2025-11-09T14:17:29Z INFO  xwytools::bench] Throughput(op/s): last 44.7M, ave 39.8M
[ERROR] error running command: command timed out after 900 seconds
[INFO] running `Command { std: "docker" "inspect" "ecd4159267c7b67f53ed680aee52425c3bbcebd2bdf8a4c815caf5d3694bc517", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecd4159267c7b67f53ed680aee52425c3bbcebd2bdf8a4c815caf5d3694bc517", kill_on_drop: false }`
[INFO] [stdout] ecd4159267c7b67f53ed680aee52425c3bbcebd2bdf8a4c815caf5d3694bc517
