git-credentials 0.9.2

Please use `gix-<thiscrate>` instead ('git' -> 'gix')
Documentation
Build #1645399 2025-01-19 11:31:55

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.86.0-nightly (049355708 2025-01-18)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/git-credentials-0.9.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/git-credentials-0.9.2/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "document-features" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250118-1.86.0-nightly-049355708\", \"--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] c89d73747f813fa99fb2516be47d5fa622248bcac7c4dc7a23d8406fa1246e08
[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" "c89d73747f813fa99fb2516be47d5fa622248bcac7c4dc7a23d8406fa1246e08", kill_on_drop: false }`
[INFO] [stderr]     Checking git-url v0.13.3
[INFO] [stderr] warning: failed to check lib in package `git-url` as a prerequisite for scraping examples from: example "custom-helper", example "git-credential-lite", example "invoke-git-credential"
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git-url-0.13.3/Cargo.toml
[INFO] [stderr] warning: `git-url` (lib) generated 1 warning
[INFO] [stderr]     Checking git-credentials v0.9.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to check lib in package `git-credentials` as a prerequisite for scraping examples from: example "custom-helper", example "git-credential-lite", example "invoke-git-credential"
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `git-credentials` (lib) generated 1 warning
[INFO] [stderr]     Scraping git-credentials v0.9.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "custom-helper" in package `git-credentials` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `git-credentials` (example "custom-helper") generated 1 warning
[INFO] [stderr] warning: failed to scan example "invoke-git-credential" in package `git-credentials` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `git-credentials` (example "invoke-git-credential") generated 1 warning
[INFO] [stderr] warning: failed to scan example "git-credential-lite" in package `git-credentials` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `git-credentials` (example "git-credential-lite") generated 1 warning
[INFO] [stderr]  Documenting git-credentials v0.9.2 (/opt/rustwide/workdir)
[INFO] [stderr] error: extern location for git_url does not exist: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libgit_url-3873b43115a0fc46.rmeta
[INFO] [stderr]   --> src/protocol/mod.rs:22:22
[INFO] [stderr]    |
[INFO] [stderr] 22 |     UrlParse(#[from] git_url::parse::Error),
[INFO] [stderr]    |                      ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: extern location for git_url does not exist: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libgit_url-3873b43115a0fc46.rmeta
[INFO] [stderr]   --> src/protocol/context/mod.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             let url = git_url::parse(self.url.as_ref().ok_or(protocol::Error::UrlMissing)?.as_ref())?;
[INFO] [stderr]    |                       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: extern location for git_url does not exist: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libgit_url-3873b43115a0fc46.rmeta
[INFO] [stderr]   --> src/protocol/context/mod.rs:69:38
[INFO] [stderr]    |
[INFO] [stderr] 69 |             if !matches!(url.scheme, git_url::Scheme::Http | git_url::Scheme::Https) || use_http_path {
[INFO] [stderr]    |                                      ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: extern location for git_url does not exist: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libgit_url-3873b43115a0fc46.rmeta
[INFO] [stderr]   --> src/protocol/context/mod.rs:69:62
[INFO] [stderr]    |
[INFO] [stderr] 69 |             if !matches!(url.scheme, git_url::Scheme::Http | git_url::Scheme::Https) || use_http_path {
[INFO] [stderr]    |                                                              ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: could not document `git-credentials`
[INFO] running `Command { std: "docker" "inspect" "c89d73747f813fa99fb2516be47d5fa622248bcac7c4dc7a23d8406fa1246e08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c89d73747f813fa99fb2516be47d5fa622248bcac7c4dc7a23d8406fa1246e08", kill_on_drop: false }`
[INFO] [stdout] c89d73747f813fa99fb2516be47d5fa622248bcac7c4dc7a23d8406fa1246e08