Sep 01 18:54:39.119 INFO checking winrt-0.5.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 18:54:39.120 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 18:54:39.120 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 18:54:39.298 INFO blam! 3c3f5d70958c7de90b28490891b2b9b8cd7b0e0fd1f8e4dcbdfe0bc107306249 Sep 01 18:54:39.300 INFO running `"docker" "start" "-a" "3c3f5d70958c7de90b28490891b2b9b8cd7b0e0fd1f8e4dcbdfe0bc107306249"` Sep 01 18:54:39.939 INFO kablam! Compiling winapi v0.3.5 Sep 01 18:54:42.102 INFO kablam! Checking winrt v0.5.0 (file:///source) Sep 01 18:54:42.719 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 01 18:54:42.719 INFO kablam! --> examples/toast_notify.rs:9:12 Sep 01 18:54:42.719 INFO kablam! | Sep 01 18:54:42.719 INFO kablam! 9 | use winrt::windows::data::xml::dom::*; Sep 01 18:54:42.719 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 01 18:54:42.719 INFO kablam! Sep 01 18:54:42.719 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 01 18:54:42.719 INFO kablam! --> examples/toast_notify.rs:10:12 Sep 01 18:54:42.719 INFO kablam! | Sep 01 18:54:42.719 INFO kablam! 10 | use winrt::windows::ui::notifications::*; Sep 01 18:54:42.720 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 01 18:54:42.720 INFO kablam! Sep 01 18:54:42.721 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RuntimeContext` Sep 01 18:54:42.721 INFO kablam! --> examples/toast_notify.rs:13:14 Sep 01 18:54:42.721 INFO kablam! | Sep 01 18:54:42.722 INFO kablam! 13 | let rt = RuntimeContext::init(); Sep 01 18:54:42.722 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `RuntimeContext` Sep 01 18:54:42.722 INFO kablam! Sep 01 18:54:42.722 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastNotificationManager` Sep 01 18:54:42.722 INFO kablam! --> examples/toast_notify.rs:20:21 Sep 01 18:54:42.722 INFO kablam! | Sep 01 18:54:42.722 INFO kablam! 20 | let toast_xml = ToastNotificationManager::get_template_content(ToastTemplateType::ToastText02).unwrap().unwrap(); Sep 01 18:54:42.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastNotificationManager` Sep 01 18:54:42.722 INFO kablam! Sep 01 18:54:42.722 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 01 18:54:42.722 INFO kablam! --> examples/test.rs:7:12 Sep 01 18:54:42.722 INFO kablam! | Sep 01 18:54:42.722 INFO kablam! 7 | use winrt::windows::foundation::*; Sep 01 18:54:42.722 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 01 18:54:42.722 INFO kablam! Sep 01 18:54:42.722 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastTemplateType` Sep 01 18:54:42.722 INFO kablam! --> examples/toast_notify.rs:20:68 Sep 01 18:54:42.722 INFO kablam! | Sep 01 18:54:42.722 INFO kablam! 20 | let toast_xml = ToastNotificationManager::get_template_content(ToastTemplateType::ToastText02).unwrap().unwrap(); Sep 01 18:54:42.722 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastTemplateType` Sep 01 18:54:42.722 INFO kablam! Sep 01 18:54:42.722 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 01 18:54:42.722 INFO kablam! --> examples/test.rs:8:12 Sep 01 18:54:42.722 INFO kablam! | Sep 01 18:54:42.722 INFO kablam! 8 | use winrt::windows::foundation::collections::*; Sep 01 18:54:42.723 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 01 18:54:42.723 INFO kablam! Sep 01 18:54:42.723 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.723 INFO kablam! --> examples/toast_notify.rs:23:67 Sep 01 18:54:42.723 INFO kablam! | Sep 01 18:54:42.723 INFO kablam! 23 | let toast_text_elements = toast_xml.get_elements_by_tag_name(&FastHString::new("text")).unwrap().unwrap(); Sep 01 18:54:42.723 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.723 INFO kablam! Sep 01 18:54:42.723 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 01 18:54:42.723 INFO kablam! --> examples/test.rs:9:12 Sep 01 18:54:42.723 INFO kablam! | Sep 01 18:54:42.723 INFO kablam! 9 | use winrt::windows::devices::enumeration::*; Sep 01 18:54:42.723 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 01 18:54:42.723 INFO kablam! Sep 01 18:54:42.723 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 01 18:54:42.723 INFO kablam! --> examples/test.rs:10:12 Sep 01 18:54:42.723 INFO kablam! | Sep 01 18:54:42.723 INFO kablam! 10 | use winrt::windows::devices::midi::*; Sep 01 18:54:42.723 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 01 18:54:42.723 INFO kablam! Sep 01 18:54:42.723 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.723 INFO kablam! --> examples/toast_notify.rs:25:94 Sep 01 18:54:42.723 INFO kablam! | Sep 01 18:54:42.723 INFO kablam! 25 | toast_text_elements.item(0).unwrap().unwrap().append_child(&*toast_xml.create_text_node(&FastHString::new("Hello from Rust!")).unwrap().unwrap().query_interface::().unwrap()).unwrap(); Sep 01 18:54:42.723 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.724 INFO kablam! Sep 01 18:54:42.724 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 01 18:54:42.724 INFO kablam! --> examples/test.rs:11:12 Sep 01 18:54:42.724 INFO kablam! | Sep 01 18:54:42.724 INFO kablam! 11 | use winrt::windows::storage::*; Sep 01 18:54:42.724 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 01 18:54:42.724 INFO kablam! Sep 01 18:54:42.724 INFO kablam! error[E0433]: failed to resolve. Could not find `shared` in `w` Sep 01 18:54:42.724 INFO kablam! --> examples/test.rs:39:16 Sep 01 18:54:42.724 INFO kablam! | Sep 01 18:54:42.724 INFO kablam! 39 | use w::shared::winerror::S_OK; Sep 01 18:54:42.724 INFO kablam! | ^^^^^^ Could not find `shared` in `w` Sep 01 18:54:42.724 INFO kablam! Sep 01 18:54:42.724 INFO kablam! error[E0433]: failed to resolve. Could not find `winrt` in `w` Sep 01 18:54:42.724 INFO kablam! --> examples/test.rs:40:16 Sep 01 18:54:42.724 INFO kablam! | Sep 01 18:54:42.724 INFO kablam! 40 | use w::winrt::roerrorapi::GetRestrictedErrorInfo; Sep 01 18:54:42.724 INFO kablam! | ^^^^^ Could not find `winrt` in `w` Sep 01 18:54:42.724 INFO kablam! Sep 01 18:54:42.724 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RuntimeContext` Sep 01 18:54:42.724 INFO kablam! --> examples/test.rs:14:14 Sep 01 18:54:42.724 INFO kablam! | Sep 01 18:54:42.724 INFO kablam! 14 | let rt = RuntimeContext::init(); Sep 01 18:54:42.724 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `RuntimeContext` Sep 01 18:54:42.724 INFO kablam! Sep 01 18:54:42.725 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.725 INFO kablam! --> examples/test.rs:20:16 Sep 01 18:54:42.725 INFO kablam! | Sep 01 18:54:42.725 INFO kablam! 20 | let base = FastHString::new("https://github.com"); Sep 01 18:54:42.725 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.725 INFO kablam! Sep 01 18:54:42.725 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.725 INFO kablam! --> examples/test.rs:21:20 Sep 01 18:54:42.725 INFO kablam! | Sep 01 18:54:42.725 INFO kablam! 21 | let relative = FastHString::new("contextfree/winrt-rust"); Sep 01 18:54:42.725 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.725 INFO kablam! Sep 01 18:54:42.725 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Uri` Sep 01 18:54:42.725 INFO kablam! --> examples/test.rs:22:15 Sep 01 18:54:42.725 INFO kablam! | Sep 01 18:54:42.725 INFO kablam! 22 | let uri = Uri::create_with_relative_uri(&base, &relative).unwrap(); Sep 01 18:54:42.725 INFO kablam! | ^^^ Use of undeclared type or module `Uri` Sep 01 18:54:42.725 INFO kablam! Sep 01 18:54:42.732 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.733 INFO kablam! --> examples/toast_notify.rs:26:94 Sep 01 18:54:42.733 INFO kablam! | Sep 01 18:54:42.733 INFO kablam! 26 | toast_text_elements.item(1).unwrap().unwrap().append_child(&*toast_xml.create_text_node(&FastHString::new("This is some more text.")).unwrap().unwrap().query_interface::().unwrap()).unwrap(); Sep 01 18:54:42.733 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.733 INFO kablam! Sep 01 18:54:42.734 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `MidiOutPort` Sep 01 18:54:42.734 INFO kablam! --> examples/test.rs:35:27 Sep 01 18:54:42.734 INFO kablam! | Sep 01 18:54:42.734 INFO kablam! 35 | let device_selector = MidiOutPort::get_device_selector().unwrap(); Sep 01 18:54:42.734 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `MidiOutPort` Sep 01 18:54:42.735 INFO kablam! Sep 01 18:54:42.737 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastNotification` Sep 01 18:54:42.737 INFO kablam! --> examples/toast_notify.rs:32:17 Sep 01 18:54:42.737 INFO kablam! | Sep 01 18:54:42.737 INFO kablam! 32 | let toast = ToastNotification::create_toast_notification(&*toast_xml).unwrap(); Sep 01 18:54:42.737 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastNotification` Sep 01 18:54:42.737 INFO kablam! Sep 01 18:54:42.737 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastNotificationManager` Sep 01 18:54:42.737 INFO kablam! --> examples/toast_notify.rs:35:5 Sep 01 18:54:42.737 INFO kablam! | Sep 01 18:54:42.737 INFO kablam! 35 | ToastNotificationManager::create_toast_notifier_with_id(&FastHString::new("{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\\WindowsPowerShell\\v1.0\\powershell.exe")).unwrap().unwrap().show(&*toast).unwrap(); Sep 01 18:54:42.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastNotificationManager` Sep 01 18:54:42.737 INFO kablam! Sep 01 18:54:42.737 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.737 INFO kablam! --> examples/toast_notify.rs:35:62 Sep 01 18:54:42.737 INFO kablam! | Sep 01 18:54:42.738 INFO kablam! 35 | ToastNotificationManager::create_toast_notifier_with_id(&FastHString::new("{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\\WindowsPowerShell\\v1.0\\powershell.exe")).unwrap().unwrap().show(&*toast).unwrap(); Sep 01 18:54:42.738 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.738 INFO kablam! Sep 01 18:54:42.738 INFO kablam! error[E0412]: cannot find type `IXmlNode` in this scope Sep 01 18:54:42.738 INFO kablam! --> examples/toast_notify.rs:25:168 Sep 01 18:54:42.738 INFO kablam! | Sep 01 18:54:42.738 INFO kablam! 25 | toast_text_elements.item(0).unwrap().unwrap().append_child(&*toast_xml.create_text_node(&FastHString::new("Hello from Rust!")).unwrap().unwrap().query_interface::().unwrap()).unwrap(); Sep 01 18:54:42.738 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 18:54:42.738 INFO kablam! Sep 01 18:54:42.738 INFO kablam! error[E0412]: cannot find type `IXmlNode` in this scope Sep 01 18:54:42.738 INFO kablam! --> examples/toast_notify.rs:26:175 Sep 01 18:54:42.738 INFO kablam! | Sep 01 18:54:42.738 INFO kablam! 26 | toast_text_elements.item(1).unwrap().unwrap().append_child(&*toast_xml.create_text_node(&FastHString::new("This is some more text.")).unwrap().unwrap().query_interface::().unwrap()).unwrap(); Sep 01 18:54:42.738 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 18:54:42.738 INFO kablam! Sep 01 18:54:42.738 INFO kablam! warning: unused import: `winrt::*` Sep 01 18:54:42.739 INFO kablam! --> examples/toast_notify.rs:8:5 Sep 01 18:54:42.739 INFO kablam! | Sep 01 18:54:42.739 INFO kablam! 8 | use winrt::*; Sep 01 18:54:42.739 INFO kablam! | ^^^^^^^^ Sep 01 18:54:42.739 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DeviceInformation` Sep 01 18:54:42.739 INFO kablam! --> examples/test.rs:44:19 Sep 01 18:54:42.739 INFO kablam! | Sep 01 18:54:42.739 INFO kablam! 44 | let res = DeviceInformation::find_all_async_aqs_filter(&wrong_deviceselector); Sep 01 18:54:42.739 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `DeviceInformation` Sep 01 18:54:42.739 INFO kablam! | Sep 01 18:54:42.739 INFO kablam! Sep 01 18:54:42.739 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:54:42.739 INFO kablam! Sep 01 18:54:42.739 INFO kablam! warning: unused import: `winrt::windows::data::xml::dom::*` Sep 01 18:54:42.739 INFO kablam! --> examples/toast_notify.rs:9:5 Sep 01 18:54:42.739 INFO kablam! | Sep 01 18:54:42.739 INFO kablam! 9 | use winrt::windows::data::xml::dom::*; Sep 01 18:54:42.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.740 INFO kablam! Sep 01 18:54:42.740 INFO kablam! warning: unused import: `winrt::windows::ui::notifications::*` Sep 01 18:54:42.740 INFO kablam! --> examples/toast_notify.rs:10:5 Sep 01 18:54:42.740 INFO kablam! | Sep 01 18:54:42.740 INFO kablam! 10 | use winrt::windows::ui::notifications::*; Sep 01 18:54:42.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.740 INFO kablam! Sep 01 18:54:42.740 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ComPtr` Sep 01 18:54:42.740 INFO kablam! --> examples/test.rs:50:17 Sep 01 18:54:42.740 INFO kablam! | Sep 01 18:54:42.740 INFO kablam! 50 | ComPtr::wrap(res) Sep 01 18:54:42.740 INFO kablam! | ^^^^^^ Use of undeclared type or module `ComPtr` Sep 01 18:54:42.740 INFO kablam! Sep 01 18:54:42.741 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BStr` Sep 01 18:54:42.741 INFO kablam! --> examples/test.rs:58:18 Sep 01 18:54:42.741 INFO kablam! | Sep 01 18:54:42.741 INFO kablam! 58 | (BStr::wrap(description), error, BStr::wrap(restricted_description), BStr::wrap(capability_sid)) Sep 01 18:54:42.741 INFO kablam! | ^^^^ Use of undeclared type or module `BStr` Sep 01 18:54:42.741 INFO kablam! Sep 01 18:54:42.741 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BStr` Sep 01 18:54:42.741 INFO kablam! --> examples/test.rs:58:50 Sep 01 18:54:42.741 INFO kablam! | Sep 01 18:54:42.742 INFO kablam! 58 | (BStr::wrap(description), error, BStr::wrap(restricted_description), BStr::wrap(capability_sid)) Sep 01 18:54:42.742 INFO kablam! | ^^^^ Use of undeclared type or module `BStr` Sep 01 18:54:42.742 INFO kablam! Sep 01 18:54:42.742 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BStr` Sep 01 18:54:42.742 INFO kablam! --> examples/test.rs:58:86 Sep 01 18:54:42.742 INFO kablam! | Sep 01 18:54:42.742 INFO kablam! 58 | (BStr::wrap(description), error, BStr::wrap(restricted_description), BStr::wrap(capability_sid)) Sep 01 18:54:42.742 INFO kablam! | ^^^^ Use of undeclared type or module `BStr` Sep 01 18:54:42.742 INFO kablam! Sep 01 18:54:42.742 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DeviceInformation` Sep 01 18:54:42.742 INFO kablam! --> examples/test.rs:66:20 Sep 01 18:54:42.742 INFO kablam! | Sep 01 18:54:42.742 INFO kablam! 66 | let async_op = DeviceInformation::find_all_async().unwrap(); Sep 01 18:54:42.742 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `DeviceInformation` Sep 01 18:54:42.742 INFO kablam! Sep 01 18:54:42.742 INFO kablam! error: aborting due to 13 previous errors Sep 01 18:54:42.742 INFO kablam! Sep 01 18:54:42.742 INFO kablam! Some errors occurred: E0412, E0433. Sep 01 18:54:42.742 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 18:54:42.747 INFO kablam! error: Could not compile `winrt`. Sep 01 18:54:42.747 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:54:42.750 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 01 18:54:42.751 INFO kablam! --> examples/hexdump.rs:10:12 Sep 01 18:54:42.751 INFO kablam! | Sep 01 18:54:42.751 INFO kablam! 10 | use winrt::windows::foundation::*; Sep 01 18:54:42.751 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 01 18:54:42.751 INFO kablam! Sep 01 18:54:42.751 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 01 18:54:42.751 INFO kablam! --> examples/hexdump.rs:11:12 Sep 01 18:54:42.751 INFO kablam! | Sep 01 18:54:42.751 INFO kablam! 11 | use winrt::windows::storage::*; Sep 01 18:54:42.751 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 01 18:54:42.751 INFO kablam! Sep 01 18:54:42.751 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RuntimeContext` Sep 01 18:54:42.751 INFO kablam! --> examples/hexdump.rs:14:14 Sep 01 18:54:42.751 INFO kablam! | Sep 01 18:54:42.751 INFO kablam! 14 | let rt = RuntimeContext::init(); Sep 01 18:54:42.751 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `RuntimeContext` Sep 01 18:54:42.751 INFO kablam! Sep 01 18:54:42.751 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `StorageFile` Sep 01 18:54:42.751 INFO kablam! --> examples/hexdump.rs:27:16 Sep 01 18:54:42.751 INFO kablam! | Sep 01 18:54:42.752 INFO kablam! 27 | let file = StorageFile::get_file_from_path_async(&*FastHString::new(&exe_path_str)).unwrap().blocking_get().expect("get_file_from_path_async failed").unwrap(); Sep 01 18:54:42.752 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `StorageFile` Sep 01 18:54:42.752 INFO kablam! Sep 01 18:54:42.752 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.752 INFO kablam! --> examples/hexdump.rs:27:56 Sep 01 18:54:42.752 INFO kablam! | Sep 01 18:54:42.752 INFO kablam! 27 | let file = StorageFile::get_file_from_path_async(&*FastHString::new(&exe_path_str)).unwrap().blocking_get().expect("get_file_from_path_async failed").unwrap(); Sep 01 18:54:42.752 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.752 INFO kablam! Sep 01 18:54:42.752 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyValue` Sep 01 18:54:42.752 INFO kablam! --> examples/test.rs:125:23 Sep 01 18:54:42.752 INFO kablam! | Sep 01 18:54:42.752 INFO kablam! 125 | let boxed_array = PropertyValue::create_boolean_array(array).unwrap().unwrap(); Sep 01 18:54:42.752 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `PropertyValue` Sep 01 18:54:42.752 INFO kablam! Sep 01 18:54:42.755 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyType` Sep 01 18:54:42.755 INFO kablam! --> examples/test.rs:127:49 Sep 01 18:54:42.755 INFO kablam! | Sep 01 18:54:42.755 INFO kablam! 127 | assert_eq!(boxed_array.get_type().unwrap(), PropertyType::BooleanArray); Sep 01 18:54:42.755 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `PropertyType` Sep 01 18:54:42.755 INFO kablam! Sep 01 18:54:42.758 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.758 INFO kablam! --> examples/test.rs:133:16 Sep 01 18:54:42.758 INFO kablam! | Sep 01 18:54:42.758 INFO kablam! 133 | let str1 = FastHString::new("foo"); Sep 01 18:54:42.758 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.758 INFO kablam! Sep 01 18:54:42.758 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.758 INFO kablam! --> examples/test.rs:134:16 Sep 01 18:54:42.758 INFO kablam! | Sep 01 18:54:42.758 INFO kablam! 134 | let str2 = FastHString::new("bar"); Sep 01 18:54:42.758 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.758 INFO kablam! Sep 01 18:54:42.758 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyValue` Sep 01 18:54:42.758 INFO kablam! --> examples/test.rs:136:23 Sep 01 18:54:42.758 INFO kablam! | Sep 01 18:54:42.759 INFO kablam! 136 | let boxed_array = PropertyValue::create_string_array(array).unwrap().unwrap(); Sep 01 18:54:42.759 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `PropertyValue` Sep 01 18:54:42.759 INFO kablam! Sep 01 18:54:42.761 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyType` Sep 01 18:54:42.761 INFO kablam! --> examples/test.rs:138:49 Sep 01 18:54:42.761 INFO kablam! | Sep 01 18:54:42.761 INFO kablam! 138 | assert_eq!(boxed_array.get_type().unwrap(), PropertyType::StringArray); Sep 01 18:54:42.761 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `PropertyType` Sep 01 18:54:42.761 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `streams` Sep 01 18:54:42.761 INFO kablam! --> examples/hexdump.rs:31:47 Sep 01 18:54:42.761 INFO kablam! | Sep 01 18:54:42.761 INFO kablam! 31 | let input_stream = file.query_interface::().unwrap().open_sequential_read_async().unwrap().blocking_get().unwrap().unwrap(); Sep 01 18:54:42.761 INFO kablam! | ^^^^^^^ Use of undeclared type or module `streams` Sep 01 18:54:42.761 INFO kablam! Sep 01 18:54:42.761 INFO kablam! Sep 01 18:54:42.761 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `streams` Sep 01 18:54:42.762 INFO kablam! --> examples/hexdump.rs:33:23 Sep 01 18:54:42.762 INFO kablam! | Sep 01 18:54:42.762 INFO kablam! 33 | let data_reader = streams::DataReader::create_data_reader(&input_stream).unwrap(); Sep 01 18:54:42.762 INFO kablam! | ^^^^^^^ Use of undeclared type or module `streams` Sep 01 18:54:42.762 INFO kablam! Sep 01 18:54:42.767 INFO kablam! error[E0412]: cannot find type `IStorageItem` in this scope Sep 01 18:54:42.768 INFO kablam! --> examples/hexdump.rs:28:57 Sep 01 18:54:42.768 INFO kablam! | Sep 01 18:54:42.768 INFO kablam! 28 | println!("Dumping file: {}", file.query_interface::().unwrap().get_path().unwrap()); Sep 01 18:54:42.768 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.768 INFO kablam! Sep 01 18:54:42.768 INFO kablam! error[E0412]: cannot find type `IClosable` in this scope Sep 01 18:54:42.768 INFO kablam! --> examples/hexdump.rs:71:35 Sep 01 18:54:42.768 INFO kablam! | Sep 01 18:54:42.768 INFO kablam! 71 | data_reader.query_interface::().unwrap().close().unwrap(); Sep 01 18:54:42.768 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 18:54:42.768 INFO kablam! Sep 01 18:54:42.768 INFO kablam! error[E0412]: cannot find type `IClosable` in this scope Sep 01 18:54:42.768 INFO kablam! --> examples/hexdump.rs:72:36 Sep 01 18:54:42.768 INFO kablam! | Sep 01 18:54:42.768 INFO kablam! 72 | input_stream.query_interface::().unwrap().close().unwrap(); Sep 01 18:54:42.768 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 01 18:54:42.768 INFO kablam! Sep 01 18:54:42.768 INFO kablam! warning: unused import: `winrt::*` Sep 01 18:54:42.768 INFO kablam! --> examples/hexdump.rs:9:5 Sep 01 18:54:42.768 INFO kablam! | Sep 01 18:54:42.769 INFO kablam! 9 | use winrt::*; Sep 01 18:54:42.769 INFO kablam! | ^^^^^^^^ Sep 01 18:54:42.769 INFO kablam! | Sep 01 18:54:42.769 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:54:42.769 INFO kablam! Sep 01 18:54:42.769 INFO kablam! warning: unused import: `winrt::windows::foundation::*` Sep 01 18:54:42.769 INFO kablam! --> examples/hexdump.rs:10:5 Sep 01 18:54:42.769 INFO kablam! | Sep 01 18:54:42.769 INFO kablam! 10 | use winrt::windows::foundation::*; Sep 01 18:54:42.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.769 INFO kablam! Sep 01 18:54:42.769 INFO kablam! warning: unused import: `winrt::windows::storage::*` Sep 01 18:54:42.769 INFO kablam! --> examples/hexdump.rs:11:5 Sep 01 18:54:42.769 INFO kablam! | Sep 01 18:54:42.769 INFO kablam! 11 | use winrt::windows::storage::*; Sep 01 18:54:42.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.769 INFO kablam! Sep 01 18:54:42.769 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `StorageFile` Sep 01 18:54:42.769 INFO kablam! --> examples/test.rs:155:16 Sep 01 18:54:42.769 INFO kablam! | Sep 01 18:54:42.769 INFO kablam! 155 | let file = StorageFile::get_file_from_path_async(&*FastHString::new(&exe_path_str)).unwrap().blocking_get().expect("get_file_from_path_async failed").unwrap(); Sep 01 18:54:42.769 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `StorageFile` Sep 01 18:54:42.770 INFO kablam! Sep 01 18:54:42.770 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.770 INFO kablam! --> examples/test.rs:155:56 Sep 01 18:54:42.770 INFO kablam! | Sep 01 18:54:42.770 INFO kablam! 155 | let file = StorageFile::get_file_from_path_async(&*FastHString::new(&exe_path_str)).unwrap().blocking_get().expect("get_file_from_path_async failed").unwrap(); Sep 01 18:54:42.770 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.770 INFO kablam! Sep 01 18:54:42.774 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.774 INFO kablam! --> examples/test.rs:164:51 Sep 01 18:54:42.774 INFO kablam! | Sep 01 18:54:42.774 INFO kablam! 164 | let txt_file = exe_folder.create_file_async(&*FastHString::new("__test_file.txt"), CreationCollisionOption::ReplaceExisting).unwrap().blocking_get().expect("create_file_async failed").unwrap(); Sep 01 18:54:42.774 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.775 INFO kablam! Sep 01 18:54:42.775 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CreationCollisionOption` Sep 01 18:54:42.775 INFO kablam! --> examples/test.rs:164:88 Sep 01 18:54:42.775 INFO kablam! | Sep 01 18:54:42.775 INFO kablam! 164 | let txt_file = exe_folder.create_file_async(&*FastHString::new("__test_file.txt"), CreationCollisionOption::ReplaceExisting).unwrap().blocking_get().expect("create_file_async failed").unwrap(); Sep 01 18:54:42.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CreationCollisionOption` Sep 01 18:54:42.775 INFO kablam! Sep 01 18:54:42.779 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileIO` Sep 01 18:54:42.779 INFO kablam! --> examples/test.rs:166:5 Sep 01 18:54:42.779 INFO kablam! | Sep 01 18:54:42.779 INFO kablam! 166 | FileIO::append_text_async(&txt_file, &*FastHString::new("This is a test\nand a second line.")).unwrap().blocking_wait(); Sep 01 18:54:42.779 INFO kablam! | ^^^^^^ Use of undeclared type or module `FileIO` Sep 01 18:54:42.779 INFO kablam! Sep 01 18:54:42.779 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.779 INFO kablam! --> examples/test.rs:166:44 Sep 01 18:54:42.779 INFO kablam! | Sep 01 18:54:42.780 INFO kablam! 166 | FileIO::append_text_async(&txt_file, &*FastHString::new("This is a test\nand a second line.")).unwrap().blocking_wait(); Sep 01 18:54:42.780 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.780 INFO kablam! Sep 01 18:54:42.789 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileIO` Sep 01 18:54:42.789 INFO kablam! --> examples/test.rs:167:47 Sep 01 18:54:42.790 INFO kablam! | Sep 01 18:54:42.790 INFO kablam! 167 | let mut lines: ComPtr> = FileIO::read_lines_async(&txt_file).unwrap().blocking_get().expect("read_lines_async failed").unwrap(); Sep 01 18:54:42.790 INFO kablam! | ^^^^^^ Use of undeclared type or module `FileIO` Sep 01 18:54:42.790 INFO kablam! Sep 01 18:54:42.790 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 01 18:54:42.790 INFO kablam! --> examples/test.rs:170:20 Sep 01 18:54:42.790 INFO kablam! | Sep 01 18:54:42.791 INFO kablam! 170 | lines.append(&*FastHString::new("The third line, added later")).expect("append failed"); Sep 01 18:54:42.791 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 01 18:54:42.791 INFO kablam! Sep 01 18:54:42.791 INFO kablam! error[E0412]: cannot find type `IStringable` in this scope Sep 01 18:54:42.791 INFO kablam! --> examples/test.rs:23:43 Sep 01 18:54:42.791 INFO kablam! | Sep 01 18:54:42.791 INFO kablam! 23 | let to_string = uri.query_interface::().unwrap().to_string().unwrap(); Sep 01 18:54:42.791 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.791 INFO kablam! Sep 01 18:54:42.791 INFO kablam! error[E0412]: cannot find type `FastHString` in this scope Sep 01 18:54:42.791 INFO kablam! --> examples/test.rs:43:35 Sep 01 18:54:42.791 INFO kablam! | Sep 01 18:54:42.791 INFO kablam! 43 | let wrong_deviceselector: FastHString = "Foobar".into(); Sep 01 18:54:42.791 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.791 INFO kablam! Sep 01 18:54:42.791 INFO kablam! error[E0425]: cannot find function `GetRestrictedErrorInfo` in this scope Sep 01 18:54:42.791 INFO kablam! --> examples/test.rs:49:28 Sep 01 18:54:42.792 INFO kablam! | Sep 01 18:54:42.792 INFO kablam! 49 | assert_eq!(GetRestrictedErrorInfo(&mut res), S_OK); Sep 01 18:54:42.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.792 INFO kablam! Sep 01 18:54:42.792 INFO kablam! error[E0425]: cannot find value `S_OK` in this scope Sep 01 18:54:42.792 INFO kablam! --> examples/test.rs:49:62 Sep 01 18:54:42.792 INFO kablam! | Sep 01 18:54:42.792 INFO kablam! 49 | assert_eq!(GetRestrictedErrorInfo(&mut res), S_OK); Sep 01 18:54:42.792 INFO kablam! | ^^^^ not found in this scope Sep 01 18:54:42.792 INFO kablam! Sep 01 18:54:42.792 INFO kablam! error[E0425]: cannot find value `S_OK` in this scope Sep 01 18:54:42.792 INFO kablam! --> examples/test.rs:57:136 Sep 01 18:54:42.792 INFO kablam! | Sep 01 18:54:42.792 INFO kablam! 57 | assert_eq!(error_info.GetErrorDetails(&mut description, &mut error, &mut restricted_description, &mut capability_sid), S_OK); Sep 01 18:54:42.792 INFO kablam! | ^^^^ not found in this scope Sep 01 18:54:42.792 INFO kablam! Sep 01 18:54:42.792 INFO kablam! error[E0412]: cannot find type `IAsyncInfo` in this scope Sep 01 18:54:42.792 INFO kablam! --> examples/test.rs:70:42 Sep 01 18:54:42.793 INFO kablam! | Sep 01 18:54:42.793 INFO kablam! 70 | let asi = async_op.query_interface::().unwrap(); Sep 01 18:54:42.793 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 18:54:42.793 INFO kablam! Sep 01 18:54:42.793 INFO kablam! error[E0412]: cannot find type `IUnknown` in this scope Sep 01 18:54:42.793 INFO kablam! --> examples/test.rs:73:46 Sep 01 18:54:42.793 INFO kablam! | Sep 01 18:54:42.793 INFO kablam! 73 | let unknown = async_op.query_interface::().unwrap(); Sep 01 18:54:42.793 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 18:54:42.793 INFO kablam! Sep 01 18:54:42.793 INFO kablam! error[E0412]: cannot find type `IUnknown` in this scope Sep 01 18:54:42.793 INFO kablam! --> examples/test.rs:76:41 Sep 01 18:54:42.793 INFO kablam! | Sep 01 18:54:42.793 INFO kablam! 76 | let unknown = asi.query_interface::().unwrap(); Sep 01 18:54:42.793 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 18:54:42.793 INFO kablam! Sep 01 18:54:42.793 INFO kablam! error[E0412]: cannot find type `IPropertyValue` in this scope Sep 01 18:54:42.793 INFO kablam! --> examples/test.rs:126:53 Sep 01 18:54:42.793 INFO kablam! | Sep 01 18:54:42.794 INFO kablam! 126 | let boxed_array = boxed_array.query_interface::().unwrap(); Sep 01 18:54:42.794 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.794 INFO kablam! Sep 01 18:54:42.794 INFO kablam! error[E0412]: cannot find type `IReferenceArray` in this scope Sep 01 18:54:42.794 INFO kablam! --> examples/test.rs:128:53 Sep 01 18:54:42.794 INFO kablam! | Sep 01 18:54:42.794 INFO kablam! 128 | let boxed_array = boxed_array.query_interface::>().unwrap(); Sep 01 18:54:42.794 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.794 INFO kablam! Sep 01 18:54:42.794 INFO kablam! error[E0412]: cannot find type `IPropertyValue` in this scope Sep 01 18:54:42.794 INFO kablam! --> examples/test.rs:137:53 Sep 01 18:54:42.794 INFO kablam! | Sep 01 18:54:42.794 INFO kablam! 137 | let boxed_array = boxed_array.query_interface::().unwrap(); Sep 01 18:54:42.794 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.794 INFO kablam! Sep 01 18:54:42.794 INFO kablam! error[E0412]: cannot find type `IReferenceArray` in this scope Sep 01 18:54:42.794 INFO kablam! --> examples/test.rs:139:53 Sep 01 18:54:42.795 INFO kablam! | Sep 01 18:54:42.795 INFO kablam! 139 | let boxed_array = boxed_array.query_interface::>().unwrap(); Sep 01 18:54:42.795 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.795 INFO kablam! Sep 01 18:54:42.795 INFO kablam! error[E0412]: cannot find type `HString` in this scope Sep 01 18:54:42.795 INFO kablam! --> examples/test.rs:139:69 Sep 01 18:54:42.795 INFO kablam! | Sep 01 18:54:42.795 INFO kablam! 139 | let boxed_array = boxed_array.query_interface::>().unwrap(); Sep 01 18:54:42.795 INFO kablam! | ^^^^^^^ did you mean `String`? Sep 01 18:54:42.795 INFO kablam! Sep 01 18:54:42.795 INFO kablam! error[E0412]: cannot find type `IStorageItem` in this scope Sep 01 18:54:42.795 INFO kablam! --> examples/test.rs:156:60 Sep 01 18:54:42.795 INFO kablam! | Sep 01 18:54:42.795 INFO kablam! 156 | println!("Executable file: {}", file.query_interface::().unwrap().get_path().unwrap()); Sep 01 18:54:42.795 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.795 INFO kablam! Sep 01 18:54:42.795 INFO kablam! error[E0412]: cannot find type `IStorageItem2` in this scope Sep 01 18:54:42.795 INFO kablam! --> examples/test.rs:163:45 Sep 01 18:54:42.795 INFO kablam! | Sep 01 18:54:42.796 INFO kablam! 163 | let exe_folder = file.query_interface::().unwrap().get_parent_async().unwrap().blocking_get().expect("get_parent_async failed").unwrap(); Sep 01 18:54:42.796 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.796 INFO kablam! Sep 01 18:54:42.796 INFO kablam! error[E0412]: cannot find type `IStorageItem` in this scope Sep 01 18:54:42.796 INFO kablam! --> examples/test.rs:165:65 Sep 01 18:54:42.796 INFO kablam! | Sep 01 18:54:42.796 INFO kablam! 165 | println!("Created text file {}", txt_file.query_interface::().unwrap().get_path().unwrap()); Sep 01 18:54:42.796 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 01 18:54:42.796 INFO kablam! Sep 01 18:54:42.796 INFO kablam! error[E0412]: cannot find type `ComPtr` in this scope Sep 01 18:54:42.796 INFO kablam! --> examples/test.rs:167:20 Sep 01 18:54:42.796 INFO kablam! | Sep 01 18:54:42.796 INFO kablam! 167 | let mut lines: ComPtr> = FileIO::read_lines_async(&txt_file).unwrap().blocking_get().expect("read_lines_async failed").unwrap(); Sep 01 18:54:42.796 INFO kablam! | ^^^^^^ not found in this scope Sep 01 18:54:42.796 INFO kablam! Sep 01 18:54:42.796 INFO kablam! error[E0412]: cannot find type `IVector` in this scope Sep 01 18:54:42.796 INFO kablam! --> examples/test.rs:167:27 Sep 01 18:54:42.796 INFO kablam! | Sep 01 18:54:42.797 INFO kablam! 167 | let mut lines: ComPtr> = FileIO::read_lines_async(&txt_file).unwrap().blocking_get().expect("read_lines_async failed").unwrap(); Sep 01 18:54:42.797 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 18:54:42.797 INFO kablam! Sep 01 18:54:42.797 INFO kablam! error[E0412]: cannot find type `HString` in this scope Sep 01 18:54:42.797 INFO kablam! --> examples/test.rs:167:35 Sep 01 18:54:42.797 INFO kablam! | Sep 01 18:54:42.797 INFO kablam! 167 | let mut lines: ComPtr> = FileIO::read_lines_async(&txt_file).unwrap().blocking_get().expect("read_lines_async failed").unwrap(); Sep 01 18:54:42.797 INFO kablam! | ^^^^^^^ did you mean `String`? Sep 01 18:54:42.797 INFO kablam! Sep 01 18:54:42.797 INFO kablam! warning: unused import: `winrt::*` Sep 01 18:54:42.797 INFO kablam! --> examples/test.rs:6:5 Sep 01 18:54:42.797 INFO kablam! | Sep 01 18:54:42.797 INFO kablam! 6 | use winrt::*; Sep 01 18:54:42.797 INFO kablam! | ^^^^^^^^ Sep 01 18:54:42.797 INFO kablam! | Sep 01 18:54:42.797 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:54:42.797 INFO kablam! Sep 01 18:54:42.797 INFO kablam! warning: unused import: `winrt::windows::foundation::*` Sep 01 18:54:42.798 INFO kablam! --> examples/test.rs:7:5 Sep 01 18:54:42.798 INFO kablam! | Sep 01 18:54:42.798 INFO kablam! 7 | use winrt::windows::foundation::*; Sep 01 18:54:42.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.798 INFO kablam! Sep 01 18:54:42.798 INFO kablam! warning: unused import: `winrt::windows::foundation::collections::*` Sep 01 18:54:42.798 INFO kablam! --> examples/test.rs:8:5 Sep 01 18:54:42.798 INFO kablam! | Sep 01 18:54:42.798 INFO kablam! 8 | use winrt::windows::foundation::collections::*; Sep 01 18:54:42.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.798 INFO kablam! Sep 01 18:54:42.798 INFO kablam! warning: unused import: `winrt::windows::devices::enumeration::*` Sep 01 18:54:42.798 INFO kablam! --> examples/test.rs:9:5 Sep 01 18:54:42.798 INFO kablam! | Sep 01 18:54:42.798 INFO kablam! 9 | use winrt::windows::devices::enumeration::*; Sep 01 18:54:42.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.798 INFO kablam! Sep 01 18:54:42.799 INFO kablam! warning: unused import: `winrt::windows::devices::midi::*` Sep 01 18:54:42.799 INFO kablam! --> examples/test.rs:10:5 Sep 01 18:54:42.799 INFO kablam! | Sep 01 18:54:42.799 INFO kablam! 10 | use winrt::windows::devices::midi::*; Sep 01 18:54:42.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.799 INFO kablam! Sep 01 18:54:42.799 INFO kablam! warning: unused import: `winrt::windows::storage::*` Sep 01 18:54:42.799 INFO kablam! --> examples/test.rs:11:5 Sep 01 18:54:42.799 INFO kablam! | Sep 01 18:54:42.799 INFO kablam! 11 | use winrt::windows::storage::*; Sep 01 18:54:42.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.799 INFO kablam! Sep 01 18:54:42.799 INFO kablam! warning: unused import: `w::shared::winerror::S_OK` Sep 01 18:54:42.799 INFO kablam! --> examples/test.rs:39:13 Sep 01 18:54:42.799 INFO kablam! | Sep 01 18:54:42.799 INFO kablam! 39 | use w::shared::winerror::S_OK; Sep 01 18:54:42.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.799 INFO kablam! Sep 01 18:54:42.800 INFO kablam! warning: unused import: `w::winrt::roerrorapi::GetRestrictedErrorInfo` Sep 01 18:54:42.800 INFO kablam! --> examples/test.rs:40:13 Sep 01 18:54:42.800 INFO kablam! | Sep 01 18:54:42.800 INFO kablam! 40 | use w::winrt::roerrorapi::GetRestrictedErrorInfo; Sep 01 18:54:42.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:54:42.800 INFO kablam! Sep 01 18:54:42.858 INFO kablam! error: aborting due to 10 previous errors Sep 01 18:54:42.858 INFO kablam! Sep 01 18:54:42.858 INFO kablam! Some errors occurred: E0412, E0433. Sep 01 18:54:42.858 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 18:54:42.866 INFO kablam! error: Could not compile `winrt`. Sep 01 18:54:42.866 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:54:43.093 INFO kablam! error: aborting due to 51 previous errors Sep 01 18:54:43.093 INFO kablam! Sep 01 18:54:43.093 INFO kablam! Some errors occurred: E0412, E0425, E0433. Sep 01 18:54:43.093 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 18:54:43.101 INFO kablam! error: Could not compile `winrt`. Sep 01 18:54:43.101 INFO kablam! Sep 01 18:54:43.102 INFO kablam! To learn more, run the command again with --verbose. Sep 01 18:54:43.103 INFO kablam! su: No module specific data is present Sep 01 18:54:43.613 INFO running `"docker" "rm" "-f" "3c3f5d70958c7de90b28490891b2b9b8cd7b0e0fd1f8e4dcbdfe0bc107306249"` Sep 01 18:54:43.732 INFO blam! 3c3f5d70958c7de90b28490891b2b9b8cd7b0e0fd1f8e4dcbdfe0bc107306249