[INFO] fetching crate welds 0.4.18... [INFO] testing welds-0.4.18 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate welds 0.4.18 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate welds 0.4.18 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate welds 0.4.18 [INFO] tweaked toml for crates.io crate welds 0.4.18 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate welds 0.4.18 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate welds 0.4.18 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3dff810ae777729aaef625d77e18618edbf98f39197d1520ac405b0946291350 [INFO] running `Command { std: "docker" "start" "-a" "3dff810ae777729aaef625d77e18618edbf98f39197d1520ac405b0946291350", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3dff810ae777729aaef625d77e18618edbf98f39197d1520ac405b0946291350", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dff810ae777729aaef625d77e18618edbf98f39197d1520ac405b0946291350", kill_on_drop: false }` [INFO] [stdout] 3dff810ae777729aaef625d77e18618edbf98f39197d1520ac405b0946291350 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 896087de59770ed7df9ebab105302be5673b6f9e942ce73c39fddc431dd126e5 [INFO] running `Command { std: "docker" "start" "-a" "896087de59770ed7df9ebab105302be5673b6f9e942ce73c39fddc431dd126e5", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling welds-macros v0.4.18 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling welds-connections v0.4.18 [INFO] [stdout] error[E0432]: unresolved import `params::Param` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/lib.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | pub use params::Param; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Param` in `params` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 21 | feature = "sqlite", [INFO] [stdout] | ------------------ the item is gated behind the `sqlite` feature [INFO] [stdout] ... [INFO] [stdout] 26 | pub trait Param: SqliteParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 42 | feature = "postgres", [INFO] [stdout] | -------------------- the item is gated behind the `postgres` feature [INFO] [stdout] ... [INFO] [stdout] 47 | pub trait Param: PostgresParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 63 | feature = "mysql", [INFO] [stdout] | ----------------- the item is gated behind the `mysql` feature [INFO] [stdout] ... [INFO] [stdout] 68 | pub trait Param: MysqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:89:11 [INFO] [stdout] | [INFO] [stdout] 84 | feature = "mssql", [INFO] [stdout] | ----------------- the item is gated behind the `mssql` feature [INFO] [stdout] ... [INFO] [stdout] 89 | pub trait Param: MssqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:110:11 [INFO] [stdout] | [INFO] [stdout] 105 | feature = "sqlite", [INFO] [stdout] | ------------------ the item is gated behind the `sqlite` feature [INFO] [stdout] ... [INFO] [stdout] 110 | pub trait Param: SqliteParam + PostgresParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:136:11 [INFO] [stdout] | [INFO] [stdout] 131 | feature = "sqlite", [INFO] [stdout] | ------------------ the item is gated behind the `sqlite` feature [INFO] [stdout] ... [INFO] [stdout] 136 | pub trait Param: SqliteParam + MysqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:162:11 [INFO] [stdout] | [INFO] [stdout] 157 | feature = "sqlite", [INFO] [stdout] | ------------------ the item is gated behind the `sqlite` feature [INFO] [stdout] ... [INFO] [stdout] 162 | pub trait Param: SqliteParam + MssqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:183:11 [INFO] [stdout] | [INFO] [stdout] 178 | feature = "postgres", [INFO] [stdout] | -------------------- the item is gated behind the `postgres` feature [INFO] [stdout] ... [INFO] [stdout] 183 | pub trait Param: PostgresParam + MysqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:209:11 [INFO] [stdout] | [INFO] [stdout] 204 | feature = "postgres", [INFO] [stdout] | -------------------- the item is gated behind the `postgres` feature [INFO] [stdout] ... [INFO] [stdout] 209 | pub trait Param: PostgresParam + MssqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 225 | feature = "mysql", [INFO] [stdout] | ----------------- the item is gated behind the `mysql` feature [INFO] [stdout] ... [INFO] [stdout] 230 | pub trait Param: MysqlParam + MssqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:251:11 [INFO] [stdout] | [INFO] [stdout] 246 | feature = "sqlite", [INFO] [stdout] | ------------------ the item is gated behind the `sqlite` feature [INFO] [stdout] ... [INFO] [stdout] 251 | pub trait Param: SqliteParam + PostgresParam + MysqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:279:11 [INFO] [stdout] | [INFO] [stdout] 274 | feature = "sqlite", [INFO] [stdout] | ------------------ the item is gated behind the `sqlite` feature [INFO] [stdout] ... [INFO] [stdout] 279 | pub trait Param: SqliteParam + PostgresParam + MssqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 301 | feature = "sqlite", [INFO] [stdout] | ------------------ the item is gated behind the `sqlite` feature [INFO] [stdout] ... [INFO] [stdout] 306 | pub trait Param: SqliteParam + MysqlParam + MssqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:333:11 [INFO] [stdout] | [INFO] [stdout] 328 | feature = "postgres", [INFO] [stdout] | -------------------- the item is gated behind the `postgres` feature [INFO] [stdout] ... [INFO] [stdout] 333 | pub trait Param: PostgresParam + MysqlParam + MssqlParam {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/welds-connections-0.4.18/src/params/mod.rs:360:11 [INFO] [stdout] | [INFO] [stdout] 355 | feature = "sqlite", [INFO] [stdout] | ------------------ the item is gated behind the `sqlite` feature [INFO] [stdout] ... [INFO] [stdout] 360 | pub trait Param: SqliteParam + PostgresParam + MysqlParam + MssqlParam {} [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 `welds-connections` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "896087de59770ed7df9ebab105302be5673b6f9e942ce73c39fddc431dd126e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "896087de59770ed7df9ebab105302be5673b6f9e942ce73c39fddc431dd126e5", kill_on_drop: false }` [INFO] [stdout] 896087de59770ed7df9ebab105302be5673b6f9e942ce73c39fddc431dd126e5