processes 0.4.0

A utility library for accessing processes and modules on windows.
Documentation

Build #3429491 2026-05-30 07:42:31

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.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.98.0-nightly (6368fd52c 2026-05-29)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "081ab2a89d2e3b3f79a14c1f2b2e4e712879f1362eb00f33c785da1d174f6018" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "doc-cfg" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260529-1.98.0-nightly-6368fd52c\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: list [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting processes v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `winapi::shared::winerror` [INFO] [stderr] --> src/process.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | winerror::{ERROR_INSUFFICIENT_BUFFER, WAIT_TIMEOUT}, [INFO] [stderr] | ^^^^^^^^ could not find `winerror` in `shared` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-0.3.9/src/shared/mod.rs:84:38 [INFO] [stderr] | [INFO] [stderr] 84 | #[cfg(feature = "winerror")] pub mod winerror; [INFO] [stderr] | -------------------- ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the item is gated behind the `winerror` feature [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared::winerror` [INFO] [stderr] --> src/module.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | winerror::{ERROR_INSUFFICIENT_BUFFER, ERROR_MOD_NOT_FOUND}, [INFO] [stderr] | ^^^^^^^^ could not find `winerror` in `shared` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-0.3.9/src/shared/mod.rs:84:38 [INFO] [stderr] | [INFO] [stderr] 84 | #[cfg(feature = "winerror")] pub mod winerror; [INFO] [stderr] | -------------------- ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the item is gated behind the `winerror` feature [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared::winerror` [INFO] [stderr] --> src/error.rs:4:21 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::winerror::ERROR_PARTIAL_COPY; [INFO] [stderr] | ^^^^^^^^ could not find `winerror` in `shared` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winapi-0.3.9/src/shared/mod.rs:84:38 [INFO] [stderr] | [INFO] [stderr] 84 | #[cfg(feature = "winerror")] pub mod winerror; [INFO] [stderr] | -------------------- ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the item is gated behind the `winerror` feature [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not document `processes` [INFO] running `Command { std: "docker" "inspect" "081ab2a89d2e3b3f79a14c1f2b2e4e712879f1362eb00f33c785da1d174f6018", kill_on_drop: false }`