Sep 04 13:07:23.181 INFO checking native-windows-gui-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 13:07:23.181 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 13:07:23.181 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:07:23.334 INFO blam! 72ab4c22149963fde61452761da3a4947d4d649d5b454cf8f0be833e068e140a Sep 04 13:07:23.336 INFO running `"docker" "start" "-a" "72ab4c22149963fde61452761da3a4947d4d649d5b454cf8f0be833e068e140a"` Sep 04 13:07:24.075 INFO kablam! Compiling comctl32-sys v0.2.0 Sep 04 13:07:24.075 INFO kablam! Compiling native-windows-gui v0.2.0 (file:///source) Sep 04 13:07:26.752 INFO kablam! error[E0432]: unresolved import `nwg::Event` Sep 04 13:07:26.752 INFO kablam! --> examples/templating.rs:7:11 Sep 04 13:07:26.752 INFO kablam! | Sep 04 13:07:26.752 INFO kablam! 7 | use nwg::{Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:26.752 INFO kablam! | ^^^^^ no `Event` in the root Sep 04 13:07:26.759 INFO kablam! Sep 04 13:07:26.760 INFO kablam! error[E0432]: unresolved import `nwg::Ui` Sep 04 13:07:26.760 INFO kablam! --> examples/templating.rs:7:18 Sep 04 13:07:26.760 INFO kablam! | Sep 04 13:07:26.760 INFO kablam! 7 | use nwg::{Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:26.760 INFO kablam! | ^^ no `Ui` in the root Sep 04 13:07:26.760 INFO kablam! Sep 04 13:07:26.761 INFO kablam! error[E0432]: unresolved import `nwg::simple_message` Sep 04 13:07:26.761 INFO kablam! --> examples/templating.rs:7:22 Sep 04 13:07:26.761 INFO kablam! | Sep 04 13:07:26.761 INFO kablam! 7 | use nwg::{Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:26.761 INFO kablam! | ^^^^^^^^^^^^^^ no `simple_message` in the root Sep 04 13:07:26.761 INFO kablam! Sep 04 13:07:26.762 INFO kablam! error[E0432]: unresolved import `nwg::fatal_message` Sep 04 13:07:26.762 INFO kablam! --> examples/templating.rs:7:38 Sep 04 13:07:26.762 INFO kablam! | Sep 04 13:07:26.762 INFO kablam! 7 | use nwg::{Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:26.762 INFO kablam! | ^^^^^^^^^^^^^ no `fatal_message` in the root Sep 04 13:07:26.762 INFO kablam! Sep 04 13:07:26.763 INFO kablam! error[E0432]: unresolved import `nwg::dispatch_events` Sep 04 13:07:26.763 INFO kablam! --> examples/templating.rs:7:53 Sep 04 13:07:26.763 INFO kablam! | Sep 04 13:07:26.763 INFO kablam! 7 | use nwg::{Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:26.763 INFO kablam! | ^^^^^^^^^^^^^^^ no `dispatch_events` in the root Sep 04 13:07:26.763 INFO kablam! Sep 04 13:07:26.769 INFO kablam! error: cannot find macro `nwg_template!` in this scope Sep 04 13:07:26.769 INFO kablam! --> examples/templating.rs:9:1 Sep 04 13:07:26.769 INFO kablam! | Sep 04 13:07:26.769 INFO kablam! 9 | nwg_template!( Sep 04 13:07:26.769 INFO kablam! | ^^^^^^^^^^^^ Sep 04 13:07:26.788 INFO kablam! Sep 04 13:07:26.815 INFO kablam! error[E0432]: unresolved import `nwg::Event` Sep 04 13:07:26.815 INFO kablam! --> examples/canvas.rs:7:11 Sep 04 13:07:26.815 INFO kablam! | Sep 04 13:07:26.815 INFO kablam! 7 | use nwg::{Event, EventArgs, Ui, fatal_message, dispatch_events}; Sep 04 13:07:26.815 INFO kablam! | ^^^^^ no `Event` in the root Sep 04 13:07:26.815 INFO kablam! Sep 04 13:07:26.816 INFO kablam! error[E0432]: unresolved import `nwg::EventArgs` Sep 04 13:07:26.816 INFO kablam! --> examples/canvas.rs:7:18 Sep 04 13:07:26.816 INFO kablam! | Sep 04 13:07:26.816 INFO kablam! 7 | use nwg::{Event, EventArgs, Ui, fatal_message, dispatch_events}; Sep 04 13:07:26.816 INFO kablam! | ^^^^^^^^^ no `EventArgs` in the root Sep 04 13:07:26.816 INFO kablam! Sep 04 13:07:26.816 INFO kablam! error[E0432]: unresolved import `nwg::Ui` Sep 04 13:07:26.816 INFO kablam! --> examples/canvas.rs:7:29 Sep 04 13:07:26.816 INFO kablam! | Sep 04 13:07:26.816 INFO kablam! 7 | use nwg::{Event, EventArgs, Ui, fatal_message, dispatch_events}; Sep 04 13:07:26.816 INFO kablam! | ^^ no `Ui` in the root Sep 04 13:07:26.816 INFO kablam! Sep 04 13:07:26.816 INFO kablam! error[E0432]: unresolved import `nwg::fatal_message` Sep 04 13:07:26.816 INFO kablam! --> examples/canvas.rs:7:33 Sep 04 13:07:26.816 INFO kablam! | Sep 04 13:07:26.816 INFO kablam! 7 | use nwg::{Event, EventArgs, Ui, fatal_message, dispatch_events}; Sep 04 13:07:26.816 INFO kablam! | ^^^^^^^^^^^^^ no `fatal_message` in the root Sep 04 13:07:26.816 INFO kablam! Sep 04 13:07:26.816 INFO kablam! error[E0432]: unresolved import `nwg::dispatch_events` Sep 04 13:07:26.816 INFO kablam! --> examples/canvas.rs:7:48 Sep 04 13:07:26.816 INFO kablam! | Sep 04 13:07:26.816 INFO kablam! 7 | use nwg::{Event, EventArgs, Ui, fatal_message, dispatch_events}; Sep 04 13:07:26.816 INFO kablam! | ^^^^^^^^^^^^^^^ no `dispatch_events` in the root Sep 04 13:07:26.816 INFO kablam! Sep 04 13:07:26.816 INFO kablam! error[E0432]: unresolved import `nwg::constants` Sep 04 13:07:26.816 INFO kablam! --> examples/canvas.rs:8:5 Sep 04 13:07:26.817 INFO kablam! | Sep 04 13:07:26.817 INFO kablam! 8 | use nwg::constants as nwgc; Sep 04 13:07:26.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ no `constants` in the root Sep 04 13:07:26.817 INFO kablam! Sep 04 13:07:26.820 INFO kablam! error[E0425]: cannot find function `setup_ui` in this scope Sep 04 13:07:26.820 INFO kablam! --> examples/templating.rs:38:21 Sep 04 13:07:26.820 INFO kablam! | Sep 04 13:07:26.820 INFO kablam! 38 | if let Err(e) = setup_ui(&app) { Sep 04 13:07:26.820 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:26.820 INFO kablam! Sep 04 13:07:26.822 INFO kablam! error: cannot find macro `nwg_template!` in this scope Sep 04 13:07:26.822 INFO kablam! --> examples/canvas.rs:10:1 Sep 04 13:07:26.822 INFO kablam! | Sep 04 13:07:26.822 INFO kablam! 10 | nwg_template!( Sep 04 13:07:26.822 INFO kablam! | ^^^^^^^^^^^^ Sep 04 13:07:26.822 INFO kablam! Sep 04 13:07:26.822 INFO kablam! error: cannot find macro `nwg_get_mut!` in this scope Sep 04 13:07:26.822 INFO kablam! --> examples/canvas.rs:58:22 Sep 04 13:07:26.823 INFO kablam! | Sep 04 13:07:26.823 INFO kablam! 58 | let mut canvas = nwg_get_mut!(app; ("Canvas", nwg::Canvas<&'static str>)); Sep 04 13:07:26.823 INFO kablam! | ^^^^^^^^^^^ Sep 04 13:07:26.823 INFO kablam! Sep 04 13:07:26.823 INFO kablam! error: aborting due to 7 previous errors Sep 04 13:07:26.823 INFO kablam! Sep 04 13:07:26.823 INFO kablam! Some errors occurred: E0425, E0432. Sep 04 13:07:26.823 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 13:07:26.829 INFO kablam! error: Could not compile `native-windows-gui`. Sep 04 13:07:26.830 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:07:26.837 INFO kablam! error[E0425]: cannot find function `setup_ui` in this scope Sep 04 13:07:26.837 INFO kablam! --> examples/canvas.rs:87:21 Sep 04 13:07:26.837 INFO kablam! | Sep 04 13:07:26.837 INFO kablam! 87 | if let Err(e) = setup_ui(&app) { Sep 04 13:07:26.837 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:26.837 INFO kablam! Sep 04 13:07:26.837 INFO kablam! error: aborting due to 9 previous errors Sep 04 13:07:26.837 INFO kablam! Sep 04 13:07:26.837 INFO kablam! Some errors occurred: E0425, E0432. Sep 04 13:07:26.837 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 13:07:26.843 INFO kablam! error: Could not compile `native-windows-gui`. Sep 04 13:07:26.843 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:07:26.855 INFO kablam! error[E0432]: unresolved import `nwg::constants` Sep 04 13:07:26.855 INFO kablam! --> tests/all.rs:7:10 Sep 04 13:07:26.855 INFO kablam! | Sep 04 13:07:26.855 INFO kablam! 7 | use nwg::constants::*; Sep 04 13:07:26.855 INFO kablam! | ^^^^^^^^^ Could not find `constants` in `nwg` Sep 04 13:07:26.855 INFO kablam! Sep 04 13:07:26.875 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Ui` Sep 04 13:07:26.875 INFO kablam! --> tests/all.rs:9:28 Sep 04 13:07:26.875 INFO kablam! | Sep 04 13:07:26.875 INFO kablam! 9 | fn setup_ui() -> Ui { Ui::new().unwrap() } Sep 04 13:07:26.875 INFO kablam! | ^^ Use of undeclared type or module `Ui` Sep 04 13:07:26.875 INFO kablam! Sep 04 13:07:26.898 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Ui` Sep 04 13:07:26.898 INFO kablam! --> tests/all.rs:72:11 Sep 04 13:07:26.898 INFO kablam! | Sep 04 13:07:26.898 INFO kablam! 72 | match Ui::::new() { Sep 04 13:07:26.898 INFO kablam! | ^^ Use of undeclared type or module `Ui` Sep 04 13:07:26.899 INFO kablam! Sep 04 13:07:26.899 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.899 INFO kablam! --> tests/all.rs:101:47 Sep 04 13:07:26.899 INFO kablam! | Sep 04 13:07:26.899 INFO kablam! 101 | assert!(r.is_err() && r.err().unwrap() == Error::KeyExists, "Commit was successful"); Sep 04 13:07:26.899 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.900 INFO kablam! Sep 04 13:07:26.900 INFO kablam! error[E0432]: unresolved import `nwg::Ui` Sep 04 13:07:26.900 INFO kablam! --> examples/showcase.rs:7:11 Sep 04 13:07:26.900 INFO kablam! | Sep 04 13:07:26.900 INFO kablam! 7 | use nwg::{Ui, Event, EventArgs, dispatch_events, exit as nwg_exit}; Sep 04 13:07:26.900 INFO kablam! | ^^ no `Ui` in the root Sep 04 13:07:26.900 INFO kablam! Sep 04 13:07:26.901 INFO kablam! error[E0432]: unresolved import `nwg::Event` Sep 04 13:07:26.901 INFO kablam! --> examples/showcase.rs:7:15 Sep 04 13:07:26.901 INFO kablam! | Sep 04 13:07:26.901 INFO kablam! 7 | use nwg::{Ui, Event, EventArgs, dispatch_events, exit as nwg_exit}; Sep 04 13:07:26.901 INFO kablam! | ^^^^^ no `Event` in the root Sep 04 13:07:26.901 INFO kablam! Sep 04 13:07:26.901 INFO kablam! error[E0432]: unresolved import `nwg::EventArgs` Sep 04 13:07:26.901 INFO kablam! --> examples/showcase.rs:7:22 Sep 04 13:07:26.901 INFO kablam! | Sep 04 13:07:26.901 INFO kablam! 7 | use nwg::{Ui, Event, EventArgs, dispatch_events, exit as nwg_exit}; Sep 04 13:07:26.902 INFO kablam! | ^^^^^^^^^ no `EventArgs` in the root Sep 04 13:07:26.902 INFO kablam! Sep 04 13:07:26.902 INFO kablam! error[E0432]: unresolved import `nwg::dispatch_events` Sep 04 13:07:26.902 INFO kablam! --> examples/showcase.rs:7:33 Sep 04 13:07:26.902 INFO kablam! | Sep 04 13:07:26.902 INFO kablam! 7 | use nwg::{Ui, Event, EventArgs, dispatch_events, exit as nwg_exit}; Sep 04 13:07:26.902 INFO kablam! | ^^^^^^^^^^^^^^^ no `dispatch_events` in the root Sep 04 13:07:26.902 INFO kablam! Sep 04 13:07:26.902 INFO kablam! error[E0432]: unresolved import `nwg::exit` Sep 04 13:07:26.902 INFO kablam! --> examples/showcase.rs:7:50 Sep 04 13:07:26.902 INFO kablam! | Sep 04 13:07:26.902 INFO kablam! 7 | use nwg::{Ui, Event, EventArgs, dispatch_events, exit as nwg_exit}; Sep 04 13:07:26.902 INFO kablam! | ^^^^^^^^^^^^^^^^ no `exit` in the root Sep 04 13:07:26.902 INFO kablam! Sep 04 13:07:26.902 INFO kablam! error[E0432]: unresolved import `nwg::constants` Sep 04 13:07:26.902 INFO kablam! --> examples/showcase.rs:8:10 Sep 04 13:07:26.902 INFO kablam! | Sep 04 13:07:26.902 INFO kablam! 8 | use nwg::constants::{FONT_WEIGHT_BLACK, FONT_DECO_ITALIC, CheckState, FileDialogAction, HTextAlign, PickerDate}; Sep 04 13:07:26.902 INFO kablam! | ^^^^^^^^^ Could not find `constants` in `nwg` Sep 04 13:07:26.902 INFO kablam! Sep 04 13:07:26.904 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.904 INFO kablam! --> tests/all.rs:119:51 Sep 04 13:07:26.904 INFO kablam! | Sep 04 13:07:26.904 INFO kablam! 119 | assert!(y.is_err() && y.err().unwrap() == Error::KeyNotFound); Sep 04 13:07:26.904 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.905 INFO kablam! Sep 04 13:07:26.905 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.905 INFO kablam! --> tests/all.rs:120:51 Sep 04 13:07:26.905 INFO kablam! | Sep 04 13:07:26.905 INFO kablam! 120 | assert!(z.is_err() && z.err().unwrap() == Error::BadType); Sep 04 13:07:26.905 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.906 INFO kablam! Sep 04 13:07:26.906 INFO kablam! error: cannot find macro `nwg_template!` in this scope Sep 04 13:07:26.906 INFO kablam! --> examples/showcase.rs:10:1 Sep 04 13:07:26.906 INFO kablam! | Sep 04 13:07:26.906 INFO kablam! 10 | nwg_template!( Sep 04 13:07:26.906 INFO kablam! | ^^^^^^^^^^^^ Sep 04 13:07:26.906 INFO kablam! Sep 04 13:07:26.907 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.907 INFO kablam! --> tests/all.rs:136:53 Sep 04 13:07:26.907 INFO kablam! | Sep 04 13:07:26.907 INFO kablam! 136 | assert!(x2.is_err() && x2.err().unwrap() == Error::BorrowError); Sep 04 13:07:26.907 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.907 INFO kablam! Sep 04 13:07:26.908 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.908 INFO kablam! --> tests/all.rs:137:53 Sep 04 13:07:26.908 INFO kablam! | Sep 04 13:07:26.908 INFO kablam! 137 | assert!(x3.is_err() && x3.err().unwrap() == Error::BorrowError); Sep 04 13:07:26.908 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.908 INFO kablam! Sep 04 13:07:26.921 INFO kablam! error[E0425]: cannot find function `setup_ui` in this scope Sep 04 13:07:26.921 INFO kablam! --> examples/showcase.rs:115:21 Sep 04 13:07:26.921 INFO kablam! | Sep 04 13:07:26.921 INFO kablam! 115 | if let Err(e) = setup_ui(&app) { Sep 04 13:07:26.921 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:26.921 INFO kablam! Sep 04 13:07:26.921 INFO kablam! error: aborting due to 8 previous errors Sep 04 13:07:26.921 INFO kablam! Sep 04 13:07:26.921 INFO kablam! Some errors occurred: E0425, E0432. Sep 04 13:07:26.921 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 13:07:26.923 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.923 INFO kablam! --> tests/all.rs:160:47 Sep 04 13:07:26.923 INFO kablam! | Sep 04 13:07:26.923 INFO kablam! 160 | assert!(r.is_err() && r.err().unwrap() == Error::KeyExists, "Commit was successful"); Sep 04 13:07:26.923 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.923 INFO kablam! Sep 04 13:07:26.929 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.930 INFO kablam! --> tests/all.rs:178:47 Sep 04 13:07:26.930 INFO kablam! | Sep 04 13:07:26.930 INFO kablam! 178 | assert!(r.is_err() && r.err().unwrap() == Error::KeyExists, "Commit was successful"); Sep 04 13:07:26.930 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.930 INFO kablam! Sep 04 13:07:26.932 INFO kablam! error: Could not compile `native-windows-gui`. Sep 04 13:07:26.933 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:07:26.935 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.935 INFO kablam! --> tests/all.rs:194:27 Sep 04 13:07:26.935 INFO kablam! | Sep 04 13:07:26.935 INFO kablam! 194 | ui.bind(&1001, &5000, Event::Destroyed, move |_, _, _, _|{ unsafe{ *(&mut *x) += 1; } } ); Sep 04 13:07:26.936 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.936 INFO kablam! Sep 04 13:07:26.936 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.936 INFO kablam! --> tests/all.rs:195:27 Sep 04 13:07:26.936 INFO kablam! | Sep 04 13:07:26.937 INFO kablam! 195 | ui.bind(&1005, &5000, Event::Destroyed, move |_, _, _, _|{ unsafe{ *(&mut *x) += 1; } } ); Sep 04 13:07:26.937 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.937 INFO kablam! Sep 04 13:07:26.938 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.938 INFO kablam! --> tests/all.rs:220:51 Sep 04 13:07:26.938 INFO kablam! | Sep 04 13:07:26.938 INFO kablam! 220 | assert!(r.is_err() && r.err().unwrap() == Error::ControlInUse, "Commit was successful"); Sep 04 13:07:26.938 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.938 INFO kablam! Sep 04 13:07:26.943 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.943 INFO kablam! --> tests/all.rs:226:51 Sep 04 13:07:26.943 INFO kablam! | Sep 04 13:07:26.944 INFO kablam! 226 | assert!(r.is_err() && r.err().unwrap() == Error::ResourceInUse, "Commit was successful"); Sep 04 13:07:26.944 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.944 INFO kablam! Sep 04 13:07:26.947 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.947 INFO kablam! --> tests/all.rs:241:27 Sep 04 13:07:26.947 INFO kablam! | Sep 04 13:07:26.947 INFO kablam! 241 | ui.bind(&1001, &5000, Event::Destroyed, |ui, id, _, _|{ Sep 04 13:07:26.947 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.949 INFO kablam! Sep 04 13:07:26.949 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.949 INFO kablam! --> tests/all.rs:243:31 Sep 04 13:07:26.949 INFO kablam! | Sep 04 13:07:26.949 INFO kablam! 243 | ui.bind(&1001, &5001, Event::Destroyed, |_, _, _, _|{}); Sep 04 13:07:26.949 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.949 INFO kablam! Sep 04 13:07:26.949 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.949 INFO kablam! --> tests/all.rs:245:51 Sep 04 13:07:26.949 INFO kablam! | Sep 04 13:07:26.949 INFO kablam! 245 | assert!(r.is_err() && r.err().unwrap() == Error::ControlInUse, "Commit was successful"); Sep 04 13:07:26.949 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.949 INFO kablam! Sep 04 13:07:26.949 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.949 INFO kablam! --> tests/all.rs:250:51 Sep 04 13:07:26.949 INFO kablam! | Sep 04 13:07:26.949 INFO kablam! 250 | assert!(r.is_err() && r.err().unwrap() == Error::ControlInUse, "Commit was successful"); Sep 04 13:07:26.949 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.949 INFO kablam! Sep 04 13:07:26.949 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.949 INFO kablam! --> tests/all.rs:254:31 Sep 04 13:07:26.949 INFO kablam! | Sep 04 13:07:26.949 INFO kablam! 254 | ui.bind(&1002, &5001, Event::KeyDown, |_, _, _, _|{ } ); Sep 04 13:07:26.949 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.949 INFO kablam! Sep 04 13:07:26.951 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.951 INFO kablam! --> tests/all.rs:262:27 Sep 04 13:07:26.951 INFO kablam! | Sep 04 13:07:26.951 INFO kablam! 262 | ui.bind(&1000, &5000, Event::Destroyed, |_, _, _, _|{}); Sep 04 13:07:26.951 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.951 INFO kablam! Sep 04 13:07:26.951 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.951 INFO kablam! --> tests/all.rs:264:47 Sep 04 13:07:26.951 INFO kablam! | Sep 04 13:07:26.951 INFO kablam! 264 | assert!(r.is_err() && r.err().unwrap() == Error::ControlRequired, "Commit was successful"); Sep 04 13:07:26.951 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.951 INFO kablam! Sep 04 13:07:26.951 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.951 INFO kablam! --> tests/all.rs:267:27 Sep 04 13:07:26.951 INFO kablam! | Sep 04 13:07:26.951 INFO kablam! 267 | ui.bind(&1005, &5000, Event::Destroyed, |_, _, _, _|{}); Sep 04 13:07:26.951 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.951 INFO kablam! Sep 04 13:07:26.951 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.951 INFO kablam! --> tests/all.rs:269:47 Sep 04 13:07:26.951 INFO kablam! | Sep 04 13:07:26.952 INFO kablam! 269 | assert!(r.is_err() && r.err().unwrap() == Error::KeyNotFound, "Commit was successful"); Sep 04 13:07:26.952 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.952 INFO kablam! Sep 04 13:07:26.952 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.952 INFO kablam! --> tests/all.rs:272:27 Sep 04 13:07:26.952 INFO kablam! | Sep 04 13:07:26.952 INFO kablam! 272 | ui.bind(&1003, &5000, Event::MouseUp, |_, _, _, _|{}); Sep 04 13:07:26.952 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.952 INFO kablam! Sep 04 13:07:26.952 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.952 INFO kablam! --> tests/all.rs:274:47 Sep 04 13:07:26.952 INFO kablam! | Sep 04 13:07:26.952 INFO kablam! 274 | assert!(r.is_err() && r.err().unwrap() == Error::EventNotSupported(Event::MouseUp), "Commit was successful"); Sep 04 13:07:26.952 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.952 INFO kablam! Sep 04 13:07:26.952 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.952 INFO kablam! --> tests/all.rs:274:72 Sep 04 13:07:26.952 INFO kablam! | Sep 04 13:07:26.952 INFO kablam! 274 | assert!(r.is_err() && r.err().unwrap() == Error::EventNotSupported(Event::MouseUp), "Commit was successful"); Sep 04 13:07:26.952 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.952 INFO kablam! Sep 04 13:07:26.952 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.952 INFO kablam! --> tests/all.rs:277:27 Sep 04 13:07:26.952 INFO kablam! | Sep 04 13:07:26.952 INFO kablam! 277 | ui.bind(&1001, &5000, Event::Destroyed, |_, _, _, _|{}); Sep 04 13:07:26.953 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.953 INFO kablam! Sep 04 13:07:26.953 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.953 INFO kablam! --> tests/all.rs:279:47 Sep 04 13:07:26.953 INFO kablam! | Sep 04 13:07:26.953 INFO kablam! 279 | assert!(r.is_err() && r.err().unwrap() == Error::KeyExists, "Commit was successful"); Sep 04 13:07:26.953 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.953 INFO kablam! Sep 04 13:07:26.956 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.956 INFO kablam! --> tests/all.rs:294:27 Sep 04 13:07:26.956 INFO kablam! | Sep 04 13:07:26.956 INFO kablam! 294 | ui.bind(&1000, &5000, Event::Destroyed, |_, _, _, _|{}); Sep 04 13:07:26.956 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.956 INFO kablam! Sep 04 13:07:26.956 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.956 INFO kablam! --> tests/all.rs:297:29 Sep 04 13:07:26.956 INFO kablam! | Sep 04 13:07:26.956 INFO kablam! 297 | ui.unbind(&1000, &5000, Event::Destroyed); Sep 04 13:07:26.956 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.956 INFO kablam! Sep 04 13:07:26.957 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.957 INFO kablam! --> tests/all.rs:301:27 Sep 04 13:07:26.957 INFO kablam! | Sep 04 13:07:26.957 INFO kablam! 301 | ui.bind(&1000, &5000, Event::Destroyed, |_, _, _, _|{}); Sep 04 13:07:26.957 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.957 INFO kablam! Sep 04 13:07:26.957 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.957 INFO kablam! --> tests/all.rs:305:29 Sep 04 13:07:26.957 INFO kablam! | Sep 04 13:07:26.957 INFO kablam! 305 | ui.unbind(&1001, &5000, Event::Destroyed); Sep 04 13:07:26.957 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.957 INFO kablam! Sep 04 13:07:26.957 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.957 INFO kablam! --> tests/all.rs:307:47 Sep 04 13:07:26.957 INFO kablam! | Sep 04 13:07:26.957 INFO kablam! 307 | assert!(r.is_err() && r.err().unwrap() == Error::ControlRequired, "Commit was successful"); Sep 04 13:07:26.957 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.957 INFO kablam! Sep 04 13:07:26.957 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.957 INFO kablam! --> tests/all.rs:310:29 Sep 04 13:07:26.957 INFO kablam! | Sep 04 13:07:26.957 INFO kablam! 310 | ui.unbind(&1005, &5000, Event::Destroyed); Sep 04 13:07:26.957 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.957 INFO kablam! Sep 04 13:07:26.957 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.957 INFO kablam! --> tests/all.rs:312:47 Sep 04 13:07:26.957 INFO kablam! | Sep 04 13:07:26.957 INFO kablam! 312 | assert!(r.is_err() && r.err().unwrap() == Error::KeyNotFound, "Commit was successful"); Sep 04 13:07:26.957 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.958 INFO kablam! Sep 04 13:07:26.958 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.958 INFO kablam! --> tests/all.rs:315:29 Sep 04 13:07:26.959 INFO kablam! | Sep 04 13:07:26.959 INFO kablam! 315 | ui.unbind(&1002, &5000, Event::MouseUp); Sep 04 13:07:26.959 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.959 INFO kablam! Sep 04 13:07:26.959 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.959 INFO kablam! --> tests/all.rs:317:47 Sep 04 13:07:26.961 INFO kablam! | Sep 04 13:07:26.961 INFO kablam! 317 | assert!(r.is_err() && r.err().unwrap() == Error::EventNotSupported(Event::MouseUp), "Commit was successful"); Sep 04 13:07:26.961 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.961 INFO kablam! Sep 04 13:07:26.961 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.961 INFO kablam! --> tests/all.rs:317:72 Sep 04 13:07:26.961 INFO kablam! | Sep 04 13:07:26.961 INFO kablam! 317 | assert!(r.is_err() && r.err().unwrap() == Error::EventNotSupported(Event::MouseUp), "Commit was successful"); Sep 04 13:07:26.961 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.961 INFO kablam! Sep 04 13:07:26.961 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.961 INFO kablam! --> tests/all.rs:320:29 Sep 04 13:07:26.961 INFO kablam! | Sep 04 13:07:26.962 INFO kablam! 320 | ui.unbind(&1000, &5001, Event::Destroyed); Sep 04 13:07:26.962 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.962 INFO kablam! Sep 04 13:07:26.962 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.962 INFO kablam! --> tests/all.rs:322:47 Sep 04 13:07:26.962 INFO kablam! | Sep 04 13:07:26.962 INFO kablam! 322 | assert!(r.is_err() && r.err().unwrap() == Error::KeyNotFound, "Commit was successful"); Sep 04 13:07:26.962 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.962 INFO kablam! Sep 04 13:07:26.962 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.962 INFO kablam! --> tests/all.rs:324:27 Sep 04 13:07:26.962 INFO kablam! | Sep 04 13:07:26.963 INFO kablam! 324 | ui.bind(&1000, &5001, Event::Destroyed, |ui, id, _, _|{ Sep 04 13:07:26.963 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.963 INFO kablam! Sep 04 13:07:26.963 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.963 INFO kablam! --> tests/all.rs:326:33 Sep 04 13:07:26.963 INFO kablam! | Sep 04 13:07:26.963 INFO kablam! 326 | ui.unbind(&1000, &5000, Event::Destroyed); Sep 04 13:07:26.963 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.963 INFO kablam! Sep 04 13:07:26.963 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.964 INFO kablam! --> tests/all.rs:328:51 Sep 04 13:07:26.964 INFO kablam! | Sep 04 13:07:26.964 INFO kablam! 328 | assert!(r.is_err() && r.err().unwrap() == Error::ControlInUse, "Commit was successful"); Sep 04 13:07:26.964 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.964 INFO kablam! Sep 04 13:07:26.965 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.965 INFO kablam! --> tests/all.rs:345:27 Sep 04 13:07:26.965 INFO kablam! | Sep 04 13:07:26.965 INFO kablam! 345 | ui.bind(&1000, &5000, Event::MouseDown, move |_, _, _, _|{ unsafe{ *(&mut *x) = true; } }); Sep 04 13:07:26.965 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.965 INFO kablam! Sep 04 13:07:26.965 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.965 INFO kablam! --> tests/all.rs:346:27 Sep 04 13:07:26.965 INFO kablam! | Sep 04 13:07:26.965 INFO kablam! 346 | ui.bind(&1000, &5000, Event::MouseUp, move |ui, _, _, _|{ Sep 04 13:07:26.966 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.966 INFO kablam! Sep 04 13:07:26.966 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.966 INFO kablam! --> tests/all.rs:347:27 Sep 04 13:07:26.966 INFO kablam! | Sep 04 13:07:26.966 INFO kablam! 347 | ui.trigger(&1000, Event::MouseDown, EventArgs::None); Sep 04 13:07:26.966 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.966 INFO kablam! Sep 04 13:07:26.966 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EventArgs` Sep 04 13:07:26.966 INFO kablam! --> tests/all.rs:347:45 Sep 04 13:07:26.967 INFO kablam! | Sep 04 13:07:26.967 INFO kablam! 347 | ui.trigger(&1000, Event::MouseDown, EventArgs::None); Sep 04 13:07:26.967 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `EventArgs` Sep 04 13:07:26.967 INFO kablam! Sep 04 13:07:26.967 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.967 INFO kablam! --> tests/all.rs:351:23 Sep 04 13:07:26.967 INFO kablam! | Sep 04 13:07:26.967 INFO kablam! 351 | ui.trigger(&1000, Event::MouseDown, EventArgs::None); Sep 04 13:07:26.967 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.967 INFO kablam! Sep 04 13:07:26.968 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EventArgs` Sep 04 13:07:26.968 INFO kablam! --> tests/all.rs:351:41 Sep 04 13:07:26.968 INFO kablam! | Sep 04 13:07:26.968 INFO kablam! 351 | ui.trigger(&1000, Event::MouseDown, EventArgs::None); Sep 04 13:07:26.968 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `EventArgs` Sep 04 13:07:26.968 INFO kablam! Sep 04 13:07:26.968 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.968 INFO kablam! --> tests/all.rs:354:23 Sep 04 13:07:26.968 INFO kablam! | Sep 04 13:07:26.969 INFO kablam! 354 | ui.trigger(&1030, Event::MouseDown, EventArgs::None); Sep 04 13:07:26.969 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.969 INFO kablam! Sep 04 13:07:26.969 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EventArgs` Sep 04 13:07:26.969 INFO kablam! --> tests/all.rs:354:41 Sep 04 13:07:26.969 INFO kablam! | Sep 04 13:07:26.969 INFO kablam! 354 | ui.trigger(&1030, Event::MouseDown, EventArgs::None); Sep 04 13:07:26.969 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `EventArgs` Sep 04 13:07:26.969 INFO kablam! Sep 04 13:07:26.969 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.970 INFO kablam! --> tests/all.rs:356:47 Sep 04 13:07:26.970 INFO kablam! | Sep 04 13:07:26.970 INFO kablam! 356 | assert!(r.is_err() && r.err().unwrap() == Error::KeyNotFound, "Commit was successful"); Sep 04 13:07:26.970 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.970 INFO kablam! Sep 04 13:07:26.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.970 INFO kablam! --> tests/all.rs:358:23 Sep 04 13:07:26.970 INFO kablam! | Sep 04 13:07:26.970 INFO kablam! 358 | ui.trigger(&1001, Event::MouseDown, EventArgs::None); Sep 04 13:07:26.970 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.971 INFO kablam! Sep 04 13:07:26.971 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EventArgs` Sep 04 13:07:26.973 INFO kablam! --> tests/all.rs:358:41 Sep 04 13:07:26.973 INFO kablam! | Sep 04 13:07:26.973 INFO kablam! 358 | ui.trigger(&1001, Event::MouseDown, EventArgs::None); Sep 04 13:07:26.973 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `EventArgs` Sep 04 13:07:26.974 INFO kablam! Sep 04 13:07:26.974 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.974 INFO kablam! --> tests/all.rs:360:47 Sep 04 13:07:26.974 INFO kablam! | Sep 04 13:07:26.974 INFO kablam! 360 | assert!(r.is_err() && r.err().unwrap() == Error::ControlRequired, "Commit was successful"); Sep 04 13:07:26.974 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.974 INFO kablam! Sep 04 13:07:26.974 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.974 INFO kablam! --> tests/all.rs:362:23 Sep 04 13:07:26.974 INFO kablam! | Sep 04 13:07:26.974 INFO kablam! 362 | ui.trigger(&1000, Event::SelectionChanged, EventArgs::None); Sep 04 13:07:26.974 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.974 INFO kablam! Sep 04 13:07:26.974 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EventArgs` Sep 04 13:07:26.975 INFO kablam! --> tests/all.rs:362:48 Sep 04 13:07:26.975 INFO kablam! | Sep 04 13:07:26.975 INFO kablam! 362 | ui.trigger(&1000, Event::SelectionChanged, EventArgs::None); Sep 04 13:07:26.975 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `EventArgs` Sep 04 13:07:26.975 INFO kablam! Sep 04 13:07:26.975 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:26.975 INFO kablam! --> tests/all.rs:364:47 Sep 04 13:07:26.975 INFO kablam! | Sep 04 13:07:26.975 INFO kablam! 364 | assert!(r.is_err() && r.err().unwrap() == Error::EventNotSupported(Event::SelectionChanged), "Commit was successful"); Sep 04 13:07:26.975 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:26.975 INFO kablam! Sep 04 13:07:26.975 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.976 INFO kablam! --> tests/all.rs:364:72 Sep 04 13:07:26.976 INFO kablam! | Sep 04 13:07:26.976 INFO kablam! 364 | assert!(r.is_err() && r.err().unwrap() == Error::EventNotSupported(Event::SelectionChanged), "Commit was successful"); Sep 04 13:07:26.976 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.976 INFO kablam! Sep 04 13:07:26.976 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.976 INFO kablam! --> tests/all.rs:366:23 Sep 04 13:07:26.976 INFO kablam! | Sep 04 13:07:26.976 INFO kablam! 366 | ui.trigger(&1000, Event::MouseUp, EventArgs::None); Sep 04 13:07:26.976 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.976 INFO kablam! Sep 04 13:07:26.976 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EventArgs` Sep 04 13:07:26.977 INFO kablam! --> tests/all.rs:366:39 Sep 04 13:07:26.977 INFO kablam! | Sep 04 13:07:26.977 INFO kablam! 366 | ui.trigger(&1000, Event::MouseUp, EventArgs::None); Sep 04 13:07:26.977 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `EventArgs` Sep 04 13:07:26.977 INFO kablam! Sep 04 13:07:26.977 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.977 INFO kablam! --> tests/all.rs:380:27 Sep 04 13:07:26.977 INFO kablam! | Sep 04 13:07:26.977 INFO kablam! 380 | ui.bind(&1000, &5000, Event::Destroyed, move |_, _, _, _|{ unsafe{ *(&mut *x) = true; } }); Sep 04 13:07:26.977 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.977 INFO kablam! Sep 04 13:07:26.978 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.978 INFO kablam! --> tests/all.rs:400:31 Sep 04 13:07:26.978 INFO kablam! | Sep 04 13:07:26.978 INFO kablam! 400 | ui.bind(&1000, &5000, Event::Destroyed, move |_, _, _, _|{ unsafe{ *(&mut *x) = true; } }); Sep 04 13:07:26.978 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.978 INFO kablam! Sep 04 13:07:26.978 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.978 INFO kablam! --> tests/all.rs:415:29 Sep 04 13:07:26.978 INFO kablam! | Sep 04 13:07:26.978 INFO kablam! 415 | ui.bind(&1000, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.979 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.979 INFO kablam! Sep 04 13:07:26.979 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.979 INFO kablam! --> tests/all.rs:418:29 Sep 04 13:07:26.979 INFO kablam! | Sep 04 13:07:26.979 INFO kablam! 418 | ui.bind(&1001, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.979 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.979 INFO kablam! Sep 04 13:07:26.979 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.979 INFO kablam! --> tests/all.rs:421:29 Sep 04 13:07:26.980 INFO kablam! | Sep 04 13:07:26.980 INFO kablam! 421 | ui.bind(&2003, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.980 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.980 INFO kablam! Sep 04 13:07:26.986 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.986 INFO kablam! --> tests/all.rs:427:29 Sep 04 13:07:26.986 INFO kablam! | Sep 04 13:07:26.986 INFO kablam! 427 | ui.bind(&1002, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.986 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.987 INFO kablam! Sep 04 13:07:26.987 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.987 INFO kablam! --> tests/all.rs:428:29 Sep 04 13:07:26.987 INFO kablam! | Sep 04 13:07:26.987 INFO kablam! 428 | ui.bind(&1003, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.987 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.987 INFO kablam! Sep 04 13:07:26.987 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.987 INFO kablam! --> tests/all.rs:429:29 Sep 04 13:07:26.988 INFO kablam! | Sep 04 13:07:26.988 INFO kablam! 429 | ui.bind(&1004, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.988 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.988 INFO kablam! Sep 04 13:07:26.988 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.988 INFO kablam! --> tests/all.rs:430:29 Sep 04 13:07:26.988 INFO kablam! | Sep 04 13:07:26.988 INFO kablam! 430 | ui.bind(&2000, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.988 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.988 INFO kablam! Sep 04 13:07:26.994 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.995 INFO kablam! --> tests/all.rs:436:29 Sep 04 13:07:26.995 INFO kablam! | Sep 04 13:07:26.995 INFO kablam! 436 | ui.bind(&1005, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.995 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.995 INFO kablam! Sep 04 13:07:26.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.995 INFO kablam! --> tests/all.rs:437:29 Sep 04 13:07:26.995 INFO kablam! | Sep 04 13:07:26.995 INFO kablam! 437 | ui.bind(&1006, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.996 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.996 INFO kablam! Sep 04 13:07:26.996 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.996 INFO kablam! --> tests/all.rs:438:29 Sep 04 13:07:26.996 INFO kablam! | Sep 04 13:07:26.996 INFO kablam! 438 | ui.bind(&1007, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.996 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.996 INFO kablam! Sep 04 13:07:26.996 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:26.996 INFO kablam! --> tests/all.rs:439:29 Sep 04 13:07:26.997 INFO kablam! | Sep 04 13:07:26.997 INFO kablam! 439 | ui.bind(&2001, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:26.997 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:26.997 INFO kablam! Sep 04 13:07:27.001 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:27.001 INFO kablam! --> tests/all.rs:444:29 Sep 04 13:07:27.001 INFO kablam! | Sep 04 13:07:27.001 INFO kablam! 444 | ui.bind(&1008, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:27.001 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:27.002 INFO kablam! Sep 04 13:07:27.002 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:27.002 INFO kablam! --> tests/all.rs:445:29 Sep 04 13:07:27.002 INFO kablam! | Sep 04 13:07:27.002 INFO kablam! 445 | ui.bind(&1009, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:27.002 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:27.002 INFO kablam! Sep 04 13:07:27.002 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Event` Sep 04 13:07:27.002 INFO kablam! --> tests/all.rs:446:29 Sep 04 13:07:27.003 INFO kablam! | Sep 04 13:07:27.003 INFO kablam! 446 | ui.bind(&2002, &10_000, Event::Destroyed, move |_,_,_,_|{ unsafe{ *(&mut *x) += 1 } }); Sep 04 13:07:27.003 INFO kablam! | ^^^^^ Use of undeclared type or module `Event` Sep 04 13:07:27.003 INFO kablam! Sep 04 13:07:27.031 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CheckState` Sep 04 13:07:27.031 INFO kablam! --> tests/all.rs:523:122 Sep 04 13:07:27.031 INFO kablam! | Sep 04 13:07:27.031 INFO kablam! 523 | let btn_t2 = CheckBoxT{text: "TEST", position:(10, 10), size: (100, 30), visible: true, disabled: false, checkstate: CheckState::Checked, tristate: false, parent: 1000, font: None}; Sep 04 13:07:27.031 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `CheckState` Sep 04 13:07:27.031 INFO kablam! Sep 04 13:07:27.033 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:27.033 INFO kablam! --> tests/all.rs:539:29 Sep 04 13:07:27.033 INFO kablam! | Sep 04 13:07:27.033 INFO kablam! 539 | match ui.commit() { Err(Error::KeyNotFound) => {}, r => panic!("Should have returned Error::KeyNotFound, got {:?}", r) } Sep 04 13:07:27.033 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:27.033 INFO kablam! Sep 04 13:07:27.033 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:27.033 INFO kablam! --> tests/all.rs:543:29 Sep 04 13:07:27.034 INFO kablam! | Sep 04 13:07:27.034 INFO kablam! 543 | match ui.commit() { Err(Error::BadParent(_)) => {}, r => panic!("Should have returned Error::BadParent, got {:?}", r) } Sep 04 13:07:27.034 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:27.034 INFO kablam! Sep 04 13:07:27.034 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Error` Sep 04 13:07:27.034 INFO kablam! --> tests/all.rs:548:29 Sep 04 13:07:27.034 INFO kablam! | Sep 04 13:07:27.034 INFO kablam! 548 | match ui.commit() { Err(Error::BadResource(_)) => {}, r => panic!("Should have returned Error::BadResource, got {:?}", r) } Sep 04 13:07:27.034 INFO kablam! | ^^^^^ Use of undeclared type or module `Error` Sep 04 13:07:27.035 INFO kablam! Sep 04 13:07:27.055 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CheckState` Sep 04 13:07:27.055 INFO kablam! --> tests/all.rs:559:46 Sep 04 13:07:27.055 INFO kablam! | Sep 04 13:07:27.055 INFO kablam! 559 | assert!(checkbox.get_checkstate() == CheckState::Checked); Sep 04 13:07:27.055 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `CheckState` Sep 04 13:07:27.055 INFO kablam! Sep 04 13:07:27.056 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CheckState` Sep 04 13:07:27.056 INFO kablam! --> tests/all.rs:560:33 Sep 04 13:07:27.056 INFO kablam! | Sep 04 13:07:27.056 INFO kablam! 560 | checkbox.set_checkstate(CheckState::Unchecked); Sep 04 13:07:27.056 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `CheckState` Sep 04 13:07:27.056 INFO kablam! Sep 04 13:07:27.056 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `CheckState` Sep 04 13:07:27.056 INFO kablam! --> tests/all.rs:561:46 Sep 04 13:07:27.056 INFO kablam! | Sep 04 13:07:27.056 INFO kablam! 561 | assert!(checkbox.get_checkstate() == CheckState::Unchecked); Sep 04 13:07:27.057 INFO kablam! | ^^^^^^^^^^ Use of undeclared type or module `CheckState` Sep 04 13:07:27.057 INFO kablam! Sep 04 13:07:27.096 INFO kablam! error[E0432]: unresolved import `nwg::Event` Sep 04 13:07:27.096 INFO kablam! --> examples/multithreading.rs:7:11 Sep 04 13:07:27.096 INFO kablam! | Sep 04 13:07:27.096 INFO kablam! 7 | use nwg::{Event, Ui, fatal_message, dispatch_events}; Sep 04 13:07:27.096 INFO kablam! | ^^^^^ no `Event` in the root Sep 04 13:07:27.096 INFO kablam! Sep 04 13:07:27.096 INFO kablam! error[E0432]: unresolved import `nwg::Ui` Sep 04 13:07:27.096 INFO kablam! --> examples/multithreading.rs:7:18 Sep 04 13:07:27.096 INFO kablam! | Sep 04 13:07:27.096 INFO kablam! 7 | use nwg::{Event, Ui, fatal_message, dispatch_events}; Sep 04 13:07:27.096 INFO kablam! | ^^ no `Ui` in the root Sep 04 13:07:27.096 INFO kablam! Sep 04 13:07:27.096 INFO kablam! error[E0432]: unresolved import `nwg::fatal_message` Sep 04 13:07:27.097 INFO kablam! --> examples/multithreading.rs:7:22 Sep 04 13:07:27.097 INFO kablam! | Sep 04 13:07:27.097 INFO kablam! 7 | use nwg::{Event, Ui, fatal_message, dispatch_events}; Sep 04 13:07:27.097 INFO kablam! | ^^^^^^^^^^^^^ no `fatal_message` in the root Sep 04 13:07:27.097 INFO kablam! Sep 04 13:07:27.097 INFO kablam! error[E0432]: unresolved import `nwg::dispatch_events` Sep 04 13:07:27.097 INFO kablam! --> examples/multithreading.rs:7:37 Sep 04 13:07:27.097 INFO kablam! | Sep 04 13:07:27.097 INFO kablam! 7 | use nwg::{Event, Ui, fatal_message, dispatch_events}; Sep 04 13:07:27.097 INFO kablam! | ^^^^^^^^^^^^^^^ no `dispatch_events` in the root Sep 04 13:07:27.097 INFO kablam! Sep 04 13:07:27.104 INFO kablam! error: cannot find macro `nwg_template!` in this scope Sep 04 13:07:27.104 INFO kablam! --> examples/multithreading.rs:11:1 Sep 04 13:07:27.104 INFO kablam! | Sep 04 13:07:27.104 INFO kablam! 11 | nwg_template!( Sep 04 13:07:27.104 INFO kablam! | ^^^^^^^^^^^^ Sep 04 13:07:27.104 INFO kablam! Sep 04 13:07:27.104 INFO kablam! error: cannot find macro `nwg_template!` in this scope Sep 04 13:07:27.104 INFO kablam! --> examples/multithreading.rs:29:1 Sep 04 13:07:27.104 INFO kablam! | Sep 04 13:07:27.104 INFO kablam! 29 | nwg_template!( Sep 04 13:07:27.104 INFO kablam! | ^^^^^^^^^^^^ Sep 04 13:07:27.104 INFO kablam! Sep 04 13:07:27.120 INFO kablam! error[E0425]: cannot find function `setup_test_window` in this scope Sep 04 13:07:27.120 INFO kablam! --> examples/multithreading.rs:47:21 Sep 04 13:07:27.120 INFO kablam! | Sep 04 13:07:27.120 INFO kablam! 47 | if let Err(e) = setup_test_window(&app) { Sep 04 13:07:27.120 INFO kablam! | ^^^^^^^^^^^^^^^^^ not found in this scope Sep 04 13:07:27.120 INFO kablam! Sep 04 13:07:27.120 INFO kablam! error[E0425]: cannot find function `setup_sleep_window` in this scope Sep 04 13:07:27.120 INFO kablam! --> examples/multithreading.rs:59:25 Sep 04 13:07:27.121 INFO kablam! | Sep 04 13:07:27.121 INFO kablam! 59 | if let Err(e) = setup_sleep_window(&app2) { Sep 04 13:07:27.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Sep 04 13:07:27.121 INFO kablam! Sep 04 13:07:27.121 INFO kablam! error: aborting due to 8 previous errors Sep 04 13:07:27.121 INFO kablam! Sep 04 13:07:27.122 INFO kablam! Some errors occurred: E0425, E0432. Sep 04 13:07:27.122 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 13:07:27.129 INFO kablam! error: Could not compile `native-windows-gui`. Sep 04 13:07:27.129 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:07:27.137 INFO kablam! error[E0412]: cannot find type `Ui` in this scope Sep 04 13:07:27.137 INFO kablam! --> tests/all.rs:9:18 Sep 04 13:07:27.137 INFO kablam! | Sep 04 13:07:27.137 INFO kablam! 9 | fn setup_ui() -> Ui { Ui::new().unwrap() } Sep 04 13:07:27.137 INFO kablam! | ^^ not found in this scope Sep 04 13:07:27.137 INFO kablam! Sep 04 13:07:27.137 INFO kablam! error[E0412]: cannot find type `WindowT` in this scope Sep 04 13:07:27.137 INFO kablam! --> tests/all.rs:10:16 Sep 04 13:07:27.137 INFO kablam! | Sep 04 13:07:27.137 INFO kablam! 10 | fn window() -> WindowT<&'static str> { WindowT{title: "", position:(-600,-600), size:(100, 100), resizable:true, visible:true, disabled:false, exit_on_close:true} } Sep 04 13:07:27.137 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.137 INFO kablam! Sep 04 13:07:27.137 INFO kablam! error[E0422]: cannot find struct, variant or union type `WindowT` in this scope Sep 04 13:07:27.137 INFO kablam! --> tests/all.rs:10:41 Sep 04 13:07:27.137 INFO kablam! | Sep 04 13:07:27.137 INFO kablam! 10 | fn window() -> WindowT<&'static str> { WindowT{title: "", position:(-600,-600), size:(100, 100), resizable:true, visible:true, disabled:false, exit_on_close:true} } Sep 04 13:07:27.137 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.137 INFO kablam! Sep 04 13:07:27.137 INFO kablam! error[E0412]: cannot find type `FontT` in this scope Sep 04 13:07:27.137 INFO kablam! --> tests/all.rs:11:22 Sep 04 13:07:27.137 INFO kablam! | Sep 04 13:07:27.137 INFO kablam! 11 | fn default_font() -> FontT<&'static str> { FontT{ family: "Arial", size: 10, weight: FONT_WEIGHT_BOLD, decoration: FONT_DECO_ITALIC|FONT_DECO_STRIKEOUT } } Sep 04 13:07:27.137 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.137 INFO kablam! Sep 04 13:07:27.138 INFO kablam! error[E0422]: cannot find struct, variant or union type `FontT` in this scope Sep 04 13:07:27.138 INFO kablam! --> tests/all.rs:11:44 Sep 04 13:07:27.138 INFO kablam! | Sep 04 13:07:27.138 INFO kablam! 11 | fn default_font() -> FontT<&'static str> { FontT{ family: "Arial", size: 10, weight: FONT_WEIGHT_BOLD, decoration: FONT_DECO_ITALIC|FONT_DECO_STRIKEOUT } } Sep 04 13:07:27.138 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.138 INFO kablam! Sep 04 13:07:27.138 INFO kablam! error[E0425]: cannot find value `FONT_WEIGHT_BOLD` in this scope Sep 04 13:07:27.138 INFO kablam! --> tests/all.rs:11:86 Sep 04 13:07:27.138 INFO kablam! | Sep 04 13:07:27.138 INFO kablam! 11 | fn default_font() -> FontT<&'static str> { FontT{ family: "Arial", size: 10, weight: FONT_WEIGHT_BOLD, decoration: FONT_DECO_ITALIC|FONT_DECO_STRIKEOUT } } Sep 04 13:07:27.138 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 04 13:07:27.138 INFO kablam! Sep 04 13:07:27.138 INFO kablam! error[E0432]: unresolved import `nwg::Ui` Sep 04 13:07:27.138 INFO kablam! --> examples/no_templating.rs:8:11 Sep 04 13:07:27.138 INFO kablam! | Sep 04 13:07:27.138 INFO kablam! 8 | use nwg::{Ui, Error, Event, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.138 INFO kablam! | ^^ no `Ui` in the root Sep 04 13:07:27.138 INFO kablam! Sep 04 13:07:27.138 INFO kablam! error[E0425]: cannot find value `FONT_DECO_ITALIC` in this scope Sep 04 13:07:27.138 INFO kablam! --> tests/all.rs:11:116 Sep 04 13:07:27.138 INFO kablam! | Sep 04 13:07:27.138 INFO kablam! 11 | fn default_font() -> FontT<&'static str> { FontT{ family: "Arial", size: 10, weight: FONT_WEIGHT_BOLD, decoration: FONT_DECO_ITALIC|FONT_DECO_STRIKEOUT } } Sep 04 13:07:27.138 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 04 13:07:27.138 INFO kablam! Sep 04 13:07:27.139 INFO kablam! error[E0432]: unresolved import `nwg::Error` Sep 04 13:07:27.139 INFO kablam! --> examples/no_templating.rs:8:15 Sep 04 13:07:27.139 INFO kablam! | Sep 04 13:07:27.139 INFO kablam! 8 | use nwg::{Ui, Error, Event, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.139 INFO kablam! | ^^^^^ no `Error` in the root Sep 04 13:07:27.139 INFO kablam! Sep 04 13:07:27.139 INFO kablam! error[E0425]: cannot find value `FONT_DECO_STRIKEOUT` in this scope Sep 04 13:07:27.139 INFO kablam! --> tests/all.rs:11:133 Sep 04 13:07:27.139 INFO kablam! | Sep 04 13:07:27.139 INFO kablam! 11 | fn default_font() -> FontT<&'static str> { FontT{ family: "Arial", size: 10, weight: FONT_WEIGHT_BOLD, decoration: FONT_DECO_ITALIC|FONT_DECO_STRIKEOUT } } Sep 04 13:07:27.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ not found in this scope Sep 04 13:07:27.139 INFO kablam! error[E0432]: unresolved import `nwg::Event` Sep 04 13:07:27.139 INFO kablam! --> examples/no_templating.rs:8:22 Sep 04 13:07:27.139 INFO kablam! | Sep 04 13:07:27.139 INFO kablam! 8 | use nwg::{Ui, Error, Event, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.139 INFO kablam! | ^^^^^ no `Event` in the root Sep 04 13:07:27.139 INFO kablam! Sep 04 13:07:27.139 INFO kablam! Sep 04 13:07:27.139 INFO kablam! error[E0432]: unresolved import `nwg::simple_message` Sep 04 13:07:27.139 INFO kablam! --> examples/no_templating.rs:8:29 Sep 04 13:07:27.139 INFO kablam! | Sep 04 13:07:27.139 INFO kablam! 8 | use nwg::{Ui, Error, Event, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.139 INFO kablam! | ^^^^^^^^^^^^^^ no `simple_message` in the root Sep 04 13:07:27.139 INFO kablam! Sep 04 13:07:27.139 INFO kablam! error[E0432]: unresolved import `nwg::fatal_message` Sep 04 13:07:27.139 INFO kablam! --> examples/no_templating.rs:8:45 Sep 04 13:07:27.139 INFO kablam! | Sep 04 13:07:27.139 INFO kablam! 8 | use nwg::{Ui, Error, Event, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.140 INFO kablam! | ^^^^^^^^^^^^^ no `fatal_message` in the root Sep 04 13:07:27.140 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuItemT` in this scope Sep 04 13:07:27.140 INFO kablam! --> tests/all.rs:148:28 Sep 04 13:07:27.140 INFO kablam! | Sep 04 13:07:27.140 INFO kablam! 148 | ui.pack_control(&1001, MenuItemT{text: "", parent: 1000, disabled: false}); Sep 04 13:07:27.140 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.140 INFO kablam! Sep 04 13:07:27.140 INFO kablam! Sep 04 13:07:27.140 INFO kablam! error[E0432]: unresolved import `nwg::dispatch_events` Sep 04 13:07:27.140 INFO kablam! --> examples/no_templating.rs:8:60 Sep 04 13:07:27.140 INFO kablam! | Sep 04 13:07:27.140 INFO kablam! 8 | use nwg::{Ui, Error, Event, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.140 INFO kablam! | ^^^^^^^^^^^^^^^ no `dispatch_events` in the root Sep 04 13:07:27.140 INFO kablam! Sep 04 13:07:27.140 INFO kablam! error[E0412]: cannot find type `Window` in this scope Sep 04 13:07:27.140 INFO kablam! --> tests/all.rs:155:24 Sep 04 13:07:27.140 INFO kablam! | Sep 04 13:07:27.140 INFO kablam! 155 | { let w = ui.get::(&1000); w.expect("Failed to get control"); } Sep 04 13:07:27.140 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.140 INFO kablam! Sep 04 13:07:27.140 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuItemT` in this scope Sep 04 13:07:27.140 INFO kablam! --> tests/all.rs:158:28 Sep 04 13:07:27.141 INFO kablam! | Sep 04 13:07:27.141 INFO kablam! 158 | ui.pack_control(&1000, MenuItemT{text: "", parent: 1000, disabled: false}); Sep 04 13:07:27.141 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.141 INFO kablam! Sep 04 13:07:27.141 INFO kablam! error[E0412]: cannot find type `Font` in this scope Sep 04 13:07:27.141 INFO kablam! --> tests/all.rs:173:24 Sep 04 13:07:27.141 INFO kablam! | Sep 04 13:07:27.141 INFO kablam! 173 | { let f = ui.get::(&1000); f.expect("Failed to get control"); } Sep 04 13:07:27.141 INFO kablam! | ^^^^ not found in this scope Sep 04 13:07:27.141 INFO kablam! Sep 04 13:07:27.141 INFO kablam! error[E0422]: cannot find struct, variant or union type `ButtonT` in this scope Sep 04 13:07:27.141 INFO kablam! --> tests/all.rs:192:28 Sep 04 13:07:27.141 INFO kablam! | Sep 04 13:07:27.141 INFO kablam! 192 | ui.pack_control(&1005, ButtonT{text: "TEST", position:(10, 10), size: (100, 30), visible: true, disabled: false, parent: 1001, font: None}); Sep 04 13:07:27.141 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.141 INFO kablam! Sep 04 13:07:27.143 INFO kablam! error[E0412]: cannot find type `Font` in this scope Sep 04 13:07:27.144 INFO kablam! --> tests/all.rs:222:26 Sep 04 13:07:27.144 INFO kablam! | Sep 04 13:07:27.144 INFO kablam! 222 | let y = ui.get::(&1004); Sep 04 13:07:27.144 INFO kablam! | ^^^^ not found in this scope Sep 04 13:07:27.144 INFO kablam! Sep 04 13:07:27.144 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuItemT` in this scope Sep 04 13:07:27.144 INFO kablam! --> tests/all.rs:238:28 Sep 04 13:07:27.144 INFO kablam! | Sep 04 13:07:27.144 INFO kablam! 238 | ui.pack_control(&1003, MenuItemT{text: "", parent: 1001, disabled: false}); Sep 04 13:07:27.144 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.144 INFO kablam! Sep 04 13:07:27.144 INFO kablam! error[E0425]: cannot find function `exit` in this scope Sep 04 13:07:27.144 INFO kablam! --> tests/all.rs:256:9 Sep 04 13:07:27.144 INFO kablam! | Sep 04 13:07:27.144 INFO kablam! 256 | exit(); Sep 04 13:07:27.144 INFO kablam! | ^^^^ not found in this scope Sep 04 13:07:27.144 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 13:07:27.144 INFO kablam! | Sep 04 13:07:27.144 INFO kablam! 6 | use std::process::exit; Sep 04 13:07:27.144 INFO kablam! | Sep 04 13:07:27.144 INFO kablam! Sep 04 13:07:27.144 INFO kablam! error[E0425]: cannot find function `dispatch_events` in this scope Sep 04 13:07:27.145 INFO kablam! --> tests/all.rs:283:5 Sep 04 13:07:27.145 INFO kablam! | Sep 04 13:07:27.145 INFO kablam! 283 | dispatch_events(); Sep 04 13:07:27.145 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 04 13:07:27.145 INFO kablam! Sep 04 13:07:27.145 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuItemT` in this scope Sep 04 13:07:27.145 INFO kablam! --> tests/all.rs:291:28 Sep 04 13:07:27.145 INFO kablam! | Sep 04 13:07:27.145 INFO kablam! 291 | ui.pack_control(&1002, MenuItemT{text: "", parent: 1000, disabled: false}); Sep 04 13:07:27.145 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.145 INFO kablam! Sep 04 13:07:27.145 INFO kablam! error[E0412]: cannot find type `Window` in this scope Sep 04 13:07:27.145 INFO kablam! --> tests/all.rs:332:16 Sep 04 13:07:27.145 INFO kablam! | Sep 04 13:07:27.145 INFO kablam! 332 | { ui.get::(&1000).unwrap().close(); } Sep 04 13:07:27.145 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.145 INFO kablam! Sep 04 13:07:27.145 INFO kablam! error[E0425]: cannot find function `dispatch_events` in this scope Sep 04 13:07:27.145 INFO kablam! --> tests/all.rs:333:5 Sep 04 13:07:27.145 INFO kablam! | Sep 04 13:07:27.145 INFO kablam! 333 | dispatch_events(); Sep 04 13:07:27.145 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 04 13:07:27.146 INFO kablam! Sep 04 13:07:27.146 INFO kablam! error[E0412]: cannot find type `Window` in this scope Sep 04 13:07:27.146 INFO kablam! --> tests/all.rs:386:16 Sep 04 13:07:27.146 INFO kablam! | Sep 04 13:07:27.146 INFO kablam! 386 | { ui.get::(&1000).unwrap().close(); } Sep 04 13:07:27.146 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.146 INFO kablam! Sep 04 13:07:27.146 INFO kablam! error[E0425]: cannot find function `dispatch_events` in this scope Sep 04 13:07:27.146 INFO kablam! --> tests/all.rs:389:5 Sep 04 13:07:27.146 INFO kablam! | Sep 04 13:07:27.146 INFO kablam! 389 | dispatch_events(); Sep 04 13:07:27.146 INFO kablam! | ^^^^^^^^^^^^^^^ not found in this scope Sep 04 13:07:27.146 INFO kablam! Sep 04 13:07:27.146 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuT` in this scope Sep 04 13:07:27.146 INFO kablam! --> tests/all.rs:417:28 Sep 04 13:07:27.146 INFO kablam! | Sep 04 13:07:27.146 INFO kablam! 417 | ui.pack_control(&1001, MenuT{ text: "Test1", parent: 1000, disabled: false }); Sep 04 13:07:27.146 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.146 INFO kablam! Sep 04 13:07:27.146 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuItemT` in this scope Sep 04 13:07:27.146 INFO kablam! --> tests/all.rs:420:28 Sep 04 13:07:27.146 INFO kablam! | Sep 04 13:07:27.146 INFO kablam! 420 | ui.pack_control(&2003, MenuItemT{ text: "TestItem4", parent: 1000, disabled: false }); Sep 04 13:07:27.147 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.147 INFO kablam! Sep 04 13:07:27.147 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuT` in this scope Sep 04 13:07:27.147 INFO kablam! --> tests/all.rs:423:28 Sep 04 13:07:27.147 INFO kablam! | Sep 04 13:07:27.147 INFO kablam! 423 | ui.pack_control(&1002, MenuT{ text: "Test2", parent: 1000, disabled: false }); Sep 04 13:07:27.147 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.147 INFO kablam! Sep 04 13:07:27.147 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuT` in this scope Sep 04 13:07:27.147 INFO kablam! --> tests/all.rs:424:28 Sep 04 13:07:27.147 INFO kablam! | Sep 04 13:07:27.147 INFO kablam! 424 | ui.pack_control(&1003, MenuT{ text: "Test3", parent: 1002, disabled: false }); Sep 04 13:07:27.147 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.147 INFO kablam! Sep 04 13:07:27.147 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuT` in this scope Sep 04 13:07:27.147 INFO kablam! --> tests/all.rs:425:28 Sep 04 13:07:27.147 INFO kablam! | Sep 04 13:07:27.147 INFO kablam! 425 | ui.pack_control(&1004, MenuT{ text: "Test4", parent: 1002, disabled: false }); Sep 04 13:07:27.147 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.147 INFO kablam! Sep 04 13:07:27.147 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuItemT` in this scope Sep 04 13:07:27.147 INFO kablam! --> tests/all.rs:426:28 Sep 04 13:07:27.147 INFO kablam! | Sep 04 13:07:27.148 INFO kablam! 426 | ui.pack_control(&2000, MenuItemT{ text: "TestItem1", parent: 1002, disabled: false }); Sep 04 13:07:27.148 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.148 INFO kablam! Sep 04 13:07:27.148 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuT` in this scope Sep 04 13:07:27.148 INFO kablam! --> tests/all.rs:432:28 Sep 04 13:07:27.148 INFO kablam! | Sep 04 13:07:27.148 INFO kablam! 432 | ui.pack_control(&1005, MenuT{ text: "Test5", parent: 1000, disabled: false }); Sep 04 13:07:27.148 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.148 INFO kablam! Sep 04 13:07:27.148 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuT` in this scope Sep 04 13:07:27.148 INFO kablam! --> tests/all.rs:433:28 Sep 04 13:07:27.148 INFO kablam! | Sep 04 13:07:27.148 INFO kablam! 433 | ui.pack_control(&1006, MenuT{ text: "Test6", parent: 1005, disabled: false }); Sep 04 13:07:27.148 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.148 INFO kablam! Sep 04 13:07:27.148 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuT` in this scope Sep 04 13:07:27.148 INFO kablam! --> tests/all.rs:434:28 Sep 04 13:07:27.148 INFO kablam! | Sep 04 13:07:27.148 INFO kablam! 434 | ui.pack_control(&1007, MenuT{ text: "Test7", parent: 1006, disabled: false }); Sep 04 13:07:27.148 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.148 INFO kablam! Sep 04 13:07:27.148 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuItemT` in this scope Sep 04 13:07:27.148 INFO kablam! --> tests/all.rs:435:28 Sep 04 13:07:27.148 INFO kablam! | Sep 04 13:07:27.149 INFO kablam! 435 | ui.pack_control(&2001, MenuItemT{ text: "TestItem2", parent: 1007, disabled: false }); Sep 04 13:07:27.149 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.149 INFO kablam! Sep 04 13:07:27.149 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuT` in this scope Sep 04 13:07:27.149 INFO kablam! --> tests/all.rs:441:28 Sep 04 13:07:27.149 INFO kablam! | Sep 04 13:07:27.149 INFO kablam! 441 | ui.pack_control(&1008, MenuT{ text: "Test8", parent: 1000, disabled: false }); Sep 04 13:07:27.149 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.149 INFO kablam! Sep 04 13:07:27.149 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuT` in this scope Sep 04 13:07:27.149 INFO kablam! --> tests/all.rs:442:28 Sep 04 13:07:27.149 INFO kablam! | Sep 04 13:07:27.149 INFO kablam! 442 | ui.pack_control(&1009, MenuT{ text: "Test9", parent: 1008, disabled: false }); Sep 04 13:07:27.149 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:07:27.149 INFO kablam! Sep 04 13:07:27.149 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuItemT` in this scope Sep 04 13:07:27.149 INFO kablam! --> tests/all.rs:443:28 Sep 04 13:07:27.149 INFO kablam! | Sep 04 13:07:27.149 INFO kablam! 443 | ui.pack_control(&2002, MenuItemT{ text: "TestItem3", parent: 1000, disabled: false }); Sep 04 13:07:27.149 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.149 INFO kablam! Sep 04 13:07:27.149 INFO kablam! error[E0412]: cannot find type `Menu` in this scope Sep 04 13:07:27.149 INFO kablam! --> tests/all.rs:452:42 Sep 04 13:07:27.149 INFO kablam! | Sep 04 13:07:27.150 INFO kablam! 452 | let (menu, menuitem) = (ui.get::(&1001).unwrap(), ui.get::(&2002).unwrap()); Sep 04 13:07:27.150 INFO kablam! | ^^^^ not found in this scope Sep 04 13:07:27.150 INFO kablam! Sep 04 13:07:27.150 INFO kablam! error[E0412]: cannot find type `MenuItem` in this scope Sep 04 13:07:27.150 INFO kablam! --> tests/all.rs:452:74 Sep 04 13:07:27.150 INFO kablam! | Sep 04 13:07:27.150 INFO kablam! 452 | let (menu, menuitem) = (ui.get::(&1001).unwrap(), ui.get::(&2002).unwrap()); Sep 04 13:07:27.150 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:27.150 INFO kablam! Sep 04 13:07:27.150 INFO kablam! error[E0412]: cannot find type `Window` in this scope Sep 04 13:07:27.150 INFO kablam! --> tests/all.rs:512:33 Sep 04 13:07:27.150 INFO kablam! | Sep 04 13:07:27.150 INFO kablam! 512 | test_visibility!(ui, &1000, Window); Sep 04 13:07:27.150 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.150 INFO kablam! Sep 04 13:07:27.150 INFO kablam! error[E0412]: cannot find type `Window` in this scope Sep 04 13:07:27.150 INFO kablam! --> tests/all.rs:513:31 Sep 04 13:07:27.150 INFO kablam! | Sep 04 13:07:27.150 INFO kablam! 513 | test_position!(ui, &1000, Window); Sep 04 13:07:27.150 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.151 INFO kablam! Sep 04 13:07:27.151 INFO kablam! error[E0412]: cannot find type `Window` in this scope Sep 04 13:07:27.151 INFO kablam! --> tests/all.rs:514:27 Sep 04 13:07:27.151 INFO kablam! | Sep 04 13:07:27.151 INFO kablam! 514 | test_size!(ui, &1000, Window); Sep 04 13:07:27.151 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.151 INFO kablam! Sep 04 13:07:27.151 INFO kablam! error[E0412]: cannot find type `Window` in this scope Sep 04 13:07:27.151 INFO kablam! --> tests/all.rs:515:30 Sep 04 13:07:27.151 INFO kablam! | Sep 04 13:07:27.151 INFO kablam! 515 | test_enabled!(ui, &1000, Window); Sep 04 13:07:27.151 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.151 INFO kablam! Sep 04 13:07:27.151 INFO kablam! error[E0422]: cannot find struct, variant or union type `ButtonT` in this scope Sep 04 13:07:27.151 INFO kablam! --> tests/all.rs:522:21 Sep 04 13:07:27.151 INFO kablam! | Sep 04 13:07:27.151 INFO kablam! 522 | let mut btn_t = ButtonT{text: "TEST", position:(10, 10), size: (100, 30), visible: true, disabled: false, parent: 1000, font: None}; Sep 04 13:07:27.151 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.151 INFO kablam! Sep 04 13:07:27.151 INFO kablam! error[E0422]: cannot find struct, variant or union type `CheckBoxT` in this scope Sep 04 13:07:27.151 INFO kablam! --> tests/all.rs:523:18 Sep 04 13:07:27.151 INFO kablam! | Sep 04 13:07:27.151 INFO kablam! 523 | let btn_t2 = CheckBoxT{text: "TEST", position:(10, 10), size: (100, 30), visible: true, disabled: false, checkstate: CheckState::Checked, tristate: false, parent: 1000, font: None}; Sep 04 13:07:27.151 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.151 INFO kablam! Sep 04 13:07:27.151 INFO kablam! error[E0422]: cannot find struct, variant or union type `MenuItemT` in this scope Sep 04 13:07:27.151 INFO kablam! --> tests/all.rs:527:28 Sep 04 13:07:27.152 INFO kablam! | Sep 04 13:07:27.152 INFO kablam! 527 | ui.pack_control(&1001, MenuItemT{text: "", parent: 1000, disabled: false}); Sep 04 13:07:27.152 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.152 INFO kablam! Sep 04 13:07:27.152 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 13:07:27.152 INFO kablam! --> tests/all.rs:551:33 Sep 04 13:07:27.152 INFO kablam! | Sep 04 13:07:27.152 INFO kablam! 551 | test_visibility!(ui, &1002, Button); Sep 04 13:07:27.152 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.152 INFO kablam! Sep 04 13:07:27.152 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 13:07:27.152 INFO kablam! --> tests/all.rs:552:31 Sep 04 13:07:27.152 INFO kablam! | Sep 04 13:07:27.152 INFO kablam! 552 | test_position!(ui, &1002, Button); Sep 04 13:07:27.152 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.152 INFO kablam! Sep 04 13:07:27.152 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 13:07:27.152 INFO kablam! --> tests/all.rs:553:27 Sep 04 13:07:27.152 INFO kablam! | Sep 04 13:07:27.152 INFO kablam! 553 | test_size!(ui, &1002, Button); Sep 04 13:07:27.152 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.153 INFO kablam! Sep 04 13:07:27.153 INFO kablam! error[E0412]: cannot find type `Button` in this scope Sep 04 13:07:27.153 INFO kablam! --> tests/all.rs:554:30 Sep 04 13:07:27.153 INFO kablam! | Sep 04 13:07:27.153 INFO kablam! 554 | test_enabled!(ui, &1002, Button); Sep 04 13:07:27.153 INFO kablam! | ^^^^^^ not found in this scope Sep 04 13:07:27.153 INFO kablam! Sep 04 13:07:27.153 INFO kablam! error[E0412]: cannot find type `CheckBox` in this scope Sep 04 13:07:27.153 INFO kablam! --> tests/all.rs:557:33 Sep 04 13:07:27.153 INFO kablam! | Sep 04 13:07:27.153 INFO kablam! 557 | let checkbox = ui.get::(&1010).expect("Control not found"); Sep 04 13:07:27.153 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:27.153 INFO kablam! Sep 04 13:07:27.153 INFO kablam! error[E0422]: cannot find struct, variant or union type `ListBoxT` in this scope Sep 04 13:07:27.153 INFO kablam! --> tests/all.rs:574:20 Sep 04 13:07:27.153 INFO kablam! | Sep 04 13:07:27.153 INFO kablam! 574 | let mut lb_t = ListBoxT { Sep 04 13:07:27.153 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:27.153 INFO kablam! Sep 04 13:07:27.153 INFO kablam! error[E0412]: cannot find type `ListBox` in this scope Sep 04 13:07:27.153 INFO kablam! --> tests/all.rs:591:33 Sep 04 13:07:27.153 INFO kablam! | Sep 04 13:07:27.153 INFO kablam! 591 | test_visibility!(ui, &1002, ListBox<&'static str>); Sep 04 13:07:27.153 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.153 INFO kablam! Sep 04 13:07:27.153 INFO kablam! error[E0412]: cannot find type `ListBox` in this scope Sep 04 13:07:27.153 INFO kablam! --> tests/all.rs:592:31 Sep 04 13:07:27.154 INFO kablam! | Sep 04 13:07:27.154 INFO kablam! 592 | test_position!(ui, &1002, ListBox<&'static str>); Sep 04 13:07:27.154 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.154 INFO kablam! Sep 04 13:07:27.154 INFO kablam! error[E0412]: cannot find type `ListBox` in this scope Sep 04 13:07:27.154 INFO kablam! --> tests/all.rs:593:27 Sep 04 13:07:27.154 INFO kablam! | Sep 04 13:07:27.154 INFO kablam! 593 | test_size!(ui, &1002, ListBox<&'static str>, (200, 192)); // Listbox height is forced to be rounded to match the items height. Sep 04 13:07:27.154 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.154 INFO kablam! Sep 04 13:07:27.154 INFO kablam! error[E0412]: cannot find type `ListBox` in this scope Sep 04 13:07:27.154 INFO kablam! --> tests/all.rs:594:30 Sep 04 13:07:27.154 INFO kablam! | Sep 04 13:07:27.154 INFO kablam! 594 | test_enabled!(ui, &1002, ListBox<&'static str>); Sep 04 13:07:27.154 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.154 INFO kablam! Sep 04 13:07:27.154 INFO kablam! error[E0412]: cannot find type `ListBox` in this scope Sep 04 13:07:27.154 INFO kablam! --> tests/all.rs:597:35 Sep 04 13:07:27.154 INFO kablam! | Sep 04 13:07:27.154 INFO kablam! 597 | let mut lb = ui.get_mut::>(&1002).expect("Control not found!"); Sep 04 13:07:27.154 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.154 INFO kablam! Sep 04 13:07:27.154 INFO kablam! error[E0412]: cannot find type `ListBox` in this scope Sep 04 13:07:27.154 INFO kablam! --> tests/all.rs:654:27 Sep 04 13:07:27.154 INFO kablam! | Sep 04 13:07:27.154 INFO kablam! 654 | let lb = ui.get::>(&1003).expect("Control not found!"); Sep 04 13:07:27.155 INFO kablam! | ^^^^^^^ not found in this scope Sep 04 13:07:27.155 INFO kablam! Sep 04 13:07:27.155 INFO kablam! error[E0422]: cannot find struct, variant or union type `ComboBoxT` in this scope Sep 04 13:07:27.155 INFO kablam! --> tests/all.rs:694:16 Sep 04 13:07:27.155 INFO kablam! | Sep 04 13:07:27.155 INFO kablam! 694 | let cb_t = ComboBoxT { Sep 04 13:07:27.155 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.155 INFO kablam! Sep 04 13:07:27.155 INFO kablam! error[E0412]: cannot find type `ComboBox` in this scope Sep 04 13:07:27.155 INFO kablam! --> tests/all.rs:710:33 Sep 04 13:07:27.155 INFO kablam! | Sep 04 13:07:27.155 INFO kablam! 710 | test_visibility!(ui, &1002, ComboBox<&'static str>); Sep 04 13:07:27.155 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:27.155 INFO kablam! Sep 04 13:07:27.155 INFO kablam! error[E0412]: cannot find type `ComboBox` in this scope Sep 04 13:07:27.155 INFO kablam! --> tests/all.rs:711:31 Sep 04 13:07:27.155 INFO kablam! | Sep 04 13:07:27.155 INFO kablam! 711 | test_position!(ui, &1002, ComboBox<&'static str>); Sep 04 13:07:27.155 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:27.155 INFO kablam! Sep 04 13:07:27.155 INFO kablam! error[E0412]: cannot find type `ComboBox` in this scope Sep 04 13:07:27.155 INFO kablam! --> tests/all.rs:712:30 Sep 04 13:07:27.155 INFO kablam! | Sep 04 13:07:27.155 INFO kablam! 712 | test_enabled!(ui, &1002, ComboBox<&'static str>); Sep 04 13:07:27.156 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:27.156 INFO kablam! Sep 04 13:07:27.156 INFO kablam! error[E0412]: cannot find type `ComboBox` in this scope Sep 04 13:07:27.156 INFO kablam! --> tests/all.rs:715:35 Sep 04 13:07:27.156 INFO kablam! | Sep 04 13:07:27.156 INFO kablam! 715 | let mut cb = ui.get_mut::>(&1002).expect("Control not found!"); Sep 04 13:07:27.156 INFO kablam! | ^^^^^^^^ not found in this scope Sep 04 13:07:27.156 INFO kablam! Sep 04 13:07:27.156 INFO kablam! error[E0422]: cannot find struct, variant or union type `TextInputT` in this scope Sep 04 13:07:27.156 INFO kablam! --> tests/all.rs:760:16 Sep 04 13:07:27.156 INFO kablam! | Sep 04 13:07:27.156 INFO kablam! 760 | let ti_t = TextInputT::<_, &'static str, _> { Sep 04 13:07:27.156 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 04 13:07:27.156 INFO kablam! Sep 04 13:07:27.156 INFO kablam! error[E0412]: cannot find type `TextInput` in this scope Sep 04 13:07:27.156 INFO kablam! --> tests/all.rs:777:33 Sep 04 13:07:27.156 INFO kablam! | Sep 04 13:07:27.156 INFO kablam! 777 | test_visibility!(ui, &1001, TextInput); Sep 04 13:07:27.156 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.156 INFO kablam! Sep 04 13:07:27.156 INFO kablam! error[E0412]: cannot find type `TextInput` in this scope Sep 04 13:07:27.156 INFO kablam! --> tests/all.rs:778:31 Sep 04 13:07:27.156 INFO kablam! | Sep 04 13:07:27.156 INFO kablam! 778 | test_position!(ui, &1001, TextInput); Sep 04 13:07:27.156 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.156 INFO kablam! Sep 04 13:07:27.157 INFO kablam! error[E0412]: cannot find type `TextInput` in this scope Sep 04 13:07:27.157 INFO kablam! --> tests/all.rs:779:27 Sep 04 13:07:27.157 INFO kablam! | Sep 04 13:07:27.157 INFO kablam! 779 | test_size!(ui, &1001, TextInput); Sep 04 13:07:27.157 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.157 INFO kablam! Sep 04 13:07:27.157 INFO kablam! error[E0412]: cannot find type `TextInput` in this scope Sep 04 13:07:27.157 INFO kablam! --> tests/all.rs:780:30 Sep 04 13:07:27.157 INFO kablam! | Sep 04 13:07:27.157 INFO kablam! 780 | test_enabled!(ui, &1001, TextInput); Sep 04 13:07:27.157 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.157 INFO kablam! Sep 04 13:07:27.157 INFO kablam! error[E0412]: cannot find type `TextInput` in this scope Sep 04 13:07:27.157 INFO kablam! --> tests/all.rs:783:31 Sep 04 13:07:27.157 INFO kablam! | Sep 04 13:07:27.157 INFO kablam! 783 | let tinput = ui.get::(&1001).expect("Control not found"); Sep 04 13:07:27.157 INFO kablam! | ^^^^^^^^^ not found in this scope Sep 04 13:07:27.157 INFO kablam! Sep 04 13:07:27.157 INFO kablam! warning: unused import: `nwg::*` Sep 04 13:07:27.157 INFO kablam! --> tests/all.rs:6:5 Sep 04 13:07:27.157 INFO kablam! | Sep 04 13:07:27.157 INFO kablam! 6 | use nwg::*; Sep 04 13:07:27.157 INFO kablam! | ^^^^^^ Sep 04 13:07:27.157 INFO kablam! | Sep 04 13:07:27.157 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 13:07:27.158 INFO kablam! error[E0433]: failed to resolve. Could not find `constants` in `nwg` Sep 04 13:07:27.158 INFO kablam! --> examples/no_templating.rs:15:22 Sep 04 13:07:27.158 INFO kablam! | Sep 04 13:07:27.158 INFO kablam! 15 | weight: nwg::constants::FONT_WEIGHT_NORMAL, Sep 04 13:07:27.158 INFO kablam! | ^^^^^^^^^ Could not find `constants` in `nwg` Sep 04 13:07:27.158 INFO kablam! Sep 04 13:07:27.158 INFO kablam! error[E0433]: failed to resolve. Could not find `constants` in `nwg` Sep 04 13:07:27.158 INFO kablam! --> examples/no_templating.rs:16:26 Sep 04 13:07:27.158 INFO kablam! | Sep 04 13:07:27.158 INFO kablam! 16 | decoration: nwg::constants::FONT_DECO_NORMAL, Sep 04 13:07:27.158 INFO kablam! | ^^^^^^^^^ Could not find `constants` in `nwg` Sep 04 13:07:27.158 INFO kablam! Sep 04 13:07:27.158 INFO kablam! Sep 04 13:07:27.158 INFO kablam! warning: unused import: `nwg::constants::*` Sep 04 13:07:27.158 INFO kablam! --> tests/all.rs:7:5 Sep 04 13:07:27.158 INFO kablam! | Sep 04 13:07:27.158 INFO kablam! 7 | use nwg::constants::*; Sep 04 13:07:27.158 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 13:07:27.158 INFO kablam! Sep 04 13:07:27.158 INFO kablam! error[E0433]: failed to resolve. Could not find `constants` in `nwg` Sep 04 13:07:27.158 INFO kablam! --> examples/no_templating.rs:22:22 Sep 04 13:07:27.158 INFO kablam! | Sep 04 13:07:27.158 INFO kablam! 22 | weight: nwg::constants::FONT_WEIGHT_NORMAL, Sep 04 13:07:27.158 INFO kablam! | ^^^^^^^^^ Could not find `constants` in `nwg` Sep 04 13:07:27.158 INFO kablam! Sep 04 13:07:27.158 INFO kablam! error[E0433]: failed to resolve. Could not find `constants` in `nwg` Sep 04 13:07:27.158 INFO kablam! --> examples/no_templating.rs:23:26 Sep 04 13:07:27.159 INFO kablam! | Sep 04 13:07:27.159 INFO kablam! 23 | decoration: nwg::constants::FONT_DECO_NORMAL, Sep 04 13:07:27.159 INFO kablam! | ^^^^^^^^^ Could not find `constants` in `nwg` Sep 04 13:07:27.159 INFO kablam! Sep 04 13:07:27.159 INFO kablam! error[E0433]: failed to resolve. Could not find `constants` in `nwg` Sep 04 13:07:27.159 INFO kablam! --> examples/no_templating.rs:39:21 Sep 04 13:07:27.159 INFO kablam! | Sep 04 13:07:27.159 INFO kablam! 39 | align: nwg::constants::HTextAlign::Left, Sep 04 13:07:27.159 INFO kablam! | ^^^^^^^^^ Could not find `constants` in `nwg` Sep 04 13:07:27.159 INFO kablam! Sep 04 13:07:27.162 INFO kablam! error[E0422]: cannot find struct, variant or union type `FontT` in module `nwg` Sep 04 13:07:27.162 INFO kablam! --> examples/no_templating.rs:13:19 Sep 04 13:07:27.162 INFO kablam! | Sep 04 13:07:27.162 INFO kablam! 13 | let f1 = nwg::FontT { Sep 04 13:07:27.162 INFO kablam! | ^^^^^ not found in `nwg` Sep 04 13:07:27.162 INFO kablam! Sep 04 13:07:27.162 INFO kablam! error[E0422]: cannot find struct, variant or union type `FontT` in module `nwg` Sep 04 13:07:27.162 INFO kablam! --> examples/no_templating.rs:20:19 Sep 04 13:07:27.162 INFO kablam! | Sep 04 13:07:27.162 INFO kablam! 20 | let f2 = nwg::FontT { Sep 04 13:07:27.162 INFO kablam! | ^^^^^ not found in `nwg` Sep 04 13:07:27.162 INFO kablam! Sep 04 13:07:27.162 INFO kablam! error[E0422]: cannot find struct, variant or union type `WindowT` in module `nwg` Sep 04 13:07:27.162 INFO kablam! --> examples/no_templating.rs:27:23 Sep 04 13:07:27.163 INFO kablam! | Sep 04 13:07:27.163 INFO kablam! 27 | let window = nwg::WindowT { Sep 04 13:07:27.163 INFO kablam! | ^^^^^^^ not found in `nwg` Sep 04 13:07:27.163 INFO kablam! Sep 04 13:07:27.163 INFO kablam! error[E0422]: cannot find struct, variant or union type `LabelT` in module `nwg` Sep 04 13:07:27.163 INFO kablam! --> examples/no_templating.rs:35:22 Sep 04 13:07:27.163 INFO kablam! | Sep 04 13:07:27.163 INFO kablam! 35 | let label = nwg::LabelT { Sep 04 13:07:27.163 INFO kablam! | ^^^^^^ not found in `nwg` Sep 04 13:07:27.163 INFO kablam! Sep 04 13:07:27.163 INFO kablam! error[E0422]: cannot find struct, variant or union type `TextInputT` in module `nwg` Sep 04 13:07:27.163 INFO kablam! --> examples/no_templating.rs:44:22 Sep 04 13:07:27.163 INFO kablam! | Sep 04 13:07:27.163 INFO kablam! 44 | let tedit = nwg::TextInputT::<_, &'static str, _> { Sep 04 13:07:27.163 INFO kablam! | ^^^^^^^^^^ not found in `nwg` Sep 04 13:07:27.163 INFO kablam! Sep 04 13:07:27.164 INFO kablam! error[E0422]: cannot find struct, variant or union type `ButtonT` in module `nwg` Sep 04 13:07:27.164 INFO kablam! --> examples/no_templating.rs:53:24 Sep 04 13:07:27.164 INFO kablam! | Sep 04 13:07:27.164 INFO kablam! 53 | let hellbtn = nwg::ButtonT { Sep 04 13:07:27.164 INFO kablam! | ^^^^^^^ not found in `nwg` Sep 04 13:07:27.164 INFO kablam! Sep 04 13:07:27.164 INFO kablam! error[E0412]: cannot find type `TextInput` in module `nwg` Sep 04 13:07:27.164 INFO kablam! --> examples/no_templating.rs:72:46 Sep 04 13:07:27.164 INFO kablam! | Sep 04 13:07:27.164 INFO kablam! 72 | if let Ok(your_name) = ui.get::(&"YourName") { Sep 04 13:07:27.164 INFO kablam! | ^^^^^^^^^ not found in `nwg` Sep 04 13:07:27.164 INFO kablam! Sep 04 13:07:27.166 INFO kablam! error[E0432]: unresolved import `nwg::custom` Sep 04 13:07:27.166 INFO kablam! --> examples/custom.rs:20:10 Sep 04 13:07:27.167 INFO kablam! | Sep 04 13:07:27.167 INFO kablam! 20 | use nwg::custom::{Control, ControlT, AnyHandle, SysclassParams, build_sysclass, WindowParams, build_window}; Sep 04 13:07:27.167 INFO kablam! | ^^^^^^ Could not find `custom` in `nwg` Sep 04 13:07:27.167 INFO kablam! Sep 04 13:07:27.167 INFO kablam! error[E0432]: unresolved import `nwg::Error` Sep 04 13:07:27.167 INFO kablam! --> examples/custom.rs:21:11 Sep 04 13:07:27.167 INFO kablam! | Sep 04 13:07:27.167 INFO kablam! 21 | use nwg::{Error, Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.167 INFO kablam! | ^^^^^ no `Error` in the root Sep 04 13:07:27.167 INFO kablam! Sep 04 13:07:27.167 INFO kablam! error[E0432]: unresolved import `nwg::Event` Sep 04 13:07:27.167 INFO kablam! --> examples/custom.rs:21:18 Sep 04 13:07:27.167 INFO kablam! | Sep 04 13:07:27.168 INFO kablam! 21 | use nwg::{Error, Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.168 INFO kablam! | ^^^^^ no `Event` in the root Sep 04 13:07:27.168 INFO kablam! Sep 04 13:07:27.168 INFO kablam! error[E0432]: unresolved import `nwg::Ui` Sep 04 13:07:27.168 INFO kablam! --> examples/custom.rs:21:25 Sep 04 13:07:27.168 INFO kablam! | Sep 04 13:07:27.168 INFO kablam! 21 | use nwg::{Error, Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.168 INFO kablam! | ^^ no `Ui` in the root Sep 04 13:07:27.168 INFO kablam! Sep 04 13:07:27.168 INFO kablam! error[E0432]: unresolved import `nwg::simple_message` Sep 04 13:07:27.168 INFO kablam! --> examples/custom.rs:21:29 Sep 04 13:07:27.168 INFO kablam! | Sep 04 13:07:27.168 INFO kablam! 21 | use nwg::{Error, Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.168 INFO kablam! | ^^^^^^^^^^^^^^ no `simple_message` in the root Sep 04 13:07:27.168 INFO kablam! Sep 04 13:07:27.168 INFO kablam! error[E0432]: unresolved import `nwg::fatal_message` Sep 04 13:07:27.168 INFO kablam! --> examples/custom.rs:21:45 Sep 04 13:07:27.168 INFO kablam! | Sep 04 13:07:27.168 INFO kablam! 21 | use nwg::{Error, Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.168 INFO kablam! | ^^^^^^^^^^^^^ no `fatal_message` in the root Sep 04 13:07:27.168 INFO kablam! Sep 04 13:07:27.169 INFO kablam! error[E0432]: unresolved import `nwg::dispatch_events` Sep 04 13:07:27.169 INFO kablam! --> examples/custom.rs:21:60 Sep 04 13:07:27.169 INFO kablam! | Sep 04 13:07:27.169 INFO kablam! 21 | use nwg::{Error, Event, Ui, simple_message, fatal_message, dispatch_events}; Sep 04 13:07:27.169 INFO kablam! | ^^^^^^^^^^^^^^^ no `dispatch_events` in the root Sep 04 13:07:27.169 INFO kablam! Sep 04 13:07:27.169 INFO kablam! error[E0432]: unresolved import `winapi::HWND` Sep 04 13:07:27.169 INFO kablam! --> examples/custom.rs:23:14 Sep 04 13:07:27.169 INFO kablam! | Sep 04 13:07:27.169 INFO kablam! 23 | use winapi::{HWND, UINT, WPARAM, LPARAM, LRESULT}; Sep 04 13:07:27.169 INFO kablam! | ^^^^ no `HWND` in the root Sep 04 13:07:27.169 INFO kablam! Sep 04 13:07:27.169 INFO kablam! error[E0432]: unresolved import `winapi::UINT` Sep 04 13:07:27.169 INFO kablam! --> examples/custom.rs:23:20 Sep 04 13:07:27.169 INFO kablam! | Sep 04 13:07:27.169 INFO kablam! 23 | use winapi::{HWND, UINT, WPARAM, LPARAM, LRESULT}; Sep 04 13:07:27.169 INFO kablam! | ^^^^ no `UINT` in the root Sep 04 13:07:27.169 INFO kablam! Sep 04 13:07:27.169 INFO kablam! error[E0432]: unresolved import `winapi::WPARAM` Sep 04 13:07:27.169 INFO kablam! --> examples/custom.rs:23:26 Sep 04 13:07:27.169 INFO kablam! | Sep 04 13:07:27.169 INFO kablam! 23 | use winapi::{HWND, UINT, WPARAM, LPARAM, LRESULT}; Sep 04 13:07:27.170 INFO kablam! | ^^^^^^ no `WPARAM` in the root Sep 04 13:07:27.170 INFO kablam! Sep 04 13:07:27.170 INFO kablam! error[E0432]: unresolved import `winapi::LPARAM` Sep 04 13:07:27.170 INFO kablam! --> examples/custom.rs:23:34 Sep 04 13:07:27.170 INFO kablam! | Sep 04 13:07:27.170 INFO kablam! 23 | use winapi::{HWND, UINT, WPARAM, LPARAM, LRESULT}; Sep 04 13:07:27.170 INFO kablam! | ^^^^^^ no `LPARAM` in the root Sep 04 13:07:27.170 INFO kablam! Sep 04 13:07:27.170 INFO kablam! error[E0432]: unresolved import `winapi::LRESULT` Sep 04 13:07:27.170 INFO kablam! --> examples/custom.rs:23:42 Sep 04 13:07:27.170 INFO kablam! | Sep 04 13:07:27.170 INFO kablam! 23 | use winapi::{HWND, UINT, WPARAM, LPARAM, LRESULT}; Sep 04 13:07:27.170 INFO kablam! | ^^^^^^^ no `LRESULT` in the root Sep 04 13:07:27.170 INFO kablam! Sep 04 13:07:27.170 INFO kablam! error[E0432]: unresolved import `winapi::WS_HSCROLL` Sep 04 13:07:27.170 INFO kablam! --> examples/custom.rs:50:22 Sep 04 13:07:27.170 INFO kablam! | Sep 04 13:07:27.170 INFO kablam! 50 | use winapi::{WS_HSCROLL, WS_VISIBLE, WS_VSCROLL, WS_OVERLAPPEDWINDOW}; Sep 04 13:07:27.170 INFO kablam! | ^^^^^^^^^^ no `WS_HSCROLL` in the root Sep 04 13:07:27.170 INFO kablam! Sep 04 13:07:27.170 INFO kablam! error[E0432]: unresolved import `winapi::WS_VISIBLE` Sep 04 13:07:27.170 INFO kablam! --> examples/custom.rs:50:34 Sep 04 13:07:27.170 INFO kablam! | Sep 04 13:07:27.170 INFO kablam! 50 | use winapi::{WS_HSCROLL, WS_VISIBLE, WS_VSCROLL, WS_OVERLAPPEDWINDOW}; Sep 04 13:07:27.171 INFO kablam! | ^^^^^^^^^^ no `WS_VISIBLE` in the root Sep 04 13:07:27.171 INFO kablam! Sep 04 13:07:27.171 INFO kablam! error[E0432]: unresolved import `winapi::WS_VSCROLL` Sep 04 13:07:27.171 INFO kablam! --> examples/custom.rs:50:46 Sep 04 13:07:27.171 INFO kablam! | Sep 04 13:07:27.171 INFO kablam! 50 | use winapi::{WS_HSCROLL, WS_VISIBLE, WS_VSCROLL, WS_OVERLAPPEDWINDOW}; Sep 04 13:07:27.171 INFO kablam! | ^^^^^^^^^^ no `WS_VSCROLL` in the root Sep 04 13:07:27.171 INFO kablam! Sep 04 13:07:27.171 INFO kablam! error[E0432]: unresolved import `winapi::WS_OVERLAPPEDWINDOW` Sep 04 13:07:27.171 INFO kablam! --> examples/custom.rs:50:58 Sep 04 13:07:27.171 INFO kablam! | Sep 04 13:07:27.171 INFO kablam! 50 | use winapi::{WS_HSCROLL, WS_VISIBLE, WS_VSCROLL, WS_OVERLAPPEDWINDOW}; Sep 04 13:07:27.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `WS_OVERLAPPEDWINDOW` in the root Sep 04 13:07:27.171 INFO kablam! Sep 04 13:07:27.171 INFO kablam! error[E0432]: unresolved import `user32::DestroyWindow` Sep 04 13:07:27.171 INFO kablam! --> examples/custom.rs:104:13 Sep 04 13:07:27.171 INFO kablam! | Sep 04 13:07:27.171 INFO kablam! 104 | use user32::DestroyWindow; Sep 04 13:07:27.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `DestroyWindow` in the root Sep 04 13:07:27.171 INFO kablam! Sep 04 13:07:27.171 INFO kablam! error[E0432]: unresolved import `winapi::WM_CREATE` Sep 04 13:07:27.171 INFO kablam! --> examples/custom.rs:112:18 Sep 04 13:07:27.171 INFO kablam! | Sep 04 13:07:27.171 INFO kablam! 112 | use winapi::{WM_CREATE, WM_CLOSE}; Sep 04 13:07:27.172 INFO kablam! | ^^^^^^^^^ no `WM_CREATE` in the root Sep 04 13:07:27.172 INFO kablam! Sep 04 13:07:27.172 INFO kablam! error[E0432]: unresolved import `winapi::WM_CLOSE` Sep 04 13:07:27.172 INFO kablam! --> examples/custom.rs:112:29 Sep 04 13:07:27.172 INFO kablam! | Sep 04 13:07:27.172 INFO kablam! 112 | use winapi::{WM_CREATE, WM_CLOSE}; Sep 04 13:07:27.172 INFO kablam! | ^^^^^^^^ no `WM_CLOSE` in the root Sep 04 13:07:27.172 INFO kablam! Sep 04 13:07:27.172 INFO kablam! error[E0432]: unresolved import `user32::DefWindowProcW` Sep 04 13:07:27.172 INFO kablam! --> examples/custom.rs:113:18 Sep 04 13:07:27.172 INFO kablam! | Sep 04 13:07:27.172 INFO kablam! 113 | use user32::{DefWindowProcW, PostQuitMessage, ShowWindow}; Sep 04 13:07:27.172 INFO kablam! | ^^^^^^^^^^^^^^ no `DefWindowProcW` in the root Sep 04 13:07:27.172 INFO kablam! Sep 04 13:07:27.172 INFO kablam! error[E0432]: unresolved import `user32::PostQuitMessage` Sep 04 13:07:27.172 INFO kablam! --> examples/custom.rs:113:34 Sep 04 13:07:27.172 INFO kablam! | Sep 04 13:07:27.172 INFO kablam! 113 | use user32::{DefWindowProcW, PostQuitMessage, ShowWindow}; Sep 04 13:07:27.172 INFO kablam! | ^^^^^^^^^^^^^^^ no `PostQuitMessage` in the root Sep 04 13:07:27.172 INFO kablam! Sep 04 13:07:27.172 INFO kablam! error[E0432]: unresolved import `user32::ShowWindow` Sep 04 13:07:27.172 INFO kablam! --> examples/custom.rs:113:51 Sep 04 13:07:27.172 INFO kablam! | Sep 04 13:07:27.172 INFO kablam! 113 | use user32::{DefWindowProcW, PostQuitMessage, ShowWindow}; Sep 04 13:07:27.173 INFO kablam! | ^^^^^^^^^^ no `ShowWindow` in the root Sep 04 13:07:27.173 INFO kablam! Sep 04 13:07:27.173 INFO kablam! error: cannot find macro `nwg_button!` in this scope Sep 04 13:07:27.173 INFO kablam! --> examples/custom.rs:144:34 Sep 04 13:07:27.173 INFO kablam! | Sep 04 13:07:27.173 INFO kablam! 144 | app.pack_control(&"AButton", nwg_button!(parent="MyCustomWindow"; text="Test"; position=(10,10); size=(480, 480)) ); Sep 04 13:07:27.173 INFO kablam! | ^^^^^^^^^^ Sep 04 13:07:27.173 INFO kablam! Sep 04 13:07:27.186 INFO kablam! error[E0425]: cannot find function `exit` in module `nwg` Sep 04 13:07:27.186 INFO kablam! --> examples/custom.rs:149:14 Sep 04 13:07:27.186 INFO kablam! | Sep 04 13:07:27.186 INFO kablam! 149 | nwg::exit(); Sep 04 13:07:27.186 INFO kablam! | ^^^^ not found in `nwg` Sep 04 13:07:27.186 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 13:07:27.186 INFO kablam! | Sep 04 13:07:27.186 INFO kablam! 17 | use std::process::exit; Sep 04 13:07:27.186 INFO kablam! | Sep 04 13:07:27.186 INFO kablam! Sep 04 13:07:27.186 INFO kablam! error: aborting due to 24 previous errors Sep 04 13:07:27.186 INFO kablam! Sep 04 13:07:27.186 INFO kablam! Some errors occurred: E0425, E0432. Sep 04 13:07:27.187 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 13:07:27.192 INFO kablam! error: Could not compile `native-windows-gui`. Sep 04 13:07:27.192 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:07:27.213 INFO kablam! error: aborting due to 18 previous errors Sep 04 13:07:27.213 INFO kablam! Sep 04 13:07:27.214 INFO kablam! Some errors occurred: E0412, E0422, E0432, E0433. Sep 04 13:07:27.214 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 04 13:07:27.220 INFO kablam! error: Could not compile `native-windows-gui`. Sep 04 13:07:27.220 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:07:27.351 INFO kablam! error: aborting due to 151 previous errors Sep 04 13:07:27.351 INFO kablam! Sep 04 13:07:27.351 INFO kablam! Some errors occurred: E0412, E0422, E0425, E0432, E0433. Sep 04 13:07:27.351 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 04 13:07:27.357 INFO kablam! error: Could not compile `native-windows-gui`. Sep 04 13:07:27.358 INFO kablam! Sep 04 13:07:27.358 INFO kablam! To learn more, run the command again with --verbose. Sep 04 13:07:27.359 INFO kablam! su: No module specific data is present Sep 04 13:07:27.843 INFO running `"docker" "rm" "-f" "72ab4c22149963fde61452761da3a4947d4d649d5b454cf8f0be833e068e140a"` Sep 04 13:07:27.925 INFO blam! 72ab4c22149963fde61452761da3a4947d4d649d5b454cf8f0be833e068e140a