# rustc version rustc 1.96.0-nightly (3102493c7 2026-03-12)
# docs.rs version docsrs 0.0.0 (a68728e7 2026-03-08 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/clgit-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/clgit-0.1.1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustflags=[\"--cfg\", \"external_doc\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"external_doc\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260312-1.96.0-nightly-3102493c7\", \"--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] 07dd2a94610e3730ed4908d50c4d2912c484dae0f2e53287bea5d00091be5543 [INFO] running `Command { std: "docker" "start" "-a" "07dd2a94610e3730ed4908d50c4d2912c484dae0f2e53287bea5d00091be5543", kill_on_drop: false }` [INFO] [stderr] Checking clgit v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: failed to check lib in package `clgit` as a prerequisite for scraping examples from: example "dump" [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: `clgit` (lib) generated 1 warning [INFO] [stderr] Scraping clgit v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: failed to scan example "dump" in package `clgit` 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: `clgit` (example "dump") generated 1 warning [INFO] [stderr] Documenting clgit v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `external_doc` [INFO] [stderr] --> src/_clgit.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(external_doc, feature(external_doc))] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(external_doc)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(external_doc)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `external_doc` [INFO] [stderr] --> src/_clgit.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | #![cfg_attr(external_doc, doc(include = "../Readme.md"))] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(external_doc)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(external_doc)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `external_doc` [INFO] [stderr] --> src/_clgit.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | #![cfg_attr(external_doc, warn(missing_docs))] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(external_doc)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(external_doc)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/blob.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | //! [Hash](crate::blob::Hash) [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] 1 - //! [Hash](crate::blob::Hash) [INFO] [stderr] 1 + //! [Hash] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commit.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | //! [Hash](commit::Hash), [Commit] [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] 1 - //! [Hash](commit::Hash), [Commit] [INFO] [stderr] 1 + //! [Hash], [Commit] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commit.rs:29:20 [INFO] [stderr] | [INFO] [stderr] 29 | /// The [Hash](commit::Hash) representing this [Commit] [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] 29 - /// The [Hash](commit::Hash) representing this [Commit] [INFO] [stderr] 29 + /// The [Hash] representing this [Commit] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commit.rs:35:20 [INFO] [stderr] | [INFO] [stderr] 35 | /// The [Hash](commit::Hash)es of the 0 or more parent [Commit]s of this [Commit] [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] 35 - /// The [Hash](commit::Hash)es of the 0 or more parent [Commit]s of this [Commit] [INFO] [stderr] 35 + /// The [Hash]es of the 0 or more parent [Commit]s of this [Commit] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/generic.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | //! [Hash](generic::Hash), [HashParseError] [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] 1 - //! [Hash](generic::Hash), [HashParseError] [INFO] [stderr] 1 + //! [Hash], [HashParseError] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/generic.rs:24:28 [INFO] [stderr] | [INFO] [stderr] 24 | /// Construct a [Hash](generic::Hash) from a hexidecimal string. The entire hash must be specified: 40 characters ([SHA-1]) or ... [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] 24 - /// Construct a [Hash](generic::Hash) from a hexidecimal string. The entire hash must be specified: 40 characters ([SHA-1]) or 64 ([SHA-256]) [INFO] [stderr] 24 + /// Construct a [Hash] from a hexidecimal string. The entire hash must be specified: 40 characters ([SHA-1]) or 64 ([SHA-256]) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/generic.rs:81:28 [INFO] [stderr] | [INFO] [stderr] 81 | /// Construct a [Hash](generic::Hash) from a slice of bytes. The entire hash must be specified: 20 bytes ([SHA-1]) or 32 ([SHA-... [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] 81 - /// Construct a [Hash](generic::Hash) from a slice of bytes. The entire hash must be specified: 20 bytes ([SHA-1]) or 32 ([SHA-256]) [INFO] [stderr] 81 + /// Construct a [Hash] from a slice of bytes. The entire hash must be specified: 20 bytes ([SHA-1]) or 32 ([SHA-256]) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/generic.rs:107:67 [INFO] [stderr] | [INFO] [stderr] 107 | /// [Read] 20 bytes from `r` and treat it as a [SHA-1] [Hash](generic::Hash) [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] 107 - /// [Read] 20 bytes from `r` and treat it as a [SHA-1] [Hash](generic::Hash) [INFO] [stderr] 107 + /// [Read] 20 bytes from `r` and treat it as a [SHA-1] [Hash] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/generic.rs:123:69 [INFO] [stderr] | [INFO] [stderr] 123 | /// [Read] 32 bytes from `r` and treat it as a [SHA-256] [Hash](generic::Hash) [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] 123 - /// [Read] 32 bytes from `r` and treat it as a [SHA-256] [Hash](generic::Hash) [INFO] [stderr] 123 + /// [Read] 32 bytes from `r` and treat it as a [SHA-256] [Hash] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/generic.rs:243:28 [INFO] [stderr] | [INFO] [stderr] 243 | /// Describes how a [Hash](generic::Hash) failed to [parse](str::parse). [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] 243 - /// Describes how a [Hash](generic::Hash) failed to [parse](str::parse). [INFO] [stderr] 243 + /// Describes how a [Hash] failed to [parse](str::parse). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/generic.rs:247:16 [INFO] [stderr] | [INFO] [stderr] 247 | /// [Hash](generic::Hash) wasn't an expected length (20/32 bytes, or 40/64 characters) [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] 247 - /// [Hash](generic::Hash) wasn't an expected length (20/32 bytes, or 40/64 characters) [INFO] [stderr] 247 + /// [Hash] wasn't an expected length (20/32 bytes, or 40/64 characters) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/generic.rs:250:16 [INFO] [stderr] | [INFO] [stderr] 250 | /// [Hash](generic::Hash) contained an invalid character (expected [hexadecimal](https://simple.wikipedia.org/wiki/Hexadecimal)... [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] 250 - /// [Hash](generic::Hash) contained an invalid character (expected [hexadecimal](https://simple.wikipedia.org/wiki/Hexadecimal) characters only) [INFO] [stderr] 250 + /// [Hash] contained an invalid character (expected [hexadecimal](https://simple.wikipedia.org/wiki/Hexadecimal) characters only) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/tree.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | //! [Hash](tree::Hash), [Tree] [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] 1 - //! [Hash](tree::Hash), [Tree] [INFO] [stderr] 1 + //! [Hash], [Tree] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/tree.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | /// The [Hash](tree::Hash) referencing this [Tree] [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] 37 - /// The [Hash](tree::Hash) referencing this [Tree] [INFO] [stderr] 37 + /// The [Hash] referencing this [Tree] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/unknown.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | //! [Hash](crate::unknown::Hash) [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] 1 - //! [Hash](crate::unknown::Hash) [INFO] [stderr] 1 + //! [Hash] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `clgit` (lib doc) generated 18 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/clgit/index.html [INFO] running `Command { std: "docker" "inspect" "07dd2a94610e3730ed4908d50c4d2912c484dae0f2e53287bea5d00091be5543", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07dd2a94610e3730ed4908d50c4d2912c484dae0f2e53287bea5d00091be5543", kill_on_drop: false }` [INFO] [stdout] 07dd2a94610e3730ed4908d50c4d2912c484dae0f2e53287bea5d00091be5543