[INFO] fetching crate makepad-windows 0.51.1... [INFO] checking makepad-windows-0.51.1 against master#bbe853615821442ef11d6cd42a30a73432b38d89 for pr-154205 [INFO] extracting crate makepad-windows 0.51.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate makepad-windows 0.51.1 [INFO] finished tweaking crates.io crate makepad-windows 0.51.1 [INFO] tweaked toml for crates.io crate makepad-windows 0.51.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate makepad-windows 0.51.1 on toolchain bbe853615821442ef11d6cd42a30a73432b38d89 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] [stderr] Adding windows-core v0.51.1 (available: v0.62.2) [INFO] [stderr] Adding windows-targets v0.48.5 (available: v0.53.5) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded windows-core v0.51.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ca84990d00f833b1039bf43f6dcdaf21f79fb45557773377f39a699cc1d1acc [INFO] running `Command { std: "docker" "start" "-a" "9ca84990d00f833b1039bf43f6dcdaf21f79fb45557773377f39a699cc1d1acc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ca84990d00f833b1039bf43f6dcdaf21f79fb45557773377f39a699cc1d1acc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ca84990d00f833b1039bf43f6dcdaf21f79fb45557773377f39a699cc1d1acc", kill_on_drop: false }` [INFO] [stdout] 9ca84990d00f833b1039bf43f6dcdaf21f79fb45557773377f39a699cc1d1acc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3635129f7b469500d25070b3b4862e9cc25fba7a0fb91de9c5aec6725636c85 [INFO] running `Command { std: "docker" "start" "-a" "b3635129f7b469500d25070b3b4862e9cc25fba7a0fb91de9c5aec6725636c85", kill_on_drop: false }` [INFO] [stderr] Compiling windows_x86_64_gnu v0.48.5 [INFO] [stderr] Checking windows-targets v0.48.5 [INFO] [stderr] Checking windows-core v0.51.1 [INFO] [stderr] Checking makepad-windows v0.51.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27315:47 [INFO] [stdout] | [INFO] [stdout] 27315 | type IntoIter = super::super::Foundation::Collections::VectorViewIterator; [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27322:47 [INFO] [stdout] | [INFO] [stdout] 27322 | type IntoIter = super::super::Foundation::Collections::VectorViewIterator; [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27324:35 [INFO] [stdout] | [INFO] [stdout] 27324 | super::super::Foundation::Collections::VectorViewIterator::new(::windows_core::ComInterface::cast(self).ok()) [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27315:47 [INFO] [stdout] | [INFO] [stdout] 27315 | type IntoIter = super::super::Foundation::Collections::VectorViewIterator; [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27330:45 [INFO] [stdout] | [INFO] [stdout] 27330 | type Vtable = super::super::Foundation::Collections::IVectorView_Vtbl; [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27322:47 [INFO] [stdout] | [INFO] [stdout] 27322 | type IntoIter = super::super::Foundation::Collections::VectorViewIterator; [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27339:66 [INFO] [stdout] | [INFO] [stdout] 27339 | const IID: ::windows_core::GUID = as ::windows_core::C... [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27324:35 [INFO] [stdout] | [INFO] [stdout] 27324 | super::super::Foundation::Collections::VectorViewIterator::new(::windows_core::ComInterface::cast(self).ok()) [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27330:45 [INFO] [stdout] | [INFO] [stdout] 27330 | type Vtable = super::super::Foundation::Collections::IVectorView_Vtbl; [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find `Collections` in `Foundation` [INFO] [stdout] --> src/Windows/mod.rs:27339:66 [INFO] [stdout] | [INFO] [stdout] 27339 | const IID: ::windows_core::GUID = as ::windows_core::C... [INFO] [stdout] | ^^^^^^^^^^^ could not find `Collections` in `Foundation` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/Windows/Foundation/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #[cfg(feature = "Foundation_Collections")] [INFO] [stdout] | ---------------------------------- the item is gated behind the `Foundation_Collections` feature [INFO] [stdout] 2 | pub mod Collections; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:24556:86 [INFO] [stdout] | [INFO] [stdout] 24556 | ...: Sized + super::super::Foundation::IClosable_Impl + IContentTypeProvider_Impl + IInputStream_Impl + IOutputStream_Impl + IRan... [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:24629:64 [INFO] [stdout] | [INFO] [stdout] 24629 | pub trait IInputStream_Impl: Sized + super::super::Foundation::IClosable_Impl { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:24729:65 [INFO] [stdout] | [INFO] [stdout] 24729 | pub trait IOutputStream_Impl: Sized + super::super::Foundation::IClosable_Impl { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:24556:86 [INFO] [stdout] | [INFO] [stdout] 24556 | ...: Sized + super::super::Foundation::IClosable_Impl + IContentTypeProvider_Impl + IInputStream_Impl + IOutputStream_Impl + IRan... [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:24916:71 [INFO] [stdout] | [INFO] [stdout] 24916 | pub trait IRandomAccessStream_Impl: Sized + super::super::Foundation::IClosable_Impl + IInputStream_Impl + IOutputStream_Impl { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:24629:64 [INFO] [stdout] | [INFO] [stdout] 24629 | pub trait IInputStream_Impl: Sized + super::super::Foundation::IClosable_Impl { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:28787:64 [INFO] [stdout] | [INFO] [stdout] 28787 | pub trait IMidiOutPort_Impl: Sized + super::super::Foundation::IClosable_Impl { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:24729:65 [INFO] [stdout] | [INFO] [stdout] 24729 | pub trait IOutputStream_Impl: Sized + super::super::Foundation::IClosable_Impl { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:24916:71 [INFO] [stdout] | [INFO] [stdout] 24916 | pub trait IRandomAccessStream_Impl: Sized + super::super::Foundation::IClosable_Impl + IInputStream_Impl + IOutputStream_Impl { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `IClosable_Impl` in module `super::super::Foundation` [INFO] [stdout] --> src/Windows/mod.rs:28787:64 [INFO] [stdout] | [INFO] [stdout] 28787 | pub trait IMidiOutPort_Impl: Sized + super::super::Foundation::IClosable_Impl { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `super::super::Foundation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `makepad-windows` (lib test) due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0405, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `makepad-windows` (lib) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "b3635129f7b469500d25070b3b4862e9cc25fba7a0fb91de9c5aec6725636c85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3635129f7b469500d25070b3b4862e9cc25fba7a0fb91de9c5aec6725636c85", kill_on_drop: false }` [INFO] [stdout] b3635129f7b469500d25070b3b4862e9cc25fba7a0fb91de9c5aec6725636c85