[INFO] cloning repository https://github.com/maxBogovick/aidb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxBogovick/aidb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmaxBogovick%2Faidb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmaxBogovick%2Faidb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1454d3a0264d29b0003c8d96f1c7e360c372abd
[INFO] testing maxBogovick/aidb against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmaxBogovick%2Faidb" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/maxBogovick/aidb
[INFO] finished tweaking git repo https://github.com/maxBogovick/aidb
[INFO] tweaked toml for git repo https://github.com/maxBogovick/aidb written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maxBogovick/aidb on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maxBogovick/aidb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "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-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8b7b182c0dfe9b35bf967531a826221f2ff7620ae29af9deaa826d7f69b893da
[INFO] running `Command { std: "docker" "start" "8b7b182c0dfe9b35bf967531a826221f2ff7620ae29af9deaa826d7f69b893da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b7b182c0dfe9b35bf967531a826221f2ff7620ae29af9deaa826d7f69b893da", 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" "8b7b182c0dfe9b35bf967531a826221f2ff7620ae29af9deaa826d7f69b893da" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b7b182c0dfe9b35bf967531a826221f2ff7620ae29af9deaa826d7f69b893da", 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" "8b7b182c0dfe9b35bf967531a826221f2ff7620ae29af9deaa826d7f69b893da" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cdb-domain v0.1.0 (/opt/rustwide/workdir/crates/cdb-domain)
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling cdb-index v0.1.0 (/opt/rustwide/workdir/crates/cdb-index)
[INFO] [stderr]    Compiling cdb-storage v0.1.0 (/opt/rustwide/workdir/crates/cdb-storage)
[INFO] [stderr]    Compiling cdb-query v0.1.0 (/opt/rustwide/workdir/crates/cdb-query)
[INFO] [stdout] error[E0432]: unresolved imports `cdb_index::VectorIndex`, `cdb_index::VectorQuery`
[INFO] [stdout]  --> crates/cdb-query/src/lib.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cdb_index::{VectorIndex, VectorQuery};
[INFO] [stdout]   |                 ^^^^^^^^^^^  ^^^^^^^^^^^ no `VectorQuery` in the root
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 no `VectorIndex` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `cdb_storage::SnapshotGeneration`, `cdb_storage::StateStore`, `cdb_storage::is_node_visible`
[INFO] [stdout]  --> crates/cdb-query/src/lib.rs:3:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | use cdb_storage::{SnapshotGeneration, StateStore, is_node_visible};
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^ no `is_node_visible` in the root
[INFO] [stdout]   |                   |                   |
[INFO] [stdout]   |                   |                   no `StateStore` in the root
[INFO] [stdout]   |                   no `SnapshotGeneration` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cdb-query` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8b7b182c0dfe9b35bf967531a826221f2ff7620ae29af9deaa826d7f69b893da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b7b182c0dfe9b35bf967531a826221f2ff7620ae29af9deaa826d7f69b893da", kill_on_drop: false }`
[INFO] [stdout] 8b7b182c0dfe9b35bf967531a826221f2ff7620ae29af9deaa826d7f69b893da
