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.95.0-nightly (3c9faa0d0 2026-02-16)
# docs.rs version docsrs 0.0.0 (91dcccd9 2026-02-13 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/irql_alloc-0.1.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/irql_alloc-0.1.6/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260216-1.95.0-nightly-3c9faa0d0\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fea3409bb1ba79d7d22aa1ae4f3eb1f995a53ebe442bbad0192c913c9773be2d [INFO] running `Command { std: "docker" "start" "-a" "fea3409bb1ba79d7d22aa1ae4f3eb1f995a53ebe442bbad0192c913c9773be2d", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling wdk-build v0.5.1 [INFO] [stderr] error: windows-drivers-rs is designed to be run on a Windows host machine in a WDK environment. Please build using a Windows target. [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wdk-build-0.5.1/src/utils.rs:382:5 [INFO] [stderr] | [INFO] [stderr] 382 | / compile_error!( [INFO] [stderr] 383 | | "windows-drivers-rs is designed to be run on a Windows host machine in a WDK environment. \ [INFO] [stderr] 384 | | Please build using a Windows target." [INFO] [stderr] 385 | | ); [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] error: windows-drivers-rs is designed to be run on a Windows host machine in a WDK environment. Please build using a Windows target. [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wdk-build-0.5.1/src/utils.rs:417:5 [INFO] [stderr] | [INFO] [stderr] 417 | / compile_error!( [INFO] [stderr] 418 | | "windows-drivers-rs is designed to be run on a Windows host machine in a WDK environment. \ [INFO] [stderr] 419 | | Please build using a Windows target." [INFO] [stderr] 420 | | ); [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Win32` in `windows` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wdk-build-0.5.1/src/utils.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | Win32::System::Registry::{ [INFO] [stderr] | ^^^^^ could not find `Win32` in `windows` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `windows::core` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wdk-build-0.5.1/src/utils.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | core::{PCSTR, s}, [INFO] [stderr] | ^^^^ could not find `core` in `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wdk-build-0.5.1/src/cargo_make.rs:917:18 [INFO] [stderr] | [INFO] [stderr] 917 | std::os::windows::fs::symlink_file(&rust_driver_makefile_toml_path, &destination_path) [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/mod.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 56 | doc, [INFO] [stderr] | --- the item is gated here [INFO] [stderr] ... [INFO] [stderr] 63 | pub mod windows {} [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/mod.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 120 | #[cfg(any(windows, doc))] [INFO] [stderr] | -------------- the item is gated here [INFO] [stderr] 121 | pub mod windows; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wdk-build-0.5.1/src/cargo_make.rs:932:18 [INFO] [stderr] | [INFO] [stderr] 932 | std::os::windows::fs::symlink_file(&rust_driver_makefile_toml_path, &destination_path) [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/mod.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 56 | doc, [INFO] [stderr] | --- the item is gated here [INFO] [stderr] ... [INFO] [stderr] 63 | pub mod windows {} [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/mod.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 120 | #[cfg(any(windows, doc))] [INFO] [stderr] | -------------- the item is gated here [INFO] [stderr] 121 | pub mod windows; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `wdk-build` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "fea3409bb1ba79d7d22aa1ae4f3eb1f995a53ebe442bbad0192c913c9773be2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fea3409bb1ba79d7d22aa1ae4f3eb1f995a53ebe442bbad0192c913c9773be2d", kill_on_drop: false }` [INFO] [stdout] fea3409bb1ba79d7d22aa1ae4f3eb1f995a53ebe442bbad0192c913c9773be2d