git-features 0.22.3

A crate to integrate various capabilities using compile-time feature flags
Build #618165 2022-08-27 01:45:13

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.65.0-nightly (c07a8b4e0 2022-08-26)# docs.rs version
docsrs 0.6.0 (24bf3b2 2022-08-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/git-features-0.22.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/git-features-0.22.3/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "document-features" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220826-1.65.0-nightly-c07a8b4e0\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--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] ab5b2ae6808839c7d2270dda1602b9aff3dd104d2de22cf19f5d9ff2d6d27386
[INFO] running `Command { std: "docker" "start" "-a" "ab5b2ae6808839c7d2270dda1602b9aff3dd104d2de22cf19f5d9ff2d6d27386", kill_on_drop: false }`
[INFO] [stderr]  Documenting git-features v0.22.3 (/opt/rustwide/workdir)
[INFO] [stderr] error: Dependency libc is not an optional dependency
[INFO] [stderr]   --> src/lib.rs:12:25
[INFO] [stderr]    |
[INFO] [stderr] 12 |     cfg_attr(doc, doc = ::document_features::document_features!())
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `::document_features::document_features` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] error: could not document `git-features`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name git_features src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="bytes"' --cfg 'feature="cache-efficiency-debug"' --cfg 'feature="crc32"' --cfg 'feature="crc32fast"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="document-features"' --cfg 'feature="fast-sha1"' --cfg 'feature="flate2"' --cfg 'feature="fs-walkdir-single-threaded"' --cfg 'feature="io-pipe"' --cfg 'feature="jwalk"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --cfg 'feature="parking_lot"' --cfg 'feature="prodash"' --cfg 'feature="progress"' --cfg 'feature="quick-error"' --cfg 'feature="rustsha1"' --cfg 'feature="sha1"' --cfg 'feature="sha1_smol"' --cfg 'feature="walkdir"' --cfg 'feature="zlib"' --cfg 'feature="zlib-ng-compat"' --cfg 'feature="zlib-rust-backend"' --cfg 'feature="zlib-stock"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=e906bd7366fedef5 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbytes-23f961a28e9da80b.rmeta --extern crc32fast=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcrc32fast-1b57e70eb3e7ae45.rmeta --extern crossbeam_channel=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcrossbeam_channel-1e21c5f9891a3938.rmeta --extern crossbeam_utils=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcrossbeam_utils-fd1cea2ed393188b.rmeta --extern document_features=/opt/rustwide/target/debug/deps/libdocument_features-e82fc7525967d573.so --extern flate2=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libflate2-23770a28d2de91f9.rmeta --extern git_hash=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libgit_hash-f49505cbd26e29bf.rmeta --extern jwalk=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libjwalk-768fd1d9d6429df0.rmeta --extern libc=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-a46f655ab30770ac.rmeta --extern num_cpus=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libnum_cpus-fc957cd1400f0bb1.rmeta --extern once_cell=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libonce_cell-f1086b5fa2b57909.rmeta --extern parking_lot=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libparking_lot-1db86846072d11cc.rmeta --extern prodash=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libprodash-b613340cd8070bcb.rmeta --extern quick_error=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libquick_error-64da50150f109a31.rmeta --extern sha1=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsha1-e9b5e8dfdb97b44f.rmeta --extern sha1_smol=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsha1_smol-36403591716359d0.rmeta --extern walkdir=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libwalkdir-2790cb20cbce36df.rmeta --extern-html-root-url 'bytes=https://docs.rs/bytes/1.2.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'crc32fast=https://docs.rs/crc32fast/1.3.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'crossbeam_channel=https://docs.rs/crossbeam-channel/0.5.6/x86_64-unknown-linux-gnu' --extern-html-root-url 'crossbeam_utils=https://docs.rs/crossbeam-utils/0.8.11/x86_64-unknown-linux-gnu' --extern-html-root-url 'document_features=https://docs.rs/document-features/0.2.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'flate2=https://docs.rs/flate2/1.0.24/x86_64-unknown-linux-gnu' --extern-html-root-url 'git_hash=https://docs.rs/git-hash/0.9.8/x86_64-unknown-linux-gnu' --extern-html-root-url 'jwalk=https://docs.rs/jwalk/0.6.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.132/x86_64-unknown-linux-gnu' --extern-html-root-url 'num_cpus=https://docs.rs/num_cpus/1.13.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'once_cell=https://docs.rs/once_cell/1.13.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'parking_lot=https://docs.rs/parking_lot/0.12.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'prodash=https://docs.rs/prodash/19.0.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'quick_error=https://docs.rs/quick-error/2.0.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'sha1=https://docs.rs/sha1/0.10.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'sha1_smol=https://docs.rs/sha1_smol/1.0.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'walkdir=https://docs.rs/walkdir/2.3.2/x86_64-unknown-linux-gnu' -Zunstable-options --cfg docsrs -Z unstable-options --emit=invocation-specific --resource-suffix -20220826-1.65.0-nightly-c07a8b4e0 --static-root-path / --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.22.3` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "ab5b2ae6808839c7d2270dda1602b9aff3dd104d2de22cf19f5d9ff2d6d27386", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab5b2ae6808839c7d2270dda1602b9aff3dd104d2de22cf19f5d9ff2d6d27386", kill_on_drop: false }`
[INFO] [stdout] ab5b2ae6808839c7d2270dda1602b9aff3dd104d2de22cf19f5d9ff2d6d27386