git-branchless-lib 0.10.0

Support library for git-branchless.
Documentation
Build #2375627 2025-08-03 08:24:29

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.91.0-nightly (a65b04d7c 2025-08-02)# docs.rs version
docsrs 0.6.0 (e18d034e 2025-07-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/git-branchless-lib-0.10.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/git-branchless-lib-0.10.0/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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250802-1.91.0-nightly-a65b04d7c\", \"--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] 4e80cb260223ff59be492fc9c517b3e77ad78f09162022a2dfef56a17fb91bb4
[INFO] running `Command { std: "docker" "start" "-a" "4e80cb260223ff59be492fc9c517b3e77ad78f09162022a2dfef56a17fb91bb4", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking esl01-indexedlog v0.3.0
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]     Checking esl01-nonblocking v0.3.0
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking esl01-drawdag v0.3.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking concolor-query v0.3.3
[INFO] [stderr]     Checking portable-pty v0.8.1
[INFO] [stderr]     Checking concolor v0.1.1
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking tracing-chrome v0.6.0
[INFO] [stderr]     Checking rusqlite v0.29.0
[INFO] [stderr]     Checking assert_cmd v2.0.17
[INFO] [stderr]     Checking cursive v0.20.0
[INFO] [stderr] error[E0308]: `match` arms have incompatible types
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esl01-indexedlog-0.3.0/src/lock.rs:138:30
[INFO] [stderr]     |
[INFO] [stderr] 134 | /         match (opts.exclusive, opts.non_blocking) {
[INFO] [stderr] 135 | |             (true, false) => file.lock_exclusive(),
[INFO] [stderr]     | |                              --------------------- this is found to be of type `std::result::Result<(), std::io::Error>`
[INFO] [stderr] 136 | |             (true, true) => file.try_lock_exclusive(),
[INFO] [stderr]     | |                             ------------------------- this is found to be of type `std::result::Result<(), std::io::Error>`
[INFO] [stderr] 137 | |             (false, false) => file.lock_shared(),
[INFO] [stderr]     | |                               ------------------ this is found to be of type `std::result::Result<(), std::io::Error>`
[INFO] [stderr] 138 | |             (false, true) => file.try_lock_shared(),
[INFO] [stderr]     | |                              ^^^^^^^^^^^^^^^^^^^^^^ expected `Result<(), Error>`, found `Result<(), TryLockError>`
[INFO] [stderr] 139 | |         }
[INFO] [stderr]     | |_________- `match` arms have incompatible types
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected enum `std::result::Result<_, std::io::Error>`
[INFO] [stderr]                found enum `std::result::Result<_, std::fs::TryLockError>`
[INFO] [stderr] 
[INFO] [stderr]     Checking scm-record v0.4.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking git2 v0.19.0
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `esl01-indexedlog` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4e80cb260223ff59be492fc9c517b3e77ad78f09162022a2dfef56a17fb91bb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e80cb260223ff59be492fc9c517b3e77ad78f09162022a2dfef56a17fb91bb4", kill_on_drop: false }`
[INFO] [stdout] 4e80cb260223ff59be492fc9c517b3e77ad78f09162022a2dfef56a17fb91bb4