Build #2097404 2025-05-10 16:57:49
# rustc version
rustc 1.89.0-nightly (dcecb9917 2025-05-09)# docs.rs version
docsrs 0.6.0 (f7595057 2025-05-09)# 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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/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\", \"-20250509-1.89.0-nightly-dcecb9917\", \"--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] 44068fce1244c4de0614890c23d6812f2214685af284705667b84d553c780c39
[INFO] running `Command { std: "docker" "start" "-a" "44068fce1244c4de0614890c23d6812f2214685af284705667b84d553c780c39", 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`](crate::Filter) that matches any route.
[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`](crate::reply::Response)
[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`](crate::reply::Response)
[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`](crate::reply::Response)
[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`](crate::Filter) that exposes [CORS][] behavior for a wrapped
[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`](crate::Filter) constructed via `warp::cors()`.
[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`](crate::Filter) with the specified `name` as the `target`.
[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`](crate::Filter) that receives `warp::log::Info`.
[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`](crate::Filter)s that extract a multipart body for a route.
[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`](crate::Filter) to extract a `multipart/form-data` body from a request.
[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`](crate::Filter) to extract a `multipart/form-data` body from a request.
[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`](crate::Filter)s here work on the "path" of requests.
[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`](crate::Filter).
[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`](crate::Filter) matching an exact path segment.
[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.54s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/warp/index.html
[INFO] running `Command { std: "docker" "inspect" "44068fce1244c4de0614890c23d6812f2214685af284705667b84d553c780c39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44068fce1244c4de0614890c23d6812f2214685af284705667b84d553c780c39", kill_on_drop: false }`
[INFO] [stdout] 44068fce1244c4de0614890c23d6812f2214685af284705667b84d553c780c39