ultimate 0.1.0

Rust libraries
Documentation

Build #4306979 2026-09-03 00:22:32

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.100.0-nightly (5db7f4be8 2026-09-01)

# docs.rs version docsrs 0.0.0 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-01 )

# build log [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" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "f93d932e7ee4c647257a6c7730bc6994bb3265f4dbf6da5b935b667ec39ddf35" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260901-1.100.0-nightly-5db7f4be8\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: example-config, example-envs, example-regex, example-sqlx [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling sqlx-postgres v0.7.4 [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/executor.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | let _ = conn [INFO] [stderr] | _____________^ [INFO] [stderr] 67 | | .stream [INFO] [stderr] 68 | | .recv_expect(MessageFormat::ParseComplete) [INFO] [stderr] | |__________________________________________________^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/executor.rs:68:10 [INFO] [stderr] | [INFO] [stderr] 68 | .recv_expect(MessageFormat::ParseComplete) [INFO] [stderr] | ^^^^^^^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/executor.rs:69:10 [INFO] [stderr] | [INFO] [stderr] 69 | .await?; [INFO] [stderr] | ^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:279:25 [INFO] [stderr] | [INFO] [stderr] 279 | / conn.stream [INFO] [stderr] 280 | | .recv_expect(MessageFormat::ReadyForQuery) [INFO] [stderr] | |______________________________________________________________________^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:280:30 [INFO] [stderr] | [INFO] [stderr] 280 | ... .recv_expect(MessageFormat::ReadyForQuery) [INFO] [stderr] | ^^^^^^^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:281:30 [INFO] [stderr] | [INFO] [stderr] 281 | ... .await?; [INFO] [stderr] | ^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:313:9 [INFO] [stderr] | [INFO] [stderr] 313 | / conn.stream [INFO] [stderr] 314 | | .recv_expect(MessageFormat::ReadyForQuery) [INFO] [stderr] | |______________________________________________________^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:314:14 [INFO] [stderr] | [INFO] [stderr] 314 | .recv_expect(MessageFormat::ReadyForQuery) [INFO] [stderr] | ^^^^^^^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:315:14 [INFO] [stderr] | [INFO] [stderr] 315 | .await?; [INFO] [stderr] | ^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:350:21 [INFO] [stderr] | [INFO] [stderr] 350 | conn.stream.recv_expect(MessageFormat::CommandComplete).await?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:350:33 [INFO] [stderr] | [INFO] [stderr] 350 | conn.stream.recv_expect(MessageFormat::CommandComplete).await?; [INFO] [stderr] | ^^^^^^^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:351:21 [INFO] [stderr] | [INFO] [stderr] 351 | conn.stream.recv_expect(MessageFormat::ReadyForQuery).await?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:351:33 [INFO] [stderr] | [INFO] [stderr] 351 | conn.stream.recv_expect(MessageFormat::ReadyForQuery).await?; [INFO] [stderr] | ^^^^^^^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:350:77 [INFO] [stderr] | [INFO] [stderr] 350 | conn.stream.recv_expect(MessageFormat::CommandComplete).await?; [INFO] [stderr] | ^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: sqlx_core::io::Decode<'_>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/copy.rs:351:75 [INFO] [stderr] | [INFO] [stderr] 351 | conn.stream.recv_expect(MessageFormat::ReadyForQuery).await?; [INFO] [stderr] | ^^^^^ the trait `sqlx_core::io::Decode<'_>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `sqlx_core::io::Decode<'de, Context>`: [INFO] [stderr] () [INFO] [stderr] Authentication [INFO] [stderr] AuthenticationSaslContinue [INFO] [stderr] AuthenticationSaslFinal [INFO] [stderr] BackendKeyData [INFO] [stderr] CommandComplete [INFO] [stderr] CopyData<sqlx_core::bytes::Bytes> [INFO] [stderr] CopyDone [INFO] [stderr] and 10 others [INFO] [stderr] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #148922 <https://github.com/rust-lang/rust/issues/148922> for more information) [INFO] [stderr] = help: you might have intended to use the type `()` here instead [INFO] [stderr] note: required by a bound in `PgStream::recv_expect` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/src/connection/stream.rs:68:45 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) async fn recv_expect<'de, T: Decode<'de>>( [INFO] [stderr] | ^^^^^^^^^^^ required by this bound in `PgStream::recv_expect` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `sqlx-postgres` (lib) due to 15 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `sqlx-postgres` (lib) due to 15 previous errors [INFO] running `Command { std: "docker" "inspect" "f93d932e7ee4c647257a6c7730bc6994bb3265f4dbf6da5b935b667ec39ddf35", kill_on_drop: false }`