[INFO] fetching crate sqlo 0.2.0...
[INFO] testing sqlo-0.2.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate sqlo 0.2.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate sqlo 0.2.0
[INFO] finished tweaking crates.io crate sqlo 0.2.0
[INFO] tweaked toml for crates.io crate sqlo 0.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlo 0.2.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 279 packages to latest compatible versions
[INFO] [stderr]       Adding bigdecimal v0.3.1 (available: v0.4.10)
[INFO] [stderr]       Adding darling v0.14.4 (available: v0.23.0)
[INFO] [stderr]       Adding futures-lite v1.13.0 (available: v2.6.1)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding heck v0.4.1 (available: v0.5.0)
[INFO] [stderr]       Adding indexmap v1.9.3 (available: v2.14.0)
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.14.0)
[INFO] [stderr]       Adding regex-macro v0.2.0 (available: v0.3.0)
[INFO] [stderr]       Adding sqlx v0.6.3 (available: v0.8.6)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.117)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e7ce6b8398a9a4c347c8793e7cd093f5e884c809a8f207bf106f20ca6be1bf1
[INFO] running `Command { std: "docker" "start" "-a" "1e7ce6b8398a9a4c347c8793e7cd093f5e884c809a8f207bf106f20ca6be1bf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e7ce6b8398a9a4c347c8793e7cd093f5e884c809a8f207bf106f20ca6be1bf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e7ce6b8398a9a4c347c8793e7cd093f5e884c809a8f207bf106f20ca6be1bf1", kill_on_drop: false }`
[INFO] [stdout] 1e7ce6b8398a9a4c347c8793e7cd093f5e884c809a8f207bf106f20ca6be1bf1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6309b888c9e184ab3055e9f16133c60b4dcf51b558e67e5523539669f85f5c37
[INFO] running `Command { std: "docker" "start" "-a" "6309b888c9e184ab3055e9f16133c60b4dcf51b558e67e5523539669f85f5c37", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling regex-macro v0.2.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling sqlo v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `crate::database::db_ident`, `crate::database::db_query_result_path`, `crate::database::db_sqlx_path`, `crate::database::qmarks`
[INFO] [stdout]  --> src/methods/delete.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::database::{db_ident, db_query_result_path, db_sqlx_path, qmarks};
[INFO] [stdout]   |                       ^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^ no `qmarks` in `database`
[INFO] [stdout]   |                       |         |                     |
[INFO] [stdout]   |                       |         |                     no `db_sqlx_path` in `database`
[INFO] [stdout]   |                       |         no `db_query_result_path` in `database`
[INFO] [stdout]   |                       no `db_ident` in `database`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::database::db_ident`, `crate::database::qmarks`
[INFO] [stdout]  --> src/methods/get.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::database::{db_ident, qmarks};
[INFO] [stdout]   |                       ^^^^^^^^  ^^^^^^ no `qmarks` in `database`
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       no `db_ident` in `database`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::database::db_ident`, `crate::database::db_query_result_path`, `crate::database::qmarks`, `crate::database::qmarks_with_col`
[INFO] [stdout]  --> src/methods/save.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 |     database::{db_ident, db_query_result_path, qmarks, qmarks_with_col},
[INFO] [stdout]   |                ^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^  ^^^^^^^^^^^^^^^ no `qmarks_with_col` in `database`
[INFO] [stdout]   |                |         |                     |
[INFO] [stdout]   |                |         |                     no `qmarks` in `database`
[INFO] [stdout]   |                |         no `db_query_result_path` in `database`
[INFO] [stdout]   |                no `db_ident` in `database`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OrderElem`
[INFO] [stdout]   --> src/macros/clauses/mod.rs:13:29
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use order_by::{OrderBy, OrderElem};
[INFO] [stdout]    |                             ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Assign`
[INFO] [stdout]   --> src/macros/columns/mod.rs:13:22
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use assignment::{Assign, Assigns};
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sqlo` (lib) due to 3 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6309b888c9e184ab3055e9f16133c60b4dcf51b558e67e5523539669f85f5c37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6309b888c9e184ab3055e9f16133c60b4dcf51b558e67e5523539669f85f5c37", kill_on_drop: false }`
[INFO] [stdout] 6309b888c9e184ab3055e9f16133c60b4dcf51b558e67e5523539669f85f5c37
