[INFO] fetching crate winrt 0.7.0... [INFO] checking winrt-0.7.0 against master#4fb54ed484e2239a3e9eff3be17df00d2a162be3 for pr-73345 [INFO] extracting crate winrt 0.7.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate winrt 0.7.0 on toolchain 4fb54ed484e2239a3e9eff3be17df00d2a162be3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate winrt 0.7.0 [INFO] finished tweaking crates.io crate winrt 0.7.0 [INFO] tweaked toml for crates.io crate winrt 0.7.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 153244d4c0852452b9562e1bb6b47ee7cd43d4aee732ecc06304903e34e5b8a6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "153244d4c0852452b9562e1bb6b47ee7cd43d4aee732ecc06304903e34e5b8a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "153244d4c0852452b9562e1bb6b47ee7cd43d4aee732ecc06304903e34e5b8a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "153244d4c0852452b9562e1bb6b47ee7cd43d4aee732ecc06304903e34e5b8a6", kill_on_drop: false }` [INFO] [stdout] 153244d4c0852452b9562e1bb6b47ee7cd43d4aee732ecc06304903e34e5b8a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 1d6484c0fb289bd93fa48b3af9a13bd3716db2e64b2d9548bc8a95666ff94219 [INFO] running `Command { std: "docker" "start" "-a" "1d6484c0fb289bd93fa48b3af9a13bd3716db2e64b2d9548bc8a95666ff94219", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling serde v1.0.112 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Compiling winrt_gen v0.7.0 [INFO] [stderr] Compiling winrt_macros v0.7.0 [INFO] [stderr] Checking winrt v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/com_interface.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::foundation::{IStringable, IUriRuntimeClass, Uri} [INFO] [stdout] 6 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/com_interface.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | use windows::foundation::IStringable; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/com_interface.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | use windows::foundation::IUriRuntimeClass; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/com_interface.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | use windows::foundation::Uri; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/namespace.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | / winrt::import!( [INFO] [stdout] 6 | | dependencies [INFO] [stdout] 7 | | os [INFO] [stdout] 8 | | types [INFO] [stdout] 9 | | windows::foundation::* [INFO] [stdout] 10 | | windows::ai::machine_learning::* [INFO] [stdout] 11 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/com_interface.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | let uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `generated` [INFO] [stdout] --> tests/namespace.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 16 | use generated::windows::ai::machine_learning::{TensorBoolean, TensorKind}; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `generated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/com_interface.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | let other = &Uri::create_uri("http://microsoft.com")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/com_interface.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 36 | let uri = Uri::default(); [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUriRuntimeClass` in this scope [INFO] [stdout] --> tests/com_interface.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | let u: IUriRuntimeClass = uri.into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stdout] --> tests/com_interface.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | let s: IStringable = uri.into(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/interface.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::foundation::{IStringable, Uri} [INFO] [stdout] 6 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/interface.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | use windows::foundation::{IStringable, Uri}; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/uri.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::foundation::Uri [INFO] [stdout] 6 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/uri.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use windows::foundation::Uri; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `IStringable` [INFO] [stdout] --> tests/interface.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | IStringable::iid(), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `IStringable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `IStringable` [INFO] [stdout] --> tests/interface.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | let s = IStringable::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `IStringable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/interface.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | let s: IStringable = Uri::create_uri("http://kennykerr.ca")?.into(); [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stdout] --> tests/interface.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | let s: IStringable = Uri::create_uri("http://kennykerr.ca")?.into(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/uri.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | use windows::foundation::*; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/uri.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | assert_eq!(Uri::NAME, "Windows.Foundation.Uri"); [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/delegates.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::foundation::* [INFO] [stdout] 6 | | windows::foundation::collections::* [INFO] [stdout] 7 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/async.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::storage::streams::{DataReader, DataWriter, InMemoryRandomAccessStream} [INFO] [stdout] 6 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `TensorBoolean` [INFO] [stdout] --> tests/namespace.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | let tensor = TensorBoolean::create()?; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `TensorBoolean` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/async.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | use windows::storage::streams::*; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `TensorKind` [INFO] [stdout] --> tests/namespace.rs:19:38 [INFO] [stdout] | [INFO] [stdout] 19 | assert!(tensor.tensor_kind()? == TensorKind::Boolean); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `TensorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/delegates.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | use windows::foundation::{AsyncStatus, IAsyncAction}; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/delegates.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | use windows::foundation::Uri; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/delegates.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | use windows::foundation::collections::*; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/delegates.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | use windows::foundation::*; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `windows::foundation::collections::*`, `windows::foundation::*` [INFO] [stdout] --> tests/delegates.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | use windows::foundation::collections::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 78 | use windows::foundation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/delegates.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | type Handler = windows::foundation::AsyncActionCompletedHandler; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AsyncStatus` [INFO] [stdout] --> tests/delegates.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | assert!(status == AsyncStatus::Completed); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `AsyncStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/collections.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::foundation::* [INFO] [stdout] 6 | | windows::foundation::collections::* [INFO] [stdout] 7 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::ComInterface` [INFO] [stdout] --> tests/interface.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winrt::ComInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/enum.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::foundation::* [INFO] [stdout] 6 | | windows::application_model::appointments::AppointmentDaysOfWeek [INFO] [stdout] 7 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/collections.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use windows::foundation::collections::{IIterable, IVectorView, PropertySet}; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `InMemoryRandomAccessStream` [INFO] [stdout] --> tests/async.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | let stream = &InMemoryRandomAccessStream::new()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `InMemoryRandomAccessStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/try_into.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::foundation::{IClosable, IStringable, Uri} [INFO] [stdout] 6 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DataWriter` [INFO] [stdout] --> tests/async.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | let writer = DataWriter::create_data_writer(stream)?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `DataWriter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/uri.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | Uri::iid(), [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/object.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::foundation::{Uri, IStringable, PropertyValue} [INFO] [stdout] 6 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/try_into.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | use windows::foundation::{IClosable, IStringable, Uri}; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/collections.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use windows::foundation::{IPropertyValue, IWwwFormUrlDecoderEntry, PropertyValue, Uri}; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DataReader` [INFO] [stdout] --> tests/async.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | let reader = DataReader::create_data_reader(stream)?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `DataReader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/uri.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | let null_uri = Uri::default(); [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `winrt`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/enum.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | use windows::foundation::AsyncStatus; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/enum.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | use windows::application_model::appointments::AppointmentDaysOfWeek; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/uri.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | let uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `IAsyncAction` [INFO] [stdout] --> tests/delegates.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | d.invoke(IAsyncAction::default(), AsyncStatus::Completed)?; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type or module `IAsyncAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AsyncStatus` [INFO] [stdout] --> tests/delegates.rs:36:39 [INFO] [stdout] | [INFO] [stdout] 36 | d.invoke(IAsyncAction::default(), AsyncStatus::Completed)?; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `AsyncStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/uri.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | let default: windows::foundation::IUriRuntimeClass = uri.into(); [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/uri.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | let stringable: windows::foundation::IStringable = uri.into(); [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/delegates.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | type Handler = windows::foundation::TypedEventHandler; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/media.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::media::speech_synthesis::SpeechSynthesisStream [INFO] [stdout] 6 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/collections.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | let uri = Uri::create_uri("http://kennykerr.ca?A=1&B=2&C=3")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/delegates.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 54 | let uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::AbiTransferable` [INFO] [stdout] --> tests/com_interface.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | use winrt::AbiTransferable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `PropertySet` [INFO] [stdout] --> tests/delegates.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | let set = PropertySet::new()?; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `PropertySet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/composition.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::ui::{Color, Colors} [INFO] [stdout] 6 | | windows::ui::composition::{Compositor, SpriteVisual, Visual} [INFO] [stdout] 7 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/object.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | let uri = windows::foundation::Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/object.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | let uri = windows::foundation::Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/composition.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | use windows::ui::composition::{Compositor, SpriteVisual, Visual}; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/composition.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | use windows::foundation::numerics::Vector3; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/composition.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | use windows::ui::composition::{CompositionColorBrush, Compositor}; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/composition.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | use windows::ui::{Color, Colors}; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::ComInterface` [INFO] [stdout] --> tests/com_interface.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use winrt::ComInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `MapChangedEventHandler` [INFO] [stdout] --> tests/delegates.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | MapChangedEventHandler::::new(move |sender, args| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `MapChangedEventHandler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `CollectionChange` [INFO] [stdout] --> tests/delegates.rs:93:50 [INFO] [stdout] | [INFO] [stdout] 93 | assert!(args.collection_change()? == CollectionChange::ItemInserted); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `CollectionChange` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `PropertySet` [INFO] [stdout] --> tests/collections.rs:75:15 [INFO] [stdout] | [INFO] [stdout] 75 | let set = PropertySet::new()?; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `PropertySet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/object.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | let stringable: windows::foundation::IStringable = uri.into(); [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/object.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | let object = windows::foundation::PropertyValue::create_string("hello")?; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stdout] --> tests/delegates.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | set.insert("A", PropertyValue::create_uint32(1)?)?; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Uri` in this scope [INFO] [stdout] --> tests/delegates.rs:47:59 [INFO] [stdout] | [INFO] [stdout] 47 | type Handler = windows::foundation::TypedEventHandler; [INFO] [stdout] | - ^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IObservableMap` in this scope [INFO] [stdout] --> tests/delegates.rs:90:22 [INFO] [stdout] | [INFO] [stdout] 90 | let map: IObservableMap = set.into(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/try_into.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | let uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/uri.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | let uri: Uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/debug.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::data::xml::dom::XmlDocument [INFO] [stdout] 6 | | windows::foundation::Uri [INFO] [stdout] 7 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stdout] --> tests/collections.rs:77:21 [INFO] [stdout] | [INFO] [stdout] 77 | set.insert("A", PropertyValue::create_uint32(1)?)?; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stdout] --> tests/collections.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 78 | set.insert("B", PropertyValue::create_uint32(2)?)?; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/uri.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | let uri: &Uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stdout] --> tests/collections.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | set.insert("C", PropertyValue::create_uint32(3)?)?; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/debug.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use windows::data::xml::dom::XmlDocument; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IIterable` in this scope [INFO] [stdout] --> tests/collections.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | let iterable: IIterable = uri.query_parsed()?.into(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IWwwFormUrlDecoderEntry` in this scope [INFO] [stdout] --> tests/collections.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 15 | fn uri() -> winrt::Result<()> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 44 | let iterable: IIterable = uri.query_parsed()?.into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IVectorView` in this scope [INFO] [stdout] --> tests/collections.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | let iterable: IVectorView = uri.query_parsed()?.into(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IWwwFormUrlDecoderEntry` in this scope [INFO] [stdout] --> tests/collections.rs:57:31 [INFO] [stdout] | [INFO] [stdout] 15 | fn uri() -> winrt::Result<()> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 57 | let iterable: IVectorView = uri.query_parsed()?.into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IPropertyValue` in this scope [INFO] [stdout] --> tests/collections.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | let pv: IPropertyValue = pair.value()?.try_into()?; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Compositor` [INFO] [stdout] --> tests/composition.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | let compositor = Compositor::new()?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `Compositor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> tests/guid.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / winrt::import!( [INFO] [stdout] 2 | | dependencies [INFO] [stdout] 3 | | os [INFO] [stdout] 4 | | types [INFO] [stdout] 5 | | windows::foundation::GuidHelper [INFO] [stdout] 6 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = help: message: No `windir` environment variable found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/try_into.rs:31:15 [INFO] [stdout] | [INFO] [stdout] 31 | let uri = Uri::default(); [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stdout] --> tests/try_into.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | let s: IStringable = uri.try_into().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IClosable` in this scope [INFO] [stdout] --> tests/try_into.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 9 | fn try_into() -> winrt::Result<()> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 22 | let c: winrt::Result = uri.try_into(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Uri` in this scope [INFO] [stdout] --> tests/try_into.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 27 | let uri: Uri = s.try_into().unwrap(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stdout] --> tests/try_into.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | let s: IStringable = uri.try_into().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/guid.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use windows::foundation::GuidHelper; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stdout] --> tests/debug.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use windows::foundation::Uri; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AsyncStatus` [INFO] [stdout] --> tests/enum.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | assert!(AsyncStatus::default().get_abi() == 0); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `AsyncStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AsyncStatus` [INFO] [stdout] --> tests/enum.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | assert!(AsyncStatus::Canceled.get_abi() == 2); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `AsyncStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AsyncStatus` [INFO] [stdout] --> tests/enum.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | assert!(AsyncStatus::Completed.get_abi() == 1); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `AsyncStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AsyncStatus` [INFO] [stdout] --> tests/enum.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | assert!(AsyncStatus::Error.get_abi() == 3); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `AsyncStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AsyncStatus` [INFO] [stdout] --> tests/enum.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | assert!(AsyncStatus::Started.get_abi() == 0); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `AsyncStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Compositor` [INFO] [stdout] --> tests/composition.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | let compositor = Compositor::new()?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `Compositor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/uri.rs:56:20 [INFO] [stdout] | [INFO] [stdout] 56 | let uri: Uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Colors` [INFO] [stdout] --> tests/composition.rs:95:15 [INFO] [stdout] | [INFO] [stdout] 95 | let red = Colors::red()?; [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Colors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::TryInto` [INFO] [stdout] --> tests/collections.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use winrt::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | assert!(AppointmentDaysOfWeek::default().get_abi() == 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | assert!(AppointmentDaysOfWeek::None.get_abi() == 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | assert!(AppointmentDaysOfWeek::Sunday.get_abi() == 0x1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | assert!(AppointmentDaysOfWeek::Monday.get_abi() == 0x2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | assert!(AppointmentDaysOfWeek::Tuesday.get_abi() == 0x4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | assert!(AppointmentDaysOfWeek::Wednesday.get_abi() == 0x8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | assert!(AppointmentDaysOfWeek::Thursday.get_abi() == 0x10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | assert!(AppointmentDaysOfWeek::Friday.get_abi() == 0x20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | assert!(AppointmentDaysOfWeek::Saturday.get_abi() == 0x40); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | let weekend = AppointmentDaysOfWeek::Sunday | AppointmentDaysOfWeek::Saturday; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] --> tests/enum.rs:37:51 [INFO] [stdout] | [INFO] [stdout] 37 | let weekend = AppointmentDaysOfWeek::Sunday | AppointmentDaysOfWeek::Saturday; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AppointmentDaysOfWeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpriteVisual` in this scope [INFO] [stdout] --> tests/composition.rs:53:17 [INFO] [stdout] | [INFO] [stdout] 53 | let sprite: SpriteVisual = compositor.create_sprite_visual()?; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Visual` in this scope [INFO] [stdout] --> tests/composition.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | let visual: Visual = sprite.into(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpriteVisual` in this scope [INFO] [stdout] --> tests/composition.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | let sprite: &SpriteVisual = &compositor.create_sprite_visual()?; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Visual` in this scope [INFO] [stdout] --> tests/composition.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | let visual: Visual = sprite.into(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpriteVisual` in this scope [INFO] [stdout] --> tests/composition.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | let sprite: SpriteVisual = compositor.create_sprite_visual()?; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpriteVisual` in this scope [INFO] [stdout] --> tests/composition.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | let sprite: &SpriteVisual = &compositor.create_sprite_visual()?; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Color` in this scope [INFO] [stdout] --> tests/composition.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 98 | red == Color { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CompositionColorBrush` in this scope [INFO] [stdout] --> tests/composition.rs:113:16 [INFO] [stdout] | [INFO] [stdout] 113 | let brush: CompositionColorBrush = visual.brush()?.try_into().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stdout] --> tests/composition.rs:116:23 [INFO] [stdout] | [INFO] [stdout] 116 | visual.set_offset(Vector3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stdout] --> tests/composition.rs:124:16 [INFO] [stdout] | [INFO] [stdout] 124 | == Vector3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stdout] --> tests/composition.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | child.set_offset(Vector3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stdout] --> tests/composition.rs:142:22 [INFO] [stdout] | [INFO] [stdout] 142 | child.set_offset(Vector3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stdout] --> tests/composition.rs:150:22 [INFO] [stdout] | [INFO] [stdout] 150 | child.set_offset(Vector3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stdout] --> tests/composition.rs:166:16 [INFO] [stdout] | [INFO] [stdout] 166 | == Vector3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stdout] --> tests/composition.rs:178:16 [INFO] [stdout] | [INFO] [stdout] 178 | == Vector3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stdout] --> tests/composition.rs:190:16 [INFO] [stdout] | [INFO] [stdout] 190 | == Vector3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/uri.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | let uri: &Uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Uri` in this scope [INFO] [stdout] --> tests/uri.rs:46:14 [INFO] [stdout] | [INFO] [stdout] 46 | let uri: Uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUriRuntimeClass` in this scope [INFO] [stdout] --> tests/uri.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | let default: IUriRuntimeClass = uri.into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Uri` in this scope [INFO] [stdout] --> tests/uri.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | let uri: &Uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUriRuntimeClass` in this scope [INFO] [stdout] --> tests/uri.rs:52:18 [INFO] [stdout] | [INFO] [stdout] 52 | let default: IUriRuntimeClass = uri.into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Uri` in this scope [INFO] [stdout] --> tests/uri.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | let uri: Uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stdout] --> tests/uri.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | let default: IStringable = uri.into(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Uri` in this scope [INFO] [stdout] --> tests/uri.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | let uri: &Uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stdout] --> tests/uri.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | let default: IStringable = uri.into(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::RuntimeName` [INFO] [stdout] --> tests/uri.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winrt::RuntimeName; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `GuidHelper` [INFO] [stdout] --> tests/guid.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | let a = GuidHelper::create_new_guid()?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `GuidHelper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::AbiTransferable` [INFO] [stdout] --> tests/delegates.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winrt::AbiTransferable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::ComInterface` [INFO] [stdout] --> tests/delegates.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winrt::ComInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `GuidHelper` [INFO] [stdout] --> tests/guid.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | let b = GuidHelper::create_new_guid()?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `GuidHelper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `GuidHelper` [INFO] [stdout] --> tests/guid.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | assert!(!GuidHelper::equals(&a, &b)?); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `GuidHelper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `XmlDocument` [INFO] [stdout] --> tests/debug.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | let doc = XmlDocument::new()?; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `XmlDocument` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `GuidHelper` [INFO] [stdout] --> tests/guid.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | assert!(GuidHelper::equals(&a, &a)?); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `GuidHelper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stdout] --> tests/debug.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | let url = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stdout] | ^^^ use of undeclared type or module `Uri` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::AbiTransferable` [INFO] [stdout] --> tests/enum.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winrt::AbiTransferable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::ComInterface` [INFO] [stdout] --> tests/try_into.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | use winrt::ComInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::TryInto` [INFO] [stdout] --> tests/try_into.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use winrt::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::TryInto` [INFO] [stdout] --> tests/composition.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | use winrt::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `winrt::ComInterface` [INFO] [stdout] --> tests/uri.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winrt::ComInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1d6484c0fb289bd93fa48b3af9a13bd3716db2e64b2d9548bc8a95666ff94219", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d6484c0fb289bd93fa48b3af9a13bd3716db2e64b2d9548bc8a95666ff94219", kill_on_drop: false }` [INFO] [stdout] 1d6484c0fb289bd93fa48b3af9a13bd3716db2e64b2d9548bc8a95666ff94219