[INFO] cloning repository https://github.com/michaelmez39/plant-store [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michaelmez39/plant-store" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmez39%2Fplant-store", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmez39%2Fplant-store'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f2e45bc85ae94112815458b83f7238393af5d8f2 [INFO] checking michaelmez39/plant-store against master#eb10639928a2781cf0a12440007fbcc1e3a6888f for pr-127827-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmez39%2Fplant-store" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/michaelmez39/plant-store on toolchain eb10639928a2781cf0a12440007fbcc1e3a6888f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/michaelmez39/plant-store [INFO] finished tweaking git repo https://github.com/michaelmez39/plant-store [INFO] tweaked toml for git repo https://github.com/michaelmez39/plant-store written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/michaelmez39/plant-store 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" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f77b2c3548dd1c16cf5ea3025b50744d6220194ffb2dfc30b13caa7a61234dfc [INFO] running `Command { std: "docker" "start" "-a" "f77b2c3548dd1c16cf5ea3025b50744d6220194ffb2dfc30b13caa7a61234dfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f77b2c3548dd1c16cf5ea3025b50744d6220194ffb2dfc30b13caa7a61234dfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f77b2c3548dd1c16cf5ea3025b50744d6220194ffb2dfc30b13caa7a61234dfc", kill_on_drop: false }` [INFO] [stdout] f77b2c3548dd1c16cf5ea3025b50744d6220194ffb2dfc30b13caa7a61234dfc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+eb10639928a2781cf0a12440007fbcc1e3a6888f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf89baefc692d90b6faa86e8a74c07dccb67db8f8b0da62d805eba092bbd2201 [INFO] running `Command { std: "docker" "start" "-a" "bf89baefc692d90b6faa86e8a74c07dccb67db8f8b0da62d805eba092bbd2201", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Compiling cc v1.0.95 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling thiserror v1.0.59 [INFO] [stderr] Compiling finl_unicode v1.2.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling uuid v1.8.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling stringprep v0.1.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking dotenvy v0.15.7 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking serde_json v1.0.116 [INFO] [stderr] Checking either v1.11.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling maud_macros v0.26.0 [INFO] [stderr] Checking serde_path_to_error v0.1.16 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking hyper v1.3.1 [INFO] [stderr] Checking axum-core v0.4.3 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tower-http v0.5.2 [INFO] [stderr] Compiling sqlformat v0.2.3 [INFO] [stderr] Checking hyper-util v0.1.3 [INFO] [stderr] Checking maud v0.26.0 [INFO] [stderr] Checking axum v0.7.5 [INFO] [stderr] Checking sqlx-core v0.7.4 [INFO] [stderr] Checking htmx-frontend v0.1.0 (/opt/rustwide/workdir/htmx-frontend) [INFO] [stdout] warning: function `payment_form` is never used [INFO] [stdout] --> htmx-frontend/src/pages/shopping.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | async fn payment_form() -> Markup { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `payment_form` is never used [INFO] [stdout] --> htmx-frontend/src/pages/shopping.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | async fn payment_form() -> Markup { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking sqlx-postgres v0.7.4 [INFO] [stderr] Compiling sqlx-macros-core v0.7.4 [INFO] [stderr] Compiling sqlx-macros v0.7.4 [INFO] [stderr] Checking sqlx v0.7.4 [INFO] [stderr] Checking store-lib v0.1.0 (/opt/rustwide/workdir/store-lib) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.64s [INFO] running `Command { std: "docker" "inspect" "bf89baefc692d90b6faa86e8a74c07dccb67db8f8b0da62d805eba092bbd2201", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf89baefc692d90b6faa86e8a74c07dccb67db8f8b0da62d805eba092bbd2201", kill_on_drop: false }` [INFO] [stdout] bf89baefc692d90b6faa86e8a74c07dccb67db8f8b0da62d805eba092bbd2201 [INFO] checking michaelmez39/plant-store against try#357cc345f0a672ac4bee347eb89b7552541416c1 for pr-127827-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmez39%2Fplant-store" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/michaelmez39/plant-store on toolchain 357cc345f0a672ac4bee347eb89b7552541416c1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+357cc345f0a672ac4bee347eb89b7552541416c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/michaelmez39/plant-store [INFO] finished tweaking git repo https://github.com/michaelmez39/plant-store [INFO] tweaked toml for git repo https://github.com/michaelmez39/plant-store written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/michaelmez39/plant-store 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" "+357cc345f0a672ac4bee347eb89b7552541416c1" "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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+357cc345f0a672ac4bee347eb89b7552541416c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19a6aa7f547416362fb4095458004744e166dbaee738d77c997a0fd0da7f9c76 [INFO] running `Command { std: "docker" "start" "-a" "19a6aa7f547416362fb4095458004744e166dbaee738d77c997a0fd0da7f9c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19a6aa7f547416362fb4095458004744e166dbaee738d77c997a0fd0da7f9c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19a6aa7f547416362fb4095458004744e166dbaee738d77c997a0fd0da7f9c76", kill_on_drop: false }` [INFO] [stdout] 19a6aa7f547416362fb4095458004744e166dbaee738d77c997a0fd0da7f9c76 [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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+357cc345f0a672ac4bee347eb89b7552541416c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc3590e7a80344767487a455073a7f727b70c767ccc8dd1cf91a94ddd90c14fe [INFO] running `Command { std: "docker" "start" "-a" "cc3590e7a80344767487a455073a7f727b70c767ccc8dd1cf91a94ddd90c14fe", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Compiling cc v1.0.95 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling thiserror v1.0.59 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling finl_unicode v1.2.0 [INFO] [stderr] Compiling uuid v1.8.0 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling stringprep v0.1.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking dotenvy v0.15.7 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Compiling maud_macros v0.26.0 [INFO] [stderr] Checking hyper v1.3.1 [INFO] [stderr] Checking axum-core v0.4.3 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tower-http v0.5.2 [INFO] [stderr] Checking hyper-util v0.1.3 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Checking serde_path_to_error v0.1.16 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking axum v0.7.5 [INFO] [stderr] Checking maud v0.26.0 [INFO] [stderr] Compiling sqlformat v0.2.3 [INFO] [stderr] Checking htmx-frontend v0.1.0 (/opt/rustwide/workdir/htmx-frontend) [INFO] [stdout] warning: function `payment_form` is never used [INFO] [stdout] --> htmx-frontend/src/pages/shopping.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | async fn payment_form() -> Markup { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `payment_form` is never used [INFO] [stdout] --> htmx-frontend/src/pages/shopping.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | async fn payment_form() -> Markup { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking sqlx-core v0.7.4 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/sqlx-core-0.7.4/src/query_as.rs:101:52 [INFO] [stdout] | [INFO] [stdout] 101 | .try_filter_map(|step| async move { Ok(step.right()) }) [INFO] [stdout] | ^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/sqlx-core-0.7.4/src/query_as.rs:101:52 [INFO] [stdout] | [INFO] [stdout] 101 | .try_filter_map(|step| async move { Ok(step.right()) }) [INFO] [stdout] | ^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlx-core` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlx-core` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "cc3590e7a80344767487a455073a7f727b70c767ccc8dd1cf91a94ddd90c14fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc3590e7a80344767487a455073a7f727b70c767ccc8dd1cf91a94ddd90c14fe", kill_on_drop: false }` [INFO] [stdout] cc3590e7a80344767487a455073a7f727b70c767ccc8dd1cf91a94ddd90c14fe