junction-api 0.3.2

Common API Types for Junction - an xDS dynamically-configurable API load-balancer library.
Documentation
Build #2675669 2025-11-21 09:46:50

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.93.0-nightly (53732d5e0 2025-11-20)# docs.rs version
docsrs 0.6.0 (2682ed47 2025-11-19 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/junction-api-0.3.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/junction-api-0.3.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251120-1.93.0-nightly-53732d5e0\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 00952211f289233955e17e4263f3c2d3e757b720d99c4d1ca45c72afb02a2455
[INFO] running `Command { std: "docker" "start" "-a" "00952211f289233955e17e4263f3c2d3e757b720d99c4d1ca45c72afb02a2455", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting junction-api v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stderr]   --> src/backend.rs:13:35
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Hash, PartialOrd, Ord)]
[INFO] [stderr]    |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stderr]    |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stderr]    |          ------------------------------------ the item is gated here
[INFO] [stderr] 13 | pub use self::content::{
[INFO] [stderr] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stderr]    |                     ^^^^^^^
[INFO] [stderr]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stderr]    --> src/backend.rs:162:35
[INFO] [stderr]     |
[INFO] [stderr] 162 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
[INFO] [stderr]     |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stderr]     |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stderr]     |
[INFO] [stderr]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stderr]     |          ------------------------------------ the item is gated here
[INFO] [stderr]  13 | pub use self::content::{
[INFO] [stderr]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stderr]    --> src/http.rs:814:21
[INFO] [stderr]     |
[INFO] [stderr] 814 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
[INFO] [stderr]     |                     ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stderr]     |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stderr]     |
[INFO] [stderr]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stderr]     |          ------------------------------------ the item is gated here
[INFO] [stderr]  13 | pub use self::content::{
[INFO] [stderr]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `junction-api`
[INFO] running `Command { std: "docker" "inspect" "00952211f289233955e17e4263f3c2d3e757b720d99c4d1ca45c72afb02a2455", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00952211f289233955e17e4263f3c2d3e757b720d99c4d1ca45c72afb02a2455", kill_on_drop: false }`
[INFO] [stdout] 00952211f289233955e17e4263f3c2d3e757b720d99c4d1ca45c72afb02a2455