Sep 21 00:35:12.443 INFO checking winrt-0.5.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:35:12.443 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:35:12.443 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:35:12.705 INFO blam! f5144b0072026e33a647a9ae65b785105ae09781032a4e7c991e14792bd4b9c8 Sep 21 00:35:12.707 INFO running `"docker" "start" "-a" "f5144b0072026e33a647a9ae65b785105ae09781032a4e7c991e14792bd4b9c8"` Sep 21 00:35:13.532 INFO kablam! usermod: no changes Sep 21 00:35:13.602 INFO kablam! Compiling winapi v0.3.5 Sep 21 00:35:15.000 INFO kablam! Checking winrt v0.5.1 (/source) Sep 21 00:35:15.364 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 21 00:35:15.364 INFO kablam! --> examples/toast_notify.rs:9:12 Sep 21 00:35:15.364 INFO kablam! | Sep 21 00:35:15.364 INFO kablam! 9 | use winrt::windows::data::xml::dom::*; Sep 21 00:35:15.364 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 21 00:35:15.364 INFO kablam! Sep 21 00:35:15.364 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 21 00:35:15.364 INFO kablam! --> examples/toast_notify.rs:10:12 Sep 21 00:35:15.364 INFO kablam! | Sep 21 00:35:15.364 INFO kablam! 10 | use winrt::windows::ui::notifications::*; Sep 21 00:35:15.364 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 21 00:35:15.364 INFO kablam! Sep 21 00:35:15.364 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RuntimeContext` Sep 21 00:35:15.364 INFO kablam! --> examples/toast_notify.rs:13:14 Sep 21 00:35:15.364 INFO kablam! | Sep 21 00:35:15.364 INFO kablam! 13 | let rt = RuntimeContext::init(); Sep 21 00:35:15.364 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `RuntimeContext` Sep 21 00:35:15.364 INFO kablam! Sep 21 00:35:15.364 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastNotificationManager` Sep 21 00:35:15.364 INFO kablam! --> examples/toast_notify.rs:20:21 Sep 21 00:35:15.364 INFO kablam! | Sep 21 00:35:15.364 INFO kablam! 20 | let toast_xml = ToastNotificationManager::get_template_content(ToastTemplateType::ToastText02).unwrap().unwrap(); Sep 21 00:35:15.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastNotificationManager` Sep 21 00:35:15.364 INFO kablam! Sep 21 00:35:15.364 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastTemplateType` Sep 21 00:35:15.364 INFO kablam! --> examples/toast_notify.rs:20:68 Sep 21 00:35:15.364 INFO kablam! | Sep 21 00:35:15.364 INFO kablam! 20 | let toast_xml = ToastNotificationManager::get_template_content(ToastTemplateType::ToastText02).unwrap().unwrap(); Sep 21 00:35:15.364 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastTemplateType` Sep 21 00:35:15.364 INFO kablam! Sep 21 00:35:15.364 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.364 INFO kablam! --> examples/toast_notify.rs:23:67 Sep 21 00:35:15.364 INFO kablam! | Sep 21 00:35:15.364 INFO kablam! 23 | let toast_text_elements = toast_xml.get_elements_by_tag_name(&FastHString::new("text")).unwrap().unwrap(); Sep 21 00:35:15.364 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.364 INFO kablam! Sep 21 00:35:15.364 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.364 INFO kablam! --> examples/toast_notify.rs:25:94 Sep 21 00:35:15.364 INFO kablam! | Sep 21 00:35:15.364 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 21 00:35:15.364 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.364 INFO kablam! Sep 21 00:35:15.369 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! --> examples/test.rs:7:12 Sep 21 00:35:15.369 INFO kablam! | Sep 21 00:35:15.369 INFO kablam! 7 | use winrt::windows::foundation::*; Sep 21 00:35:15.369 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! Sep 21 00:35:15.369 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! --> examples/test.rs:8:12 Sep 21 00:35:15.369 INFO kablam! | Sep 21 00:35:15.369 INFO kablam! 8 | use winrt::windows::foundation::collections::*; Sep 21 00:35:15.369 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! Sep 21 00:35:15.369 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! --> examples/test.rs:9:12 Sep 21 00:35:15.369 INFO kablam! | Sep 21 00:35:15.369 INFO kablam! 9 | use winrt::windows::devices::enumeration::*; Sep 21 00:35:15.369 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! Sep 21 00:35:15.369 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! --> examples/test.rs:10:12 Sep 21 00:35:15.369 INFO kablam! | Sep 21 00:35:15.369 INFO kablam! 10 | use winrt::windows::devices::midi::*; Sep 21 00:35:15.369 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! Sep 21 00:35:15.369 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! --> examples/test.rs:11:12 Sep 21 00:35:15.369 INFO kablam! | Sep 21 00:35:15.369 INFO kablam! 11 | use winrt::windows::storage::*; Sep 21 00:35:15.369 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 21 00:35:15.369 INFO kablam! Sep 21 00:35:15.369 INFO kablam! error[E0433]: failed to resolve. Could not find `shared` in `w` Sep 21 00:35:15.369 INFO kablam! --> examples/test.rs:39:16 Sep 21 00:35:15.370 INFO kablam! | Sep 21 00:35:15.370 INFO kablam! 39 | use w::shared::winerror::S_OK; Sep 21 00:35:15.370 INFO kablam! | ^^^^^^ Could not find `shared` in `w` Sep 21 00:35:15.370 INFO kablam! Sep 21 00:35:15.370 INFO kablam! error[E0433]: failed to resolve. Could not find `winrt` in `w` Sep 21 00:35:15.370 INFO kablam! --> examples/test.rs:40:16 Sep 21 00:35:15.370 INFO kablam! | Sep 21 00:35:15.370 INFO kablam! 40 | use w::winrt::roerrorapi::GetRestrictedErrorInfo; Sep 21 00:35:15.370 INFO kablam! | ^^^^^ Could not find `winrt` in `w` Sep 21 00:35:15.370 INFO kablam! Sep 21 00:35:15.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RuntimeContext` Sep 21 00:35:15.370 INFO kablam! --> examples/test.rs:14:14 Sep 21 00:35:15.370 INFO kablam! | Sep 21 00:35:15.370 INFO kablam! 14 | let rt = RuntimeContext::init(); Sep 21 00:35:15.370 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `RuntimeContext` Sep 21 00:35:15.370 INFO kablam! Sep 21 00:35:15.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.370 INFO kablam! --> examples/test.rs:20:16 Sep 21 00:35:15.370 INFO kablam! | Sep 21 00:35:15.370 INFO kablam! 20 | let base = FastHString::new("https://github.com"); Sep 21 00:35:15.370 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.370 INFO kablam! Sep 21 00:35:15.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.370 INFO kablam! --> examples/test.rs:21:20 Sep 21 00:35:15.370 INFO kablam! | Sep 21 00:35:15.370 INFO kablam! 21 | let relative = FastHString::new("contextfree/winrt-rust"); Sep 21 00:35:15.370 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.370 INFO kablam! Sep 21 00:35:15.370 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Uri` Sep 21 00:35:15.370 INFO kablam! --> examples/test.rs:22:15 Sep 21 00:35:15.370 INFO kablam! | Sep 21 00:35:15.370 INFO kablam! 22 | let uri = Uri::create_with_relative_uri(&base, &relative).unwrap(); Sep 21 00:35:15.370 INFO kablam! | ^^^ Use of undeclared type or module `Uri` Sep 21 00:35:15.370 INFO kablam! Sep 21 00:35:15.374 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.374 INFO kablam! --> examples/toast_notify.rs:26:94 Sep 21 00:35:15.374 INFO kablam! | Sep 21 00:35:15.374 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 21 00:35:15.374 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.374 INFO kablam! Sep 21 00:35:15.379 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastNotification` Sep 21 00:35:15.379 INFO kablam! --> examples/toast_notify.rs:32:17 Sep 21 00:35:15.379 INFO kablam! | Sep 21 00:35:15.379 INFO kablam! 32 | let toast = ToastNotification::create_toast_notification(&*toast_xml).unwrap(); Sep 21 00:35:15.379 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastNotification` Sep 21 00:35:15.379 INFO kablam! Sep 21 00:35:15.379 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ToastNotificationManager` Sep 21 00:35:15.379 INFO kablam! --> examples/toast_notify.rs:35:5 Sep 21 00:35:15.379 INFO kablam! | Sep 21 00:35:15.379 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 21 00:35:15.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `ToastNotificationManager` Sep 21 00:35:15.379 INFO kablam! Sep 21 00:35:15.379 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.379 INFO kablam! --> examples/toast_notify.rs:35:62 Sep 21 00:35:15.379 INFO kablam! | Sep 21 00:35:15.379 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 21 00:35:15.379 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.379 INFO kablam! Sep 21 00:35:15.379 INFO kablam! error[E0412]: cannot find type `IXmlNode` in this scope Sep 21 00:35:15.379 INFO kablam! --> examples/toast_notify.rs:25:168 Sep 21 00:35:15.379 INFO kablam! | Sep 21 00:35:15.379 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 21 00:35:15.379 INFO kablam! | ^^^^^^^^ not found in this scope Sep 21 00:35:15.379 INFO kablam! Sep 21 00:35:15.379 INFO kablam! error[E0412]: cannot find type `IXmlNode` in this scope Sep 21 00:35:15.379 INFO kablam! --> examples/toast_notify.rs:26:175 Sep 21 00:35:15.379 INFO kablam! | Sep 21 00:35:15.379 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 21 00:35:15.379 INFO kablam! | ^^^^^^^^ not found in this scope Sep 21 00:35:15.379 INFO kablam! Sep 21 00:35:15.379 INFO kablam! warning: unused import: `winrt::*` Sep 21 00:35:15.379 INFO kablam! --> examples/toast_notify.rs:8:5 Sep 21 00:35:15.379 INFO kablam! | Sep 21 00:35:15.379 INFO kablam! 8 | use winrt::*; Sep 21 00:35:15.379 INFO kablam! | ^^^^^^^^ Sep 21 00:35:15.379 INFO kablam! | Sep 21 00:35:15.379 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:35:15.379 INFO kablam! Sep 21 00:35:15.379 INFO kablam! warning: unused import: `winrt::windows::data::xml::dom::*` Sep 21 00:35:15.379 INFO kablam! --> examples/toast_notify.rs:9:5 Sep 21 00:35:15.379 INFO kablam! | Sep 21 00:35:15.379 INFO kablam! 9 | use winrt::windows::data::xml::dom::*; Sep 21 00:35:15.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.379 INFO kablam! Sep 21 00:35:15.379 INFO kablam! warning: unused import: `winrt::windows::ui::notifications::*` Sep 21 00:35:15.379 INFO kablam! --> examples/toast_notify.rs:10:5 Sep 21 00:35:15.379 INFO kablam! | Sep 21 00:35:15.379 INFO kablam! 10 | use winrt::windows::ui::notifications::*; Sep 21 00:35:15.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.379 INFO kablam! Sep 21 00:35:15.381 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `MidiOutPort` Sep 21 00:35:15.381 INFO kablam! --> examples/test.rs:35:27 Sep 21 00:35:15.381 INFO kablam! | Sep 21 00:35:15.381 INFO kablam! 35 | let device_selector = MidiOutPort::get_device_selector().unwrap(); Sep 21 00:35:15.381 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `MidiOutPort` Sep 21 00:35:15.381 INFO kablam! Sep 21 00:35:15.381 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DeviceInformation` Sep 21 00:35:15.381 INFO kablam! --> examples/test.rs:44:19 Sep 21 00:35:15.382 INFO kablam! | Sep 21 00:35:15.382 INFO kablam! 44 | let res = DeviceInformation::find_all_async_aqs_filter(&wrong_deviceselector); Sep 21 00:35:15.382 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `DeviceInformation` Sep 21 00:35:15.382 INFO kablam! Sep 21 00:35:15.386 INFO kablam! error: aborting due to 13 previous errors Sep 21 00:35:15.386 INFO kablam! Sep 21 00:35:15.386 INFO kablam! Some errors occurred: E0412, E0433. Sep 21 00:35:15.386 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 21 00:35:15.386 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `ComPtr` Sep 21 00:35:15.386 INFO kablam! --> examples/test.rs:50:17 Sep 21 00:35:15.386 INFO kablam! | Sep 21 00:35:15.386 INFO kablam! 50 | ComPtr::wrap(res) Sep 21 00:35:15.386 INFO kablam! | ^^^^^^ Use of undeclared type or module `ComPtr` Sep 21 00:35:15.386 INFO kablam! Sep 21 00:35:15.386 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BStr` Sep 21 00:35:15.386 INFO kablam! --> examples/test.rs:58:18 Sep 21 00:35:15.386 INFO kablam! | Sep 21 00:35:15.386 INFO kablam! 58 | (BStr::wrap(description), error, BStr::wrap(restricted_description), BStr::wrap(capability_sid)) Sep 21 00:35:15.386 INFO kablam! | ^^^^ Use of undeclared type or module `BStr` Sep 21 00:35:15.386 INFO kablam! Sep 21 00:35:15.386 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BStr` Sep 21 00:35:15.386 INFO kablam! --> examples/test.rs:58:50 Sep 21 00:35:15.386 INFO kablam! | Sep 21 00:35:15.386 INFO kablam! 58 | (BStr::wrap(description), error, BStr::wrap(restricted_description), BStr::wrap(capability_sid)) Sep 21 00:35:15.386 INFO kablam! | ^^^^ Use of undeclared type or module `BStr` Sep 21 00:35:15.386 INFO kablam! Sep 21 00:35:15.386 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BStr` Sep 21 00:35:15.386 INFO kablam! --> examples/test.rs:58:86 Sep 21 00:35:15.386 INFO kablam! | Sep 21 00:35:15.386 INFO kablam! 58 | (BStr::wrap(description), error, BStr::wrap(restricted_description), BStr::wrap(capability_sid)) Sep 21 00:35:15.386 INFO kablam! | ^^^^ Use of undeclared type or module `BStr` Sep 21 00:35:15.386 INFO kablam! Sep 21 00:35:15.386 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 21 00:35:15.386 INFO kablam! --> examples/hexdump.rs:10:12 Sep 21 00:35:15.386 INFO kablam! | Sep 21 00:35:15.386 INFO kablam! 10 | use winrt::windows::foundation::*; Sep 21 00:35:15.386 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 21 00:35:15.386 INFO kablam! Sep 21 00:35:15.386 INFO kablam! error[E0433]: failed to resolve. Could not find `windows` in `winrt` Sep 21 00:35:15.386 INFO kablam! --> examples/hexdump.rs:11:12 Sep 21 00:35:15.386 INFO kablam! | Sep 21 00:35:15.386 INFO kablam! 11 | use winrt::windows::storage::*; Sep 21 00:35:15.386 INFO kablam! | ^^^^^^^ Could not find `windows` in `winrt` Sep 21 00:35:15.386 INFO kablam! Sep 21 00:35:15.386 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RuntimeContext` Sep 21 00:35:15.386 INFO kablam! --> examples/hexdump.rs:14:14 Sep 21 00:35:15.386 INFO kablam! | Sep 21 00:35:15.386 INFO kablam! 14 | let rt = RuntimeContext::init(); Sep 21 00:35:15.386 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DeviceInformation` Sep 21 00:35:15.386 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `RuntimeContext` Sep 21 00:35:15.386 INFO kablam! --> examples/test.rs:66:20 Sep 21 00:35:15.387 INFO kablam! | Sep 21 00:35:15.387 INFO kablam! 66 | let async_op = DeviceInformation::find_all_async().unwrap(); Sep 21 00:35:15.387 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `DeviceInformation` Sep 21 00:35:15.387 INFO kablam! Sep 21 00:35:15.387 INFO kablam! Sep 21 00:35:15.388 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `StorageFile` Sep 21 00:35:15.388 INFO kablam! --> examples/hexdump.rs:27:16 Sep 21 00:35:15.388 INFO kablam! | Sep 21 00:35:15.388 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 21 00:35:15.388 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `StorageFile` Sep 21 00:35:15.388 INFO kablam! Sep 21 00:35:15.388 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.388 INFO kablam! --> examples/hexdump.rs:27:56 Sep 21 00:35:15.388 INFO kablam! | Sep 21 00:35:15.388 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 21 00:35:15.388 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.388 INFO kablam! Sep 21 00:35:15.389 INFO kablam! error: Could not compile `winrt`. Sep 21 00:35:15.389 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:35:15.395 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyValue` Sep 21 00:35:15.395 INFO kablam! --> examples/test.rs:125:23 Sep 21 00:35:15.395 INFO kablam! | Sep 21 00:35:15.395 INFO kablam! 125 | let boxed_array = PropertyValue::create_boolean_array(array).unwrap().unwrap(); Sep 21 00:35:15.395 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `PropertyValue` Sep 21 00:35:15.395 INFO kablam! Sep 21 00:35:15.396 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `streams` Sep 21 00:35:15.396 INFO kablam! --> examples/hexdump.rs:31:47 Sep 21 00:35:15.396 INFO kablam! | Sep 21 00:35:15.396 INFO kablam! 31 | let input_stream = file.query_interface::().unwrap().open_sequential_read_async().unwrap().blocking_get().unwrap().unwrap(); Sep 21 00:35:15.396 INFO kablam! | ^^^^^^^ Use of undeclared type or module `streams` Sep 21 00:35:15.396 INFO kablam! Sep 21 00:35:15.396 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `streams` Sep 21 00:35:15.397 INFO kablam! --> examples/hexdump.rs:33:23 Sep 21 00:35:15.397 INFO kablam! | Sep 21 00:35:15.397 INFO kablam! 33 | let data_reader = streams::DataReader::create_data_reader(&input_stream).unwrap(); Sep 21 00:35:15.397 INFO kablam! | ^^^^^^^ Use of undeclared type or module `streams` Sep 21 00:35:15.397 INFO kablam! Sep 21 00:35:15.398 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyType` Sep 21 00:35:15.398 INFO kablam! --> examples/test.rs:127:49 Sep 21 00:35:15.398 INFO kablam! | Sep 21 00:35:15.398 INFO kablam! 127 | assert_eq!(boxed_array.get_type().unwrap(), PropertyType::BooleanArray); Sep 21 00:35:15.399 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `PropertyType` Sep 21 00:35:15.399 INFO kablam! Sep 21 00:35:15.402 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.402 INFO kablam! --> examples/test.rs:133:16 Sep 21 00:35:15.402 INFO kablam! | Sep 21 00:35:15.402 INFO kablam! 133 | let str1 = FastHString::new("foo"); Sep 21 00:35:15.402 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.402 INFO kablam! Sep 21 00:35:15.402 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.402 INFO kablam! --> examples/test.rs:134:16 Sep 21 00:35:15.402 INFO kablam! | Sep 21 00:35:15.402 INFO kablam! 134 | let str2 = FastHString::new("bar"); Sep 21 00:35:15.402 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.402 INFO kablam! Sep 21 00:35:15.402 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyValue` Sep 21 00:35:15.402 INFO kablam! --> examples/test.rs:136:23 Sep 21 00:35:15.402 INFO kablam! | Sep 21 00:35:15.402 INFO kablam! 136 | let boxed_array = PropertyValue::create_string_array(array).unwrap().unwrap(); Sep 21 00:35:15.402 INFO kablam! | ^^^^^^^^^^^^^ Use of undeclared type or module `PropertyValue` Sep 21 00:35:15.402 INFO kablam! Sep 21 00:35:15.403 INFO kablam! error[E0412]: cannot find type `IStorageItem` in this scope Sep 21 00:35:15.403 INFO kablam! --> examples/hexdump.rs:28:57 Sep 21 00:35:15.403 INFO kablam! | Sep 21 00:35:15.403 INFO kablam! 28 | println!("Dumping file: {}", file.query_interface::().unwrap().get_path().unwrap()); Sep 21 00:35:15.403 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.403 INFO kablam! Sep 21 00:35:15.403 INFO kablam! error[E0412]: cannot find type `IClosable` in this scope Sep 21 00:35:15.403 INFO kablam! --> examples/hexdump.rs:71:35 Sep 21 00:35:15.403 INFO kablam! | Sep 21 00:35:15.403 INFO kablam! 71 | data_reader.query_interface::().unwrap().close().unwrap(); Sep 21 00:35:15.403 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 21 00:35:15.403 INFO kablam! Sep 21 00:35:15.403 INFO kablam! error[E0412]: cannot find type `IClosable` in this scope Sep 21 00:35:15.403 INFO kablam! --> examples/hexdump.rs:72:36 Sep 21 00:35:15.403 INFO kablam! | Sep 21 00:35:15.403 INFO kablam! 72 | input_stream.query_interface::().unwrap().close().unwrap(); Sep 21 00:35:15.404 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 21 00:35:15.404 INFO kablam! Sep 21 00:35:15.404 INFO kablam! warning: unused import: `winrt::*` Sep 21 00:35:15.404 INFO kablam! --> examples/hexdump.rs:9:5 Sep 21 00:35:15.404 INFO kablam! | Sep 21 00:35:15.404 INFO kablam! 9 | use winrt::*; Sep 21 00:35:15.404 INFO kablam! | ^^^^^^^^ Sep 21 00:35:15.404 INFO kablam! | Sep 21 00:35:15.404 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:35:15.404 INFO kablam! Sep 21 00:35:15.404 INFO kablam! warning: unused import: `winrt::windows::foundation::*` Sep 21 00:35:15.404 INFO kablam! --> examples/hexdump.rs:10:5 Sep 21 00:35:15.404 INFO kablam! | Sep 21 00:35:15.404 INFO kablam! 10 | use winrt::windows::foundation::*; Sep 21 00:35:15.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.404 INFO kablam! Sep 21 00:35:15.404 INFO kablam! warning: unused import: `winrt::windows::storage::*` Sep 21 00:35:15.404 INFO kablam! --> examples/hexdump.rs:11:5 Sep 21 00:35:15.404 INFO kablam! | Sep 21 00:35:15.404 INFO kablam! 11 | use winrt::windows::storage::*; Sep 21 00:35:15.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.404 INFO kablam! Sep 21 00:35:15.406 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PropertyType` Sep 21 00:35:15.406 INFO kablam! --> examples/test.rs:138:49 Sep 21 00:35:15.406 INFO kablam! | Sep 21 00:35:15.406 INFO kablam! 138 | assert_eq!(boxed_array.get_type().unwrap(), PropertyType::StringArray); Sep 21 00:35:15.406 INFO kablam! | ^^^^^^^^^^^^ Use of undeclared type or module `PropertyType` Sep 21 00:35:15.406 INFO kablam! Sep 21 00:35:15.412 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `StorageFile` Sep 21 00:35:15.412 INFO kablam! --> examples/test.rs:155:16 Sep 21 00:35:15.412 INFO kablam! | Sep 21 00:35:15.412 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 21 00:35:15.412 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `StorageFile` Sep 21 00:35:15.412 INFO kablam! Sep 21 00:35:15.412 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.412 INFO kablam! --> examples/test.rs:155:56 Sep 21 00:35:15.412 INFO kablam! | Sep 21 00:35:15.412 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 21 00:35:15.412 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.412 INFO kablam! Sep 21 00:35:15.419 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.419 INFO kablam! --> examples/test.rs:164:51 Sep 21 00:35:15.419 INFO kablam! | Sep 21 00:35:15.419 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 21 00:35:15.419 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.419 INFO kablam! Sep 21 00:35:15.419 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CreationCollisionOption` Sep 21 00:35:15.419 INFO kablam! --> examples/test.rs:164:88 Sep 21 00:35:15.419 INFO kablam! | Sep 21 00:35:15.419 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 21 00:35:15.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `CreationCollisionOption` Sep 21 00:35:15.419 INFO kablam! Sep 21 00:35:15.422 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileIO` Sep 21 00:35:15.422 INFO kablam! --> examples/test.rs:166:5 Sep 21 00:35:15.422 INFO kablam! | Sep 21 00:35:15.422 INFO kablam! 166 | FileIO::append_text_async(&txt_file, &*FastHString::new("This is a test\nand a second line.")).unwrap().blocking_wait(); Sep 21 00:35:15.422 INFO kablam! | ^^^^^^ Use of undeclared type or module `FileIO` Sep 21 00:35:15.422 INFO kablam! Sep 21 00:35:15.422 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.422 INFO kablam! --> examples/test.rs:166:44 Sep 21 00:35:15.422 INFO kablam! | Sep 21 00:35:15.422 INFO kablam! 166 | FileIO::append_text_async(&txt_file, &*FastHString::new("This is a test\nand a second line.")).unwrap().blocking_wait(); Sep 21 00:35:15.422 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.422 INFO kablam! Sep 21 00:35:15.431 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FileIO` Sep 21 00:35:15.432 INFO kablam! --> examples/test.rs:167:47 Sep 21 00:35:15.432 INFO kablam! | Sep 21 00:35:15.432 INFO kablam! 167 | let mut lines: ComPtr> = FileIO::read_lines_async(&txt_file).unwrap().blocking_get().expect("read_lines_async failed").unwrap(); Sep 21 00:35:15.432 INFO kablam! | ^^^^^^ Use of undeclared type or module `FileIO` Sep 21 00:35:15.432 INFO kablam! Sep 21 00:35:15.434 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `FastHString` Sep 21 00:35:15.434 INFO kablam! --> examples/test.rs:170:20 Sep 21 00:35:15.434 INFO kablam! | Sep 21 00:35:15.434 INFO kablam! 170 | lines.append(&*FastHString::new("The third line, added later")).expect("append failed"); Sep 21 00:35:15.434 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `FastHString` Sep 21 00:35:15.434 INFO kablam! Sep 21 00:35:15.434 INFO kablam! error[E0412]: cannot find type `IStringable` in this scope Sep 21 00:35:15.434 INFO kablam! --> examples/test.rs:23:43 Sep 21 00:35:15.434 INFO kablam! | Sep 21 00:35:15.434 INFO kablam! 23 | let to_string = uri.query_interface::().unwrap().to_string().unwrap(); Sep 21 00:35:15.434 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.434 INFO kablam! Sep 21 00:35:15.434 INFO kablam! error[E0412]: cannot find type `FastHString` in this scope Sep 21 00:35:15.434 INFO kablam! --> examples/test.rs:43:35 Sep 21 00:35:15.434 INFO kablam! | Sep 21 00:35:15.434 INFO kablam! 43 | let wrong_deviceselector: FastHString = "Foobar".into(); Sep 21 00:35:15.434 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.434 INFO kablam! Sep 21 00:35:15.434 INFO kablam! error[E0425]: cannot find function `GetRestrictedErrorInfo` in this scope Sep 21 00:35:15.434 INFO kablam! --> examples/test.rs:49:28 Sep 21 00:35:15.434 INFO kablam! | Sep 21 00:35:15.434 INFO kablam! 49 | assert_eq!(GetRestrictedErrorInfo(&mut res), S_OK); Sep 21 00:35:15.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.434 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0425]: cannot find value `S_OK` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:49:62 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 49 | assert_eq!(GetRestrictedErrorInfo(&mut res), S_OK); Sep 21 00:35:15.435 INFO kablam! | ^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0425]: cannot find value `S_OK` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:57:136 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 57 | assert_eq!(error_info.GetErrorDetails(&mut description, &mut error, &mut restricted_description, &mut capability_sid), S_OK); Sep 21 00:35:15.435 INFO kablam! | ^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0412]: cannot find type `IAsyncInfo` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:70:42 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 70 | let asi = async_op.query_interface::().unwrap(); Sep 21 00:35:15.435 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0412]: cannot find type `IUnknown` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:73:46 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 73 | let unknown = async_op.query_interface::().unwrap(); Sep 21 00:35:15.435 INFO kablam! | ^^^^^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0412]: cannot find type `IUnknown` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:76:41 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 76 | let unknown = asi.query_interface::().unwrap(); Sep 21 00:35:15.435 INFO kablam! | ^^^^^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0412]: cannot find type `IPropertyValue` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:126:53 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 126 | let boxed_array = boxed_array.query_interface::().unwrap(); Sep 21 00:35:15.435 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0412]: cannot find type `IReferenceArray` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:128:53 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 128 | let boxed_array = boxed_array.query_interface::>().unwrap(); Sep 21 00:35:15.435 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0412]: cannot find type `IPropertyValue` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:137:53 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 137 | let boxed_array = boxed_array.query_interface::().unwrap(); Sep 21 00:35:15.435 INFO kablam! | ^^^^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0412]: cannot find type `IReferenceArray` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:139:53 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 139 | let boxed_array = boxed_array.query_interface::>().unwrap(); Sep 21 00:35:15.435 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0412]: cannot find type `HString` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:139:69 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 139 | let boxed_array = boxed_array.query_interface::>().unwrap(); Sep 21 00:35:15.435 INFO kablam! | ^^^^^^^ did you mean `String`? Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.435 INFO kablam! error[E0412]: cannot find type `IStorageItem` in this scope Sep 21 00:35:15.435 INFO kablam! --> examples/test.rs:156:60 Sep 21 00:35:15.435 INFO kablam! | Sep 21 00:35:15.435 INFO kablam! 156 | println!("Executable file: {}", file.query_interface::().unwrap().get_path().unwrap()); Sep 21 00:35:15.435 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.435 INFO kablam! Sep 21 00:35:15.436 INFO kablam! error[E0412]: cannot find type `IStorageItem2` in this scope Sep 21 00:35:15.436 INFO kablam! --> examples/test.rs:163:45 Sep 21 00:35:15.436 INFO kablam! | Sep 21 00:35:15.436 INFO kablam! 163 | let exe_folder = file.query_interface::().unwrap().get_parent_async().unwrap().blocking_get().expect("get_parent_async failed").unwrap(); Sep 21 00:35:15.436 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.436 INFO kablam! Sep 21 00:35:15.436 INFO kablam! error[E0412]: cannot find type `IStorageItem` in this scope Sep 21 00:35:15.436 INFO kablam! --> examples/test.rs:165:65 Sep 21 00:35:15.436 INFO kablam! | Sep 21 00:35:15.436 INFO kablam! 165 | println!("Created text file {}", txt_file.query_interface::().unwrap().get_path().unwrap()); Sep 21 00:35:15.436 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 21 00:35:15.436 INFO kablam! Sep 21 00:35:15.436 INFO kablam! error[E0412]: cannot find type `ComPtr` in this scope Sep 21 00:35:15.436 INFO kablam! --> examples/test.rs:167:20 Sep 21 00:35:15.436 INFO kablam! | Sep 21 00:35:15.436 INFO kablam! 167 | let mut lines: ComPtr> = FileIO::read_lines_async(&txt_file).unwrap().blocking_get().expect("read_lines_async failed").unwrap(); Sep 21 00:35:15.436 INFO kablam! | ^^^^^^ not found in this scope Sep 21 00:35:15.436 INFO kablam! Sep 21 00:35:15.436 INFO kablam! error[E0412]: cannot find type `IVector` in this scope Sep 21 00:35:15.436 INFO kablam! --> examples/test.rs:167:27 Sep 21 00:35:15.436 INFO kablam! | Sep 21 00:35:15.436 INFO kablam! 167 | let mut lines: ComPtr> = FileIO::read_lines_async(&txt_file).unwrap().blocking_get().expect("read_lines_async failed").unwrap(); Sep 21 00:35:15.436 INFO kablam! | ^^^^^^^ not found in this scope Sep 21 00:35:15.436 INFO kablam! Sep 21 00:35:15.436 INFO kablam! error[E0412]: cannot find type `HString` in this scope Sep 21 00:35:15.436 INFO kablam! --> examples/test.rs:167:35 Sep 21 00:35:15.436 INFO kablam! | Sep 21 00:35:15.436 INFO kablam! 167 | let mut lines: ComPtr> = FileIO::read_lines_async(&txt_file).unwrap().blocking_get().expect("read_lines_async failed").unwrap(); Sep 21 00:35:15.436 INFO kablam! | ^^^^^^^ did you mean `String`? Sep 21 00:35:15.436 INFO kablam! Sep 21 00:35:15.440 INFO kablam! warning: unused import: `winrt::*` Sep 21 00:35:15.440 INFO kablam! --> examples/test.rs:6:5 Sep 21 00:35:15.440 INFO kablam! | Sep 21 00:35:15.440 INFO kablam! 6 | use winrt::*; Sep 21 00:35:15.440 INFO kablam! | ^^^^^^^^ Sep 21 00:35:15.440 INFO kablam! | Sep 21 00:35:15.440 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 00:35:15.440 INFO kablam! Sep 21 00:35:15.440 INFO kablam! warning: unused import: `winrt::windows::foundation::*` Sep 21 00:35:15.440 INFO kablam! --> examples/test.rs:7:5 Sep 21 00:35:15.440 INFO kablam! | Sep 21 00:35:15.440 INFO kablam! 7 | use winrt::windows::foundation::*; Sep 21 00:35:15.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.440 INFO kablam! Sep 21 00:35:15.440 INFO kablam! warning: unused import: `winrt::windows::foundation::collections::*` Sep 21 00:35:15.440 INFO kablam! --> examples/test.rs:8:5 Sep 21 00:35:15.440 INFO kablam! | Sep 21 00:35:15.440 INFO kablam! 8 | use winrt::windows::foundation::collections::*; Sep 21 00:35:15.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.440 INFO kablam! Sep 21 00:35:15.440 INFO kablam! warning: unused import: `winrt::windows::devices::enumeration::*` Sep 21 00:35:15.440 INFO kablam! --> examples/test.rs:9:5 Sep 21 00:35:15.440 INFO kablam! | Sep 21 00:35:15.440 INFO kablam! 9 | use winrt::windows::devices::enumeration::*; Sep 21 00:35:15.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.440 INFO kablam! Sep 21 00:35:15.440 INFO kablam! warning: unused import: `winrt::windows::devices::midi::*` Sep 21 00:35:15.440 INFO kablam! --> examples/test.rs:10:5 Sep 21 00:35:15.440 INFO kablam! | Sep 21 00:35:15.440 INFO kablam! 10 | use winrt::windows::devices::midi::*; Sep 21 00:35:15.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.440 INFO kablam! Sep 21 00:35:15.440 INFO kablam! warning: unused import: `winrt::windows::storage::*` Sep 21 00:35:15.440 INFO kablam! --> examples/test.rs:11:5 Sep 21 00:35:15.441 INFO kablam! | Sep 21 00:35:15.441 INFO kablam! 11 | use winrt::windows::storage::*; Sep 21 00:35:15.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.441 INFO kablam! Sep 21 00:35:15.441 INFO kablam! warning: unused import: `w::shared::winerror::S_OK` Sep 21 00:35:15.441 INFO kablam! --> examples/test.rs:39:13 Sep 21 00:35:15.441 INFO kablam! | Sep 21 00:35:15.441 INFO kablam! 39 | use w::shared::winerror::S_OK; Sep 21 00:35:15.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.441 INFO kablam! Sep 21 00:35:15.441 INFO kablam! warning: unused import: `w::winrt::roerrorapi::GetRestrictedErrorInfo` Sep 21 00:35:15.441 INFO kablam! --> examples/test.rs:40:13 Sep 21 00:35:15.441 INFO kablam! | Sep 21 00:35:15.441 INFO kablam! 40 | use w::winrt::roerrorapi::GetRestrictedErrorInfo; Sep 21 00:35:15.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:35:15.441 INFO kablam! Sep 21 00:35:15.466 INFO kablam! error: aborting due to 10 previous errors Sep 21 00:35:15.466 INFO kablam! Sep 21 00:35:15.466 INFO kablam! Some errors occurred: E0412, E0433. Sep 21 00:35:15.466 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 21 00:35:15.469 INFO kablam! error: Could not compile `winrt`. Sep 21 00:35:15.469 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:35:15.652 INFO kablam! error: aborting due to 51 previous errors Sep 21 00:35:15.652 INFO kablam! Sep 21 00:35:15.652 INFO kablam! Some errors occurred: E0412, E0425, E0433. Sep 21 00:35:15.652 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 21 00:35:15.663 INFO kablam! error: Could not compile `winrt`. Sep 21 00:35:15.663 INFO kablam! Sep 21 00:35:15.663 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:35:15.663 INFO kablam! su: No module specific data is present Sep 21 00:35:16.106 INFO running `"docker" "rm" "-f" "f5144b0072026e33a647a9ae65b785105ae09781032a4e7c991e14792bd4b9c8"` Sep 21 00:35:16.170 INFO blam! f5144b0072026e33a647a9ae65b785105ae09781032a4e7c991e14792bd4b9c8