warp 0.3.7

serve the web at warp speeds
Documentation
Build #1180239 2024-04-05T18:27:33.716270+00:00
# rustc version
rustc 1.79.0-nightly (385fa9d84 2024-04-04)
# docs.rs version
docsrs 0.6.0 (42f2c842 2024-04-05)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/warp-0.3.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/warp-0.3.7/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/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\", \"-20240404-1.79.0-nightly-385fa9d84\", \"--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] b430cdd1e66cf1195d3f42971fc03b46a6d22767b3b71c335539ed4b099c9ca9
[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" "b430cdd1e66cf1195d3f42971fc03b46a6d22767b3b71c335539ed4b099c9ca9", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: compression, unix_socket, websockets, websockets_chat, query_string, multipart, futures, rejections, dyn_reply, stream, sse_chat, body, tls, custom_methods, tracing, hello, wrapping, returning, todos, headers, routing, handlebars_template, autoreload, dir, sse, file
[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.27s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/warp/index.html
[INFO] running `Command { std: "docker" "inspect" "b430cdd1e66cf1195d3f42971fc03b46a6d22767b3b71c335539ed4b099c9ca9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b430cdd1e66cf1195d3f42971fc03b46a6d22767b3b71c335539ed4b099c9ca9", kill_on_drop: false }`
[INFO] [stdout] b430cdd1e66cf1195d3f42971fc03b46a6d22767b3b71c335539ed4b099c9ca9