chamber-cli 0.2.0

The CLI for Chamber, the self-hostable SecretOps service.
Documentation

Build #4244500 2026-08-28 17:05:10

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 (e457a7b0d 2026-08-27)

# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )

# 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" "1c381c16a34fd313c6fbc590fc2581a44c282136a07e2ebe3b983d0832f95192" "/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\", \"-20260827-1.100.0-nightly-e457a7b0d\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling sqlx-postgres v0.7.4 [INFO] [stderr] Checking toml v0.8.23 [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" "1c381c16a34fd313c6fbc590fc2581a44c282136a07e2ebe3b983d0832f95192", kill_on_drop: false }`