makepad-windows 0.51.1

Rust for Windows
Build #916562 2023-09-20T07:06:08.901994+00:00
# rustc version
rustc 1.74.0-nightly (bdb0fa3ee 2023-09-19)# docs.rs version
docsrs 0.6.0 (b2c47fa7 2023-09-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/makepad-windows-0.51.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/makepad-windows-0.51.1/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8d77639b970c52ec67607038b3ec48894629de24504b62a68269497566821cc0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustflags=[\"--cfg\", \"docsrs\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"docsrs\"]" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230919-1.74.0-nightly-bdb0fa3ee\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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] abae4b8fa6fa24bc35beaecf29e29d26af47251acf31ac552ddb70de312d0f4f
[INFO] running `Command { std: "docker" "start" "-a" "abae4b8fa6fa24bc35beaecf29e29d26af47251acf31ac552ddb70de312d0f4f", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting makepad-windows v0.51.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Collections` in `Foundation`
[INFO] [stderr]      --> src/Windows/mod.rs:27315:47
[INFO] [stderr]       |
[INFO] [stderr] 27315 |     type IntoIter = super::super::Foundation::Collections::VectorViewIterator<Self::Item>;
[INFO] [stderr]       |                                               ^^^^^^^^^^^ could not find `Collections` in `Foundation`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Collections` in `Foundation`
[INFO] [stderr]      --> src/Windows/mod.rs:27322:47
[INFO] [stderr]       |
[INFO] [stderr] 27322 |     type IntoIter = super::super::Foundation::Collections::VectorViewIterator<Self::Item>;
[INFO] [stderr]       |                                               ^^^^^^^^^^^ could not find `Collections` in `Foundation`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Collections` in `Foundation`
[INFO] [stderr]      --> src/Windows/mod.rs:27330:45
[INFO] [stderr]       |
[INFO] [stderr] 27330 |     type Vtable = super::super::Foundation::Collections::IVectorView_Vtbl<DeviceInformation>;
[INFO] [stderr]       |                                             ^^^^^^^^^^^ could not find `Collections` in `Foundation`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Collections` in `Foundation`
[INFO] [stderr]      --> src/Windows/mod.rs:27339:66
[INFO] [stderr]       |
[INFO] [stderr] 27339 |     const IID: ::windows_core::GUID = <super::super::Foundation::Collections::IVectorView<DeviceInformation> as ::windows_core::ComInterf...
[INFO] [stderr]       |                                                                  ^^^^^^^^^^^ could not find `Collections` in `Foundation`
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation`
[INFO] [stderr]      --> src/Windows/mod.rs:24556:86
[INFO] [stderr]       |
[INFO] [stderr] 24556 | ...Impl: Sized + super::super::Foundation::IClosable_Impl + IContentTypeProvider_Impl + IInputStream_Impl + IOutputStream_Impl + IRandomA...
[INFO] [stderr]       |                                            ^^^^^^^^^^^^^^ not found in `super::super::Foundation`
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation`
[INFO] [stderr]      --> src/Windows/mod.rs:24629:64
[INFO] [stderr]       |
[INFO] [stderr] 24629 | pub trait IInputStream_Impl: Sized + super::super::Foundation::IClosable_Impl {
[INFO] [stderr]       |                                                                ^^^^^^^^^^^^^^ not found in `super::super::Foundation`
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation`
[INFO] [stderr]      --> src/Windows/mod.rs:24729:65
[INFO] [stderr]       |
[INFO] [stderr] 24729 | pub trait IOutputStream_Impl: Sized + super::super::Foundation::IClosable_Impl {
[INFO] [stderr]       |                                                                 ^^^^^^^^^^^^^^ not found in `super::super::Foundation`
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation`
[INFO] [stderr]      --> src/Windows/mod.rs:24916:71
[INFO] [stderr]       |
[INFO] [stderr] 24916 | pub trait IRandomAccessStream_Impl: Sized + super::super::Foundation::IClosable_Impl + IInputStream_Impl + IOutputStream_Impl {
[INFO] [stderr]       |                                                                       ^^^^^^^^^^^^^^ not found in `super::super::Foundation`
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation`
[INFO] [stderr]      --> src/Windows/mod.rs:28787:64
[INFO] [stderr]       |
[INFO] [stderr] 28787 | pub trait IMidiOutPort_Impl: Sized + super::super::Foundation::IClosable_Impl {
[INFO] [stderr]       |                                                                ^^^^^^^^^^^^^^ not found in `super::super::Foundation`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not document `makepad-windows`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name makepad_windows src/lib.rs --target x86_64-pc-windows-msvc -o /opt/rustwide/target/x86_64-pc-windows-msvc/doc --cfg 'feature="default"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=2f13fc906d07bad5 -L dependency=/opt/rustwide/target/x86_64-pc-windows-msvc/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern windows_core=/opt/rustwide/target/x86_64-pc-windows-msvc/debug/deps/libwindows_core-5426ed8925be9c6f.rmeta --extern windows_targets=/opt/rustwide/target/x86_64-pc-windows-msvc/debug/deps/libwindows_targets-815fc0d536fb4b29.rmeta --extern-html-root-url 'windows_core=https://docs.rs/windows-core/0.51.1/x86_64-pc-windows-msvc' --extern-html-root-url 'windows_targets=https://docs.rs/windows-targets/0.48.5/x86_64-pc-windows-msvc' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20230919-1.74.0-nightly-bdb0fa3ee --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.51.1` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "abae4b8fa6fa24bc35beaecf29e29d26af47251acf31ac552ddb70de312d0f4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abae4b8fa6fa24bc35beaecf29e29d26af47251acf31ac552ddb70de312d0f4f", kill_on_drop: false }`
[INFO] [stdout] abae4b8fa6fa24bc35beaecf29e29d26af47251acf31ac552ddb70de312d0f4f