[INFO] cloning repository https://github.com/byoridb/byoridb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/byoridb/byoridb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyoridb%2Fbyoridb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyoridb%2Fbyoridb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 640102a5f8df9a323fae163328d08a111f60a1ef
[INFO] testing byoridb/byoridb 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%2Fbyoridb%2Fbyoridb" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/byoridb/byoridb
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/byoridb/byoridb
[INFO] tweaked toml for git repo https://github.com/byoridb/byoridb written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/byoridb/byoridb 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/byoridb/byoridb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.14
[INFO] [stderr]   Downloaded tonic-build v0.12.3
[INFO] [stderr]   Downloaded cc v1.2.53
[INFO] [stderr]   Downloaded flate2 v1.1.8
[INFO] [stderr]   Downloaded logos-derive v0.14.4
[INFO] [stderr]   Downloaded logos-codegen v0.14.4
[INFO] [stderr]   Downloaded sketches-ddsketch v0.3.0
[INFO] [stderr]   Downloaded metrics-exporter-prometheus v0.18.1
[INFO] [stderr]   Downloaded instant-distance v0.6.1
[INFO] [stderr]   Downloaded redb v4.1.0
[INFO] [stderr]   Downloaded metrics-util v0.20.1
[INFO] [stderr]   Downloaded rustyline v14.0.0
[INFO] [stderr]   Downloaded aws-lc-rs v1.16.3
[INFO] [stderr]   Downloaded sqlparser v0.60.0
[INFO] [stderr]   Downloaded logos v0.14.4
[INFO] [stderr]   Downloaded aws-lc-sys v0.40.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473
[INFO] running `Command { std: "docker" "start" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473", 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" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473" "/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" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473", 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" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling zmij v1.0.14
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling redb v4.1.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling cc v1.2.53
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling flate2 v1.1.8
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling openssl-probe v0.2.0
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling ar_archive_writer v0.2.0
[INFO] [stderr]    Compiling metrics v0.24.3
[INFO] [stderr]    Compiling rand_xoshiro v0.7.0
[INFO] [stderr]    Compiling logos-codegen v0.14.4
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling sketches-ddsketch v0.3.0
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.18.1
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling metrics-util v0.20.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]    Compiling recursive v0.1.1
[INFO] [stderr]    Compiling logos-derive v0.14.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling sqlparser v0.60.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling logos v0.14.4
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde-big-array v0.5.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling instant-distance v0.6.1
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling byoridb-codec v0.1.0 (/opt/rustwide/workdir/byoridb-codec)
[INFO] [stderr]    Compiling byoridb-meta v0.1.0 (/opt/rustwide/workdir/byoridb-meta)
[INFO] [stderr]    Compiling byoridb-common v0.1.0 (/opt/rustwide/workdir/byoridb-common)
[INFO] [stderr]    Compiling byoridb-storage v0.1.0 (/opt/rustwide/workdir/byoridb-storage)
[INFO] [stderr]    Compiling byoridb-graph v0.1.0 (/opt/rustwide/workdir/byoridb-graph)
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling byoridb-kvstore v0.1.0 (/opt/rustwide/workdir/byoridb-kvstore)
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling byoridb-parser v0.1.0 (/opt/rustwide/workdir/byoridb-parser)
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling byoridb-executor v0.1.0 (/opt/rustwide/workdir/byoridb-executor)
[INFO] [stderr]    Compiling byoridb v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 05s
[INFO] running `Command { std: "docker" "inspect" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473", 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" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473" "/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 zerocopy v0.8.33
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde-big-array v0.5.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling byoridb-common v0.1.0 (/opt/rustwide/workdir/byoridb-common)
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling metrics v0.24.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling byoridb-kvstore v0.1.0 (/opt/rustwide/workdir/byoridb-kvstore)
[INFO] [stderr]    Compiling byoridb-parser v0.1.0 (/opt/rustwide/workdir/byoridb-parser)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling metrics-util v0.20.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling instant-distance v0.6.1
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.18.1
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling byoridb-codec v0.1.0 (/opt/rustwide/workdir/byoridb-codec)
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling byoridb-meta v0.1.0 (/opt/rustwide/workdir/byoridb-meta)
[INFO] [stderr]    Compiling byoridb-storage v0.1.0 (/opt/rustwide/workdir/byoridb-storage)
[INFO] [stderr]    Compiling byoridb-graph v0.1.0 (/opt/rustwide/workdir/byoridb-graph)
[INFO] [stderr]    Compiling byoridb-executor v0.1.0 (/opt/rustwide/workdir/byoridb-executor)
[INFO] [stderr]    Compiling byoridb v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473", 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" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/byoridb-4c11cab907370b6e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/backup_cli.rs (/opt/rustwide/target/debug/deps/byoridb_backup-1dc35d55765f3ee3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/byoridb_server-63b029b8f0c87ac3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test config::tests::data_paths_parses_single_value_from_env ... ok
[INFO] [stdout] test config::tests::data_paths_parses_comma_separated_list_from_env ... ok
[INFO] [stdout] test config::tests::k8s_auto_injected_service_envs_are_ignored ... ok
[INFO] [stdout] test config::tests::defaults_load_without_env ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/distributed_e2e_test.rs (/opt/rustwide/target/debug/deps/distributed_e2e_test-0175d7ee19f02d94)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-5d1bdd5a64465157)
[INFO] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test test_batch_operations ... ok
[INFO] [stdout] test test_complex_expressions ... ok
[INFO] [stdout] test test_complex_vertex ... ok
[INFO] [stdout] test test_conditional_expressions ... ok
[INFO] [stdout] test test_edge_directions ... ok
[INFO] [stdout] test test_edge_with_properties ... ok
[INFO] [stdout] test test_data_type_parsing ... ok
[INFO] [stdout] test test_error_handling ... ok
[INFO] [stdout] test test_execution_plan_builder ... ok
[INFO] [stdout] test test_graph_data_workflow ... ok
[INFO] [stdout] test test_benchmark_match_query_patterns ... ok
[INFO] [stdout] test test_crud_space_operations ... ok
[INFO] [stdout] test test_index_operations ... ok
[INFO] [stdout] test test_active_query_registry_cleared_after_execution ... ok
[INFO] [stdout] test test_multi_tag_vertex ... ok
[INFO] [stdout] test test_new_user_authentication ... ignored, requires AuthManager KVStore sync (PLAN.md S-3 follow-up)
[INFO] [stdout] test test_parse_basic_queries ... ok
[INFO] [stdout] test test_parse_complex_ddl ... ok
[INFO] [stdout] test test_parse_delete_queries ... ok
[INFO] [stdout] test test_parse_fetch_queries ... ok
[INFO] [stdout] test test_parse_go_queries ... ok
[INFO] [stdout] test test_parse_insert_queries ... ok
[INFO] [stdout] test test_parse_lookup_queries ... ok
[INFO] [stdout] test test_parse_match_queries ... ok
[INFO] [stdout] test test_parse_update_queries ... ok
[INFO] [stdout] test test_create_index_backfills_existing_data ... ok
[INFO] [stdout] test test_crud_full_workflow ... ok
[INFO] [stdout] test test_crud_delete_vertex ... ok
[INFO] [stdout] test test_value_operations ... ok
[INFO] [stdout] test test_value_serialization ... ok
[INFO] [stdout] test test_vertex_operations ... ok
[INFO] [stdout] test test_vertex_serialization ... ok
[INFO] [stdout] test test_crud_tag_operations ... ok
[INFO] [stdout] test test_drop_space_purges_data_for_name_reuse ... ok
[INFO] [stdout] test test_crud_update_vertex ... ok
[INFO] [stdout] test test_crud_edge_insert_and_go ... ok
[INFO] [stdout] test test_crud_vertex_insert_and_fetch ... ok
[INFO] [stdout] test test_crud_edge_operations ... ok
[INFO] [stdout] test test_index_definitions_survive_across_queries ... ok
[INFO] [stdout] test test_go_reversely_uses_reverse_edge_index ... ok
[INFO] [stdout] test test_crud_lookup ... ok
[INFO] [stdout] test test_sameas_merges_nodes_and_blocks_deletion ... ok
[INFO] [stdout] test test_lookup_qualified_property_filter_without_index ... ok
[INFO] [stdout] test test_insert_preserves_semicolon_inside_string_literal ... ok
[INFO] [stdout] test test_show_stats_reports_empty_tag_and_edge_as_zero ... ok
[INFO] [stdout] test test_shutdown_rejects_new_queries ... ok
[INFO] [stdout] test test_crud_user_management ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 46 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 23.54s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests byoridb
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473", kill_on_drop: false }`
[INFO] [stdout] 5e979587eff7e3436a29bbb04389fa7cc733592214b01bf7c4c78783dd193473
