[INFO] fetching crate sqlx-conditional-queries-macros 0.3.2...
[INFO] testing sqlx-conditional-queries-macros-0.3.2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate sqlx-conditional-queries-macros 0.3.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate sqlx-conditional-queries-macros 0.3.2
[INFO] finished tweaking crates.io crate sqlx-conditional-queries-macros 0.3.2
[INFO] tweaked toml for crates.io crate sqlx-conditional-queries-macros 0.3.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlx-conditional-queries-macros 0.3.2 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 11 packages to latest compatible versions
[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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 14de78e8766fada359078d3eddf2a56fe842b165a2cb090855b82d92db6fd83c
[INFO] running `Command { std: "docker" "start" "-a" "14de78e8766fada359078d3eddf2a56fe842b165a2cb090855b82d92db6fd83c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14de78e8766fada359078d3eddf2a56fe842b165a2cb090855b82d92db6fd83c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14de78e8766fada359078d3eddf2a56fe842b165a2cb090855b82d92db6fd83c", kill_on_drop: false }`
[INFO] [stdout] 14de78e8766fada359078d3eddf2a56fe842b165a2cb090855b82d92db6fd83c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 4117450d1fffe02110fb0bd1604208b54c69633e95dc93e4b98d7494f41015d6
[INFO] running `Command { std: "docker" "start" "-a" "4117450d1fffe02110fb0bd1604208b54c69633e95dc93e4b98d7494f41015d6", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling sqlx-conditional-queries-core v0.3.2
[INFO] [stderr]    Compiling sqlx-conditional-queries-macros v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0080]: evaluation panicked: No database feature was enabled
[INFO] [stdout]   --> src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     panic!("No database feature was enabled")
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `DATABASE_TYPE` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: erroneous constant encountered
[INFO] [stdout]   --> src/lib.rs:22:72
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let ts = match sqlx_conditional_queries_core::conditional_query_as(DATABASE_TYPE, input) {
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0080`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sqlx-conditional-queries-macros` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "4117450d1fffe02110fb0bd1604208b54c69633e95dc93e4b98d7494f41015d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4117450d1fffe02110fb0bd1604208b54c69633e95dc93e4b98d7494f41015d6", kill_on_drop: false }`
[INFO] [stdout] 4117450d1fffe02110fb0bd1604208b54c69633e95dc93e4b98d7494f41015d6
