clgit 0.1.1

Command Line GIT wrappers
Documentation
Build #2178991 2025-05-31 23:13:31
# rustc version
rustc 1.89.0-nightly (70b3f4666 2025-05-30)# docs.rs version
docsrs 0.6.0 (d2911047 2025-05-28)# 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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/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\", \"-20250530-1.89.0-nightly-70b3f4666\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", 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] d6b3b39d83b82d35e497fc39a1ae372983fb8b53ea9b6b35429c10588e88a4b2
[INFO] running `Command { std: "docker" "start" "-a" "d6b3b39d83b82d35e497fc39a1ae372983fb8b53ea9b6b35429c10588e88a4b2", 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 64 ([...
[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-256])
[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) chara...
[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.59s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/clgit/index.html
[INFO] running `Command { std: "docker" "inspect" "d6b3b39d83b82d35e497fc39a1ae372983fb8b53ea9b6b35429c10588e88a4b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6b3b39d83b82d35e497fc39a1ae372983fb8b53ea9b6b35429c10588e88a4b2", kill_on_drop: false }`
[INFO] [stdout] d6b3b39d83b82d35e497fc39a1ae372983fb8b53ea9b6b35429c10588e88a4b2