[INFO] cloning repository https://github.com/ErvinXie/xwytools
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ErvinXie/xwytools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErvinXie%2Fxwytools", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErvinXie%2Fxwytools'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ba74b36e6b1615ab7d8b7c27b170e498246b1358
[INFO] testing ErvinXie/xwytools/ba74b36e6b1615ab7d8b7c27b170e498246b1358 against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErvinXie%2Fxwytools" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ErvinXie/xwytools
[INFO] finished tweaking git repo https://github.com/ErvinXie/xwytools
[INFO] tweaked toml for git repo https://github.com/ErvinXie/xwytools written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ErvinXie/xwytools on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ErvinXie/xwytools already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1ef0da9b6b250e94f4fb8106b8da18aa5da24e1c5fecb5dda763c21e357bbcf
[INFO] running `Command { std: "docker" "start" "-a" "c1ef0da9b6b250e94f4fb8106b8da18aa5da24e1c5fecb5dda763c21e357bbcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1ef0da9b6b250e94f4fb8106b8da18aa5da24e1c5fecb5dda763c21e357bbcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1ef0da9b6b250e94f4fb8106b8da18aa5da24e1c5fecb5dda763c21e357bbcf", kill_on_drop: false }`
[INFO] [stdout] c1ef0da9b6b250e94f4fb8106b8da18aa5da24e1c5fecb5dda763c21e357bbcf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 380fb5ec899524ab844c2cd585dad1bd0e286c4ac6bc1d3553516c84179434be
[INFO] running `Command { std: "docker" "start" "-a" "380fb5ec899524ab844c2cd585dad1bd0e286c4ac6bc1d3553516c84179434be", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.59
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.11
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling is-terminal v0.4.10
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling ctrlc v3.4.2
[INFO] [stderr]    Compiling regex v1.10.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 12.85s
[INFO] running `Command { std: "docker" "inspect" "380fb5ec899524ab844c2cd585dad1bd0e286c4ac6bc1d3553516c84179434be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "380fb5ec899524ab844c2cd585dad1bd0e286c4ac6bc1d3553516c84179434be", kill_on_drop: false }`
[INFO] [stdout] 380fb5ec899524ab844c2cd585dad1bd0e286c4ac6bc1d3553516c84179434be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e21d29a02225fca94d63f9d46f8c6765733afbb898d7d038ffb7cf2324e6ce9
[INFO] running `Command { std: "docker" "start" "-a" "9e21d29a02225fca94d63f9d46f8c6765733afbb898d7d038ffb7cf2324e6ce9", 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.93s
[INFO] running `Command { std: "docker" "inspect" "9e21d29a02225fca94d63f9d46f8c6765733afbb898d7d038ffb7cf2324e6ce9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e21d29a02225fca94d63f9d46f8c6765733afbb898d7d038ffb7cf2324e6ce9", kill_on_drop: false }`
[INFO] [stdout] 9e21d29a02225fca94d63f9d46f8c6765733afbb898d7d038ffb7cf2324e6ce9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d196128127607062d295bee5585c6b76a580a5dda0896f68835fc2d84c2a3dd7
[INFO] running `Command { std: "docker" "start" "-a" "d196128127607062d295bee5585c6b76a580a5dda0896f68835fc2d84c2a3dd7", 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.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xwytools-9b5a1e3556124071)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] [2026-03-09T11:36:54Z INFO  xwytools::bench] Starting bench with concurrency 100
[INFO] [stderr] [2026-03-09T11:37:00Z INFO  xwytools::bench] Throughput(op/s): last 67.2M, ave 16.8M
[INFO] [stderr] [2026-03-09T11:37:03Z INFO  xwytools::bench] Throughput(op/s): last 61.4M, ave 17.5M
[INFO] [stderr] [2026-03-09T11:37:08Z INFO  xwytools::bench] Throughput(op/s): last 71.1M, ave 16.1M
[INFO] [stderr] [2026-03-09T11:37:13Z INFO  xwytools::bench] Throughput(op/s): last 52.1M, ave 15.0M
[INFO] [stderr] [2026-03-09T11:37:16Z INFO  xwytools::bench] Throughput(op/s): last 53.0M, ave 15.1M
[INFO] [stderr] [2026-03-09T11:37:19Z INFO  xwytools::bench] Throughput(op/s): last 45.7M, ave 15.6M
[INFO] [stderr] [2026-03-09T11:37:21Z INFO  xwytools::bench] Throughput(op/s): last 39.5M, ave 15.4M
[INFO] [stderr] [2026-03-09T11:37:25Z INFO  xwytools::bench] Throughput(op/s): last 87.7M, ave 16.4M
[INFO] [stderr] [2026-03-09T11:37:27Z INFO  xwytools::bench] Throughput(op/s): last 51.4M, ave 16.9M
[INFO] [stderr] [2026-03-09T11:37:29Z INFO  xwytools::bench] Throughput(op/s): last 44.9M, ave 17.2M
[INFO] [stderr] [2026-03-09T11:37:31Z INFO  xwytools::bench] Throughput(op/s): last 37.0M, ave 17.5M
[INFO] [stderr] [2026-03-09T11:37:32Z INFO  xwytools::bench] Throughput(op/s): last 41.8M, ave 18.0M
[INFO] [stderr] [2026-03-09T11:37:34Z INFO  xwytools::bench] Throughput(op/s): last 33.4M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:37:35Z INFO  xwytools::bench] Throughput(op/s): last 40.0M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:37:36Z INFO  xwytools::bench] Throughput(op/s): last 46.7M, ave 19.2M
[INFO] [stderr] [2026-03-09T11:37:38Z INFO  xwytools::bench] Throughput(op/s): last 38.7M, ave 19.5M
[INFO] [stderr] [2026-03-09T11:37:39Z INFO  xwytools::bench] Throughput(op/s): last 39.5M, ave 19.8M
[INFO] [stderr] [2026-03-09T11:37:40Z INFO  xwytools::bench] Throughput(op/s): last 48.9M, ave 20.3M
[INFO] [stderr] [2026-03-09T11:37:42Z INFO  xwytools::bench] Throughput(op/s): last 46.3M, ave 20.6M
[INFO] [stderr] [2026-03-09T11:37:43Z INFO  xwytools::bench] Throughput(op/s): last 38.2M, ave 20.9M
[INFO] [stderr] [2026-03-09T11:37:44Z INFO  xwytools::bench] Throughput(op/s): last 35.4M, ave 21.1M
[INFO] [stderr] [2026-03-09T11:37:46Z INFO  xwytools::bench] Throughput(op/s): last 36.1M, ave 21.3M
[INFO] [stderr] [2026-03-09T11:37:47Z INFO  xwytools::bench] Throughput(op/s): last 38.9M, ave 21.6M
[INFO] [stderr] [2026-03-09T11:37:48Z INFO  xwytools::bench] Throughput(op/s): last 38.6M, ave 21.8M
[INFO] [stderr] [2026-03-09T11:37:49Z INFO  xwytools::bench] Throughput(op/s): last 39.2M, ave 22.0M
[INFO] [stderr] [2026-03-09T11:37:51Z INFO  xwytools::bench] Throughput(op/s): last 45.9M, ave 22.3M
[INFO] [stderr] [2026-03-09T11:37:52Z INFO  xwytools::bench] Throughput(op/s): last 43.7M, ave 22.6M
[INFO] [stderr] [2026-03-09T11:37:53Z INFO  xwytools::bench] Throughput(op/s): last 37.4M, ave 22.8M
[INFO] [stdout] test bench::test::test_bench has been running for over 60 seconds
[INFO] [stderr] [2026-03-09T11:37:54Z INFO  xwytools::bench] Throughput(op/s): last 37.1M, ave 23.0M
[INFO] [stderr] [2026-03-09T11:37:56Z INFO  xwytools::bench] Throughput(op/s): last 45.1M, ave 23.2M
[INFO] [stderr] [2026-03-09T11:37:57Z INFO  xwytools::bench] Throughput(op/s): last 41.5M, ave 23.5M
[INFO] [stderr] [2026-03-09T11:37:58Z INFO  xwytools::bench] Throughput(op/s): last 37.2M, ave 23.7M
[INFO] [stderr] [2026-03-09T11:37:59Z INFO  xwytools::bench] Throughput(op/s): last 36.1M, ave 23.8M
[INFO] [stderr] [2026-03-09T11:38:00Z INFO  xwytools::bench] Throughput(op/s): last 39.3M, ave 24.0M
[INFO] [stderr] [2026-03-09T11:38:01Z INFO  xwytools::bench] Throughput(op/s): last 33.9M, ave 24.1M
[INFO] [stderr] [2026-03-09T11:38:03Z INFO  xwytools::bench] Throughput(op/s): last 29.2M, ave 24.0M
[INFO] [stderr] [2026-03-09T11:38:09Z INFO  xwytools::bench] Throughput(op/s): last 55.6M, ave 22.7M
[INFO] [stderr] [2026-03-09T11:38:14Z INFO  xwytools::bench] Throughput(op/s): last 84.5M, ave 22.3M
[INFO] [stderr] [2026-03-09T11:38:20Z INFO  xwytools::bench] Throughput(op/s): last 85.0M, ave 21.7M
[INFO] [stderr] [2026-03-09T11:38:26Z INFO  xwytools::bench] Throughput(op/s): last 87.9M, ave 21.2M
[INFO] [stderr] [2026-03-09T11:38:32Z INFO  xwytools::bench] Throughput(op/s): last 93.7M, ave 20.9M
[INFO] [stderr] [2026-03-09T11:38:38Z INFO  xwytools::bench] Throughput(op/s): last 73.5M, ave 20.4M
[INFO] [stderr] [2026-03-09T11:38:42Z INFO  xwytools::bench] Throughput(op/s): last 65.7M, ave 20.3M
[INFO] [stderr] [2026-03-09T11:38:48Z INFO  xwytools::bench] Throughput(op/s): last 64.1M, ave 19.8M
[INFO] [stderr] [2026-03-09T11:38:51Z INFO  xwytools::bench] Throughput(op/s): last 93.3M, ave 20.0M
[INFO] [stderr] [2026-03-09T11:38:55Z INFO  xwytools::bench] Throughput(op/s): last 57.5M, ave 19.8M
[INFO] [stderr] [2026-03-09T11:39:00Z INFO  xwytools::bench] Throughput(op/s): last 77.2M, ave 19.7M
[INFO] [stderr] [2026-03-09T11:39:04Z INFO  xwytools::bench] Throughput(op/s): last 66.7M, ave 19.5M
[INFO] [stderr] [2026-03-09T11:39:08Z INFO  xwytools::bench] Throughput(op/s): last 53.3M, ave 19.3M
[INFO] [stderr] [2026-03-09T11:39:11Z INFO  xwytools::bench] Throughput(op/s): last 51.6M, ave 19.3M
[INFO] [stderr] [2026-03-09T11:39:15Z INFO  xwytools::bench] Throughput(op/s): last 67.9M, ave 19.2M
[INFO] [stderr] [2026-03-09T11:39:20Z INFO  xwytools::bench] Throughput(op/s): last 55.6M, ave 19.0M
[INFO] [stderr] [2026-03-09T11:39:23Z INFO  xwytools::bench] Throughput(op/s): last 55.4M, ave 19.0M
[INFO] [stderr] [2026-03-09T11:39:27Z INFO  xwytools::bench] Throughput(op/s): last 83.6M, ave 19.0M
[INFO] [stderr] [2026-03-09T11:39:32Z INFO  xwytools::bench] Throughput(op/s): last 68.5M, ave 18.9M
[INFO] [stderr] [2026-03-09T11:39:38Z INFO  xwytools::bench] Throughput(op/s): last 88.9M, ave 18.7M
[INFO] [stderr] [2026-03-09T11:39:43Z INFO  xwytools::bench] Throughput(op/s): last 80.0M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:39:47Z INFO  xwytools::bench] Throughput(op/s): last 68.8M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:39:52Z INFO  xwytools::bench] Throughput(op/s): last 62.7M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:39:56Z INFO  xwytools::bench] Throughput(op/s): last 55.8M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:40:01Z INFO  xwytools::bench] Throughput(op/s): last 67.0M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:40:07Z INFO  xwytools::bench] Throughput(op/s): last 81.2M, ave 18.1M
[INFO] [stderr] [2026-03-09T11:40:11Z INFO  xwytools::bench] Throughput(op/s): last 74.1M, ave 18.1M
[INFO] [stderr] [2026-03-09T11:40:14Z INFO  xwytools::bench] Throughput(op/s): last 50.6M, ave 18.0M
[INFO] [stderr] [2026-03-09T11:40:19Z INFO  xwytools::bench] Throughput(op/s): last 60.0M, ave 17.9M
[INFO] [stderr] [2026-03-09T11:40:23Z INFO  xwytools::bench] Throughput(op/s): last 86.5M, ave 17.9M
[INFO] [stderr] [2026-03-09T11:40:27Z INFO  xwytools::bench] Throughput(op/s): last 68.0M, ave 17.9M
[INFO] [stderr] [2026-03-09T11:40:31Z INFO  xwytools::bench] Throughput(op/s): last 54.7M, ave 17.8M
[INFO] [stderr] [2026-03-09T11:40:36Z INFO  xwytools::bench] Throughput(op/s): last 66.2M, ave 17.8M
[INFO] [stderr] [2026-03-09T11:40:41Z INFO  xwytools::bench] Throughput(op/s): last 78.8M, ave 17.7M
[INFO] [stderr] [2026-03-09T11:40:45Z INFO  xwytools::bench] Throughput(op/s): last 83.5M, ave 17.7M
[INFO] [stderr] [2026-03-09T11:40:50Z INFO  xwytools::bench] Throughput(op/s): last 82.8M, ave 17.7M
[INFO] [stderr] [2026-03-09T11:40:54Z INFO  xwytools::bench] Throughput(op/s): last 83.8M, ave 17.8M
[INFO] [stderr] [2026-03-09T11:41:00Z INFO  xwytools::bench] Throughput(op/s): last 106.8M, ave 17.8M
[INFO] [stderr] [2026-03-09T11:41:04Z INFO  xwytools::bench] Throughput(op/s): last 75.9M, ave 17.8M
[INFO] [stderr] [2026-03-09T11:41:08Z INFO  xwytools::bench] Throughput(op/s): last 48.1M, ave 17.7M
[INFO] [stderr] [2026-03-09T11:41:14Z INFO  xwytools::bench] Throughput(op/s): last 92.4M, ave 17.7M
[INFO] [stderr] [2026-03-09T11:41:17Z INFO  xwytools::bench] Throughput(op/s): last 83.0M, ave 17.8M
[INFO] [stderr] [2026-03-09T11:41:27Z INFO  xwytools::bench] Throughput(op/s): last 101.9M, ave 17.5M
[INFO] [stderr] [2026-03-09T11:41:31Z INFO  xwytools::bench] Throughput(op/s): last 131.9M, ave 17.7M
[INFO] [stderr] [2026-03-09T11:41:35Z INFO  xwytools::bench] Throughput(op/s): last 72.9M, ave 17.8M
[INFO] [stderr] [2026-03-09T11:41:41Z INFO  xwytools::bench] Throughput(op/s): last 95.0M, ave 17.7M
[INFO] [stderr] [2026-03-09T11:41:45Z INFO  xwytools::bench] Throughput(op/s): last 80.6M, ave 17.7M
[INFO] [stderr] [2026-03-09T11:41:52Z INFO  xwytools::bench] Throughput(op/s): last 96.3M, ave 17.6M
[INFO] [stderr] [2026-03-09T11:41:58Z INFO  xwytools::bench] Throughput(op/s): last 116.9M, ave 17.6M
[INFO] [stderr] [2026-03-09T11:42:03Z INFO  xwytools::bench] Throughput(op/s): last 73.0M, ave 17.6M
[INFO] [stderr] [2026-03-09T11:42:09Z INFO  xwytools::bench] Throughput(op/s): last 97.0M, ave 17.6M
[INFO] [stderr] [2026-03-09T11:42:15Z INFO  xwytools::bench] Throughput(op/s): last 144.0M, ave 17.7M
[INFO] [stderr] [2026-03-09T11:42:19Z INFO  xwytools::bench] Throughput(op/s): last 131.8M, ave 17.9M
[INFO] [stderr] [2026-03-09T11:42:24Z INFO  xwytools::bench] Throughput(op/s): last 110.1M, ave 17.9M
[INFO] [stderr] [2026-03-09T11:42:29Z INFO  xwytools::bench] Throughput(op/s): last 104.5M, ave 18.0M
[INFO] [stderr] [2026-03-09T11:42:31Z INFO  xwytools::bench] Throughput(op/s): last 73.1M, ave 18.1M
[INFO] [stderr] [2026-03-09T11:42:34Z INFO  xwytools::bench] Throughput(op/s): last 58.8M, ave 18.1M
[INFO] [stderr] [2026-03-09T11:42:40Z INFO  xwytools::bench] Throughput(op/s): last 115.4M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:42:44Z INFO  xwytools::bench] Throughput(op/s): last 129.1M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:42:47Z INFO  xwytools::bench] Throughput(op/s): last 74.0M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:42:52Z INFO  xwytools::bench] Throughput(op/s): last 98.8M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:43:00Z INFO  xwytools::bench] Throughput(op/s): last 124.0M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:43:03Z INFO  xwytools::bench] Throughput(op/s): last 91.5M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:43:09Z INFO  xwytools::bench] Throughput(op/s): last 62.3M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:43:12Z INFO  xwytools::bench] Throughput(op/s): last 62.0M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:43:19Z INFO  xwytools::bench] Throughput(op/s): last 73.9M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:43:22Z INFO  xwytools::bench] Throughput(op/s): last 76.3M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:43:26Z INFO  xwytools::bench] Throughput(op/s): last 58.5M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:43:30Z INFO  xwytools::bench] Throughput(op/s): last 72.4M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:43:33Z INFO  xwytools::bench] Throughput(op/s): last 61.1M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:43:37Z INFO  xwytools::bench] Throughput(op/s): last 53.1M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:43:41Z INFO  xwytools::bench] Throughput(op/s): last 56.0M, ave 18.1M
[INFO] [stderr] [2026-03-09T11:43:47Z INFO  xwytools::bench] Throughput(op/s): last 66.7M, ave 18.0M
[INFO] [stderr] [2026-03-09T11:43:50Z INFO  xwytools::bench] Throughput(op/s): last 98.4M, ave 18.1M
[INFO] [stderr] [2026-03-09T11:43:52Z INFO  xwytools::bench] Throughput(op/s): last 52.6M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:43:55Z INFO  xwytools::bench] Throughput(op/s): last 60.2M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:44:00Z INFO  xwytools::bench] Throughput(op/s): last 86.1M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:44:02Z INFO  xwytools::bench] Throughput(op/s): last 61.4M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:44:04Z INFO  xwytools::bench] Throughput(op/s): last 52.2M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:44:08Z INFO  xwytools::bench] Throughput(op/s): last 70.5M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:44:09Z INFO  xwytools::bench] Throughput(op/s): last 54.1M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:44:11Z INFO  xwytools::bench] Throughput(op/s): last 31.2M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:44:14Z INFO  xwytools::bench] Throughput(op/s): last 54.4M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:44:19Z INFO  xwytools::bench] Throughput(op/s): last 86.4M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:44:21Z INFO  xwytools::bench] Throughput(op/s): last 70.3M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:44:24Z INFO  xwytools::bench] Throughput(op/s): last 44.5M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:44:28Z INFO  xwytools::bench] Throughput(op/s): last 69.5M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:44:31Z INFO  xwytools::bench] Throughput(op/s): last 110.3M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:44:35Z INFO  xwytools::bench] Throughput(op/s): last 61.7M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:44:38Z INFO  xwytools::bench] Throughput(op/s): last 81.1M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:44:40Z INFO  xwytools::bench] Throughput(op/s): last 45.8M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:44:43Z INFO  xwytools::bench] Throughput(op/s): last 43.8M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:44:47Z INFO  xwytools::bench] Throughput(op/s): last 63.4M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:44:50Z INFO  xwytools::bench] Throughput(op/s): last 54.3M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:44:54Z INFO  xwytools::bench] Throughput(op/s): last 70.2M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:44:57Z INFO  xwytools::bench] Throughput(op/s): last 70.1M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:45:03Z INFO  xwytools::bench] Throughput(op/s): last 69.9M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:45:08Z INFO  xwytools::bench] Throughput(op/s): last 111.3M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:45:12Z INFO  xwytools::bench] Throughput(op/s): last 80.8M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:45:17Z INFO  xwytools::bench] Throughput(op/s): last 61.5M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:45:21Z INFO  xwytools::bench] Throughput(op/s): last 75.6M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:45:26Z INFO  xwytools::bench] Throughput(op/s): last 69.4M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:45:31Z INFO  xwytools::bench] Throughput(op/s): last 66.7M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:45:34Z INFO  xwytools::bench] Throughput(op/s): last 57.0M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:45:38Z INFO  xwytools::bench] Throughput(op/s): last 47.3M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:45:43Z INFO  xwytools::bench] Throughput(op/s): last 93.2M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:45:47Z INFO  xwytools::bench] Throughput(op/s): last 82.2M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:45:51Z INFO  xwytools::bench] Throughput(op/s): last 73.6M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:45:57Z INFO  xwytools::bench] Throughput(op/s): last 92.6M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:45:59Z INFO  xwytools::bench] Throughput(op/s): last 60.0M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:46:04Z INFO  xwytools::bench] Throughput(op/s): last 79.8M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:46:08Z INFO  xwytools::bench] Throughput(op/s): last 85.9M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:46:11Z INFO  xwytools::bench] Throughput(op/s): last 57.7M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:46:14Z INFO  xwytools::bench] Throughput(op/s): last 52.8M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:46:20Z INFO  xwytools::bench] Throughput(op/s): last 68.5M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:46:24Z INFO  xwytools::bench] Throughput(op/s): last 122.6M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:46:27Z INFO  xwytools::bench] Throughput(op/s): last 93.9M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:46:33Z INFO  xwytools::bench] Throughput(op/s): last 83.6M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:46:38Z INFO  xwytools::bench] Throughput(op/s): last 88.9M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:46:42Z INFO  xwytools::bench] Throughput(op/s): last 84.5M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:46:48Z INFO  xwytools::bench] Throughput(op/s): last 103.9M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:46:51Z INFO  xwytools::bench] Throughput(op/s): last 95.8M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:46:54Z INFO  xwytools::bench] Throughput(op/s): last 58.6M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:47:00Z INFO  xwytools::bench] Throughput(op/s): last 77.9M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:47:05Z INFO  xwytools::bench] Throughput(op/s): last 90.1M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:47:09Z INFO  xwytools::bench] Throughput(op/s): last 109.5M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:47:12Z INFO  xwytools::bench] Throughput(op/s): last 73.5M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:47:17Z INFO  xwytools::bench] Throughput(op/s): last 94.4M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:47:24Z INFO  xwytools::bench] Throughput(op/s): last 122.8M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:47:29Z INFO  xwytools::bench] Throughput(op/s): last 111.4M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:47:35Z INFO  xwytools::bench] Throughput(op/s): last 86.5M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:47:40Z INFO  xwytools::bench] Throughput(op/s): last 96.9M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:47:44Z INFO  xwytools::bench] Throughput(op/s): last 69.0M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:47:48Z INFO  xwytools::bench] Throughput(op/s): last 61.3M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:47:53Z INFO  xwytools::bench] Throughput(op/s): last 75.0M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:47:58Z INFO  xwytools::bench] Throughput(op/s): last 64.4M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:03Z INFO  xwytools::bench] Throughput(op/s): last 85.0M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:07Z INFO  xwytools::bench] Throughput(op/s): last 90.1M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:48:10Z INFO  xwytools::bench] Throughput(op/s): last 70.0M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:48:15Z INFO  xwytools::bench] Throughput(op/s): last 80.8M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:48:19Z INFO  xwytools::bench] Throughput(op/s): last 55.7M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:22Z INFO  xwytools::bench] Throughput(op/s): last 52.1M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:24Z INFO  xwytools::bench] Throughput(op/s): last 39.1M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:28Z INFO  xwytools::bench] Throughput(op/s): last 56.6M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:31Z INFO  xwytools::bench] Throughput(op/s): last 47.2M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:33Z INFO  xwytools::bench] Throughput(op/s): last 35.8M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:36Z INFO  xwytools::bench] Throughput(op/s): last 52.2M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:40Z INFO  xwytools::bench] Throughput(op/s): last 63.3M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:44Z INFO  xwytools::bench] Throughput(op/s): last 59.3M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:46Z INFO  xwytools::bench] Throughput(op/s): last 48.8M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:49Z INFO  xwytools::bench] Throughput(op/s): last 35.5M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:48:52Z INFO  xwytools::bench] Throughput(op/s): last 49.5M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:48:58Z INFO  xwytools::bench] Throughput(op/s): last 74.5M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:02Z INFO  xwytools::bench] Throughput(op/s): last 101.3M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:06Z INFO  xwytools::bench] Throughput(op/s): last 62.8M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:10Z INFO  xwytools::bench] Throughput(op/s): last 58.1M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:14Z INFO  xwytools::bench] Throughput(op/s): last 70.8M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:18Z INFO  xwytools::bench] Throughput(op/s): last 67.4M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:21Z INFO  xwytools::bench] Throughput(op/s): last 84.5M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:24Z INFO  xwytools::bench] Throughput(op/s): last 56.0M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:28Z INFO  xwytools::bench] Throughput(op/s): last 64.0M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:30Z INFO  xwytools::bench] Throughput(op/s): last 40.5M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:31Z INFO  xwytools::bench] Throughput(op/s): last 29.4M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:35Z INFO  xwytools::bench] Throughput(op/s): last 44.3M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:38Z INFO  xwytools::bench] Throughput(op/s): last 59.0M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:42Z INFO  xwytools::bench] Throughput(op/s): last 63.4M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:44Z INFO  xwytools::bench] Throughput(op/s): last 63.6M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:50Z INFO  xwytools::bench] Throughput(op/s): last 77.5M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:49:54Z INFO  xwytools::bench] Throughput(op/s): last 102.0M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:50:00Z INFO  xwytools::bench] Throughput(op/s): last 78.1M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:50:05Z INFO  xwytools::bench] Throughput(op/s): last 99.1M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:50:08Z INFO  xwytools::bench] Throughput(op/s): last 53.4M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:50:11Z INFO  xwytools::bench] Throughput(op/s): last 46.2M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:50:15Z INFO  xwytools::bench] Throughput(op/s): last 76.1M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:50:20Z INFO  xwytools::bench] Throughput(op/s): last 109.9M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:50:24Z INFO  xwytools::bench] Throughput(op/s): last 78.2M, ave 18.2M
[INFO] [stderr] [2026-03-09T11:50:28Z INFO  xwytools::bench] Throughput(op/s): last 103.4M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:50:30Z INFO  xwytools::bench] Throughput(op/s): last 87.4M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:50:34Z INFO  xwytools::bench] Throughput(op/s): last 70.6M, ave 18.3M
[INFO] [stderr] [2026-03-09T11:50:37Z INFO  xwytools::bench] Throughput(op/s): last 81.2M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:50:39Z INFO  xwytools::bench] Throughput(op/s): last 44.3M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:50:43Z INFO  xwytools::bench] Throughput(op/s): last 66.2M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:50:46Z INFO  xwytools::bench] Throughput(op/s): last 110.2M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:50:47Z INFO  xwytools::bench] Throughput(op/s): last 42.0M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:50:50Z INFO  xwytools::bench] Throughput(op/s): last 50.2M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:50:54Z INFO  xwytools::bench] Throughput(op/s): last 81.5M, ave 18.4M
[INFO] [stderr] [2026-03-09T11:50:57Z INFO  xwytools::bench] Throughput(op/s): last 61.1M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:50:59Z INFO  xwytools::bench] Throughput(op/s): last 57.8M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:51:00Z INFO  xwytools::bench] Throughput(op/s): last 43.3M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:51:02Z INFO  xwytools::bench] Throughput(op/s): last 56.6M, ave 18.5M
[INFO] [stderr] [2026-03-09T11:51:03Z INFO  xwytools::bench] Throughput(op/s): last 50.8M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:51:05Z INFO  xwytools::bench] Throughput(op/s): last 56.6M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:51:09Z INFO  xwytools::bench] Throughput(op/s): last 74.1M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:51:13Z INFO  xwytools::bench] Throughput(op/s): last 95.3M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:51:17Z INFO  xwytools::bench] Throughput(op/s): last 96.6M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:51:20Z INFO  xwytools::bench] Throughput(op/s): last 51.5M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:51:24Z INFO  xwytools::bench] Throughput(op/s): last 69.6M, ave 18.6M
[INFO] [stderr] [2026-03-09T11:51:26Z INFO  xwytools::bench] Throughput(op/s): last 80.3M, ave 18.7M
[INFO] [stderr] [2026-03-09T11:51:30Z INFO  xwytools::bench] Throughput(op/s): last 66.2M, ave 18.7M
[INFO] [stderr] [2026-03-09T11:51:35Z INFO  xwytools::bench] Throughput(op/s): last 98.2M, ave 18.7M
[INFO] [stderr] [2026-03-09T11:51:38Z INFO  xwytools::bench] Throughput(op/s): last 104.3M, ave 18.7M
[INFO] [stderr] [2026-03-09T11:51:42Z INFO  xwytools::bench] Throughput(op/s): last 76.9M, ave 18.7M
[INFO] [stderr] [2026-03-09T11:51:46Z INFO  xwytools::bench] Throughput(op/s): last 90.3M, ave 18.8M
[INFO] [stderr] [2026-03-09T11:51:51Z INFO  xwytools::bench] Throughput(op/s): last 89.8M, ave 18.8M
[ERROR] error running command: command timed out after 900 seconds
[INFO] running `Command { std: "docker" "inspect" "d196128127607062d295bee5585c6b76a580a5dda0896f68835fc2d84c2a3dd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d196128127607062d295bee5585c6b76a580a5dda0896f68835fc2d84c2a3dd7", kill_on_drop: false }`
[INFO] [stdout] d196128127607062d295bee5585c6b76a580a5dda0896f68835fc2d84c2a3dd7
