Sep 03 22:09:16.146 INFO checking winrt-0.3.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 22:09:16.146 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 22:09:16.146 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 22:09:16.369 INFO blam! 9708a1548dcee33b4a1cc14c96dc788101662584b88b5c4ac39eea52b3a99b5f Sep 03 22:09:16.371 INFO running `"docker" "start" "-a" "9708a1548dcee33b4a1cc14c96dc788101662584b88b5c4ac39eea52b3a99b5f"` Sep 03 22:09:17.022 INFO kablam! Compiling ole32-sys v0.2.0 Sep 03 22:09:17.022 INFO kablam! Compiling oleaut32-sys v0.2.0 Sep 03 22:09:17.023 INFO kablam! Compiling runtimeobject-sys v0.2.0 Sep 03 22:09:17.917 INFO kablam! Checking winrt v0.3.0 (file:///source) Sep 03 22:09:18.594 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 03 22:09:18.594 INFO kablam! --> examples/toast_notify.rs:9:12 Sep 03 22:09:18.594 INFO kablam! | Sep 03 22:09:18.594 INFO kablam! 9 | use winrt::windows::data::xml::dom::*; Sep 03 22:09:18.594 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 03 22:09:18.594 INFO kablam! Sep 03 22:09:18.594 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 03 22:09:18.594 INFO kablam! --> examples/toast_notify.rs:10:12 Sep 03 22:09:18.594 INFO kablam! | Sep 03 22:09:18.594 INFO kablam! 10 | use winrt::windows::ui::notifications::*; Sep 03 22:09:18.595 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 03 22:09:18.595 INFO kablam! Sep 03 22:09:18.595 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RuntimeContext` Sep 03 22:09:18.596 INFO kablam! --> examples/toast_notify.rs:13:14 Sep 03 22:09:18.596 INFO kablam! | Sep 03 22:09:18.596 INFO kablam! 13 | let rt = RuntimeContext::init(); Sep 03 22:09:18.596 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `RuntimeContext` Sep 03 22:09:18.596 INFO kablam! Sep 03 22:09:18.596 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastNotificationManager` Sep 03 22:09:18.596 INFO kablam! --> examples/toast_notify.rs:20:21 Sep 03 22:09:18.596 INFO kablam! | Sep 03 22:09:18.596 INFO kablam! 20 | let toast_xml = ToastNotificationManager::get_template_content(ToastTemplateType_ToastText02).unwrap(); Sep 03 22:09:18.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastNotificationManager` Sep 03 22:09:18.596 INFO kablam! Sep 03 22:09:18.606 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 03 22:09:18.606 INFO kablam! --> examples/test.rs:9:12 Sep 03 22:09:18.606 INFO kablam! | Sep 03 22:09:18.606 INFO kablam! 9 | use winrt::windows::foundation::*; Sep 03 22:09:18.606 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 03 22:09:18.606 INFO kablam! Sep 03 22:09:18.606 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 03 22:09:18.606 INFO kablam! --> examples/test.rs:10:12 Sep 03 22:09:18.606 INFO kablam! | Sep 03 22:09:18.606 INFO kablam! 10 | use winrt::windows::devices::enumeration::*; Sep 03 22:09:18.606 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 03 22:09:18.606 INFO kablam! Sep 03 22:09:18.606 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 03 22:09:18.607 INFO kablam! --> examples/test.rs:11:12 Sep 03 22:09:18.607 INFO kablam! | Sep 03 22:09:18.607 INFO kablam! 11 | use winrt::windows::devices::midi::*; Sep 03 22:09:18.607 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 03 22:09:18.607 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 03 22:09:18.607 INFO kablam! --> examples/toast_notify.rs:23:67 Sep 03 22:09:18.607 INFO kablam! | Sep 03 22:09:18.607 INFO kablam! 23 | let toast_text_elements = toast_xml.get_elements_by_tag_name(&FastHString::new("text")).unwrap(); Sep 03 22:09:18.607 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 03 22:09:18.607 INFO kablam! Sep 03 22:09:18.607 INFO kablam! Sep 03 22:09:18.607 INFO kablam! error[E0432]: unresolved import `w::S_OK` Sep 03 22:09:18.607 INFO kablam! --> examples/test.rs:40:13 Sep 03 22:09:18.607 INFO kablam! | Sep 03 22:09:18.607 INFO kablam! 40 | use ::w::S_OK; Sep 03 22:09:18.607 INFO kablam! | ^^^^^^^^^ no `S_OK` in the root Sep 03 22:09:18.607 INFO kablam! Sep 03 22:09:18.607 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RuntimeContext` Sep 03 22:09:18.607 INFO kablam! --> examples/test.rs:14:14 Sep 03 22:09:18.607 INFO kablam! | Sep 03 22:09:18.607 INFO kablam! 14 | let rt = RuntimeContext::init(); Sep 03 22:09:18.607 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `RuntimeContext` Sep 03 22:09:18.607 INFO kablam! Sep 03 22:09:18.608 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 03 22:09:18.608 INFO kablam! --> examples/toast_notify.rs:25:85 Sep 03 22:09:18.608 INFO kablam! | Sep 03 22:09:18.608 INFO kablam! 25 | toast_text_elements.item(0).unwrap().append_child(&*toast_xml.create_text_node(&FastHString::new("Hello from Rust!")).unwrap().query_interface::().unwrap()).unwrap(); Sep 03 22:09:18.608 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 03 22:09:18.608 INFO kablam! Sep 03 22:09:18.608 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 03 22:09:18.608 INFO kablam! --> examples/test.rs:20:16 Sep 03 22:09:18.608 INFO kablam! | Sep 03 22:09:18.608 INFO kablam! 20 | let base = FastHString::new("https://github.com"); Sep 03 22:09:18.608 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 03 22:09:18.608 INFO kablam! Sep 03 22:09:18.608 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 03 22:09:18.608 INFO kablam! --> examples/test.rs:21:20 Sep 03 22:09:18.608 INFO kablam! | Sep 03 22:09:18.608 INFO kablam! 21 | let relative = FastHString::new("contextfree/winrt-rust"); Sep 03 22:09:18.608 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 03 22:09:18.608 INFO kablam! Sep 03 22:09:18.608 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Uri` Sep 03 22:09:18.608 INFO kablam! --> examples/test.rs:22:15 Sep 03 22:09:18.608 INFO kablam! | Sep 03 22:09:18.609 INFO kablam! 22 | let uri = Uri::create_with_relative_uri(&base, &relative).unwrap(); Sep 03 22:09:18.609 INFO kablam! | ^^^ Use of undeclared type or module `Uri` Sep 03 22:09:18.609 INFO kablam! Sep 03 22:09:18.610 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 03 22:09:18.610 INFO kablam! --> examples/toast_notify.rs:26:85 Sep 03 22:09:18.610 INFO kablam! | Sep 03 22:09:18.610 INFO kablam! 26 | toast_text_elements.item(1).unwrap().append_child(&*toast_xml.create_text_node(&FastHString::new("This is some more text.")).unwrap().query_interface::().unwrap()).unwrap(); Sep 03 22:09:18.610 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 03 22:09:18.610 INFO kablam! Sep 03 22:09:18.612 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastNotification` Sep 03 22:09:18.612 INFO kablam! --> examples/toast_notify.rs:32:17 Sep 03 22:09:18.612 INFO kablam! | Sep 03 22:09:18.613 INFO kablam! 32 | let toast = ToastNotification::create_toast_notification(&*toast_xml).unwrap(); Sep 03 22:09:18.613 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastNotification` Sep 03 22:09:18.613 INFO kablam! Sep 03 22:09:18.613 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastNotificationManager` Sep 03 22:09:18.613 INFO kablam! --> examples/toast_notify.rs:35:5 Sep 03 22:09:18.613 INFO kablam! | Sep 03 22:09:18.613 INFO kablam! 35 | ToastNotificationManager::create_toast_notifier_with_id(&FastHString::new("myrustapp.exe")).unwrap().show(&*toast).unwrap(); Sep 03 22:09:18.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastNotificationManager` Sep 03 22:09:18.613 INFO kablam! Sep 03 22:09:18.613 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 03 22:09:18.613 INFO kablam! --> examples/toast_notify.rs:35:62 Sep 03 22:09:18.613 INFO kablam! | Sep 03 22:09:18.613 INFO kablam! 35 | ToastNotificationManager::create_toast_notifier_with_id(&FastHString::new("myrustapp.exe")).unwrap().show(&*toast).unwrap(); Sep 03 22:09:18.613 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 03 22:09:18.613 INFO kablam! Sep 03 22:09:18.614 INFO kablam! error[E0425]: cannot find value `ToastTemplateType_ToastText02` in this scope Sep 03 22:09:18.614 INFO kablam! --> examples/toast_notify.rs:20:68 Sep 03 22:09:18.614 INFO kablam! | Sep 03 22:09:18.614 INFO kablam! 20 | let toast_xml = ToastNotificationManager::get_template_content(ToastTemplateType_ToastText02).unwrap(); Sep 03 22:09:18.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.614 INFO kablam! Sep 03 22:09:18.614 INFO kablam! error[E0412]: cannot find type `IXmlNode` in this scope Sep 03 22:09:18.614 INFO kablam! --> examples/toast_notify.rs:25:150 Sep 03 22:09:18.614 INFO kablam! | Sep 03 22:09:18.614 INFO kablam! 25 | toast_text_elements.item(0).unwrap().append_child(&*toast_xml.create_text_node(&FastHString::new("Hello from Rust!")).unwrap().query_interface::().unwrap()).unwrap(); Sep 03 22:09:18.614 INFO kablam! | ^^^^^^^^ not found in this scope Sep 03 22:09:18.614 INFO kablam! Sep 03 22:09:18.614 INFO kablam! error[E0412]: cannot find type `IXmlNode` in this scope Sep 03 22:09:18.614 INFO kablam! --> examples/toast_notify.rs:26:157 Sep 03 22:09:18.614 INFO kablam! | Sep 03 22:09:18.614 INFO kablam! 26 | toast_text_elements.item(1).unwrap().append_child(&*toast_xml.create_text_node(&FastHString::new("This is some more text.")).unwrap().query_interface::().unwrap()).unwrap(); Sep 03 22:09:18.614 INFO kablam! | ^^^^^^^^ not found in this scope Sep 03 22:09:18.615 INFO kablam! Sep 03 22:09:18.615 INFO kablam! warning: unused import: `winrt::*` Sep 03 22:09:18.615 INFO kablam! --> examples/toast_notify.rs:8:5 Sep 03 22:09:18.615 INFO kablam! | Sep 03 22:09:18.615 INFO kablam! 8 | use winrt::*; Sep 03 22:09:18.615 INFO kablam! | ^^^^^^^^ Sep 03 22:09:18.615 INFO kablam! | Sep 03 22:09:18.615 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 22:09:18.615 INFO kablam! Sep 03 22:09:18.615 INFO kablam! warning: unused import: `winrt::windows::data::xml::dom::*` Sep 03 22:09:18.615 INFO kablam! --> examples/toast_notify.rs:9:5 Sep 03 22:09:18.615 INFO kablam! | Sep 03 22:09:18.615 INFO kablam! 9 | use winrt::windows::data::xml::dom::*; Sep 03 22:09:18.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:09:18.615 INFO kablam! Sep 03 22:09:18.615 INFO kablam! warning: unused import: `winrt::windows::ui::notifications::*` Sep 03 22:09:18.615 INFO kablam! --> examples/toast_notify.rs:10:5 Sep 03 22:09:18.615 INFO kablam! | Sep 03 22:09:18.615 INFO kablam! 10 | use winrt::windows::ui::notifications::*; Sep 03 22:09:18.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:09:18.615 INFO kablam! Sep 03 22:09:18.617 INFO kablam! error: aborting due to 13 previous errors Sep 03 22:09:18.617 INFO kablam! Sep 03 22:09:18.618 INFO kablam! Some errors occurred: E0412, E0425, E0433. Sep 03 22:09:18.618 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 03 22:09:18.621 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `MidiOutPort` Sep 03 22:09:18.622 INFO kablam! --> examples/test.rs:35:27 Sep 03 22:09:18.622 INFO kablam! | Sep 03 22:09:18.622 INFO kablam! 35 | let device_selector = MidiOutPort::get_device_selector().unwrap(); Sep 03 22:09:18.622 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `MidiOutPort` Sep 03 22:09:18.622 INFO kablam! Sep 03 22:09:18.625 INFO kablam! error: Could not compile `winrt`. Sep 03 22:09:18.625 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 22:09:18.625 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DeviceInformation` Sep 03 22:09:18.625 INFO kablam! --> examples/test.rs:44:19 Sep 03 22:09:18.625 INFO kablam! | Sep 03 22:09:18.625 INFO kablam! 44 | let res = DeviceInformation::find_all_async_aqs_filter(&wrong_deviceselector); Sep 03 22:09:18.625 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `DeviceInformation` Sep 03 22:09:18.625 INFO kablam! Sep 03 22:09:18.627 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ComPtr` Sep 03 22:09:18.627 INFO kablam! --> examples/test.rs:50:17 Sep 03 22:09:18.628 INFO kablam! | Sep 03 22:09:18.628 INFO kablam! 50 | ComPtr::wrap(res) Sep 03 22:09:18.628 INFO kablam! | ^^^^^^ Use of undeclared type or module `ComPtr` Sep 03 22:09:18.628 INFO kablam! Sep 03 22:09:18.628 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BStr` Sep 03 22:09:18.628 INFO kablam! --> examples/test.rs:58:18 Sep 03 22:09:18.628 INFO kablam! | Sep 03 22:09:18.628 INFO kablam! 58 | (BStr::wrap(description), error, BStr::wrap(restricted_description), BStr::wrap(capability_sid)) Sep 03 22:09:18.628 INFO kablam! | ^^^^ Use of undeclared type or module `BStr` Sep 03 22:09:18.628 INFO kablam! Sep 03 22:09:18.628 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BStr` Sep 03 22:09:18.628 INFO kablam! --> examples/test.rs:58:50 Sep 03 22:09:18.628 INFO kablam! | Sep 03 22:09:18.628 INFO kablam! 58 | (BStr::wrap(description), error, BStr::wrap(restricted_description), BStr::wrap(capability_sid)) Sep 03 22:09:18.628 INFO kablam! | ^^^^ Use of undeclared type or module `BStr` Sep 03 22:09:18.628 INFO kablam! Sep 03 22:09:18.628 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BStr` Sep 03 22:09:18.629 INFO kablam! --> examples/test.rs:58:86 Sep 03 22:09:18.629 INFO kablam! | Sep 03 22:09:18.629 INFO kablam! 58 | (BStr::wrap(description), error, BStr::wrap(restricted_description), BStr::wrap(capability_sid)) Sep 03 22:09:18.629 INFO kablam! | ^^^^ Use of undeclared type or module `BStr` Sep 03 22:09:18.629 INFO kablam! Sep 03 22:09:18.629 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DeviceInformation` Sep 03 22:09:18.629 INFO kablam! --> examples/test.rs:66:20 Sep 03 22:09:18.629 INFO kablam! | Sep 03 22:09:18.629 INFO kablam! 66 | let async_op = DeviceInformation::find_all_async().unwrap(); Sep 03 22:09:18.629 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `DeviceInformation` Sep 03 22:09:18.629 INFO kablam! Sep 03 22:09:18.640 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyValue` Sep 03 22:09:18.641 INFO kablam! --> examples/test.rs:123:23 Sep 03 22:09:18.641 INFO kablam! | Sep 03 22:09:18.641 INFO kablam! 123 | let boxed_array = PropertyValue::create_boolean_array(array); Sep 03 22:09:18.641 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `PropertyValue` Sep 03 22:09:18.641 INFO kablam! Sep 03 22:09:18.651 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 03 22:09:18.651 INFO kablam! --> examples/test.rs:131:16 Sep 03 22:09:18.651 INFO kablam! | Sep 03 22:09:18.651 INFO kablam! 131 | let str1 = FastHString::new("foo"); Sep 03 22:09:18.651 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 03 22:09:18.651 INFO kablam! Sep 03 22:09:18.651 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 03 22:09:18.651 INFO kablam! --> examples/test.rs:132:16 Sep 03 22:09:18.651 INFO kablam! | Sep 03 22:09:18.651 INFO kablam! 132 | let str2 = FastHString::new("bar"); Sep 03 22:09:18.651 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 03 22:09:18.651 INFO kablam! Sep 03 22:09:18.652 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyValue` Sep 03 22:09:18.652 INFO kablam! --> examples/test.rs:134:23 Sep 03 22:09:18.652 INFO kablam! | Sep 03 22:09:18.652 INFO kablam! 134 | let boxed_array = PropertyValue::create_string_array(array); Sep 03 22:09:18.652 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `PropertyValue` Sep 03 22:09:18.652 INFO kablam! Sep 03 22:09:18.665 INFO kablam! error[E0412]: cannot find type `IStringable` in this scope Sep 03 22:09:18.665 INFO kablam! --> examples/test.rs:23:52 Sep 03 22:09:18.665 INFO kablam! | Sep 03 22:09:18.665 INFO kablam! 23 | let to_string = unsafe { uri.query_interface::().unwrap().to_string().unwrap() }; Sep 03 22:09:18.665 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.666 INFO kablam! Sep 03 22:09:18.666 INFO kablam! error[E0412]: cannot find type `FastHString` in this scope Sep 03 22:09:18.666 INFO kablam! --> examples/test.rs:43:35 Sep 03 22:09:18.666 INFO kablam! | Sep 03 22:09:18.666 INFO kablam! 43 | let wrong_deviceselector: FastHString = "Foobar".into(); Sep 03 22:09:18.666 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.666 INFO kablam! Sep 03 22:09:18.666 INFO kablam! error[E0425]: cannot find function `GetRestrictedErrorInfo` in this scope Sep 03 22:09:18.666 INFO kablam! --> examples/test.rs:49:28 Sep 03 22:09:18.666 INFO kablam! | Sep 03 22:09:18.666 INFO kablam! 49 | assert_eq!(GetRestrictedErrorInfo(&mut res), S_OK); Sep 03 22:09:18.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.666 INFO kablam! Sep 03 22:09:18.666 INFO kablam! error[E0412]: cannot find type `IAsyncInfo` in this scope Sep 03 22:09:18.666 INFO kablam! --> examples/test.rs:70:42 Sep 03 22:09:18.666 INFO kablam! | Sep 03 22:09:18.666 INFO kablam! 70 | let asi = async_op.query_interface::().unwrap(); Sep 03 22:09:18.666 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 03 22:09:18.666 INFO kablam! Sep 03 22:09:18.666 INFO kablam! error[E0412]: cannot find type `IUnknown` in this scope Sep 03 22:09:18.667 INFO kablam! --> examples/test.rs:73:46 Sep 03 22:09:18.667 INFO kablam! | Sep 03 22:09:18.667 INFO kablam! 73 | let unknown = async_op.query_interface::().unwrap(); Sep 03 22:09:18.667 INFO kablam! | ^^^^^^^^ not found in this scope Sep 03 22:09:18.667 INFO kablam! Sep 03 22:09:18.667 INFO kablam! error[E0412]: cannot find type `IUnknown` in this scope Sep 03 22:09:18.667 INFO kablam! --> examples/test.rs:76:41 Sep 03 22:09:18.667 INFO kablam! | Sep 03 22:09:18.667 INFO kablam! 76 | let unknown = asi.query_interface::().unwrap(); Sep 03 22:09:18.667 INFO kablam! | ^^^^^^^^ not found in this scope Sep 03 22:09:18.667 INFO kablam! Sep 03 22:09:18.667 INFO kablam! error[E0412]: cannot find type `IPropertyValue` in this scope Sep 03 22:09:18.667 INFO kablam! --> examples/test.rs:124:62 Sep 03 22:09:18.667 INFO kablam! | Sep 03 22:09:18.667 INFO kablam! 124 | let boxed_array = boxed_array.unwrap().query_interface::().unwrap(); Sep 03 22:09:18.667 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.667 INFO kablam! Sep 03 22:09:18.667 INFO kablam! error[E0425]: cannot find value `PropertyType_BooleanArray` in this scope Sep 03 22:09:18.667 INFO kablam! --> examples/test.rs:125:60 Sep 03 22:09:18.667 INFO kablam! | Sep 03 22:09:18.668 INFO kablam! 125 | assert_eq!(unsafe { boxed_array.get_type().unwrap() }, PropertyType_BooleanArray); Sep 03 22:09:18.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.668 INFO kablam! Sep 03 22:09:18.668 INFO kablam! error[E0412]: cannot find type `IReferenceArray` in this scope Sep 03 22:09:18.668 INFO kablam! --> examples/test.rs:126:53 Sep 03 22:09:18.668 INFO kablam! | Sep 03 22:09:18.668 INFO kablam! 126 | let boxed_array = boxed_array.query_interface::>().unwrap(); Sep 03 22:09:18.668 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.668 INFO kablam! Sep 03 22:09:18.668 INFO kablam! error[E0412]: cannot find type `IPropertyValue` in this scope Sep 03 22:09:18.668 INFO kablam! --> examples/test.rs:135:62 Sep 03 22:09:18.668 INFO kablam! | Sep 03 22:09:18.668 INFO kablam! 135 | let boxed_array = boxed_array.unwrap().query_interface::().unwrap(); Sep 03 22:09:18.668 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.668 INFO kablam! Sep 03 22:09:18.668 INFO kablam! error[E0425]: cannot find value `PropertyType_StringArray` in this scope Sep 03 22:09:18.668 INFO kablam! --> examples/test.rs:136:60 Sep 03 22:09:18.668 INFO kablam! | Sep 03 22:09:18.668 INFO kablam! 136 | assert_eq!(unsafe { boxed_array.get_type().unwrap() }, PropertyType_StringArray); Sep 03 22:09:18.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.668 INFO kablam! Sep 03 22:09:18.669 INFO kablam! error[E0412]: cannot find type `IReferenceArray` in this scope Sep 03 22:09:18.669 INFO kablam! --> examples/test.rs:137:53 Sep 03 22:09:18.669 INFO kablam! | Sep 03 22:09:18.669 INFO kablam! 137 | let boxed_array = boxed_array.query_interface::>().unwrap(); Sep 03 22:09:18.669 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 03 22:09:18.669 INFO kablam! Sep 03 22:09:18.669 INFO kablam! error[E0412]: cannot find type `HString` in this scope Sep 03 22:09:18.669 INFO kablam! --> examples/test.rs:137:69 Sep 03 22:09:18.669 INFO kablam! | Sep 03 22:09:18.669 INFO kablam! 137 | let boxed_array = boxed_array.query_interface::>().unwrap(); Sep 03 22:09:18.669 INFO kablam! | ^^^^^^^ did you mean `String`? Sep 03 22:09:18.669 INFO kablam! Sep 03 22:09:18.669 INFO kablam! warning: unused import: `winrt::*` Sep 03 22:09:18.669 INFO kablam! --> examples/test.rs:8:5 Sep 03 22:09:18.669 INFO kablam! | Sep 03 22:09:18.669 INFO kablam! 8 | use winrt::*; Sep 03 22:09:18.669 INFO kablam! | ^^^^^^^^ Sep 03 22:09:18.669 INFO kablam! | Sep 03 22:09:18.669 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 22:09:18.669 INFO kablam! Sep 03 22:09:18.670 INFO kablam! warning: unused import: `winrt::windows::foundation::*` Sep 03 22:09:18.670 INFO kablam! --> examples/test.rs:9:5 Sep 03 22:09:18.670 INFO kablam! | Sep 03 22:09:18.670 INFO kablam! 9 | use winrt::windows::foundation::*; Sep 03 22:09:18.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:09:18.670 INFO kablam! Sep 03 22:09:18.670 INFO kablam! warning: unused import: `winrt::windows::devices::enumeration::*` Sep 03 22:09:18.670 INFO kablam! --> examples/test.rs:10:5 Sep 03 22:09:18.670 INFO kablam! | Sep 03 22:09:18.670 INFO kablam! 10 | use winrt::windows::devices::enumeration::*; Sep 03 22:09:18.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:09:18.670 INFO kablam! Sep 03 22:09:18.670 INFO kablam! warning: unused import: `winrt::windows::devices::midi::*` Sep 03 22:09:18.670 INFO kablam! --> examples/test.rs:11:5 Sep 03 22:09:18.670 INFO kablam! | Sep 03 22:09:18.670 INFO kablam! 11 | use winrt::windows::devices::midi::*; Sep 03 22:09:18.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 22:09:18.670 INFO kablam! Sep 03 22:09:18.670 INFO kablam! warning: unused import: `runtimeobject::*` Sep 03 22:09:18.671 INFO kablam! --> examples/test.rs:39:13 Sep 03 22:09:18.671 INFO kablam! | Sep 03 22:09:18.671 INFO kablam! 39 | use runtimeobject::*; Sep 03 22:09:18.671 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 22:09:18.671 INFO kablam! Sep 03 22:09:18.923 INFO kablam! error: aborting due to 32 previous errors Sep 03 22:09:18.924 INFO kablam! Sep 03 22:09:18.924 INFO kablam! Some errors occurred: E0412, E0425, E0432, E0433. Sep 03 22:09:18.924 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 03 22:09:18.931 INFO kablam! error: Could not compile `winrt`. Sep 03 22:09:18.931 INFO kablam! Sep 03 22:09:18.931 INFO kablam! To learn more, run the command again with --verbose. Sep 03 22:09:18.932 INFO kablam! su: No module specific data is present Sep 03 22:09:19.315 INFO running `"docker" "rm" "-f" "9708a1548dcee33b4a1cc14c96dc788101662584b88b5c4ac39eea52b3a99b5f"` Sep 03 22:09:19.448 INFO blam! 9708a1548dcee33b4a1cc14c96dc788101662584b88b5c4ac39eea52b3a99b5f