Build #2561376 2025-10-05 16:08:28
# rustc version
rustc 1.92.0-nightly (2cb4e7dce 2025-10-04)# docs.rs version
docsrs 0.6.0 (f42173de 2025-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/bindle-0.9.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bindle-0.9.1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/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\", \"-20251004-1.92.0-nightly-2cb4e7dce\", \"--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] a2f33f8b38b8be32cb55b43bdc4b2aa1a0eadf2a7eb36b1ad5f79e7e2eb14723
[INFO] running `Command { std: "docker" "start" "-a" "a2f33f8b38b8be32cb55b43bdc4b2aa1a0eadf2a7eb36b1ad5f79e7e2eb14723", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: as2bindle, cargo2bindle, client
[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 bindle v0.9.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `get_first_matching`
[INFO] [stderr] --> src/invoice/signature.rs:382:43
[INFO] [stderr] |
[INFO] [stderr] 382 | /// Similar to [`get_first_matching`](get_first_matching), but returns all matches rather than
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `get_first_matching` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/client/mod.rs:152:37
[INFO] [stderr] |
[INFO] [stderr] 152 | /// Returns a [`ClientBuilder`](ClientBuilder) configured with defaults
[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] 152 - /// Returns a [`ClientBuilder`](ClientBuilder) configured with defaults
[INFO] [stderr] 152 + /// Returns a [`ClientBuilder`] configured with defaults
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/provider/mod.rs:38:87
[INFO] [stderr] |
[INFO] [stderr] 38 | /// A custom shorthand result type that always has an error type of [`ProviderError`](ProviderError)
[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] 38 - /// A custom shorthand result type that always has an error type of [`ProviderError`](ProviderError)
[INFO] [stderr] 38 + /// A custom shorthand result type that always has an error type of [`ProviderError`]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/proxy/mod.rs:19:16
[INFO] [stderr] |
[INFO] [stderr] 19 | /// [`Client`](crate::client::Client). The proxy implementation will verify and sign invoice create
[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] 19 - /// [`Client`](crate::client::Client). The proxy implementation will verify and sign invoice create
[INFO] [stderr] 19 + /// [`Client`]. The proxy implementation will verify and sign invoice create
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/authn/http_basic.rs:30:13
[INFO] [stderr] |
[INFO] [stderr] 30 | /// See https://httpd.apache.org/docs/2.4/misc/password_encryptions.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 30 | /// See <https://httpd.apache.org/docs/2.4/misc/password_encryptions.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/authn/oidc.rs:240:12
[INFO] [stderr] |
[INFO] [stderr] 240 | /// foobar@https://service.com). This is to prevent bad actors from creating an account with another
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 240 | /// foobar@<https://service.com>). This is to prevent bad actors from creating an account with another
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/authz/mod.rs:8:44
[INFO] [stderr] |
[INFO] [stderr] 8 | /// can be authorized by an [`Authorizer`](Authorizer)
[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] 8 - /// can be authorized by an [`Authorizer`](Authorizer)
[INFO] [stderr] 8 + /// can be authorized by an [`Authorizer`]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/authz/mod.rs:18:68
[INFO] [stderr] |
[INFO] [stderr] 18 | /// A trait for any system that can authorize any [`Authorizable`](Authorizable) type
[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] 18 - /// A trait for any system that can authorize any [`Authorizable`](Authorizable) type
[INFO] [stderr] 18 + /// A trait for any system that can authorize any [`Authorizable`] type
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: `bindle` (lib doc) generated 8 warnings (run `cargo fix --lib -p bindle` to apply 2 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bindle/index.html
[INFO] running `Command { std: "docker" "inspect" "a2f33f8b38b8be32cb55b43bdc4b2aa1a0eadf2a7eb36b1ad5f79e7e2eb14723", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2f33f8b38b8be32cb55b43bdc4b2aa1a0eadf2a7eb36b1ad5f79e7e2eb14723", kill_on_drop: false }`
[INFO] [stdout] a2f33f8b38b8be32cb55b43bdc4b2aa1a0eadf2a7eb36b1ad5f79e7e2eb14723