tusktsk 2.1.3

🦀 TuskTsk Enhanced - Ultra-fast Rust configuration parser with maximum syntax flexibility
Documentation

Build #4283620 2026-09-01 03:00: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 (0dfb098f3 2026-08-31)

# 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" "c7995b5f9ad76a67a981492d709a9f86674be83ca3c7e6e3e7ce3d0385b6ef77" "/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\", \"-20260831-1.100.0-nightly-0dfb098f3\", \"--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.2 [INFO] [stderr] Checking filetime v0.2.29 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Checking fastrand v2.5.0 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Checking thin-vec v0.2.19 [INFO] [stderr] Checking bytemuck v1.25.2 [INFO] [stderr] Checking unicase v2.9.0 [INFO] [stderr] Checking axum v0.6.20 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking nickel v0.11.0 [INFO] [stderr] Checking tiny_http v0.6.4 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Checking clap_builder v4.6.6 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking mime_guess v2.0.5 [INFO] [stderr] Checking opentelemetry_sdk v0.21.2 [INFO] [stderr] Checking image v0.25.10 [INFO] [stderr] Checking rhai v1.26.0 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking tungstenite v0.20.1 [INFO] [stderr] Compiling clap_derive v4.6.4 [INFO] [stderr] Checking thrift v0.17.0 [INFO] [stderr] Checking procfs v0.16.0 [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.2/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.2/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.2/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.2/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.2/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.2/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] Checking kube-runtime v0.87.2 [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.2/src/copy.rs:283:25 [INFO] [stderr] | [INFO] [stderr] 283 | / conn.stream [INFO] [stderr] 284 | | .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.2/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.2/src/copy.rs:284:30 [INFO] [stderr] | [INFO] [stderr] 284 | ... .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.2/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.2/src/copy.rs:285:30 [INFO] [stderr] | [INFO] [stderr] 285 | ... .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.2/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.2/src/copy.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | / conn.stream [INFO] [stderr] 318 | | .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.2/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.2/src/copy.rs:318:14 [INFO] [stderr] | [INFO] [stderr] 318 | .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.2/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.2/src/copy.rs:319:14 [INFO] [stderr] | [INFO] [stderr] 319 | .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.2/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.2/src/copy.rs:354:21 [INFO] [stderr] | [INFO] [stderr] 354 | 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.2/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.2/src/copy.rs:354:33 [INFO] [stderr] | [INFO] [stderr] 354 | 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.2/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.2/src/copy.rs:355:21 [INFO] [stderr] | [INFO] [stderr] 355 | 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.2/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.2/src/copy.rs:355:33 [INFO] [stderr] | [INFO] [stderr] 355 | 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.2/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.2/src/copy.rs:354:77 [INFO] [stderr] | [INFO] [stderr] 354 | 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.2/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.2/src/copy.rs:355:75 [INFO] [stderr] | [INFO] [stderr] 355 | 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.2/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] Checking sqlx-sqlite v0.7.2 [INFO] [stderr] Checking pbkdf2 v0.11.0 [INFO] [stderr] Checking webauthn-rs-core v0.5.5 [INFO] [stderr] Checking flate2 v1.1.10 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Compiling kube-derive v0.87.2 [INFO] [stderr] Checking opentelemetry-semantic-conventions v0.12.0 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking tokio-retry v0.3.2 [INFO] [stderr] Checking bzip2 v0.4.4 [INFO] [stderr] Checking sqlx-mysql v0.7.2 [INFO] [stderr] Checking prost v0.12.6 [INFO] [stderr] Checking zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Checking error-chain v0.12.4 [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] running `Command { std: "docker" "inspect" "c7995b5f9ad76a67a981492d709a9f86674be83ca3c7e6e3e7ce3d0385b6ef77", kill_on_drop: false }`