[INFO] fetching crate winrt 0.7.0... [INFO] checking winrt-0.7.0 against try#879b8cb7dc2ad9102994457e73cf78d124926ea5 for pr-73084 [INFO] extracting crate winrt 0.7.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate winrt 0.7.0 on toolchain 879b8cb7dc2ad9102994457e73cf78d124926ea5 [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "read-manifest" "--manifest-path" "Cargo.toml"` [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-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded winrt_macros v0.7.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "/opt/rustwide/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 126b2a07842662ef78acc85f46faa5b74feec679f19c553e7df60841c445bcee [INFO] running `"docker" "start" "-a" "126b2a07842662ef78acc85f46faa5b74feec679f19c553e7df60841c445bcee"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling ryu v1.0.5 [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 quote v1.0.7 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling winrt_gen_macros v0.7.0 [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] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/try_into.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::foundation::{IClosable, IStringable, Uri} [INFO] [stderr] 6 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/collections.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::foundation::* [INFO] [stderr] 6 | | windows::foundation::collections::* [INFO] [stderr] 7 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/try_into.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | use windows::foundation::{IClosable, IStringable, Uri}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/collections.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use windows::foundation::collections::{IIterable, IVectorView, PropertySet}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/boxing.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::foundation::{IPropertyValue, PropertyValue} [INFO] [stderr] 6 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/composition.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::ui::{Color, Colors} [INFO] [stderr] 6 | | windows::ui::composition::{Compositor, SpriteVisual, Visual} [INFO] [stderr] 7 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/collections.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use windows::foundation::{IPropertyValue, IWwwFormUrlDecoderEntry, PropertyValue, Uri}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/boxing.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use windows::foundation::{IPropertyValue, PropertyValue}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/composition.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | use windows::ui::composition::{Compositor, SpriteVisual, Visual}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/debug.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::data::xml::dom::XmlDocument [INFO] [stderr] 6 | | windows::foundation::Uri [INFO] [stderr] 7 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/composition.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | use windows::foundation::numerics::Vector3; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/composition.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | use windows::ui::composition::{CompositionColorBrush, Compositor}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/composition.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | use windows::ui::{Color, Colors}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/object.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::foundation::{Uri, IStringable, PropertyValue} [INFO] [stderr] 6 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stderr] --> tests/boxing.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | let object = PropertyValue::create_string("hello")?; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/interface.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::foundation::{IStringable, Uri} [INFO] [stderr] 6 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/debug.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use windows::data::xml::dom::XmlDocument; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/debug.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use windows::foundation::Uri; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/try_into.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | let uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/collections.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | let uri = Uri::create_uri("http://kennykerr.ca?A=1&B=2&C=3")?; [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/interface.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | use windows::foundation::{IStringable, Uri}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stderr] --> tests/boxing.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | let object = PropertyValue::create_uint32_array(&[1, 2, 3])?; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/uri.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::foundation::Uri [INFO] [stderr] 6 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/uri.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use windows::foundation::Uri; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/uri.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | use windows::foundation::*; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/uri.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | assert_eq!(Uri::NAME, "Windows.Foundation.Uri"); [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Compositor` [INFO] [stderr] --> tests/composition.rs:50:22 [INFO] [stderr] | [INFO] [stderr] 50 | let compositor = Compositor::new()?; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Compositor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PropertySet` [INFO] [stderr] --> tests/collections.rs:75:15 [INFO] [stderr] | [INFO] [stderr] 75 | let set = PropertySet::new()?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PropertySet` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stderr] --> tests/collections.rs:77:21 [INFO] [stderr] | [INFO] [stderr] 77 | set.insert("A", PropertyValue::create_uint32(1)?)?; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IPropertyValue` in this scope [INFO] [stderr] --> tests/boxing.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | let pv: IPropertyValue = object.try_into()?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/delegates.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::foundation::* [INFO] [stderr] 6 | | windows::foundation::collections::* [INFO] [stderr] 7 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/try_into.rs:31:15 [INFO] [stderr] | [INFO] [stderr] 31 | let uri = Uri::default(); [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stderr] --> tests/collections.rs:78:21 [INFO] [stderr] | [INFO] [stderr] 78 | set.insert("B", PropertyValue::create_uint32(2)?)?; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stderr] --> tests/collections.rs:79:21 [INFO] [stderr] | [INFO] [stderr] 79 | set.insert("C", PropertyValue::create_uint32(3)?)?; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XmlDocument` [INFO] [stderr] --> tests/debug.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | let doc = XmlDocument::new()?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `XmlDocument` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IPropertyValue` in this scope [INFO] [stderr] --> tests/boxing.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | let pv: IPropertyValue = object.try_into()?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IIterable` in this scope [INFO] [stderr] --> tests/collections.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | let iterable: IIterable = uri.query_parsed()?.into(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IWwwFormUrlDecoderEntry` in this scope [INFO] [stderr] --> tests/collections.rs:44:29 [INFO] [stderr] | [INFO] [stderr] 15 | fn uri() -> winrt::Result<()> { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 44 | let iterable: IIterable = uri.query_parsed()?.into(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IVectorView` in this scope [INFO] [stderr] --> tests/collections.rs:57:19 [INFO] [stderr] | [INFO] [stderr] 57 | let iterable: IVectorView = uri.query_parsed()?.into(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IWwwFormUrlDecoderEntry` in this scope [INFO] [stderr] --> tests/collections.rs:57:31 [INFO] [stderr] | [INFO] [stderr] 15 | fn uri() -> winrt::Result<()> { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 57 | let iterable: IVectorView = uri.query_parsed()?.into(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IPropertyValue` in this scope [INFO] [stderr] --> tests/collections.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | let pv: IPropertyValue = pair.value()?.try_into()?; [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/media.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::media::speech_synthesis::SpeechSynthesisStream [INFO] [stderr] 6 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stderr] --> tests/try_into.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | let s: IStringable = uri.try_into().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/delegates.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | use windows::foundation::{AsyncStatus, IAsyncAction}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/delegates.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | use windows::foundation::Uri; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/delegates.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | use windows::foundation::collections::*; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/delegates.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | use windows::foundation::*; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `windows::foundation::collections::*`, `windows::foundation::*` [INFO] [stderr] --> tests/delegates.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | use windows::foundation::collections::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 78 | use windows::foundation::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/delegates.rs:15:20 [INFO] [stderr] | [INFO] [stderr] 15 | type Handler = windows::foundation::AsyncActionCompletedHandler; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/debug.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | let url = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IStringable` [INFO] [stderr] --> tests/interface.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | IStringable::iid(), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `IStringable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/uri.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | Uri::iid(), [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IClosable` in this scope [INFO] [stderr] --> tests/try_into.rs:22:26 [INFO] [stderr] | [INFO] [stderr] 9 | fn try_into() -> winrt::Result<()> { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] ... [INFO] [stderr] 22 | let c: winrt::Result = uri.try_into(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/uri.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | let null_uri = Uri::default(); [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uri` in this scope [INFO] [stderr] --> tests/try_into.rs:27:14 [INFO] [stderr] | [INFO] [stderr] 27 | let uri: Uri = s.try_into().unwrap(); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stderr] --> tests/try_into.rs:35:12 [INFO] [stderr] | [INFO] [stderr] 35 | let s: IStringable = uri.try_into().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/uri.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | let uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/uri.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | let default: windows::foundation::IUriRuntimeClass = uri.into(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/uri.rs:35:21 [INFO] [stderr] | [INFO] [stderr] 35 | let stringable: windows::foundation::IStringable = uri.into(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IStringable` [INFO] [stderr] --> tests/interface.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | let s = IStringable::default(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `IStringable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AsyncStatus` [INFO] [stderr] --> tests/delegates.rs:30:27 [INFO] [stderr] | [INFO] [stderr] 30 | assert!(status == AsyncStatus::Completed); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `AsyncStatus` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/object.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | let uri = windows::foundation::Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/object.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | let uri = windows::foundation::Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/object.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | let stringable: windows::foundation::IStringable = uri.into(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/interface.rs:22:26 [INFO] [stderr] | [INFO] [stderr] 22 | let s: IStringable = Uri::create_uri("http://kennykerr.ca")?.into(); [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/uri.rs:46:20 [INFO] [stderr] | [INFO] [stderr] 46 | let uri: Uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Compositor` [INFO] [stderr] --> tests/composition.rs:93:22 [INFO] [stderr] | [INFO] [stderr] 93 | let compositor = Compositor::new()?; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Compositor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Colors` [INFO] [stderr] --> tests/composition.rs:95:15 [INFO] [stderr] | [INFO] [stderr] 95 | let red = Colors::red()?; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Colors` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/object.rs:35:18 [INFO] [stderr] | [INFO] [stderr] 35 | let object = windows::foundation::PropertyValue::create_string("hello")?; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stderr] --> tests/interface.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | let s: IStringable = Uri::create_uri("http://kennykerr.ca")?.into(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::foundation::Uri [INFO] [stderr] 6 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/uri.rs:51:22 [INFO] [stderr] | [INFO] [stderr] 51 | let uri: &Uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/uri.rs:56:20 [INFO] [stderr] | [INFO] [stderr] 56 | let uri: Uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/uri.rs:61:22 [INFO] [stderr] | [INFO] [stderr] 61 | let uri: &Uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uri` in this scope [INFO] [stderr] --> tests/uri.rs:46:14 [INFO] [stderr] | [INFO] [stderr] 46 | let uri: Uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUriRuntimeClass` in this scope [INFO] [stderr] --> tests/uri.rs:47:18 [INFO] [stderr] | [INFO] [stderr] 47 | let default: IUriRuntimeClass = uri.into(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uri` in this scope [INFO] [stderr] --> tests/uri.rs:51:15 [INFO] [stderr] | [INFO] [stderr] 51 | let uri: &Uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUriRuntimeClass` in this scope [INFO] [stderr] --> tests/uri.rs:52:18 [INFO] [stderr] | [INFO] [stderr] 52 | let default: IUriRuntimeClass = uri.into(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uri` in this scope [INFO] [stderr] --> tests/uri.rs:56:14 [INFO] [stderr] | [INFO] [stderr] 56 | let uri: Uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stderr] --> tests/uri.rs:57:18 [INFO] [stderr] | [INFO] [stderr] 57 | let default: IStringable = uri.into(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uri` in this scope [INFO] [stderr] --> tests/uri.rs:61:15 [INFO] [stderr] | [INFO] [stderr] 61 | let uri: &Uri = &Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IStringable` in this scope [INFO] [stderr] --> tests/uri.rs:62:18 [INFO] [stderr] | [INFO] [stderr] 62 | let default: IStringable = uri.into(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `winrt::RuntimeName` [INFO] [stderr] --> tests/uri.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use winrt::RuntimeName; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IAsyncAction` [INFO] [stderr] --> tests/delegates.rs:36:14 [INFO] [stderr] | [INFO] [stderr] 36 | d.invoke(IAsyncAction::default(), AsyncStatus::Completed)?; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `IAsyncAction` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/guid.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::foundation::GuidHelper [INFO] [stderr] 6 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AsyncStatus` [INFO] [stderr] --> tests/delegates.rs:36:39 [INFO] [stderr] | [INFO] [stderr] 36 | d.invoke(IAsyncAction::default(), AsyncStatus::Completed)?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `AsyncStatus` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/guid.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use windows::foundation::GuidHelper; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/delegates.rs:47:20 [INFO] [stderr] | [INFO] [stderr] 47 | type Handler = windows::foundation::TypedEventHandler; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Uri` [INFO] [stderr] --> tests/delegates.rs:54:15 [INFO] [stderr] | [INFO] [stderr] 54 | let uri = Uri::create_uri("http://kennykerr.ca")?; [INFO] [stderr] | ^^^ use of undeclared type or module `Uri` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SpriteVisual` in this scope [INFO] [stderr] --> tests/composition.rs:53:17 [INFO] [stderr] | [INFO] [stderr] 53 | let sprite: SpriteVisual = compositor.create_sprite_visual()?; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Visual` in this scope [INFO] [stderr] --> tests/composition.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | let visual: Visual = sprite.into(); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SpriteVisual` in this scope [INFO] [stderr] --> tests/composition.rs:59:18 [INFO] [stderr] | [INFO] [stderr] 59 | let sprite: &SpriteVisual = &compositor.create_sprite_visual()?; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Visual` in this scope [INFO] [stderr] --> tests/composition.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 61 | let visual: Visual = sprite.into(); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SpriteVisual` in this scope [INFO] [stderr] --> tests/composition.rs:68:17 [INFO] [stderr] | [INFO] [stderr] 68 | let sprite: SpriteVisual = compositor.create_sprite_visual()?; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SpriteVisual` in this scope [INFO] [stderr] --> tests/composition.rs:76:18 [INFO] [stderr] | [INFO] [stderr] 76 | let sprite: &SpriteVisual = &compositor.create_sprite_visual()?; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Color` in this scope [INFO] [stderr] --> tests/composition.rs:98:16 [INFO] [stderr] | [INFO] [stderr] 98 | red == Color { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CompositionColorBrush` in this scope [INFO] [stderr] --> tests/composition.rs:113:16 [INFO] [stderr] | [INFO] [stderr] 113 | let brush: CompositionColorBrush = visual.brush()?.try_into().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stderr] --> tests/composition.rs:116:23 [INFO] [stderr] | [INFO] [stderr] 116 | visual.set_offset(Vector3 { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stderr] --> tests/composition.rs:124:16 [INFO] [stderr] | [INFO] [stderr] 124 | == Vector3 { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stderr] --> tests/composition.rs:134:22 [INFO] [stderr] | [INFO] [stderr] 134 | child.set_offset(Vector3 { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stderr] --> tests/composition.rs:142:22 [INFO] [stderr] | [INFO] [stderr] 142 | child.set_offset(Vector3 { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stderr] --> tests/composition.rs:150:22 [INFO] [stderr] | [INFO] [stderr] 150 | child.set_offset(Vector3 { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stderr] --> tests/composition.rs:166:16 [INFO] [stderr] | [INFO] [stderr] 166 | == Vector3 { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stderr] --> tests/composition.rs:178:16 [INFO] [stderr] | [INFO] [stderr] 178 | == Vector3 { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stderr] --> tests/composition.rs:190:16 [INFO] [stderr] | [INFO] [stderr] 190 | == Vector3 { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PropertySet` [INFO] [stderr] --> tests/delegates.rs:80:15 [INFO] [stderr] | [INFO] [stderr] 80 | let set = PropertySet::new()?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PropertySet` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MapChangedEventHandler` [INFO] [stderr] --> tests/delegates.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | MapChangedEventHandler::::new(move |sender, args| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `MapChangedEventHandler` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `CollectionChange` [INFO] [stderr] --> tests/delegates.rs:93:50 [INFO] [stderr] | [INFO] [stderr] 93 | assert!(args.collection_change()? == CollectionChange::ItemInserted); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `CollectionChange` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/error.rs:26:18 [INFO] [stderr] | [INFO] [stderr] 26 | let result = windows::foundation::Uri::create_uri("INVALID"); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/generic_guids.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] ... | [INFO] [stderr] 7 | | windows::foundation::numerics::* [INFO] [stderr] 8 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PropertyValue` [INFO] [stderr] --> tests/delegates.rs:98:21 [INFO] [stderr] | [INFO] [stderr] 98 | set.insert("A", PropertyValue::create_uint32(1)?)?; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `PropertyValue` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/xml.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / winrt::import!( [INFO] [stderr] 2 | | dependencies [INFO] [stderr] 3 | | os [INFO] [stderr] 4 | | types [INFO] [stderr] 5 | | windows::data::xml::dom::* [INFO] [stderr] 6 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: message: No `windir` environment variable found [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/xml.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use windows::data::xml::dom::XmlDocument; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uri` in this scope [INFO] [stderr] --> tests/delegates.rs:47:59 [INFO] [stderr] | [INFO] [stderr] 47 | type Handler = windows::foundation::TypedEventHandler; [INFO] [stderr] | - ^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IObservableMap` in this scope [INFO] [stderr] --> tests/delegates.rs:90:22 [INFO] [stderr] | [INFO] [stderr] 90 | let map: IObservableMap = set.into(); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `XmlDocument` [INFO] [stderr] --> tests/xml.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let doc = XmlDocument::new()?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `XmlDocument` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GuidHelper` [INFO] [stderr] --> tests/guid.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | let a = GuidHelper::create_new_guid()?; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `GuidHelper` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GuidHelper` [INFO] [stderr] --> tests/guid.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | let b = GuidHelper::create_new_guid()?; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `GuidHelper` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:14:14 [INFO] [stderr] | [INFO] [stderr] 14 | type A = windows::foundation::collections::IIterable; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] warning: unused import: `winrt::TryInto` [INFO] [stderr] --> tests/boxing.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use winrt::TryInto; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GuidHelper` [INFO] [stderr] --> tests/guid.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | assert!(!GuidHelper::equals(&a, &b)?); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `GuidHelper` [INFO] [stderr] [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] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GuidHelper` [INFO] [stderr] --> tests/guid.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | assert!(GuidHelper::equals(&a, &a)?); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `GuidHelper` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:14:58 [INFO] [stderr] | [INFO] [stderr] 14 | type A = windows::foundation::collections::IIterable; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | type B = windows::foundation::collections::IKeyValuePair< [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | windows::foundation::IAsyncOperationWithProgress, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] warning: unused import: `winrt::ComInterface` [INFO] [stderr] --> tests/try_into.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | use winrt::ComInterface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] warning: unused import: `winrt::TryInto` [INFO] [stderr] --> tests/try_into.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | use winrt::TryInto; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `winrt::TryInto` [INFO] [stderr] --> tests/collections.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use winrt::TryInto; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `winrt::ComInterface` [INFO] [stderr] --> tests/interface.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use winrt::ComInterface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | windows::foundation::IAsyncActionWithProgress::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | windows::foundation::IAsyncOperationWithProgress::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | windows::foundation::IAsyncOperation::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | windows::foundation::IReferenceArray::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | windows::foundation::AsyncActionProgressHandler::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] warning: unused import: `winrt::TryInto` [INFO] [stderr] --> tests/composition.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | use winrt::TryInto; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | windows::foundation::AsyncActionWithProgressCompletedHandler::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | windows::foundation::AsyncOperationCompletedHandler::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error: aborting due to 24 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | windows::foundation::AsyncOperationProgressHandler::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | windows::foundation::AsyncOperationWithProgressCompletedHandler::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | windows::foundation::EventHandler::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | windows::foundation::TypedEventHandler::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | windows::foundation::collections::IIterable::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | windows::foundation::collections::IIterator::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | windows::foundation::collections::IKeyValuePair::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | windows::foundation::collections::IMapChangedEventArgs::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:109:9 [INFO] [stderr] | [INFO] [stderr] 109 | windows::foundation::collections::IMapView::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | windows::foundation::collections::IMap::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 119 | windows::foundation::collections::IObservableMap::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] warning: unused import: `winrt::ComInterface` [INFO] [stderr] --> tests/uri.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use winrt::ComInterface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:124:9 [INFO] [stderr] | [INFO] [stderr] 124 | windows::foundation::collections::IObservableVector::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | windows::foundation::collections::IVectorView::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:134:9 [INFO] [stderr] | [INFO] [stderr] 134 | windows::foundation::collections::IVector::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | windows::foundation::collections::MapChangedEventHandler::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | windows::foundation::collections::VectorChangedEventHandler::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:158:9 [INFO] [stderr] | [INFO] [stderr] 158 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:183:9 [INFO] [stderr] | [INFO] [stderr] 183 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:193:9 [INFO] [stderr] | [INFO] [stderr] 193 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:203:9 [INFO] [stderr] | [INFO] [stderr] 203 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:208:9 [INFO] [stderr] | [INFO] [stderr] 208 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> tests/generic_guids.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | windows::foundation::IReference::::iid(), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] warning: unused import: `winrt::ComInterface` [INFO] [stderr] --> tests/generic_guids.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | use winrt::ComInterface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `winrt::AbiTransferable` [INFO] [stderr] --> tests/delegates.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use winrt::AbiTransferable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `winrt::ComInterface` [INFO] [stderr] --> tests/delegates.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use winrt::ComInterface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 42 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "126b2a07842662ef78acc85f46faa5b74feec679f19c553e7df60841c445bcee"` [INFO] running `"docker" "rm" "-f" "126b2a07842662ef78acc85f46faa5b74feec679f19c553e7df60841c445bcee"` [INFO] [stdout] 126b2a07842662ef78acc85f46faa5b74feec679f19c553e7df60841c445bcee