Build #922813 2023-09-27 14:21:18
# rustc version
rustc 1.74.0-nightly (3223b0b5e 2023-09-20)# docs.rs version
docsrs 0.6.0 (4635eb74 2023-09-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/warp-0.3.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/warp-0.3.6/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2023-09-21" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230920-1.74.0-nightly-3223b0b5e\", \"--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] 7b437509f2e338f648d072a9b309f1c1b1380f5bf3b0240597d2fb32bd7c4e53
[INFO] running `Command { std: "docker" "start" "-a" "7b437509f2e338f648d072a9b309f1c1b1380f5bf3b0240597d2fb32bd7c4e53", 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.6 (/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:23:34
[INFO] [stderr] |
[INFO] [stderr] 23 | /// 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] 23 | /// 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:59:27
[INFO] [stderr] |
[INFO] [stderr] 59 | /// 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] 59 | /// 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 [unoptimized + debuginfo] target(s) in 1.17s
[INFO] running `Command { std: "docker" "inspect" "7b437509f2e338f648d072a9b309f1c1b1380f5bf3b0240597d2fb32bd7c4e53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b437509f2e338f648d072a9b309f1c1b1380f5bf3b0240597d2fb32bd7c4e53", kill_on_drop: false }`
[INFO] [stdout] 7b437509f2e338f648d072a9b309f1c1b1380f5bf3b0240597d2fb32bd7c4e53