[go: up one dir, main page]

warp 0.3.7

serve the web at warp speeds
Documentation
Build #1691052 2025-01-30 19:41:27
# rustc version
rustc 1.86.0-nightly (ae5de6c75 2025-01-29)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/warp-0.3.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/warp-0.3.7/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250129-1.86.0-nightly-ae5de6c75\", \"--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] abaf711786750ac2d9b4298f250da9f6c199743b610b4b8d500c76a3c3068d4b
[INFO] running `Command { std: "docker" "start" "-a" "abaf711786750ac2d9b4298f250da9f6c199743b610b4b8d500c76a3c3068d4b", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: autoreload, body, compression, custom_methods, dir, dyn_reply, file, futures, handlebars_template, headers, hello, multipart, query_string, rejections, returning, routing, sse, sse_chat, stream, tls, todos, tracing, unix_socket, websockets, websockets_chat, wrapping
[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]  Documenting warp v0.3.7 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/filters/any.rs:9:18
[INFO] [stderr]   |
[INFO] [stderr] 9 | /// A [`Filter`](crate::Filter) that matches any route.
[INFO] [stderr]   |        --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |        |
[INFO] [stderr]   |        because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr]   = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 9 | /// A [`Filter`] that matches any route.
[INFO] [stderr]   |       ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filters/compression.rs:56:73
[INFO] [stderr]    |
[INFO] [stderr] 56 | /// Create a wrapping filter that compresses the Body of a [`Response`](crate::reply::Response)
[INFO] [stderr]    |                                                             ----------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                             |
[INFO] [stderr]    |                                                             because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 56 | /// Create a wrapping filter that compresses the Body of a [`Response`]
[INFO] [stderr]    |                                                            ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filters/compression.rs:85:73
[INFO] [stderr]    |
[INFO] [stderr] 85 | /// Create a wrapping filter that compresses the Body of a [`Response`](crate::reply::Response)
[INFO] [stderr]    |                                                             ----------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                             |
[INFO] [stderr]    |                                                             because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 85 | /// Create a wrapping filter that compresses the Body of a [`Response`]
[INFO] [stderr]    |                                                            ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/filters/compression.rs:114:73
[INFO] [stderr]     |
[INFO] [stderr] 114 | /// Create a wrapping filter that compresses the Body of a [`Response`](crate::reply::Response)
[INFO] [stderr]     |                                                             ----------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                             |
[INFO] [stderr]     |                                                             because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 114 | /// Create a wrapping filter that compresses the Body of a [`Response`]
[INFO] [stderr]     |                                                            ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filters/cors.rs:20:34
[INFO] [stderr]    |
[INFO] [stderr] 20 | /// Create a wrapping [`Filter`](crate::Filter) that exposes [CORS][] behavior for a wrapped
[INFO] [stderr]    |                        --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 20 | /// Create a wrapping [`Filter`] that exposes [CORS][] behavior for a wrapped
[INFO] [stderr]    |                       ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filters/cors.rs:56:27
[INFO] [stderr]    |
[INFO] [stderr] 56 | /// A wrapping [`Filter`](crate::Filter) constructed via `warp::cors()`.
[INFO] [stderr]    |                 --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 56 | /// A wrapping [`Filter`] constructed via `warp::cors()`.
[INFO] [stderr]    |                ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filters/log.rs:16:34
[INFO] [stderr]    |
[INFO] [stderr] 16 | /// Create a wrapping [`Filter`](crate::Filter) with the specified `name` as the `target`.
[INFO] [stderr]    |                        --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 16 | /// Create a wrapping [`Filter`] with the specified `name` as the `target`.
[INFO] [stderr]    |                       ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filters/log.rs:53:34
[INFO] [stderr]    |
[INFO] [stderr] 53 | /// Create a wrapping [`Filter`](crate::Filter) that receives `warp::log::Info`.
[INFO] [stderr]    |                        --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 53 | /// Create a wrapping [`Filter`] that receives `warp::log::Info`.
[INFO] [stderr]    |                       ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/filters/multipart.rs:3:16
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! [`Filter`](crate::Filter)s that extract a multipart body for a route.
[INFO] [stderr]   |      --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |      |
[INFO] [stderr]   |      because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! [`Filter`]s that extract a multipart body for a route.
[INFO] [stderr]   |     ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filters/multipart.rs:25:18
[INFO] [stderr]    |
[INFO] [stderr] 25 | /// A [`Filter`](crate::Filter) to extract a `multipart/form-data` body from a request.
[INFO] [stderr]    |        --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |        |
[INFO] [stderr]    |        because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 25 | /// A [`Filter`] to extract a `multipart/form-data` body from a request.
[INFO] [stderr]    |       ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filters/multipart.rs:47:25
[INFO] [stderr]    |
[INFO] [stderr] 47 | /// Create a [`Filter`](crate::Filter) to extract a `multipart/form-data` body from a request.
[INFO] [stderr]    |               --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |               |
[INFO] [stderr]    |               because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 47 | /// Create a [`Filter`] to extract a `multipart/form-data` body from a request.
[INFO] [stderr]    |              ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/filters/path.rs:3:20
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! The [`Filter`](crate::Filter)s here work on the "path" of requests.
[INFO] [stderr]   |          --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |          |
[INFO] [stderr]   |          because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! The [`Filter`]s here work on the "path" of requests.
[INFO] [stderr]   |         ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/filters/path.rs:140:51
[INFO] [stderr]     |
[INFO] [stderr] 140 | /// Create an exact match path segment [`Filter`](crate::Filter).
[INFO] [stderr]     |                                         --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                         |
[INFO] [stderr]     |                                         because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 140 | /// Create an exact match path segment [`Filter`].
[INFO] [stderr]     |                                        ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/filters/path.rs:192:18
[INFO] [stderr]     |
[INFO] [stderr] 192 | /// A [`Filter`](crate::Filter) matching an exact path segment.
[INFO] [stderr]     |        --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |        |
[INFO] [stderr]     |        because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 192 | /// A [`Filter`] matching an exact path segment.
[INFO] [stderr]     |       ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `warp` (lib doc) generated 14 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/warp/index.html
[INFO] running `Command { std: "docker" "inspect" "abaf711786750ac2d9b4298f250da9f6c199743b610b4b8d500c76a3c3068d4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abaf711786750ac2d9b4298f250da9f6c199743b610b4b8d500c76a3c3068d4b", kill_on_drop: false }`
[INFO] [stdout] abaf711786750ac2d9b4298f250da9f6c199743b610b4b8d500c76a3c3068d4b