loadsmith 0.1.1

Mod extraction and (un)installation utilities for a range of mod loaders.
Build #2561034 2025-10-05 13:54:07

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.92.0-nightly (2cb4e7dce 2025-10-04)# docs.rs version
docsrs 0.6.0 (f42173de 2025-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/loadsmith-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/loadsmith-0.1.1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251004-1.92.0-nightly-2cb4e7dce\", \"--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] 3a5fd481d98094e8511723dc3605011d26a9b04d43efd598bead0e6627a30f65
[INFO] running `Command { std: "docker" "start" "-a" "3a5fd481d98094e8511723dc3605011d26a9b04d43efd598bead0e6627a30f65", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting loadsmith v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0107]: missing generics for struct `zip::read::ZipFile`
[INFO] [stderr]    --> src/util.rs:83:36
[INFO] [stderr]     |
[INFO] [stderr]  83 | fn set_unix_mode(file: &zip::read::ZipFile, target_path: &Path) -> io::Result<()> {
[INFO] [stderr]     |                                    ^^^^^^^ expected 1 generic argument
[INFO] [stderr]     |
[INFO] [stderr] note: struct defined here, with 1 generic parameter: `R`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zip-5.1.1/src/read.rs:246:12
[INFO] [stderr]     |
[INFO] [stderr] 246 | pub struct ZipFile<'a, R: Read> {
[INFO] [stderr]     |            ^^^^^^^     -
[INFO] [stderr] help: add missing generic argument
[INFO] [stderr]     |
[INFO] [stderr]  83 | fn set_unix_mode(file: &zip::read::ZipFile<R>, target_path: &Path) -> io::Result<()> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0107`.
[INFO] [stderr] error: could not document `loadsmith`
[INFO] running `Command { std: "docker" "inspect" "3a5fd481d98094e8511723dc3605011d26a9b04d43efd598bead0e6627a30f65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a5fd481d98094e8511723dc3605011d26a9b04d43efd598bead0e6627a30f65", kill_on_drop: false }`
[INFO] [stdout] 3a5fd481d98094e8511723dc3605011d26a9b04d43efd598bead0e6627a30f65