[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 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErvinXie%2Fxwytools" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ErvinXie/xwytools on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded is-terminal v0.4.10
[INFO] [stderr]   Downloaded hermit-abi v0.3.4
[INFO] [stderr]   Downloaded ctrlc v3.4.2
[INFO] [stderr]   Downloaded proc-macro2 v1.0.76
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.11
[INFO] [stderr]   Downloaded nix v0.27.1
[INFO] [stderr]   Downloaded chrono v0.4.31
[INFO] [stderr]   Downloaded rustix v0.38.30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c
[INFO] running `Command { std: "docker" "start" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.59
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[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 aho-corasick v1.1.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling is-terminal v0.4.10
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling nix v0.27.1
[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 14.52s
[INFO] running `Command { std: "docker" "inspect" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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.60s
[INFO] running `Command { std: "docker" "inspect" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", 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.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xwytools-9b5a1e3556124071)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] [2026-07-09T02:25:05Z INFO  xwytools::bench] Starting bench with concurrency 100
[INFO] [stderr] [2026-07-09T02:25:08Z INFO  xwytools::bench] Throughput(op/s): last 30.0M, ave 9.6M
[INFO] [stderr] [2026-07-09T02:25:13Z INFO  xwytools::bench] Throughput(op/s): last 75.1M, ave 13.4M
[INFO] [stderr] [2026-07-09T02:25:18Z INFO  xwytools::bench] Throughput(op/s): last 72.6M, ave 13.7M
[INFO] [stderr] [2026-07-09T02:25:22Z INFO  xwytools::bench] Throughput(op/s): last 75.4M, ave 14.8M
[INFO] [stderr] [2026-07-09T02:25:28Z INFO  xwytools::bench] Throughput(op/s): last 77.9M, ave 14.5M
[INFO] [stderr] [2026-07-09T02:25:33Z INFO  xwytools::bench] Throughput(op/s): last 90.6M, ave 15.1M
[INFO] [stderr] [2026-07-09T02:25:37Z INFO  xwytools::bench] Throughput(op/s): last 61.9M, ave 15.0M
[INFO] [stderr] [2026-07-09T02:25:42Z INFO  xwytools::bench] Throughput(op/s): last 66.0M, ave 14.7M
[INFO] [stderr] [2026-07-09T02:25:45Z INFO  xwytools::bench] Throughput(op/s): last 50.5M, ave 14.8M
[INFO] [stderr] [2026-07-09T02:25:49Z INFO  xwytools::bench] Throughput(op/s): last 39.8M, ave 14.6M
[INFO] [stderr] [2026-07-09T02:25:51Z INFO  xwytools::bench] Throughput(op/s): last 48.9M, ave 14.9M
[INFO] [stderr] [2026-07-09T02:25:54Z INFO  xwytools::bench] Throughput(op/s): last 79.8M, ave 15.7M
[INFO] [stderr] [2026-07-09T02:25:56Z INFO  xwytools::bench] Throughput(op/s): last 60.5M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:25:58Z INFO  xwytools::bench] Throughput(op/s): last 55.6M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:26:00Z INFO  xwytools::bench] Throughput(op/s): last 44.3M, ave 16.8M
[INFO] [stderr] [2026-07-09T02:26:01Z INFO  xwytools::bench] Throughput(op/s): last 39.5M, ave 17.2M
[INFO] [stderr] [2026-07-09T02:26:03Z INFO  xwytools::bench] Throughput(op/s): last 33.6M, ave 17.4M
[INFO] [stdout] test bench::test::test_bench has been running for over 60 seconds
[INFO] [stderr] [2026-07-09T02:26:06Z INFO  xwytools::bench] Throughput(op/s): last 40.5M, ave 17.1M
[INFO] [stderr] [2026-07-09T02:26:11Z INFO  xwytools::bench] Throughput(op/s): last 61.9M, ave 16.7M
[INFO] [stderr] [2026-07-09T02:26:15Z INFO  xwytools::bench] Throughput(op/s): last 55.3M, ave 16.6M
[INFO] [stderr] [2026-07-09T02:26:20Z INFO  xwytools::bench] Throughput(op/s): last 68.8M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:26:25Z INFO  xwytools::bench] Throughput(op/s): last 72.5M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:26:29Z INFO  xwytools::bench] Throughput(op/s): last 65.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:26:34Z INFO  xwytools::bench] Throughput(op/s): last 84.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:26:38Z INFO  xwytools::bench] Throughput(op/s): last 80.1M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:26:42Z INFO  xwytools::bench] Throughput(op/s): last 77.7M, ave 16.6M
[INFO] [stderr] [2026-07-09T02:26:47Z INFO  xwytools::bench] Throughput(op/s): last 129.0M, ave 17.0M
[INFO] [stderr] [2026-07-09T02:26:51Z INFO  xwytools::bench] Throughput(op/s): last 87.4M, ave 17.3M
[INFO] [stderr] [2026-07-09T02:26:54Z INFO  xwytools::bench] Throughput(op/s): last 50.4M, ave 17.1M
[INFO] [stderr] [2026-07-09T02:26:59Z INFO  xwytools::bench] Throughput(op/s): last 92.1M, ave 17.2M
[INFO] [stderr] [2026-07-09T02:27:05Z INFO  xwytools::bench] Throughput(op/s): last 91.6M, ave 17.2M
[INFO] [stderr] [2026-07-09T02:27:09Z INFO  xwytools::bench] Throughput(op/s): last 84.2M, ave 17.3M
[INFO] [stderr] [2026-07-09T02:27:13Z INFO  xwytools::bench] Throughput(op/s): last 69.5M, ave 17.2M
[INFO] [stderr] [2026-07-09T02:27:19Z INFO  xwytools::bench] Throughput(op/s): last 90.8M, ave 17.2M
[INFO] [stderr] [2026-07-09T02:27:22Z INFO  xwytools::bench] Throughput(op/s): last 75.1M, ave 17.3M
[INFO] [stderr] [2026-07-09T02:27:26Z INFO  xwytools::bench] Throughput(op/s): last 58.2M, ave 17.3M
[INFO] [stderr] [2026-07-09T02:27:30Z INFO  xwytools::bench] Throughput(op/s): last 71.1M, ave 17.3M
[INFO] [stderr] [2026-07-09T02:27:36Z INFO  xwytools::bench] Throughput(op/s): last 68.0M, ave 17.1M
[INFO] [stderr] [2026-07-09T02:27:39Z INFO  xwytools::bench] Throughput(op/s): last 81.4M, ave 17.2M
[INFO] [stderr] [2026-07-09T02:27:45Z INFO  xwytools::bench] Throughput(op/s): last 68.3M, ave 17.0M
[INFO] [stderr] [2026-07-09T02:27:51Z INFO  xwytools::bench] Throughput(op/s): last 78.2M, ave 16.9M
[INFO] [stderr] [2026-07-09T02:27:55Z INFO  xwytools::bench] Throughput(op/s): last 87.2M, ave 17.0M
[INFO] [stderr] [2026-07-09T02:28:02Z INFO  xwytools::bench] Throughput(op/s): last 86.6M, ave 16.8M
[INFO] [stderr] [2026-07-09T02:28:07Z INFO  xwytools::bench] Throughput(op/s): last 101.7M, ave 16.9M
[INFO] [stderr] [2026-07-09T02:28:14Z INFO  xwytools::bench] Throughput(op/s): last 77.7M, ave 16.7M
[INFO] [stderr] [2026-07-09T02:28:17Z INFO  xwytools::bench] Throughput(op/s): last 83.5M, ave 16.8M
[INFO] [stderr] [2026-07-09T02:28:21Z INFO  xwytools::bench] Throughput(op/s): last 58.0M, ave 16.9M
[INFO] [stderr] [2026-07-09T02:28:25Z INFO  xwytools::bench] Throughput(op/s): last 63.3M, ave 16.8M
[INFO] [stderr] [2026-07-09T02:28:32Z INFO  xwytools::bench] Throughput(op/s): last 93.0M, ave 16.7M
[INFO] [stderr] [2026-07-09T02:28:37Z INFO  xwytools::bench] Throughput(op/s): last 99.4M, ave 16.7M
[INFO] [stderr] [2026-07-09T02:28:41Z INFO  xwytools::bench] Throughput(op/s): last 72.7M, ave 16.8M
[INFO] [stderr] [2026-07-09T02:28:45Z INFO  xwytools::bench] Throughput(op/s): last 55.6M, ave 16.7M
[INFO] [stderr] [2026-07-09T02:28:50Z INFO  xwytools::bench] Throughput(op/s): last 65.8M, ave 16.6M
[INFO] [stderr] [2026-07-09T02:28:54Z INFO  xwytools::bench] Throughput(op/s): last 64.8M, ave 16.6M
[INFO] [stderr] [2026-07-09T02:29:00Z INFO  xwytools::bench] Throughput(op/s): last 76.8M, ave 16.6M
[INFO] [stderr] [2026-07-09T02:29:04Z INFO  xwytools::bench] Throughput(op/s): last 81.6M, ave 16.6M
[INFO] [stderr] [2026-07-09T02:29:06Z INFO  xwytools::bench] Throughput(op/s): last 61.4M, ave 16.7M
[INFO] [stderr] [2026-07-09T02:29:11Z INFO  xwytools::bench] Throughput(op/s): last 56.0M, ave 16.6M
[INFO] [stderr] [2026-07-09T02:29:13Z INFO  xwytools::bench] Throughput(op/s): last 48.6M, ave 16.7M
[INFO] [stderr] [2026-07-09T02:29:18Z INFO  xwytools::bench] Throughput(op/s): last 58.4M, ave 16.6M
[INFO] [stderr] [2026-07-09T02:29:23Z INFO  xwytools::bench] Throughput(op/s): last 76.6M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:29:30Z INFO  xwytools::bench] Throughput(op/s): last 92.0M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:29:35Z INFO  xwytools::bench] Throughput(op/s): last 94.0M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:29:39Z INFO  xwytools::bench] Throughput(op/s): last 80.8M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:29:44Z INFO  xwytools::bench] Throughput(op/s): last 71.9M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:29:48Z INFO  xwytools::bench] Throughput(op/s): last 68.8M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:29:53Z INFO  xwytools::bench] Throughput(op/s): last 70.8M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:29:59Z INFO  xwytools::bench] Throughput(op/s): last 88.8M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:30:02Z INFO  xwytools::bench] Throughput(op/s): last 79.2M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:30:06Z INFO  xwytools::bench] Throughput(op/s): last 49.0M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:30:10Z INFO  xwytools::bench] Throughput(op/s): last 51.3M, ave 16.5M
[INFO] [stderr] [2026-07-09T02:30:14Z INFO  xwytools::bench] Throughput(op/s): last 63.1M, ave 16.4M
[INFO] [stderr] [2026-07-09T02:30:18Z INFO  xwytools::bench] Throughput(op/s): last 67.7M, ave 16.4M
[INFO] [stderr] [2026-07-09T02:30:24Z INFO  xwytools::bench] Throughput(op/s): last 75.5M, ave 16.4M
[INFO] [stderr] [2026-07-09T02:30:27Z INFO  xwytools::bench] Throughput(op/s): last 65.3M, ave 16.4M
[INFO] [stderr] [2026-07-09T02:30:31Z INFO  xwytools::bench] Throughput(op/s): last 57.5M, ave 16.4M
[INFO] [stderr] [2026-07-09T02:30:37Z INFO  xwytools::bench] Throughput(op/s): last 85.6M, ave 16.4M
[INFO] [stderr] [2026-07-09T02:30:42Z INFO  xwytools::bench] Throughput(op/s): last 85.3M, ave 16.4M
[INFO] [stderr] [2026-07-09T02:30:49Z INFO  xwytools::bench] Throughput(op/s): last 88.5M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:30:54Z INFO  xwytools::bench] Throughput(op/s): last 78.5M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:30:56Z INFO  xwytools::bench] Throughput(op/s): last 62.3M, ave 16.4M
[INFO] [stderr] [2026-07-09T02:31:00Z INFO  xwytools::bench] Throughput(op/s): last 47.2M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:31:04Z INFO  xwytools::bench] Throughput(op/s): last 52.5M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:31:08Z INFO  xwytools::bench] Throughput(op/s): last 64.9M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:31:12Z INFO  xwytools::bench] Throughput(op/s): last 59.7M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:31:16Z INFO  xwytools::bench] Throughput(op/s): last 73.7M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:31:22Z INFO  xwytools::bench] Throughput(op/s): last 75.1M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:31:26Z INFO  xwytools::bench] Throughput(op/s): last 70.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:31:33Z INFO  xwytools::bench] Throughput(op/s): last 75.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:31:39Z INFO  xwytools::bench] Throughput(op/s): last 89.9M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:31:43Z INFO  xwytools::bench] Throughput(op/s): last 92.1M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:31:49Z INFO  xwytools::bench] Throughput(op/s): last 96.0M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:31:53Z INFO  xwytools::bench] Throughput(op/s): last 80.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:31:58Z INFO  xwytools::bench] Throughput(op/s): last 63.4M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:02Z INFO  xwytools::bench] Throughput(op/s): last 65.4M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:06Z INFO  xwytools::bench] Throughput(op/s): last 83.2M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:10Z INFO  xwytools::bench] Throughput(op/s): last 54.2M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:14Z INFO  xwytools::bench] Throughput(op/s): last 59.5M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:20Z INFO  xwytools::bench] Throughput(op/s): last 70.7M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:32:24Z INFO  xwytools::bench] Throughput(op/s): last 80.9M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:27Z INFO  xwytools::bench] Throughput(op/s): last 52.2M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:31Z INFO  xwytools::bench] Throughput(op/s): last 62.2M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:35Z INFO  xwytools::bench] Throughput(op/s): last 67.1M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:39Z INFO  xwytools::bench] Throughput(op/s): last 67.2M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:44Z INFO  xwytools::bench] Throughput(op/s): last 57.4M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:32:48Z INFO  xwytools::bench] Throughput(op/s): last 68.8M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:32:50Z INFO  xwytools::bench] Throughput(op/s): last 60.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:32:55Z INFO  xwytools::bench] Throughput(op/s): last 60.4M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:33:00Z INFO  xwytools::bench] Throughput(op/s): last 65.3M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:33:07Z INFO  xwytools::bench] Throughput(op/s): last 116.5M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:33:12Z INFO  xwytools::bench] Throughput(op/s): last 92.1M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:33:16Z INFO  xwytools::bench] Throughput(op/s): last 66.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:33:21Z INFO  xwytools::bench] Throughput(op/s): last 84.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:33:25Z INFO  xwytools::bench] Throughput(op/s): last 87.9M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:33:28Z INFO  xwytools::bench] Throughput(op/s): last 75.7M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:33:31Z INFO  xwytools::bench] Throughput(op/s): last 68.0M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:33:35Z INFO  xwytools::bench] Throughput(op/s): last 63.6M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:33:41Z INFO  xwytools::bench] Throughput(op/s): last 75.3M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:33:45Z INFO  xwytools::bench] Throughput(op/s): last 63.6M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:33:48Z INFO  xwytools::bench] Throughput(op/s): last 51.9M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:33:52Z INFO  xwytools::bench] Throughput(op/s): last 58.5M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:33:56Z INFO  xwytools::bench] Throughput(op/s): last 68.3M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:34:02Z INFO  xwytools::bench] Throughput(op/s): last 94.1M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:34:06Z INFO  xwytools::bench] Throughput(op/s): last 70.4M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:34:12Z INFO  xwytools::bench] Throughput(op/s): last 74.5M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:34:17Z INFO  xwytools::bench] Throughput(op/s): last 73.8M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:34:22Z INFO  xwytools::bench] Throughput(op/s): last 83.1M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:34:28Z INFO  xwytools::bench] Throughput(op/s): last 87.0M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:34:33Z INFO  xwytools::bench] Throughput(op/s): last 86.9M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:34:37Z INFO  xwytools::bench] Throughput(op/s): last 69.4M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:34:42Z INFO  xwytools::bench] Throughput(op/s): last 77.0M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:34:47Z INFO  xwytools::bench] Throughput(op/s): last 69.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:34:53Z INFO  xwytools::bench] Throughput(op/s): last 88.5M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:34:58Z INFO  xwytools::bench] Throughput(op/s): last 77.5M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:04Z INFO  xwytools::bench] Throughput(op/s): last 99.2M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:08Z INFO  xwytools::bench] Throughput(op/s): last 97.5M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:13Z INFO  xwytools::bench] Throughput(op/s): last 60.9M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:19Z INFO  xwytools::bench] Throughput(op/s): last 84.1M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:24Z INFO  xwytools::bench] Throughput(op/s): last 78.2M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:29Z INFO  xwytools::bench] Throughput(op/s): last 72.8M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:34Z INFO  xwytools::bench] Throughput(op/s): last 71.7M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:35:39Z INFO  xwytools::bench] Throughput(op/s): last 109.9M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:43Z INFO  xwytools::bench] Throughput(op/s): last 84.0M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:47Z INFO  xwytools::bench] Throughput(op/s): last 59.4M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:52Z INFO  xwytools::bench] Throughput(op/s): last 67.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:35:56Z INFO  xwytools::bench] Throughput(op/s): last 48.8M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:01Z INFO  xwytools::bench] Throughput(op/s): last 74.1M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:06Z INFO  xwytools::bench] Throughput(op/s): last 95.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:11Z INFO  xwytools::bench] Throughput(op/s): last 68.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:15Z INFO  xwytools::bench] Throughput(op/s): last 75.4M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:20Z INFO  xwytools::bench] Throughput(op/s): last 78.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:26Z INFO  xwytools::bench] Throughput(op/s): last 83.9M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:30Z INFO  xwytools::bench] Throughput(op/s): last 63.2M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:34Z INFO  xwytools::bench] Throughput(op/s): last 65.9M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:36:38Z INFO  xwytools::bench] Throughput(op/s): last 65.8M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:42Z INFO  xwytools::bench] Throughput(op/s): last 60.5M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:36:46Z INFO  xwytools::bench] Throughput(op/s): last 71.1M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:36:50Z INFO  xwytools::bench] Throughput(op/s): last 61.1M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:36:55Z INFO  xwytools::bench] Throughput(op/s): last 60.5M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:01Z INFO  xwytools::bench] Throughput(op/s): last 80.5M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:07Z INFO  xwytools::bench] Throughput(op/s): last 96.6M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:11Z INFO  xwytools::bench] Throughput(op/s): last 78.4M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:16Z INFO  xwytools::bench] Throughput(op/s): last 68.0M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:20Z INFO  xwytools::bench] Throughput(op/s): last 63.8M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:24Z INFO  xwytools::bench] Throughput(op/s): last 60.6M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:31Z INFO  xwytools::bench] Throughput(op/s): last 86.9M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:37Z INFO  xwytools::bench] Throughput(op/s): last 114.9M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:41Z INFO  xwytools::bench] Throughput(op/s): last 111.4M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:45Z INFO  xwytools::bench] Throughput(op/s): last 78.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:37:50Z INFO  xwytools::bench] Throughput(op/s): last 58.9M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:55Z INFO  xwytools::bench] Throughput(op/s): last 74.2M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:37:59Z INFO  xwytools::bench] Throughput(op/s): last 68.3M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:38:03Z INFO  xwytools::bench] Throughput(op/s): last 69.4M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:38:06Z INFO  xwytools::bench] Throughput(op/s): last 63.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:38:11Z INFO  xwytools::bench] Throughput(op/s): last 77.4M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:38:16Z INFO  xwytools::bench] Throughput(op/s): last 63.8M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:38:21Z INFO  xwytools::bench] Throughput(op/s): last 88.3M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:38:25Z INFO  xwytools::bench] Throughput(op/s): last 68.0M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:38:30Z INFO  xwytools::bench] Throughput(op/s): last 64.2M, ave 16.1M
[INFO] [stderr] [2026-07-09T02:38:33Z INFO  xwytools::bench] Throughput(op/s): last 82.2M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:38:37Z INFO  xwytools::bench] Throughput(op/s): last 64.5M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:38:41Z INFO  xwytools::bench] Throughput(op/s): last 74.6M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:38:45Z INFO  xwytools::bench] Throughput(op/s): last 73.5M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:38:50Z INFO  xwytools::bench] Throughput(op/s): last 86.8M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:38:54Z INFO  xwytools::bench] Throughput(op/s): last 77.8M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:38:58Z INFO  xwytools::bench] Throughput(op/s): last 70.4M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:00Z INFO  xwytools::bench] Throughput(op/s): last 67.3M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:39:04Z INFO  xwytools::bench] Throughput(op/s): last 52.5M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:07Z INFO  xwytools::bench] Throughput(op/s): last 55.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:13Z INFO  xwytools::bench] Throughput(op/s): last 74.6M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:18Z INFO  xwytools::bench] Throughput(op/s): last 86.9M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:23Z INFO  xwytools::bench] Throughput(op/s): last 85.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:25Z INFO  xwytools::bench] Throughput(op/s): last 59.6M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:39:31Z INFO  xwytools::bench] Throughput(op/s): last 76.9M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:36Z INFO  xwytools::bench] Throughput(op/s): last 93.5M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:39:42Z INFO  xwytools::bench] Throughput(op/s): last 63.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:47Z INFO  xwytools::bench] Throughput(op/s): last 73.7M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:52Z INFO  xwytools::bench] Throughput(op/s): last 90.3M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:56Z INFO  xwytools::bench] Throughput(op/s): last 85.6M, ave 16.2M
[INFO] [stderr] [2026-07-09T02:39:59Z INFO  xwytools::bench] Throughput(op/s): last 50.5M, ave 16.3M
[INFO] [stderr] [2026-07-09T02:40:03Z INFO  xwytools::bench] Throughput(op/s): last 56.5M, ave 16.2M
[ERROR] error running command: command timed out after 900 seconds
[INFO] running `Command { std: "docker" "inspect" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c", kill_on_drop: false }`
[INFO] [stdout] 0954c084f2de098855f36f3c12052e17cd954a4537a1850793699222e005173c
