sqlx-rt-oldapi 0.6.23

Runtime abstraction used by SQLx, the Rust SQL toolkit. Not intended to be used directly.
Build #1257299 2024-06-22 09:13:01

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.

# rustc version rustc 1.81.0-nightly (c1b336cb6 2024-06-21)

# docs.rs version docsrs 0.6.0 (2d4f32bd 2024-05-19)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sqlx-rt-oldapi-0.6.23/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sqlx-rt-oldapi-0.6.23/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240621-1.81.0-nightly-c1b336cb6\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 383962b4fbf02077d8fa0183e04ef5499041ef063fd1e574f1d5777b81a78003 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "383962b4fbf02077d8fa0183e04ef5499041ef063fd1e574f1d5777b81a78003", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting sqlx-rt-oldapi v0.6.23 (/opt/rustwide/workdir) [INFO] [stderr] error: one of the features ['runtime-actix-native-tls', 'runtime-async-std-native-tls', 'runtime-tokio-native-tls', 'runtime-actix-rustls', 'runtime-async-std-rustls', 'runtime-tokio-rustls'] must be enabled [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / compile_error!( [INFO] [stderr] 12 | | "one of the features ['runtime-actix-native-tls', 'runtime-async-std-native-tls', \ [INFO] [stderr] 13 | | 'runtime-tokio-native-tls', 'runtime-actix-rustls', 'runtime-async-std-rustls', \ [INFO] [stderr] 14 | | 'runtime-tokio-rustls'] must be enabled" [INFO] [stderr] 15 | | ); [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `_rt-actix` [INFO] [stderr] --> src/lib.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | all(feature = "_rt-actix", feature = "_rt-async-std"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `_rt-async-std`, `_rt-tokio`, `_tls-native-tls`, `_tls-rustls`, `async-native-tls`, `async-std`, `futures-rustls`, `native-tls`, `once_cell`, `runtime-actix-native-tls`, `runtime-actix-rustls`, `runtime-async-std-native-tls`, `runtime-async-std-rustls`, `runtime-tokio-native-tls`, `runtime-tokio-rustls`, `tokio`, `tokio-native-tls`, and `tokio-rustls` [INFO] [stderr] = help: consider adding `_rt-actix` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `_rt-actix` [INFO] [stderr] --> src/lib.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | all(feature = "_rt-actix", feature = "_rt-tokio"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `_rt-async-std`, `_rt-tokio`, `_tls-native-tls`, `_tls-rustls`, `async-native-tls`, `async-std`, `futures-rustls`, `native-tls`, `once_cell`, `runtime-actix-native-tls`, `runtime-actix-rustls`, `runtime-async-std-native-tls`, `runtime-async-std-rustls`, `runtime-tokio-native-tls`, `runtime-tokio-rustls`, `tokio`, `tokio-native-tls`, and `tokio-rustls` [INFO] [stderr] = help: consider adding `_rt-actix` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `_rt-actix` [INFO] [stderr] --> src/lib.rs:32:34 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg(any(feature = "_rt-tokio", feature = "_rt-actix"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `_rt-async-std`, `_rt-tokio`, `_tls-native-tls`, `_tls-rustls`, `async-native-tls`, `async-std`, `futures-rustls`, `native-tls`, `once_cell`, `runtime-actix-native-tls`, `runtime-actix-rustls`, `runtime-async-std-native-tls`, `runtime-async-std-rustls`, `runtime-tokio-native-tls`, `runtime-tokio-rustls`, `tokio`, `tokio-native-tls`, and `tokio-rustls` [INFO] [stderr] = help: consider adding `_rt-actix` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `_rt-actix` [INFO] [stderr] --> src/lib.rs:42:34 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg(any(feature = "_rt-tokio", feature = "_rt-actix"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `_rt-async-std`, `_rt-tokio`, `_tls-native-tls`, `_tls-rustls`, `async-native-tls`, `async-std`, `futures-rustls`, `native-tls`, `once_cell`, `runtime-actix-native-tls`, `runtime-actix-rustls`, `runtime-async-std-native-tls`, `runtime-async-std-rustls`, `runtime-tokio-native-tls`, `runtime-tokio-rustls`, `tokio`, `tokio-native-tls`, and `tokio-rustls` [INFO] [stderr] = help: consider adding `_rt-actix` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `_rt-actix` [INFO] [stderr] --> src/lib.rs:47:36 [INFO] [stderr] | [INFO] [stderr] 47 | not(any(feature = "_rt-tokio", feature = "_rt-actix")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `_rt-async-std`, `_rt-tokio`, `_tls-native-tls`, `_tls-rustls`, `async-native-tls`, `async-std`, `futures-rustls`, `native-tls`, `once_cell`, `runtime-actix-native-tls`, `runtime-actix-rustls`, `runtime-async-std-native-tls`, `runtime-async-std-rustls`, `runtime-tokio-native-tls`, `runtime-tokio-rustls`, `tokio`, `tokio-native-tls`, and `tokio-rustls` [INFO] [stderr] = help: consider adding `_rt-actix` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `sqlx-rt-oldapi` (lib doc) generated 5 warnings [INFO] [stderr] error: could not document `sqlx-rt-oldapi` [INFO] running `Command { std: "docker" "inspect" "383962b4fbf02077d8fa0183e04ef5499041ef063fd1e574f1d5777b81a78003", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "383962b4fbf02077d8fa0183e04ef5499041ef063fd1e574f1d5777b81a78003", kill_on_drop: false }` [INFO] [stdout] 383962b4fbf02077d8fa0183e04ef5499041ef063fd1e574f1d5777b81a78003