Aug 30 13:36:36.382 INFO checking input-0.2.1 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 13:36:36.382 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 13:36:36.382 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-1/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 13:36:36.593 INFO blam! b39e057429c3332aac62c86e23b7ab543a166e53aa0a99c7fdba693553ac8dce Aug 30 13:36:36.595 INFO running `"docker" "start" "-a" "b39e057429c3332aac62c86e23b7ab543a166e53aa0a99c7fdba693553ac8dce"` Aug 30 13:36:37.241 INFO kablam! Compiling input-sys v1.9.0 Aug 30 13:36:38.831 INFO kablam! Checking input v0.2.1 (file:///source) Aug 30 13:36:39.964 INFO kablam! warning: type annotations needed Aug 30 13:36:39.964 INFO kablam! --> src/lib.rs:89:29 Aug 30 13:36:39.964 INFO kablam! | Aug 30 13:36:39.964 INFO kablam! 89 | self.userdata_raw().as_ref() Aug 30 13:36:39.964 INFO kablam! | ^^^^^^ Aug 30 13:36:39.964 INFO kablam! | Aug 30 13:36:39.964 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 13:36:39.964 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 30 13:36:39.964 INFO kablam! = note: for more information, see issue #46906 Aug 30 13:36:39.964 INFO kablam! Aug 30 13:36:39.965 INFO kablam! warning: type annotations needed Aug 30 13:36:39.965 INFO kablam! --> src/lib.rs:104:29 Aug 30 13:36:39.965 INFO kablam! | Aug 30 13:36:39.965 INFO kablam! 104 | self.userdata_raw().as_mut() Aug 30 13:36:39.965 INFO kablam! | ^^^^^^ Aug 30 13:36:39.965 INFO kablam! | Aug 30 13:36:39.965 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 30 13:36:39.965 INFO kablam! = note: for more information, see issue #46906 Aug 30 13:36:39.965 INFO kablam! Aug 30 13:36:39.967 INFO kablam! warning: type annotations needed Aug 30 13:36:39.967 INFO kablam! --> src/lib.rs:126:21 Aug 30 13:36:39.967 INFO kablam! | Aug 30 13:36:39.967 INFO kablam! 126 | if !ptr.is_null() { Aug 30 13:36:39.967 INFO kablam! | ^^^^^^^ Aug 30 13:36:39.967 INFO kablam! | Aug 30 13:36:39.967 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 30 13:36:39.967 INFO kablam! = note: for more information, see issue #46906 Aug 30 13:36:39.967 INFO kablam! Aug 30 13:36:40.282 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_KEYBOARD` found for type `u32` in the current scope Aug 30 13:36:40.283 INFO kablam! --> src/device.rs:343:47 Aug 30 13:36:40.283 INFO kablam! | Aug 30 13:36:40.283 INFO kablam! 343 | DeviceCapability::Keyboard => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_KEYBOARD, Aug 30 13:36:40.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.283 INFO kablam! Aug 30 13:36:40.287 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_POINTER` found for type `u32` in the current scope Aug 30 13:36:40.288 INFO kablam! --> src/device.rs:344:46 Aug 30 13:36:40.288 INFO kablam! | Aug 30 13:36:40.288 INFO kablam! 344 | DeviceCapability::Pointer => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_POINTER, Aug 30 13:36:40.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.288 INFO kablam! Aug 30 13:36:40.288 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TOUCH` found for type `u32` in the current scope Aug 30 13:36:40.288 INFO kablam! --> src/device.rs:345:44 Aug 30 13:36:40.288 INFO kablam! | Aug 30 13:36:40.288 INFO kablam! 345 | DeviceCapability::Touch => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TOUCH, Aug 30 13:36:40.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.288 INFO kablam! Aug 30 13:36:40.290 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TABLET_TOOL` found for type `u32` in the current scope Aug 30 13:36:40.290 INFO kablam! --> src/device.rs:347:21 Aug 30 13:36:40.290 INFO kablam! | Aug 30 13:36:40.290 INFO kablam! 347 | ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TABLET_TOOL Aug 30 13:36:40.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.290 INFO kablam! Aug 30 13:36:40.292 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TABLET_PAD` found for type `u32` in the current scope Aug 30 13:36:40.292 INFO kablam! --> src/device.rs:350:21 Aug 30 13:36:40.292 INFO kablam! | Aug 30 13:36:40.292 INFO kablam! 350 | ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TABLET_PAD Aug 30 13:36:40.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.292 INFO kablam! Aug 30 13:36:40.294 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_GESTURE` found for type `u32` in the current scope Aug 30 13:36:40.294 INFO kablam! --> src/device.rs:352:46 Aug 30 13:36:40.294 INFO kablam! | Aug 30 13:36:40.294 INFO kablam! 352 | DeviceCapability::Gesture => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_GESTURE, Aug 30 13:36:40.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.295 INFO kablam! Aug 30 13:36:40.297 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_SWITCH` found for type `u32` in the current scope Aug 30 13:36:40.297 INFO kablam! --> src/device.rs:353:45 Aug 30 13:36:40.297 INFO kablam! | Aug 30 13:36:40.297 INFO kablam! 353 | DeviceCapability::Switch => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_SWITCH, Aug 30 13:36:40.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.297 INFO kablam! Aug 30 13:36:40.306 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_NONE` found for type `u32` in the current scope Aug 30 13:36:40.306 INFO kablam! --> src/device.rs:448:13 Aug 30 13:36:40.306 INFO kablam! | Aug 30 13:36:40.306 INFO kablam! 448 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_NONE => None, Aug 30 13:36:40.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.306 INFO kablam! Aug 30 13:36:40.308 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 13:36:40.308 INFO kablam! --> src/device.rs:449:13 Aug 30 13:36:40.309 INFO kablam! | Aug 30 13:36:40.309 INFO kablam! 449 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT => { Aug 30 13:36:40.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.309 INFO kablam! Aug 30 13:36:40.311 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 13:36:40.311 INFO kablam! --> src/device.rs:452:13 Aug 30 13:36:40.311 INFO kablam! | Aug 30 13:36:40.311 INFO kablam! 452 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE => { Aug 30 13:36:40.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.311 INFO kablam! Aug 30 13:36:40.314 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_NONE` found for type `u32` in the current scope Aug 30 13:36:40.314 INFO kablam! --> src/device.rs:462:13 Aug 30 13:36:40.314 INFO kablam! | Aug 30 13:36:40.314 INFO kablam! 462 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_NONE => None, Aug 30 13:36:40.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.314 INFO kablam! Aug 30 13:36:40.316 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 13:36:40.316 INFO kablam! --> src/device.rs:463:13 Aug 30 13:36:40.316 INFO kablam! | Aug 30 13:36:40.316 INFO kablam! 463 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT => { Aug 30 13:36:40.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.316 INFO kablam! Aug 30 13:36:40.317 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 13:36:40.317 INFO kablam! --> src/device.rs:466:13 Aug 30 13:36:40.317 INFO kablam! | Aug 30 13:36:40.317 INFO kablam! 466 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE => { Aug 30 13:36:40.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.317 INFO kablam! Aug 30 13:36:40.321 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 13:36:40.321 INFO kablam! --> src/device.rs:477:22 Aug 30 13:36:40.321 INFO kablam! | Aug 30 13:36:40.321 INFO kablam! 477 | if bitmask & ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT as u32 != 0 { Aug 30 13:36:40.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.321 INFO kablam! Aug 30 13:36:40.324 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 13:36:40.324 INFO kablam! --> src/device.rs:480:22 Aug 30 13:36:40.324 INFO kablam! | Aug 30 13:36:40.324 INFO kablam! 480 | if bitmask & ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE as u32 != 0 { Aug 30 13:36:40.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.324 INFO kablam! Aug 30 13:36:40.327 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 13:36:40.327 INFO kablam! --> src/device.rs:491:39 Aug 30 13:36:40.327 INFO kablam! | Aug 30 13:36:40.327 INFO kablam! 491 | AccelProfile::Flat => ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT, Aug 30 13:36:40.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.327 INFO kablam! Aug 30 13:36:40.329 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 13:36:40.329 INFO kablam! --> src/device.rs:493:21 Aug 30 13:36:40.329 INFO kablam! | Aug 30 13:36:40.329 INFO kablam! 493 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE Aug 30 13:36:40.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.329 INFO kablam! Aug 30 13:36:40.331 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.331 INFO kablam! --> src/device.rs:497:13 Aug 30 13:36:40.331 INFO kablam! | Aug 30 13:36:40.331 INFO kablam! 497 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.331 INFO kablam! Aug 30 13:36:40.332 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.332 INFO kablam! --> src/device.rs:498:13 Aug 30 13:36:40.333 INFO kablam! | Aug 30 13:36:40.333 INFO kablam! 498 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.333 INFO kablam! Aug 30 13:36:40.334 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.335 INFO kablam! --> src/device.rs:501:13 Aug 30 13:36:40.335 INFO kablam! | Aug 30 13:36:40.335 INFO kablam! 501 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.335 INFO kablam! Aug 30 13:36:40.337 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.337 INFO kablam! --> src/device.rs:529:13 Aug 30 13:36:40.337 INFO kablam! | Aug 30 13:36:40.337 INFO kablam! 529 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.337 INFO kablam! Aug 30 13:36:40.338 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.338 INFO kablam! --> src/device.rs:530:13 Aug 30 13:36:40.338 INFO kablam! | Aug 30 13:36:40.338 INFO kablam! 530 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.339 INFO kablam! Aug 30 13:36:40.340 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.340 INFO kablam! --> src/device.rs:533:13 Aug 30 13:36:40.340 INFO kablam! | Aug 30 13:36:40.340 INFO kablam! 533 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.341 INFO kablam! Aug 30 13:36:40.345 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.345 INFO kablam! --> src/device.rs:620:13 Aug 30 13:36:40.345 INFO kablam! | Aug 30 13:36:40.345 INFO kablam! 620 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.345 INFO kablam! Aug 30 13:36:40.346 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.346 INFO kablam! --> src/device.rs:621:13 Aug 30 13:36:40.346 INFO kablam! | Aug 30 13:36:40.346 INFO kablam! 621 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.347 INFO kablam! Aug 30 13:36:40.348 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.348 INFO kablam! --> src/device.rs:624:13 Aug 30 13:36:40.348 INFO kablam! | Aug 30 13:36:40.348 INFO kablam! 624 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.348 INFO kablam! Aug 30 13:36:40.350 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_NONE` found for type `u32` in the current scope Aug 30 13:36:40.350 INFO kablam! --> src/device.rs:635:13 Aug 30 13:36:40.350 INFO kablam! | Aug 30 13:36:40.350 INFO kablam! 635 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_NONE => None, Aug 30 13:36:40.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.350 INFO kablam! Aug 30 13:36:40.352 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 13:36:40.352 INFO kablam! --> src/device.rs:636:13 Aug 30 13:36:40.352 INFO kablam! | Aug 30 13:36:40.352 INFO kablam! 636 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS => { Aug 30 13:36:40.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.352 INFO kablam! Aug 30 13:36:40.353 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 13:36:40.353 INFO kablam! --> src/device.rs:639:13 Aug 30 13:36:40.353 INFO kablam! | Aug 30 13:36:40.354 INFO kablam! 639 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER => { Aug 30 13:36:40.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.354 INFO kablam! Aug 30 13:36:40.356 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_NONE` found for type `u32` in the current scope Aug 30 13:36:40.356 INFO kablam! --> src/device.rs:652:13 Aug 30 13:36:40.356 INFO kablam! | Aug 30 13:36:40.356 INFO kablam! 652 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_NONE => None, Aug 30 13:36:40.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.356 INFO kablam! Aug 30 13:36:40.357 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 13:36:40.358 INFO kablam! --> src/device.rs:653:13 Aug 30 13:36:40.358 INFO kablam! | Aug 30 13:36:40.358 INFO kablam! 653 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS => { Aug 30 13:36:40.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.358 INFO kablam! Aug 30 13:36:40.359 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 13:36:40.360 INFO kablam! --> src/device.rs:656:13 Aug 30 13:36:40.360 INFO kablam! | Aug 30 13:36:40.360 INFO kablam! 656 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER => { Aug 30 13:36:40.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.360 INFO kablam! Aug 30 13:36:40.361 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 13:36:40.362 INFO kablam! --> src/device.rs:670:22 Aug 30 13:36:40.362 INFO kablam! | Aug 30 13:36:40.362 INFO kablam! 670 | if bitmask & ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER as u32 == Aug 30 13:36:40.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.362 INFO kablam! Aug 30 13:36:40.364 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 13:36:40.364 INFO kablam! --> src/device.rs:674:22 Aug 30 13:36:40.364 INFO kablam! | Aug 30 13:36:40.364 INFO kablam! 674 | if bitmask & ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS as u32 == Aug 30 13:36:40.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.364 INFO kablam! Aug 30 13:36:40.366 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 13:36:40.367 INFO kablam! --> src/device.rs:696:21 Aug 30 13:36:40.367 INFO kablam! | Aug 30 13:36:40.367 INFO kablam! 696 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS Aug 30 13:36:40.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.367 INFO kablam! Aug 30 13:36:40.368 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 13:36:40.369 INFO kablam! --> src/device.rs:699:21 Aug 30 13:36:40.369 INFO kablam! | Aug 30 13:36:40.369 INFO kablam! 699 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER Aug 30 13:36:40.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.369 INFO kablam! Aug 30 13:36:40.370 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.370 INFO kablam! --> src/device.rs:703:13 Aug 30 13:36:40.370 INFO kablam! | Aug 30 13:36:40.370 INFO kablam! 703 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.370 INFO kablam! Aug 30 13:36:40.372 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.372 INFO kablam! --> src/device.rs:704:13 Aug 30 13:36:40.372 INFO kablam! | Aug 30 13:36:40.372 INFO kablam! 704 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.372 INFO kablam! Aug 30 13:36:40.374 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.374 INFO kablam! --> src/device.rs:707:13 Aug 30 13:36:40.374 INFO kablam! | Aug 30 13:36:40.374 INFO kablam! 707 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.374 INFO kablam! Aug 30 13:36:40.378 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.378 INFO kablam! --> src/device.rs:718:13 Aug 30 13:36:40.378 INFO kablam! | Aug 30 13:36:40.379 INFO kablam! 718 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED => true, Aug 30 13:36:40.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.379 INFO kablam! Aug 30 13:36:40.379 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.379 INFO kablam! --> src/device.rs:719:13 Aug 30 13:36:40.379 INFO kablam! | Aug 30 13:36:40.379 INFO kablam! 719 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED => false, Aug 30 13:36:40.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.379 INFO kablam! Aug 30 13:36:40.379 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.379 INFO kablam! --> src/device.rs:730:13 Aug 30 13:36:40.379 INFO kablam! | Aug 30 13:36:40.380 INFO kablam! 730 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED => true, Aug 30 13:36:40.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.380 INFO kablam! Aug 30 13:36:40.382 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.382 INFO kablam! --> src/device.rs:731:13 Aug 30 13:36:40.382 INFO kablam! | Aug 30 13:36:40.382 INFO kablam! 731 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED => false, Aug 30 13:36:40.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.382 INFO kablam! Aug 30 13:36:40.385 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.385 INFO kablam! --> src/device.rs:758:17 Aug 30 13:36:40.385 INFO kablam! | Aug 30 13:36:40.385 INFO kablam! 758 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED Aug 30 13:36:40.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.385 INFO kablam! Aug 30 13:36:40.387 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.387 INFO kablam! --> src/device.rs:760:17 Aug 30 13:36:40.387 INFO kablam! | Aug 30 13:36:40.387 INFO kablam! 760 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED Aug 30 13:36:40.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.387 INFO kablam! Aug 30 13:36:40.389 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.389 INFO kablam! --> src/device.rs:763:13 Aug 30 13:36:40.389 INFO kablam! | Aug 30 13:36:40.389 INFO kablam! 763 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.389 INFO kablam! Aug 30 13:36:40.390 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.390 INFO kablam! --> src/device.rs:764:13 Aug 30 13:36:40.390 INFO kablam! | Aug 30 13:36:40.391 INFO kablam! 764 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.391 INFO kablam! Aug 30 13:36:40.392 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.392 INFO kablam! --> src/device.rs:767:13 Aug 30 13:36:40.392 INFO kablam! | Aug 30 13:36:40.392 INFO kablam! 767 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.392 INFO kablam! Aug 30 13:36:40.394 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.394 INFO kablam! --> src/device.rs:796:13 Aug 30 13:36:40.394 INFO kablam! | Aug 30 13:36:40.394 INFO kablam! 796 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.395 INFO kablam! Aug 30 13:36:40.396 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.396 INFO kablam! --> src/device.rs:797:13 Aug 30 13:36:40.396 INFO kablam! | Aug 30 13:36:40.396 INFO kablam! 797 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.396 INFO kablam! Aug 30 13:36:40.398 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.398 INFO kablam! --> src/device.rs:800:13 Aug 30 13:36:40.398 INFO kablam! | Aug 30 13:36:40.398 INFO kablam! 800 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.398 INFO kablam! Aug 30 13:36:40.400 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.400 INFO kablam! --> src/device.rs:819:13 Aug 30 13:36:40.400 INFO kablam! | Aug 30 13:36:40.400 INFO kablam! 819 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED => true, Aug 30 13:36:40.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.400 INFO kablam! Aug 30 13:36:40.402 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.402 INFO kablam! --> src/device.rs:820:13 Aug 30 13:36:40.402 INFO kablam! | Aug 30 13:36:40.402 INFO kablam! 820 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED => false, Aug 30 13:36:40.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.402 INFO kablam! Aug 30 13:36:40.404 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.404 INFO kablam! --> src/device.rs:840:13 Aug 30 13:36:40.404 INFO kablam! | Aug 30 13:36:40.404 INFO kablam! 840 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED => true, Aug 30 13:36:40.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.404 INFO kablam! Aug 30 13:36:40.405 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.405 INFO kablam! --> src/device.rs:841:13 Aug 30 13:36:40.405 INFO kablam! | Aug 30 13:36:40.405 INFO kablam! 841 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED => false, Aug 30 13:36:40.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.405 INFO kablam! Aug 30 13:36:40.408 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.408 INFO kablam! --> src/device.rs:872:17 Aug 30 13:36:40.408 INFO kablam! | Aug 30 13:36:40.408 INFO kablam! 872 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED Aug 30 13:36:40.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.408 INFO kablam! Aug 30 13:36:40.411 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.411 INFO kablam! --> src/device.rs:874:17 Aug 30 13:36:40.411 INFO kablam! | Aug 30 13:36:40.411 INFO kablam! 874 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED Aug 30 13:36:40.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.411 INFO kablam! Aug 30 13:36:40.414 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.414 INFO kablam! --> src/device.rs:877:13 Aug 30 13:36:40.414 INFO kablam! | Aug 30 13:36:40.414 INFO kablam! 877 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.414 INFO kablam! Aug 30 13:36:40.422 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.422 INFO kablam! --> src/device.rs:878:13 Aug 30 13:36:40.422 INFO kablam! | Aug 30 13:36:40.422 INFO kablam! 878 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.422 INFO kablam! Aug 30 13:36:40.422 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.422 INFO kablam! --> src/device.rs:881:13 Aug 30 13:36:40.422 INFO kablam! | Aug 30 13:36:40.422 INFO kablam! 881 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.423 INFO kablam! Aug 30 13:36:40.423 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.423 INFO kablam! --> src/device.rs:928:13 Aug 30 13:36:40.423 INFO kablam! | Aug 30 13:36:40.423 INFO kablam! 928 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.423 INFO kablam! Aug 30 13:36:40.424 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.424 INFO kablam! --> src/device.rs:929:13 Aug 30 13:36:40.424 INFO kablam! | Aug 30 13:36:40.424 INFO kablam! 929 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.424 INFO kablam! Aug 30 13:36:40.427 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.427 INFO kablam! --> src/device.rs:932:13 Aug 30 13:36:40.427 INFO kablam! | Aug 30 13:36:40.427 INFO kablam! 932 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.427 INFO kablam! Aug 30 13:36:40.431 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 13:36:40.431 INFO kablam! --> src/device.rs:965:13 Aug 30 13:36:40.431 INFO kablam! | Aug 30 13:36:40.431 INFO kablam! 965 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL => ScrollMethod::NoScroll, Aug 30 13:36:40.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.431 INFO kablam! Aug 30 13:36:40.432 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 13:36:40.432 INFO kablam! --> src/device.rs:966:13 Aug 30 13:36:40.432 INFO kablam! | Aug 30 13:36:40.432 INFO kablam! 966 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG => ScrollMethod::TwoFinger, Aug 30 13:36:40.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.432 INFO kablam! Aug 30 13:36:40.434 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 13:36:40.434 INFO kablam! --> src/device.rs:967:13 Aug 30 13:36:40.434 INFO kablam! | Aug 30 13:36:40.434 INFO kablam! 967 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE => ScrollMethod::Edge, Aug 30 13:36:40.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.434 INFO kablam! Aug 30 13:36:40.435 INFO kablam! warning: type annotations needed Aug 30 13:36:40.435 INFO kablam! --> src/lib.rs:89:29 Aug 30 13:36:40.435 INFO kablam! | Aug 30 13:36:40.435 INFO kablam! 89 | self.userdata_raw().as_ref() Aug 30 13:36:40.435 INFO kablam! | ^^^^^^ Aug 30 13:36:40.435 INFO kablam! | Aug 30 13:36:40.435 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 13:36:40.435 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 30 13:36:40.435 INFO kablam! = note: for more information, see issue #46906 Aug 30 13:36:40.435 INFO kablam! Aug 30 13:36:40.435 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.435 INFO kablam! --> src/device.rs:968:13 Aug 30 13:36:40.435 INFO kablam! | Aug 30 13:36:40.435 INFO kablam! 968 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN => { Aug 30 13:36:40.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.435 INFO kablam! Aug 30 13:36:40.436 INFO kablam! warning: type annotations needed Aug 30 13:36:40.436 INFO kablam! --> src/lib.rs:104:29 Aug 30 13:36:40.436 INFO kablam! | Aug 30 13:36:40.436 INFO kablam! 104 | self.userdata_raw().as_mut() Aug 30 13:36:40.436 INFO kablam! | ^^^^^^ Aug 30 13:36:40.437 INFO kablam! | Aug 30 13:36:40.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 30 13:36:40.437 INFO kablam! = note: for more information, see issue #46906 Aug 30 13:36:40.437 INFO kablam! Aug 30 13:36:40.437 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 13:36:40.437 INFO kablam! --> src/device.rs:980:13 Aug 30 13:36:40.437 INFO kablam! | Aug 30 13:36:40.437 INFO kablam! 980 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL => ScrollMethod::NoScroll, Aug 30 13:36:40.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.438 INFO kablam! Aug 30 13:36:40.438 INFO kablam! warning: type annotations needed Aug 30 13:36:40.438 INFO kablam! --> src/lib.rs:126:21 Aug 30 13:36:40.438 INFO kablam! | Aug 30 13:36:40.438 INFO kablam! 126 | if !ptr.is_null() { Aug 30 13:36:40.438 INFO kablam! | ^^^^^^^ Aug 30 13:36:40.438 INFO kablam! | Aug 30 13:36:40.438 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Aug 30 13:36:40.438 INFO kablam! = note: for more information, see issue #46906 Aug 30 13:36:40.438 INFO kablam! Aug 30 13:36:40.439 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 13:36:40.439 INFO kablam! --> src/device.rs:981:13 Aug 30 13:36:40.439 INFO kablam! | Aug 30 13:36:40.439 INFO kablam! 981 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG => ScrollMethod::TwoFinger, Aug 30 13:36:40.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.440 INFO kablam! Aug 30 13:36:40.441 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 13:36:40.441 INFO kablam! --> src/device.rs:982:13 Aug 30 13:36:40.441 INFO kablam! | Aug 30 13:36:40.441 INFO kablam! 982 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE => ScrollMethod::Edge, Aug 30 13:36:40.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.441 INFO kablam! Aug 30 13:36:40.443 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.443 INFO kablam! --> src/device.rs:983:13 Aug 30 13:36:40.443 INFO kablam! | Aug 30 13:36:40.443 INFO kablam! 983 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN => { Aug 30 13:36:40.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.443 INFO kablam! Aug 30 13:36:40.445 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 13:36:40.445 INFO kablam! --> src/device.rs:996:22 Aug 30 13:36:40.445 INFO kablam! | Aug 30 13:36:40.445 INFO kablam! 996 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL as u32 == bitmask { Aug 30 13:36:40.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.445 INFO kablam! Aug 30 13:36:40.447 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 13:36:40.447 INFO kablam! --> src/device.rs:999:22 Aug 30 13:36:40.447 INFO kablam! | Aug 30 13:36:40.448 INFO kablam! 999 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG as u32 == bitmask { Aug 30 13:36:40.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.448 INFO kablam! Aug 30 13:36:40.449 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 13:36:40.449 INFO kablam! --> src/device.rs:1002:22 Aug 30 13:36:40.449 INFO kablam! | Aug 30 13:36:40.449 INFO kablam! 1002 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE as u32 == bitmask { Aug 30 13:36:40.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.449 INFO kablam! Aug 30 13:36:40.451 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.451 INFO kablam! --> src/device.rs:1005:22 Aug 30 13:36:40.451 INFO kablam! | Aug 30 13:36:40.451 INFO kablam! 1005 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN as u32 == Aug 30 13:36:40.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.451 INFO kablam! Aug 30 13:36:40.454 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 13:36:40.454 INFO kablam! --> src/device.rs:1027:21 Aug 30 13:36:40.454 INFO kablam! | Aug 30 13:36:40.454 INFO kablam! 1027 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL Aug 30 13:36:40.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.454 INFO kablam! Aug 30 13:36:40.456 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 13:36:40.456 INFO kablam! --> src/device.rs:1029:44 Aug 30 13:36:40.456 INFO kablam! | Aug 30 13:36:40.456 INFO kablam! 1029 | ScrollMethod::TwoFinger => ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG, Aug 30 13:36:40.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.456 INFO kablam! Aug 30 13:36:40.457 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 13:36:40.457 INFO kablam! --> src/device.rs:1030:39 Aug 30 13:36:40.457 INFO kablam! | Aug 30 13:36:40.457 INFO kablam! 1030 | ScrollMethod::Edge => ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE, Aug 30 13:36:40.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.457 INFO kablam! Aug 30 13:36:40.459 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.459 INFO kablam! --> src/device.rs:1032:21 Aug 30 13:36:40.459 INFO kablam! | Aug 30 13:36:40.459 INFO kablam! 1032 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN Aug 30 13:36:40.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.459 INFO kablam! Aug 30 13:36:40.460 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.460 INFO kablam! --> src/device.rs:1036:13 Aug 30 13:36:40.461 INFO kablam! | Aug 30 13:36:40.461 INFO kablam! 1036 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.461 INFO kablam! Aug 30 13:36:40.462 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.462 INFO kablam! --> src/device.rs:1037:13 Aug 30 13:36:40.462 INFO kablam! | Aug 30 13:36:40.462 INFO kablam! 1037 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.462 INFO kablam! Aug 30 13:36:40.464 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.464 INFO kablam! --> src/device.rs:1040:13 Aug 30 13:36:40.464 INFO kablam! | Aug 30 13:36:40.464 INFO kablam! 1040 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.464 INFO kablam! Aug 30 13:36:40.466 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.466 INFO kablam! --> src/device.rs:1077:13 Aug 30 13:36:40.466 INFO kablam! | Aug 30 13:36:40.466 INFO kablam! 1077 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.466 INFO kablam! Aug 30 13:36:40.468 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.468 INFO kablam! --> src/device.rs:1078:13 Aug 30 13:36:40.468 INFO kablam! | Aug 30 13:36:40.468 INFO kablam! 1078 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.468 INFO kablam! Aug 30 13:36:40.469 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.469 INFO kablam! --> src/device.rs:1081:13 Aug 30 13:36:40.469 INFO kablam! | Aug 30 13:36:40.469 INFO kablam! 1081 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.469 INFO kablam! Aug 30 13:36:40.471 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.471 INFO kablam! --> src/device.rs:1103:13 Aug 30 13:36:40.472 INFO kablam! | Aug 30 13:36:40.472 INFO kablam! 1103 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.472 INFO kablam! Aug 30 13:36:40.473 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.473 INFO kablam! --> src/device.rs:1104:13 Aug 30 13:36:40.473 INFO kablam! | Aug 30 13:36:40.473 INFO kablam! 1104 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.473 INFO kablam! Aug 30 13:36:40.474 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.474 INFO kablam! --> src/device.rs:1107:13 Aug 30 13:36:40.474 INFO kablam! | Aug 30 13:36:40.474 INFO kablam! 1107 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.475 INFO kablam! Aug 30 13:36:40.482 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.482 INFO kablam! --> src/device.rs:1196:13 Aug 30 13:36:40.482 INFO kablam! | Aug 30 13:36:40.482 INFO kablam! 1196 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.482 INFO kablam! Aug 30 13:36:40.484 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.484 INFO kablam! --> src/device.rs:1197:13 Aug 30 13:36:40.484 INFO kablam! | Aug 30 13:36:40.484 INFO kablam! 1197 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.484 INFO kablam! Aug 30 13:36:40.486 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.486 INFO kablam! --> src/device.rs:1200:13 Aug 30 13:36:40.486 INFO kablam! | Aug 30 13:36:40.486 INFO kablam! 1200 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.486 INFO kablam! Aug 30 13:36:40.489 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 13:36:40.489 INFO kablam! --> src/device.rs:1217:17 Aug 30 13:36:40.489 INFO kablam! | Aug 30 13:36:40.489 INFO kablam! 1217 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM => { Aug 30 13:36:40.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.489 INFO kablam! Aug 30 13:36:40.491 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 13:36:40.491 INFO kablam! --> src/device.rs:1220:17 Aug 30 13:36:40.491 INFO kablam! | Aug 30 13:36:40.491 INFO kablam! 1220 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR => { Aug 30 13:36:40.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.491 INFO kablam! Aug 30 13:36:40.494 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 13:36:40.494 INFO kablam! --> src/device.rs:1240:17 Aug 30 13:36:40.494 INFO kablam! | Aug 30 13:36:40.494 INFO kablam! 1240 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM => { Aug 30 13:36:40.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.494 INFO kablam! Aug 30 13:36:40.495 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 13:36:40.496 INFO kablam! --> src/device.rs:1243:17 Aug 30 13:36:40.497 INFO kablam! | Aug 30 13:36:40.497 INFO kablam! 1243 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR => { Aug 30 13:36:40.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.497 INFO kablam! Aug 30 13:36:40.497 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.497 INFO kablam! --> src/device.rs:1254:13 Aug 30 13:36:40.498 INFO kablam! | Aug 30 13:36:40.498 INFO kablam! 1254 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED => true, Aug 30 13:36:40.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.498 INFO kablam! Aug 30 13:36:40.499 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.499 INFO kablam! --> src/device.rs:1255:13 Aug 30 13:36:40.499 INFO kablam! | Aug 30 13:36:40.499 INFO kablam! 1255 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED => false, Aug 30 13:36:40.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.499 INFO kablam! Aug 30 13:36:40.503 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.503 INFO kablam! --> src/device.rs:1269:13 Aug 30 13:36:40.503 INFO kablam! | Aug 30 13:36:40.503 INFO kablam! 1269 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED => true, Aug 30 13:36:40.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.503 INFO kablam! Aug 30 13:36:40.503 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.503 INFO kablam! --> src/device.rs:1270:13 Aug 30 13:36:40.503 INFO kablam! | Aug 30 13:36:40.503 INFO kablam! 1270 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED => false, Aug 30 13:36:40.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.503 INFO kablam! Aug 30 13:36:40.504 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.505 INFO kablam! --> src/device.rs:1278:13 Aug 30 13:36:40.505 INFO kablam! | Aug 30 13:36:40.505 INFO kablam! 1278 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED => true, Aug 30 13:36:40.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.505 INFO kablam! Aug 30 13:36:40.506 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.506 INFO kablam! --> src/device.rs:1279:13 Aug 30 13:36:40.506 INFO kablam! | Aug 30 13:36:40.506 INFO kablam! 1279 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED => false, Aug 30 13:36:40.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.507 INFO kablam! Aug 30 13:36:40.508 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.508 INFO kablam! --> src/device.rs:1287:13 Aug 30 13:36:40.508 INFO kablam! | Aug 30 13:36:40.508 INFO kablam! 1287 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED => true, Aug 30 13:36:40.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.508 INFO kablam! Aug 30 13:36:40.510 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.510 INFO kablam! --> src/device.rs:1288:13 Aug 30 13:36:40.510 INFO kablam! | Aug 30 13:36:40.510 INFO kablam! 1288 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED => false, Aug 30 13:36:40.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.510 INFO kablam! Aug 30 13:36:40.512 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.512 INFO kablam! --> src/device.rs:1300:13 Aug 30 13:36:40.512 INFO kablam! | Aug 30 13:36:40.512 INFO kablam! 1300 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED => true, Aug 30 13:36:40.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.512 INFO kablam! Aug 30 13:36:40.513 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.513 INFO kablam! --> src/device.rs:1301:13 Aug 30 13:36:40.513 INFO kablam! | Aug 30 13:36:40.513 INFO kablam! 1301 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED => false, Aug 30 13:36:40.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.514 INFO kablam! Aug 30 13:36:40.515 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.515 INFO kablam! --> src/device.rs:1311:13 Aug 30 13:36:40.515 INFO kablam! | Aug 30 13:36:40.516 INFO kablam! 1311 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED => true, Aug 30 13:36:40.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.516 INFO kablam! Aug 30 13:36:40.517 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.517 INFO kablam! --> src/device.rs:1312:13 Aug 30 13:36:40.517 INFO kablam! | Aug 30 13:36:40.517 INFO kablam! 1312 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED => false, Aug 30 13:36:40.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.517 INFO kablam! Aug 30 13:36:40.519 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 13:36:40.519 INFO kablam! --> src/device.rs:1349:21 Aug 30 13:36:40.519 INFO kablam! | Aug 30 13:36:40.519 INFO kablam! 1349 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM Aug 30 13:36:40.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.519 INFO kablam! Aug 30 13:36:40.521 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 13:36:40.521 INFO kablam! --> src/device.rs:1352:21 Aug 30 13:36:40.521 INFO kablam! | Aug 30 13:36:40.521 INFO kablam! 1352 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR Aug 30 13:36:40.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.521 INFO kablam! Aug 30 13:36:40.526 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.526 INFO kablam! --> src/device.rs:1356:13 Aug 30 13:36:40.526 INFO kablam! | Aug 30 13:36:40.526 INFO kablam! 1356 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.526 INFO kablam! Aug 30 13:36:40.526 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.526 INFO kablam! --> src/device.rs:1357:13 Aug 30 13:36:40.526 INFO kablam! | Aug 30 13:36:40.526 INFO kablam! 1357 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.526 INFO kablam! Aug 30 13:36:40.527 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.527 INFO kablam! --> src/device.rs:1360:13 Aug 30 13:36:40.527 INFO kablam! | Aug 30 13:36:40.527 INFO kablam! 1360 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.527 INFO kablam! Aug 30 13:36:40.531 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.531 INFO kablam! --> src/device.rs:1376:17 Aug 30 13:36:40.531 INFO kablam! | Aug 30 13:36:40.531 INFO kablam! 1376 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED Aug 30 13:36:40.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.531 INFO kablam! Aug 30 13:36:40.533 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.533 INFO kablam! --> src/device.rs:1378:17 Aug 30 13:36:40.533 INFO kablam! | Aug 30 13:36:40.533 INFO kablam! 1378 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED Aug 30 13:36:40.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.533 INFO kablam! Aug 30 13:36:40.536 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.536 INFO kablam! --> src/device.rs:1381:13 Aug 30 13:36:40.536 INFO kablam! | Aug 30 13:36:40.536 INFO kablam! 1381 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.536 INFO kablam! Aug 30 13:36:40.538 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.538 INFO kablam! --> src/device.rs:1382:13 Aug 30 13:36:40.538 INFO kablam! | Aug 30 13:36:40.538 INFO kablam! 1382 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.538 INFO kablam! Aug 30 13:36:40.540 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.540 INFO kablam! --> src/device.rs:1385:13 Aug 30 13:36:40.540 INFO kablam! | Aug 30 13:36:40.540 INFO kablam! 1385 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.541 INFO kablam! Aug 30 13:36:40.545 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.545 INFO kablam! --> src/device.rs:1404:17 Aug 30 13:36:40.545 INFO kablam! | Aug 30 13:36:40.545 INFO kablam! 1404 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED Aug 30 13:36:40.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.545 INFO kablam! Aug 30 13:36:40.546 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.546 INFO kablam! --> src/device.rs:1406:17 Aug 30 13:36:40.546 INFO kablam! | Aug 30 13:36:40.546 INFO kablam! 1406 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED Aug 30 13:36:40.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.546 INFO kablam! Aug 30 13:36:40.548 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.548 INFO kablam! --> src/device.rs:1409:13 Aug 30 13:36:40.548 INFO kablam! | Aug 30 13:36:40.548 INFO kablam! 1409 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.548 INFO kablam! Aug 30 13:36:40.549 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.549 INFO kablam! --> src/device.rs:1410:13 Aug 30 13:36:40.549 INFO kablam! | Aug 30 13:36:40.549 INFO kablam! 1410 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.549 INFO kablam! Aug 30 13:36:40.551 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.551 INFO kablam! --> src/device.rs:1413:13 Aug 30 13:36:40.551 INFO kablam! | Aug 30 13:36:40.551 INFO kablam! 1413 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.551 INFO kablam! Aug 30 13:36:40.553 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.553 INFO kablam! --> src/device.rs:1427:17 Aug 30 13:36:40.553 INFO kablam! | Aug 30 13:36:40.553 INFO kablam! 1427 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED Aug 30 13:36:40.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.554 INFO kablam! Aug 30 13:36:40.557 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.557 INFO kablam! --> src/device.rs:1429:17 Aug 30 13:36:40.557 INFO kablam! | Aug 30 13:36:40.557 INFO kablam! 1429 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED Aug 30 13:36:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.557 INFO kablam! Aug 30 13:36:40.557 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.557 INFO kablam! --> src/device.rs:1432:13 Aug 30 13:36:40.557 INFO kablam! | Aug 30 13:36:40.557 INFO kablam! 1432 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.557 INFO kablam! Aug 30 13:36:40.558 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.558 INFO kablam! --> src/device.rs:1433:13 Aug 30 13:36:40.558 INFO kablam! | Aug 30 13:36:40.558 INFO kablam! 1433 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.558 INFO kablam! Aug 30 13:36:40.560 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.560 INFO kablam! --> src/device.rs:1436:13 Aug 30 13:36:40.560 INFO kablam! | Aug 30 13:36:40.560 INFO kablam! 1436 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.560 INFO kablam! Aug 30 13:36:40.583 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_NONE` found for type `u32` in the current scope Aug 30 13:36:40.583 INFO kablam! --> src/event/mod.rs:62:13 Aug 30 13:36:40.583 INFO kablam! | Aug 30 13:36:40.583 INFO kablam! 62 | ffi::libinput_event_type::LIBINPUT_EVENT_NONE => panic!("Trying to convert null event"), Aug 30 13:36:40.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.583 INFO kablam! Aug 30 13:36:40.585 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_ADDED` found for type `u32` in the current scope Aug 30 13:36:40.585 INFO kablam! --> src/event/mod.rs:63:13 Aug 30 13:36:40.585 INFO kablam! | Aug 30 13:36:40.585 INFO kablam! 63 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_ADDED | Aug 30 13:36:40.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.585 INFO kablam! Aug 30 13:36:40.586 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_REMOVED` found for type `u32` in the current scope Aug 30 13:36:40.587 INFO kablam! --> src/event/mod.rs:64:13 Aug 30 13:36:40.587 INFO kablam! | Aug 30 13:36:40.587 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_REMOVED => { Aug 30 13:36:40.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.588 INFO kablam! Aug 30 13:36:40.588 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_KEYBOARD_KEY` found for type `u32` in the current scope Aug 30 13:36:40.588 INFO kablam! --> src/event/mod.rs:67:13 Aug 30 13:36:40.588 INFO kablam! | Aug 30 13:36:40.588 INFO kablam! 67 | ffi::libinput_event_type::LIBINPUT_EVENT_KEYBOARD_KEY => { Aug 30 13:36:40.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.588 INFO kablam! Aug 30 13:36:40.590 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION` found for type `u32` in the current scope Aug 30 13:36:40.590 INFO kablam! --> src/event/mod.rs:70:13 Aug 30 13:36:40.590 INFO kablam! | Aug 30 13:36:40.590 INFO kablam! 70 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION | Aug 30 13:36:40.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.590 INFO kablam! Aug 30 13:36:40.592 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE` found for type `u32` in the current scope Aug 30 13:36:40.592 INFO kablam! --> src/event/mod.rs:71:13 Aug 30 13:36:40.592 INFO kablam! | Aug 30 13:36:40.593 INFO kablam! 71 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE | Aug 30 13:36:40.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.593 INFO kablam! Aug 30 13:36:40.593 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_BUTTON` found for type `u32` in the current scope Aug 30 13:36:40.593 INFO kablam! --> src/event/mod.rs:72:13 Aug 30 13:36:40.593 INFO kablam! | Aug 30 13:36:40.593 INFO kablam! 72 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_BUTTON | Aug 30 13:36:40.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.593 INFO kablam! Aug 30 13:36:40.595 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_AXIS` found for type `u32` in the current scope Aug 30 13:36:40.595 INFO kablam! --> src/event/mod.rs:73:13 Aug 30 13:36:40.595 INFO kablam! | Aug 30 13:36:40.595 INFO kablam! 73 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_AXIS => { Aug 30 13:36:40.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.595 INFO kablam! Aug 30 13:36:40.597 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.597 INFO kablam! --> src/event/mod.rs:76:13 Aug 30 13:36:40.597 INFO kablam! | Aug 30 13:36:40.597 INFO kablam! 76 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_DOWN | Aug 30 13:36:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.597 INFO kablam! Aug 30 13:36:40.599 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_UP` found for type `u32` in the current scope Aug 30 13:36:40.599 INFO kablam! --> src/event/mod.rs:77:13 Aug 30 13:36:40.599 INFO kablam! | Aug 30 13:36:40.599 INFO kablam! 77 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_UP | Aug 30 13:36:40.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.599 INFO kablam! Aug 30 13:36:40.600 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_MOTION` found for type `u32` in the current scope Aug 30 13:36:40.602 INFO kablam! --> src/event/mod.rs:78:13 Aug 30 13:36:40.602 INFO kablam! | Aug 30 13:36:40.602 INFO kablam! 78 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_MOTION | Aug 30 13:36:40.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.602 INFO kablam! Aug 30 13:36:40.602 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_CANCEL` found for type `u32` in the current scope Aug 30 13:36:40.602 INFO kablam! --> src/event/mod.rs:79:13 Aug 30 13:36:40.603 INFO kablam! | Aug 30 13:36:40.603 INFO kablam! 79 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_CANCEL | Aug 30 13:36:40.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.603 INFO kablam! Aug 30 13:36:40.604 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_FRAME` found for type `u32` in the current scope Aug 30 13:36:40.604 INFO kablam! --> src/event/mod.rs:80:13 Aug 30 13:36:40.604 INFO kablam! | Aug 30 13:36:40.604 INFO kablam! 80 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_FRAME => { Aug 30 13:36:40.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.604 INFO kablam! Aug 30 13:36:40.605 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_AXIS` found for type `u32` in the current scope Aug 30 13:36:40.605 INFO kablam! --> src/event/mod.rs:83:13 Aug 30 13:36:40.606 INFO kablam! | Aug 30 13:36:40.606 INFO kablam! 83 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_AXIS | Aug 30 13:36:40.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.606 INFO kablam! Aug 30 13:36:40.607 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY` found for type `u32` in the current scope Aug 30 13:36:40.607 INFO kablam! --> src/event/mod.rs:84:13 Aug 30 13:36:40.608 INFO kablam! | Aug 30 13:36:40.608 INFO kablam! 84 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY | Aug 30 13:36:40.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.608 INFO kablam! Aug 30 13:36:40.609 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_TIP` found for type `u32` in the current scope Aug 30 13:36:40.609 INFO kablam! --> src/event/mod.rs:85:13 Aug 30 13:36:40.609 INFO kablam! | Aug 30 13:36:40.609 INFO kablam! 85 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_TIP | Aug 30 13:36:40.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.609 INFO kablam! Aug 30 13:36:40.614 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_BUTTON` found for type `u32` in the current scope Aug 30 13:36:40.614 INFO kablam! --> src/event/mod.rs:86:13 Aug 30 13:36:40.614 INFO kablam! | Aug 30 13:36:40.614 INFO kablam! 86 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_BUTTON => { Aug 30 13:36:40.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.614 INFO kablam! Aug 30 13:36:40.614 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_BUTTON` found for type `u32` in the current scope Aug 30 13:36:40.614 INFO kablam! --> src/event/mod.rs:89:13 Aug 30 13:36:40.615 INFO kablam! | Aug 30 13:36:40.616 INFO kablam! 89 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_BUTTON | Aug 30 13:36:40.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.616 INFO kablam! Aug 30 13:36:40.616 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_RING` found for type `u32` in the current scope Aug 30 13:36:40.616 INFO kablam! --> src/event/mod.rs:90:13 Aug 30 13:36:40.616 INFO kablam! | Aug 30 13:36:40.616 INFO kablam! 90 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_RING | Aug 30 13:36:40.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.616 INFO kablam! Aug 30 13:36:40.617 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_STRIP` found for type `u32` in the current scope Aug 30 13:36:40.617 INFO kablam! --> src/event/mod.rs:91:13 Aug 30 13:36:40.617 INFO kablam! | Aug 30 13:36:40.617 INFO kablam! 91 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_STRIP => { Aug 30 13:36:40.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.617 INFO kablam! Aug 30 13:36:40.618 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 13:36:40.618 INFO kablam! --> src/event/mod.rs:94:13 Aug 30 13:36:40.618 INFO kablam! | Aug 30 13:36:40.618 INFO kablam! 94 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 13:36:40.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.619 INFO kablam! Aug 30 13:36:40.620 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 13:36:40.620 INFO kablam! --> src/event/mod.rs:95:13 Aug 30 13:36:40.620 INFO kablam! | Aug 30 13:36:40.620 INFO kablam! 95 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 13:36:40.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.620 INFO kablam! Aug 30 13:36:40.625 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 13:36:40.625 INFO kablam! --> src/event/mod.rs:96:13 Aug 30 13:36:40.625 INFO kablam! | Aug 30 13:36:40.625 INFO kablam! 96 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END | Aug 30 13:36:40.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.625 INFO kablam! Aug 30 13:36:40.625 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 13:36:40.625 INFO kablam! --> src/event/mod.rs:97:13 Aug 30 13:36:40.625 INFO kablam! | Aug 30 13:36:40.625 INFO kablam! 97 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 13:36:40.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.626 INFO kablam! Aug 30 13:36:40.626 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 13:36:40.626 INFO kablam! --> src/event/mod.rs:98:13 Aug 30 13:36:40.626 INFO kablam! | Aug 30 13:36:40.626 INFO kablam! 98 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 13:36:40.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.626 INFO kablam! Aug 30 13:36:40.626 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 13:36:40.626 INFO kablam! --> src/event/mod.rs:99:13 Aug 30 13:36:40.626 INFO kablam! | Aug 30 13:36:40.626 INFO kablam! 99 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 13:36:40.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.626 INFO kablam! Aug 30 13:36:40.627 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_SWITCH_TOGGLE` found for type `u32` in the current scope Aug 30 13:36:40.627 INFO kablam! --> src/event/mod.rs:102:13 Aug 30 13:36:40.627 INFO kablam! | Aug 30 13:36:40.627 INFO kablam! 102 | ffi::libinput_event_type::LIBINPUT_EVENT_SWITCH_TOGGLE => { Aug 30 13:36:40.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.628 INFO kablam! Aug 30 13:36:40.672 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_KEYBOARD` found for type `u32` in the current scope Aug 30 13:36:40.672 INFO kablam! --> src/device.rs:343:47 Aug 30 13:36:40.672 INFO kablam! | Aug 30 13:36:40.672 INFO kablam! 343 | DeviceCapability::Keyboard => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_KEYBOARD, Aug 30 13:36:40.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.672 INFO kablam! Aug 30 13:36:40.673 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_POINTER` found for type `u32` in the current scope Aug 30 13:36:40.673 INFO kablam! --> src/device.rs:344:46 Aug 30 13:36:40.673 INFO kablam! | Aug 30 13:36:40.673 INFO kablam! 344 | DeviceCapability::Pointer => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_POINTER, Aug 30 13:36:40.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.673 INFO kablam! Aug 30 13:36:40.674 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TOUCH` found for type `u32` in the current scope Aug 30 13:36:40.674 INFO kablam! --> src/device.rs:345:44 Aug 30 13:36:40.674 INFO kablam! | Aug 30 13:36:40.674 INFO kablam! 345 | DeviceCapability::Touch => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TOUCH, Aug 30 13:36:40.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.674 INFO kablam! Aug 30 13:36:40.676 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TABLET_TOOL` found for type `u32` in the current scope Aug 30 13:36:40.676 INFO kablam! --> src/device.rs:347:21 Aug 30 13:36:40.676 INFO kablam! | Aug 30 13:36:40.676 INFO kablam! 347 | ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TABLET_TOOL Aug 30 13:36:40.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.676 INFO kablam! Aug 30 13:36:40.677 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TABLET_PAD` found for type `u32` in the current scope Aug 30 13:36:40.677 INFO kablam! --> src/device.rs:350:21 Aug 30 13:36:40.677 INFO kablam! | Aug 30 13:36:40.677 INFO kablam! 350 | ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TABLET_PAD Aug 30 13:36:40.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.677 INFO kablam! Aug 30 13:36:40.679 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_GESTURE` found for type `u32` in the current scope Aug 30 13:36:40.679 INFO kablam! --> src/device.rs:352:46 Aug 30 13:36:40.679 INFO kablam! | Aug 30 13:36:40.679 INFO kablam! 352 | DeviceCapability::Gesture => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_GESTURE, Aug 30 13:36:40.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.679 INFO kablam! Aug 30 13:36:40.680 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_SWITCH` found for type `u32` in the current scope Aug 30 13:36:40.680 INFO kablam! --> src/device.rs:353:45 Aug 30 13:36:40.680 INFO kablam! | Aug 30 13:36:40.680 INFO kablam! 353 | DeviceCapability::Switch => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_SWITCH, Aug 30 13:36:40.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.680 INFO kablam! Aug 30 13:36:40.686 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_NONE` found for type `u32` in the current scope Aug 30 13:36:40.686 INFO kablam! --> src/device.rs:448:13 Aug 30 13:36:40.686 INFO kablam! | Aug 30 13:36:40.686 INFO kablam! 448 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_NONE => None, Aug 30 13:36:40.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.688 INFO kablam! Aug 30 13:36:40.688 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 13:36:40.688 INFO kablam! --> src/device.rs:449:13 Aug 30 13:36:40.688 INFO kablam! | Aug 30 13:36:40.688 INFO kablam! 449 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT => { Aug 30 13:36:40.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.688 INFO kablam! Aug 30 13:36:40.690 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 13:36:40.691 INFO kablam! --> src/device.rs:452:13 Aug 30 13:36:40.691 INFO kablam! | Aug 30 13:36:40.691 INFO kablam! 452 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE => { Aug 30 13:36:40.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.691 INFO kablam! Aug 30 13:36:40.693 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_NONE` found for type `u32` in the current scope Aug 30 13:36:40.693 INFO kablam! --> src/device.rs:462:13 Aug 30 13:36:40.693 INFO kablam! | Aug 30 13:36:40.693 INFO kablam! 462 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_NONE => None, Aug 30 13:36:40.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.693 INFO kablam! Aug 30 13:36:40.694 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 13:36:40.694 INFO kablam! --> src/device.rs:463:13 Aug 30 13:36:40.694 INFO kablam! | Aug 30 13:36:40.695 INFO kablam! 463 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT => { Aug 30 13:36:40.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.695 INFO kablam! Aug 30 13:36:40.696 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 13:36:40.696 INFO kablam! --> src/device.rs:466:13 Aug 30 13:36:40.696 INFO kablam! | Aug 30 13:36:40.697 INFO kablam! 466 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE => { Aug 30 13:36:40.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.697 INFO kablam! Aug 30 13:36:40.699 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 13:36:40.699 INFO kablam! --> src/device.rs:477:22 Aug 30 13:36:40.700 INFO kablam! | Aug 30 13:36:40.700 INFO kablam! 477 | if bitmask & ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT as u32 != 0 { Aug 30 13:36:40.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.700 INFO kablam! Aug 30 13:36:40.702 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 13:36:40.702 INFO kablam! --> src/device.rs:480:22 Aug 30 13:36:40.702 INFO kablam! | Aug 30 13:36:40.702 INFO kablam! 480 | if bitmask & ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE as u32 != 0 { Aug 30 13:36:40.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.702 INFO kablam! Aug 30 13:36:40.705 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 13:36:40.705 INFO kablam! --> src/device.rs:491:39 Aug 30 13:36:40.705 INFO kablam! | Aug 30 13:36:40.705 INFO kablam! 491 | AccelProfile::Flat => ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT, Aug 30 13:36:40.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.705 INFO kablam! Aug 30 13:36:40.706 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 13:36:40.706 INFO kablam! --> src/device.rs:493:21 Aug 30 13:36:40.706 INFO kablam! | Aug 30 13:36:40.706 INFO kablam! 493 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE Aug 30 13:36:40.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.706 INFO kablam! Aug 30 13:36:40.708 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.708 INFO kablam! --> src/device.rs:497:13 Aug 30 13:36:40.708 INFO kablam! | Aug 30 13:36:40.708 INFO kablam! 497 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.708 INFO kablam! Aug 30 13:36:40.709 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.709 INFO kablam! --> src/device.rs:498:13 Aug 30 13:36:40.709 INFO kablam! | Aug 30 13:36:40.709 INFO kablam! 498 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.709 INFO kablam! Aug 30 13:36:40.711 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.711 INFO kablam! --> src/device.rs:501:13 Aug 30 13:36:40.711 INFO kablam! | Aug 30 13:36:40.711 INFO kablam! 501 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.711 INFO kablam! Aug 30 13:36:40.713 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.713 INFO kablam! --> src/device.rs:529:13 Aug 30 13:36:40.713 INFO kablam! | Aug 30 13:36:40.713 INFO kablam! 529 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.713 INFO kablam! Aug 30 13:36:40.715 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.715 INFO kablam! --> src/device.rs:530:13 Aug 30 13:36:40.715 INFO kablam! | Aug 30 13:36:40.715 INFO kablam! 530 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.715 INFO kablam! Aug 30 13:36:40.716 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.716 INFO kablam! --> src/device.rs:533:13 Aug 30 13:36:40.716 INFO kablam! | Aug 30 13:36:40.716 INFO kablam! 533 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.717 INFO kablam! Aug 30 13:36:40.721 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.721 INFO kablam! --> src/device.rs:620:13 Aug 30 13:36:40.721 INFO kablam! | Aug 30 13:36:40.721 INFO kablam! 620 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.722 INFO kablam! Aug 30 13:36:40.723 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.723 INFO kablam! --> src/device.rs:621:13 Aug 30 13:36:40.723 INFO kablam! | Aug 30 13:36:40.723 INFO kablam! 621 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.723 INFO kablam! Aug 30 13:36:40.725 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.725 INFO kablam! --> src/device.rs:624:13 Aug 30 13:36:40.725 INFO kablam! | Aug 30 13:36:40.726 INFO kablam! 624 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.726 INFO kablam! Aug 30 13:36:40.729 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_NONE` found for type `u32` in the current scope Aug 30 13:36:40.729 INFO kablam! --> src/device.rs:635:13 Aug 30 13:36:40.729 INFO kablam! | Aug 30 13:36:40.729 INFO kablam! 635 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_NONE => None, Aug 30 13:36:40.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.729 INFO kablam! Aug 30 13:36:40.731 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 13:36:40.731 INFO kablam! --> src/device.rs:636:13 Aug 30 13:36:40.731 INFO kablam! | Aug 30 13:36:40.731 INFO kablam! 636 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS => { Aug 30 13:36:40.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.731 INFO kablam! Aug 30 13:36:40.733 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 13:36:40.733 INFO kablam! --> src/device.rs:639:13 Aug 30 13:36:40.733 INFO kablam! | Aug 30 13:36:40.733 INFO kablam! 639 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER => { Aug 30 13:36:40.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.733 INFO kablam! Aug 30 13:36:40.735 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_ADDED` found for type `u32` in the current scope Aug 30 13:36:40.736 INFO kablam! --> src/event/device.rs:42:13 Aug 30 13:36:40.736 INFO kablam! | Aug 30 13:36:40.736 INFO kablam! 42 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_ADDED => { Aug 30 13:36:40.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.736 INFO kablam! Aug 30 13:36:40.736 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_NONE` found for type `u32` in the current scope Aug 30 13:36:40.736 INFO kablam! --> src/device.rs:652:13 Aug 30 13:36:40.736 INFO kablam! | Aug 30 13:36:40.736 INFO kablam! 652 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_NONE => None, Aug 30 13:36:40.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.736 INFO kablam! Aug 30 13:36:40.739 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_REMOVED` found for type `u32` in the current scope Aug 30 13:36:40.739 INFO kablam! --> src/event/device.rs:45:13 Aug 30 13:36:40.739 INFO kablam! | Aug 30 13:36:40.739 INFO kablam! 45 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_REMOVED => { Aug 30 13:36:40.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.739 INFO kablam! Aug 30 13:36:40.739 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 13:36:40.739 INFO kablam! --> src/device.rs:653:13 Aug 30 13:36:40.739 INFO kablam! | Aug 30 13:36:40.739 INFO kablam! 653 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS => { Aug 30 13:36:40.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.739 INFO kablam! Aug 30 13:36:40.741 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 13:36:40.741 INFO kablam! --> src/device.rs:656:13 Aug 30 13:36:40.741 INFO kablam! | Aug 30 13:36:40.741 INFO kablam! 656 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER => { Aug 30 13:36:40.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.741 INFO kablam! Aug 30 13:36:40.743 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 13:36:40.743 INFO kablam! --> src/device.rs:670:22 Aug 30 13:36:40.743 INFO kablam! | Aug 30 13:36:40.743 INFO kablam! 670 | if bitmask & ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER as u32 == Aug 30 13:36:40.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.743 INFO kablam! Aug 30 13:36:40.745 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 13:36:40.745 INFO kablam! --> src/device.rs:674:22 Aug 30 13:36:40.746 INFO kablam! | Aug 30 13:36:40.746 INFO kablam! 674 | if bitmask & ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS as u32 == Aug 30 13:36:40.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.746 INFO kablam! Aug 30 13:36:40.748 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 13:36:40.748 INFO kablam! --> src/device.rs:696:21 Aug 30 13:36:40.748 INFO kablam! | Aug 30 13:36:40.748 INFO kablam! 696 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS Aug 30 13:36:40.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.748 INFO kablam! Aug 30 13:36:40.748 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 13:36:40.748 INFO kablam! --> src/event/gesture.rs:57:13 Aug 30 13:36:40.749 INFO kablam! | Aug 30 13:36:40.749 INFO kablam! 57 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 13:36:40.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.749 INFO kablam! Aug 30 13:36:40.750 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 13:36:40.750 INFO kablam! --> src/device.rs:699:21 Aug 30 13:36:40.750 INFO kablam! | Aug 30 13:36:40.750 INFO kablam! 699 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER Aug 30 13:36:40.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.750 INFO kablam! Aug 30 13:36:40.750 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 13:36:40.750 INFO kablam! --> src/event/gesture.rs:58:13 Aug 30 13:36:40.750 INFO kablam! | Aug 30 13:36:40.750 INFO kablam! 58 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 13:36:40.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.750 INFO kablam! Aug 30 13:36:40.751 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.752 INFO kablam! --> src/device.rs:703:13 Aug 30 13:36:40.752 INFO kablam! | Aug 30 13:36:40.752 INFO kablam! 703 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.752 INFO kablam! Aug 30 13:36:40.752 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 13:36:40.752 INFO kablam! --> src/event/gesture.rs:59:13 Aug 30 13:36:40.752 INFO kablam! | Aug 30 13:36:40.752 INFO kablam! 59 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 13:36:40.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.752 INFO kablam! Aug 30 13:36:40.753 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.753 INFO kablam! --> src/device.rs:704:13 Aug 30 13:36:40.753 INFO kablam! | Aug 30 13:36:40.753 INFO kablam! 704 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.753 INFO kablam! Aug 30 13:36:40.754 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 13:36:40.754 INFO kablam! --> src/event/gesture.rs:62:13 Aug 30 13:36:40.754 INFO kablam! | Aug 30 13:36:40.754 INFO kablam! 62 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 13:36:40.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.754 INFO kablam! Aug 30 13:36:40.759 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.759 INFO kablam! --> src/device.rs:707:13 Aug 30 13:36:40.759 INFO kablam! | Aug 30 13:36:40.759 INFO kablam! 707 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.759 INFO kablam! Aug 30 13:36:40.759 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 13:36:40.759 INFO kablam! --> src/event/gesture.rs:63:13 Aug 30 13:36:40.759 INFO kablam! | Aug 30 13:36:40.759 INFO kablam! 63 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 13:36:40.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.759 INFO kablam! Aug 30 13:36:40.759 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.759 INFO kablam! --> src/device.rs:718:13 Aug 30 13:36:40.759 INFO kablam! | Aug 30 13:36:40.759 INFO kablam! 718 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED => true, Aug 30 13:36:40.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.759 INFO kablam! Aug 30 13:36:40.759 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 13:36:40.759 INFO kablam! --> src/event/gesture.rs:64:13 Aug 30 13:36:40.759 INFO kablam! | Aug 30 13:36:40.759 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 13:36:40.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.759 INFO kablam! Aug 30 13:36:40.759 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.759 INFO kablam! --> src/device.rs:719:13 Aug 30 13:36:40.759 INFO kablam! | Aug 30 13:36:40.759 INFO kablam! 719 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED => false, Aug 30 13:36:40.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.759 INFO kablam! Aug 30 13:36:40.761 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.761 INFO kablam! --> src/device.rs:730:13 Aug 30 13:36:40.761 INFO kablam! | Aug 30 13:36:40.761 INFO kablam! 730 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED => true, Aug 30 13:36:40.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.761 INFO kablam! Aug 30 13:36:40.763 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.763 INFO kablam! --> src/device.rs:731:13 Aug 30 13:36:40.763 INFO kablam! | Aug 30 13:36:40.763 INFO kablam! 731 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED => false, Aug 30 13:36:40.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.763 INFO kablam! Aug 30 13:36:40.765 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.765 INFO kablam! --> src/device.rs:758:17 Aug 30 13:36:40.765 INFO kablam! | Aug 30 13:36:40.765 INFO kablam! 758 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED Aug 30 13:36:40.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.765 INFO kablam! Aug 30 13:36:40.766 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.766 INFO kablam! --> src/device.rs:760:17 Aug 30 13:36:40.767 INFO kablam! | Aug 30 13:36:40.767 INFO kablam! 760 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED Aug 30 13:36:40.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.767 INFO kablam! Aug 30 13:36:40.768 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.768 INFO kablam! --> src/device.rs:763:13 Aug 30 13:36:40.768 INFO kablam! | Aug 30 13:36:40.768 INFO kablam! 763 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.768 INFO kablam! Aug 30 13:36:40.770 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.770 INFO kablam! --> src/device.rs:764:13 Aug 30 13:36:40.770 INFO kablam! | Aug 30 13:36:40.770 INFO kablam! 764 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.770 INFO kablam! Aug 30 13:36:40.771 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 13:36:40.771 INFO kablam! --> src/event/gesture.rs:174:13 Aug 30 13:36:40.771 INFO kablam! | Aug 30 13:36:40.771 INFO kablam! 174 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN => { Aug 30 13:36:40.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.771 INFO kablam! Aug 30 13:36:40.771 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.772 INFO kablam! --> src/device.rs:767:13 Aug 30 13:36:40.772 INFO kablam! | Aug 30 13:36:40.772 INFO kablam! 767 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.772 INFO kablam! Aug 30 13:36:40.772 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 13:36:40.772 INFO kablam! --> src/event/gesture.rs:177:13 Aug 30 13:36:40.772 INFO kablam! | Aug 30 13:36:40.772 INFO kablam! 177 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE => { Aug 30 13:36:40.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.773 INFO kablam! Aug 30 13:36:40.774 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 13:36:40.774 INFO kablam! --> src/event/gesture.rs:180:13 Aug 30 13:36:40.774 INFO kablam! | Aug 30 13:36:40.774 INFO kablam! 180 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 13:36:40.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.774 INFO kablam! Aug 30 13:36:40.774 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.774 INFO kablam! --> src/device.rs:796:13 Aug 30 13:36:40.774 INFO kablam! | Aug 30 13:36:40.774 INFO kablam! 796 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.774 INFO kablam! Aug 30 13:36:40.775 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 13:36:40.775 INFO kablam! --> src/event/gesture.rs:183:13 Aug 30 13:36:40.775 INFO kablam! | Aug 30 13:36:40.775 INFO kablam! 183 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 13:36:40.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.775 INFO kablam! Aug 30 13:36:40.776 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.776 INFO kablam! --> src/device.rs:797:13 Aug 30 13:36:40.776 INFO kablam! | Aug 30 13:36:40.776 INFO kablam! 797 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.776 INFO kablam! Aug 30 13:36:40.777 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 13:36:40.777 INFO kablam! --> src/event/gesture.rs:184:13 Aug 30 13:36:40.777 INFO kablam! | Aug 30 13:36:40.777 INFO kablam! 184 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 13:36:40.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.777 INFO kablam! Aug 30 13:36:40.777 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.778 INFO kablam! --> src/device.rs:800:13 Aug 30 13:36:40.778 INFO kablam! | Aug 30 13:36:40.778 INFO kablam! 800 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.778 INFO kablam! Aug 30 13:36:40.778 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 13:36:40.779 INFO kablam! --> src/event/gesture.rs:185:13 Aug 30 13:36:40.779 INFO kablam! | Aug 30 13:36:40.779 INFO kablam! 185 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 13:36:40.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.779 INFO kablam! Aug 30 13:36:40.782 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.782 INFO kablam! --> src/device.rs:819:13 Aug 30 13:36:40.782 INFO kablam! | Aug 30 13:36:40.782 INFO kablam! 819 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED => true, Aug 30 13:36:40.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.782 INFO kablam! Aug 30 13:36:40.782 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.783 INFO kablam! --> src/device.rs:820:13 Aug 30 13:36:40.783 INFO kablam! | Aug 30 13:36:40.783 INFO kablam! 820 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED => false, Aug 30 13:36:40.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.783 INFO kablam! Aug 30 13:36:40.784 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.784 INFO kablam! --> src/device.rs:840:13 Aug 30 13:36:40.784 INFO kablam! | Aug 30 13:36:40.785 INFO kablam! 840 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED => true, Aug 30 13:36:40.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.785 INFO kablam! Aug 30 13:36:40.786 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.786 INFO kablam! --> src/device.rs:841:13 Aug 30 13:36:40.786 INFO kablam! | Aug 30 13:36:40.786 INFO kablam! 841 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED => false, Aug 30 13:36:40.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.786 INFO kablam! Aug 30 13:36:40.788 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.788 INFO kablam! --> src/device.rs:872:17 Aug 30 13:36:40.789 INFO kablam! | Aug 30 13:36:40.789 INFO kablam! 872 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED Aug 30 13:36:40.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.789 INFO kablam! Aug 30 13:36:40.790 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.790 INFO kablam! --> src/device.rs:874:17 Aug 30 13:36:40.790 INFO kablam! | Aug 30 13:36:40.790 INFO kablam! 874 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED Aug 30 13:36:40.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.790 INFO kablam! Aug 30 13:36:40.792 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.792 INFO kablam! --> src/device.rs:877:13 Aug 30 13:36:40.792 INFO kablam! | Aug 30 13:36:40.792 INFO kablam! 877 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.792 INFO kablam! Aug 30 13:36:40.793 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.793 INFO kablam! --> src/device.rs:878:13 Aug 30 13:36:40.793 INFO kablam! | Aug 30 13:36:40.793 INFO kablam! 878 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.793 INFO kablam! Aug 30 13:36:40.794 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 13:36:40.794 INFO kablam! --> src/event/gesture.rs:257:13 Aug 30 13:36:40.794 INFO kablam! | Aug 30 13:36:40.794 INFO kablam! 257 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 13:36:40.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.794 INFO kablam! Aug 30 13:36:40.795 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.795 INFO kablam! --> src/device.rs:881:13 Aug 30 13:36:40.795 INFO kablam! | Aug 30 13:36:40.795 INFO kablam! 881 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.795 INFO kablam! Aug 30 13:36:40.797 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 13:36:40.797 INFO kablam! --> src/event/gesture.rs:258:13 Aug 30 13:36:40.797 INFO kablam! | Aug 30 13:36:40.797 INFO kablam! 258 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 13:36:40.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.797 INFO kablam! Aug 30 13:36:40.797 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.797 INFO kablam! --> src/device.rs:928:13 Aug 30 13:36:40.797 INFO kablam! | Aug 30 13:36:40.797 INFO kablam! 928 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.797 INFO kablam! Aug 30 13:36:40.798 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.798 INFO kablam! --> src/device.rs:929:13 Aug 30 13:36:40.798 INFO kablam! | Aug 30 13:36:40.798 INFO kablam! 929 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.798 INFO kablam! Aug 30 13:36:40.799 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 13:36:40.799 INFO kablam! --> src/event/gesture.rs:259:13 Aug 30 13:36:40.799 INFO kablam! | Aug 30 13:36:40.799 INFO kablam! 259 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 13:36:40.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.799 INFO kablam! Aug 30 13:36:40.800 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.800 INFO kablam! --> src/device.rs:932:13 Aug 30 13:36:40.800 INFO kablam! | Aug 30 13:36:40.801 INFO kablam! 932 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.801 INFO kablam! Aug 30 13:36:40.801 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 13:36:40.801 INFO kablam! --> src/event/gesture.rs:262:13 Aug 30 13:36:40.801 INFO kablam! | Aug 30 13:36:40.801 INFO kablam! 262 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN => { Aug 30 13:36:40.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.801 INFO kablam! Aug 30 13:36:40.802 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 13:36:40.802 INFO kablam! --> src/event/gesture.rs:265:13 Aug 30 13:36:40.802 INFO kablam! | Aug 30 13:36:40.803 INFO kablam! 265 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE => { Aug 30 13:36:40.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.803 INFO kablam! Aug 30 13:36:40.803 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 13:36:40.803 INFO kablam! --> src/device.rs:965:13 Aug 30 13:36:40.803 INFO kablam! | Aug 30 13:36:40.803 INFO kablam! 965 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL => ScrollMethod::NoScroll, Aug 30 13:36:40.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.803 INFO kablam! Aug 30 13:36:40.804 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 13:36:40.804 INFO kablam! --> src/event/gesture.rs:268:13 Aug 30 13:36:40.804 INFO kablam! | Aug 30 13:36:40.804 INFO kablam! 268 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 13:36:40.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.804 INFO kablam! Aug 30 13:36:40.804 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 13:36:40.804 INFO kablam! --> src/device.rs:966:13 Aug 30 13:36:40.804 INFO kablam! | Aug 30 13:36:40.804 INFO kablam! 966 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG => ScrollMethod::TwoFinger, Aug 30 13:36:40.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.804 INFO kablam! Aug 30 13:36:40.806 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 13:36:40.806 INFO kablam! --> src/device.rs:967:13 Aug 30 13:36:40.806 INFO kablam! | Aug 30 13:36:40.806 INFO kablam! 967 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE => ScrollMethod::Edge, Aug 30 13:36:40.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.806 INFO kablam! Aug 30 13:36:40.808 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.808 INFO kablam! --> src/device.rs:968:13 Aug 30 13:36:40.808 INFO kablam! | Aug 30 13:36:40.808 INFO kablam! 968 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN => { Aug 30 13:36:40.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.808 INFO kablam! Aug 30 13:36:40.810 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 13:36:40.810 INFO kablam! --> src/device.rs:980:13 Aug 30 13:36:40.810 INFO kablam! | Aug 30 13:36:40.810 INFO kablam! 980 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL => ScrollMethod::NoScroll, Aug 30 13:36:40.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.810 INFO kablam! Aug 30 13:36:40.810 INFO kablam! error[E0599]: no associated item named `LIBINPUT_KEY_STATE_PRESSED` found for type `u32` in the current scope Aug 30 13:36:40.810 INFO kablam! --> src/event/keyboard.rs:31:13 Aug 30 13:36:40.810 INFO kablam! | Aug 30 13:36:40.810 INFO kablam! 31 | ffi::libinput_key_state::LIBINPUT_KEY_STATE_PRESSED => KeyState::Pressed, Aug 30 13:36:40.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.810 INFO kablam! Aug 30 13:36:40.811 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 13:36:40.812 INFO kablam! --> src/device.rs:981:13 Aug 30 13:36:40.812 INFO kablam! | Aug 30 13:36:40.812 INFO kablam! 981 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG => ScrollMethod::TwoFinger, Aug 30 13:36:40.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.812 INFO kablam! Aug 30 13:36:40.812 INFO kablam! error[E0599]: no associated item named `LIBINPUT_KEY_STATE_RELEASED` found for type `u32` in the current scope Aug 30 13:36:40.812 INFO kablam! --> src/event/keyboard.rs:32:13 Aug 30 13:36:40.812 INFO kablam! | Aug 30 13:36:40.812 INFO kablam! 32 | ffi::libinput_key_state::LIBINPUT_KEY_STATE_RELEASED => KeyState::Released, Aug 30 13:36:40.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.812 INFO kablam! Aug 30 13:36:40.818 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 13:36:40.818 INFO kablam! --> src/device.rs:982:13 Aug 30 13:36:40.818 INFO kablam! | Aug 30 13:36:40.818 INFO kablam! 982 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE => ScrollMethod::Edge, Aug 30 13:36:40.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.818 INFO kablam! Aug 30 13:36:40.818 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.818 INFO kablam! --> src/device.rs:983:13 Aug 30 13:36:40.818 INFO kablam! | Aug 30 13:36:40.818 INFO kablam! 983 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN => { Aug 30 13:36:40.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.819 INFO kablam! Aug 30 13:36:40.819 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 13:36:40.819 INFO kablam! --> src/device.rs:996:22 Aug 30 13:36:40.819 INFO kablam! | Aug 30 13:36:40.819 INFO kablam! 996 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL as u32 == bitmask { Aug 30 13:36:40.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.819 INFO kablam! Aug 30 13:36:40.819 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_KEYBOARD_KEY` found for type `u32` in the current scope Aug 30 13:36:40.819 INFO kablam! --> src/event/keyboard.rs:66:13 Aug 30 13:36:40.819 INFO kablam! | Aug 30 13:36:40.819 INFO kablam! 66 | ffi::libinput_event_type::LIBINPUT_EVENT_KEYBOARD_KEY => { Aug 30 13:36:40.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.819 INFO kablam! Aug 30 13:36:40.820 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 13:36:40.820 INFO kablam! --> src/device.rs:999:22 Aug 30 13:36:40.820 INFO kablam! | Aug 30 13:36:40.820 INFO kablam! 999 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG as u32 == bitmask { Aug 30 13:36:40.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.820 INFO kablam! Aug 30 13:36:40.823 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 13:36:40.823 INFO kablam! --> src/device.rs:1002:22 Aug 30 13:36:40.823 INFO kablam! | Aug 30 13:36:40.823 INFO kablam! 1002 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE as u32 == bitmask { Aug 30 13:36:40.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.823 INFO kablam! Aug 30 13:36:40.825 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.825 INFO kablam! --> src/device.rs:1005:22 Aug 30 13:36:40.825 INFO kablam! | Aug 30 13:36:40.825 INFO kablam! 1005 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN as u32 == Aug 30 13:36:40.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.825 INFO kablam! Aug 30 13:36:40.830 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 13:36:40.830 INFO kablam! --> src/device.rs:1027:21 Aug 30 13:36:40.830 INFO kablam! | Aug 30 13:36:40.830 INFO kablam! 1027 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL Aug 30 13:36:40.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.830 INFO kablam! Aug 30 13:36:40.830 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION` found for type `u32` in the current scope Aug 30 13:36:40.830 INFO kablam! --> src/event/pointer.rs:55:13 Aug 30 13:36:40.830 INFO kablam! | Aug 30 13:36:40.830 INFO kablam! 55 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION => { Aug 30 13:36:40.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.830 INFO kablam! Aug 30 13:36:40.832 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 13:36:40.832 INFO kablam! --> src/device.rs:1029:44 Aug 30 13:36:40.832 INFO kablam! | Aug 30 13:36:40.832 INFO kablam! 1029 | ScrollMethod::TwoFinger => ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG, Aug 30 13:36:40.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.832 INFO kablam! Aug 30 13:36:40.832 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE` found for type `u32` in the current scope Aug 30 13:36:40.833 INFO kablam! --> src/event/pointer.rs:58:13 Aug 30 13:36:40.833 INFO kablam! | Aug 30 13:36:40.833 INFO kablam! 58 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE => { Aug 30 13:36:40.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.833 INFO kablam! Aug 30 13:36:40.833 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_BUTTON` found for type `u32` in the current scope Aug 30 13:36:40.834 INFO kablam! --> src/event/pointer.rs:61:13 Aug 30 13:36:40.834 INFO kablam! | Aug 30 13:36:40.834 INFO kablam! 61 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_BUTTON => { Aug 30 13:36:40.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.834 INFO kablam! Aug 30 13:36:40.834 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 13:36:40.834 INFO kablam! --> src/device.rs:1030:39 Aug 30 13:36:40.834 INFO kablam! | Aug 30 13:36:40.834 INFO kablam! 1030 | ScrollMethod::Edge => ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE, Aug 30 13:36:40.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.834 INFO kablam! Aug 30 13:36:40.835 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_AXIS` found for type `u32` in the current scope Aug 30 13:36:40.835 INFO kablam! --> src/event/pointer.rs:64:13 Aug 30 13:36:40.835 INFO kablam! | Aug 30 13:36:40.835 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_AXIS => { Aug 30 13:36:40.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.835 INFO kablam! Aug 30 13:36:40.836 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.836 INFO kablam! --> src/device.rs:1032:21 Aug 30 13:36:40.836 INFO kablam! | Aug 30 13:36:40.836 INFO kablam! 1032 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN Aug 30 13:36:40.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.836 INFO kablam! Aug 30 13:36:40.837 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.837 INFO kablam! --> src/device.rs:1036:13 Aug 30 13:36:40.837 INFO kablam! | Aug 30 13:36:40.837 INFO kablam! 1036 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.837 INFO kablam! Aug 30 13:36:40.839 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.839 INFO kablam! --> src/device.rs:1037:13 Aug 30 13:36:40.839 INFO kablam! | Aug 30 13:36:40.839 INFO kablam! 1037 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.839 INFO kablam! Aug 30 13:36:40.841 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.841 INFO kablam! --> src/device.rs:1040:13 Aug 30 13:36:40.841 INFO kablam! | Aug 30 13:36:40.841 INFO kablam! 1040 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.841 INFO kablam! Aug 30 13:36:40.844 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 13:36:40.844 INFO kablam! --> src/event/pointer.rs:202:13 Aug 30 13:36:40.844 INFO kablam! | Aug 30 13:36:40.844 INFO kablam! 202 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 13:36:40.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.844 INFO kablam! Aug 30 13:36:40.844 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.844 INFO kablam! --> src/device.rs:1077:13 Aug 30 13:36:40.844 INFO kablam! | Aug 30 13:36:40.844 INFO kablam! 1077 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.844 INFO kablam! Aug 30 13:36:40.846 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 13:36:40.846 INFO kablam! --> src/event/pointer.rs:203:13 Aug 30 13:36:40.846 INFO kablam! | Aug 30 13:36:40.846 INFO kablam! 203 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 13:36:40.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.846 INFO kablam! Aug 30 13:36:40.847 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.847 INFO kablam! --> src/device.rs:1078:13 Aug 30 13:36:40.847 INFO kablam! | Aug 30 13:36:40.847 INFO kablam! 1078 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.847 INFO kablam! Aug 30 13:36:40.849 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.849 INFO kablam! --> src/device.rs:1081:13 Aug 30 13:36:40.850 INFO kablam! | Aug 30 13:36:40.850 INFO kablam! 1081 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.850 INFO kablam! Aug 30 13:36:40.852 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.852 INFO kablam! --> src/device.rs:1103:13 Aug 30 13:36:40.852 INFO kablam! | Aug 30 13:36:40.852 INFO kablam! 1103 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.853 INFO kablam! Aug 30 13:36:40.854 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.855 INFO kablam! --> src/device.rs:1104:13 Aug 30 13:36:40.855 INFO kablam! | Aug 30 13:36:40.855 INFO kablam! 1104 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.855 INFO kablam! Aug 30 13:36:40.855 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 13:36:40.855 INFO kablam! --> src/event/pointer.rs:249:35 Aug 30 13:36:40.855 INFO kablam! | Aug 30 13:36:40.855 INFO kablam! 249 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 13:36:40.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.855 INFO kablam! Aug 30 13:36:40.856 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.856 INFO kablam! --> src/device.rs:1107:13 Aug 30 13:36:40.856 INFO kablam! | Aug 30 13:36:40.856 INFO kablam! 1107 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.856 INFO kablam! Aug 30 13:36:40.857 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 13:36:40.857 INFO kablam! --> src/event/pointer.rs:250:37 Aug 30 13:36:40.857 INFO kablam! | Aug 30 13:36:40.857 INFO kablam! 250 | Axis::Horizontal => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, Aug 30 13:36:40.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.857 INFO kablam! Aug 30 13:36:40.859 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_WHEEL` found for type `u32` in the current scope Aug 30 13:36:40.859 INFO kablam! --> src/event/pointer.rs:286:13 Aug 30 13:36:40.859 INFO kablam! | Aug 30 13:36:40.859 INFO kablam! 286 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_WHEEL => AxisSource::Wheel, Aug 30 13:36:40.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.859 INFO kablam! Aug 30 13:36:40.860 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 13:36:40.860 INFO kablam! --> src/event/pointer.rs:287:13 Aug 30 13:36:40.861 INFO kablam! | Aug 30 13:36:40.861 INFO kablam! 287 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_FINGER => AxisSource::Finger, Aug 30 13:36:40.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.861 INFO kablam! Aug 30 13:36:40.863 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS` found for type `u32` in the current scope Aug 30 13:36:40.863 INFO kablam! --> src/event/pointer.rs:288:13 Aug 30 13:36:40.863 INFO kablam! | Aug 30 13:36:40.863 INFO kablam! 288 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS => { Aug 30 13:36:40.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.863 INFO kablam! Aug 30 13:36:40.865 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.865 INFO kablam! --> src/device.rs:1196:13 Aug 30 13:36:40.865 INFO kablam! | Aug 30 13:36:40.865 INFO kablam! 1196 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.865 INFO kablam! Aug 30 13:36:40.865 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT` found for type `u32` in the current scope Aug 30 13:36:40.865 INFO kablam! --> src/event/pointer.rs:291:13 Aug 30 13:36:40.865 INFO kablam! | Aug 30 13:36:40.865 INFO kablam! 291 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT => { Aug 30 13:36:40.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.865 INFO kablam! Aug 30 13:36:40.866 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.867 INFO kablam! --> src/device.rs:1197:13 Aug 30 13:36:40.867 INFO kablam! | Aug 30 13:36:40.867 INFO kablam! 1197 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.867 INFO kablam! Aug 30 13:36:40.868 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.868 INFO kablam! --> src/device.rs:1200:13 Aug 30 13:36:40.868 INFO kablam! | Aug 30 13:36:40.868 INFO kablam! 1200 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.868 INFO kablam! Aug 30 13:36:40.868 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 13:36:40.868 INFO kablam! --> src/event/pointer.rs:309:35 Aug 30 13:36:40.868 INFO kablam! | Aug 30 13:36:40.869 INFO kablam! 309 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 13:36:40.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.869 INFO kablam! Aug 30 13:36:40.870 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 13:36:40.870 INFO kablam! --> src/event/pointer.rs:310:37 Aug 30 13:36:40.870 INFO kablam! | Aug 30 13:36:40.870 INFO kablam! 310 | Axis::Horizontal => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, Aug 30 13:36:40.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.870 INFO kablam! Aug 30 13:36:40.871 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 13:36:40.871 INFO kablam! --> src/device.rs:1217:17 Aug 30 13:36:40.871 INFO kablam! | Aug 30 13:36:40.871 INFO kablam! 1217 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM => { Aug 30 13:36:40.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.871 INFO kablam! Aug 30 13:36:40.872 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 13:36:40.872 INFO kablam! --> src/event/pointer.rs:330:43 Aug 30 13:36:40.872 INFO kablam! | Aug 30 13:36:40.873 INFO kablam! 330 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 13:36:40.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.873 INFO kablam! Aug 30 13:36:40.873 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 13:36:40.873 INFO kablam! --> src/device.rs:1220:17 Aug 30 13:36:40.873 INFO kablam! | Aug 30 13:36:40.873 INFO kablam! 1220 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR => { Aug 30 13:36:40.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.873 INFO kablam! Aug 30 13:36:40.874 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 13:36:40.874 INFO kablam! --> src/event/pointer.rs:332:29 Aug 30 13:36:40.874 INFO kablam! | Aug 30 13:36:40.874 INFO kablam! 332 | ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL Aug 30 13:36:40.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.874 INFO kablam! Aug 30 13:36:40.876 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 13:36:40.876 INFO kablam! --> src/device.rs:1240:17 Aug 30 13:36:40.876 INFO kablam! | Aug 30 13:36:40.876 INFO kablam! 1240 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM => { Aug 30 13:36:40.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.876 INFO kablam! Aug 30 13:36:40.878 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 13:36:40.878 INFO kablam! --> src/device.rs:1243:17 Aug 30 13:36:40.878 INFO kablam! | Aug 30 13:36:40.878 INFO kablam! 1243 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR => { Aug 30 13:36:40.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.878 INFO kablam! Aug 30 13:36:40.879 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_SWITCH_TOGGLE` found for type `u32` in the current scope Aug 30 13:36:40.879 INFO kablam! --> src/event/switch.rs:46:13 Aug 30 13:36:40.879 INFO kablam! | Aug 30 13:36:40.879 INFO kablam! 46 | ffi::libinput_event_type::LIBINPUT_EVENT_SWITCH_TOGGLE => { Aug 30 13:36:40.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.879 INFO kablam! Aug 30 13:36:40.880 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.880 INFO kablam! --> src/device.rs:1254:13 Aug 30 13:36:40.880 INFO kablam! | Aug 30 13:36:40.880 INFO kablam! 1254 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED => true, Aug 30 13:36:40.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.880 INFO kablam! Aug 30 13:36:40.882 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.882 INFO kablam! --> src/device.rs:1255:13 Aug 30 13:36:40.882 INFO kablam! | Aug 30 13:36:40.882 INFO kablam! 1255 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED => false, Aug 30 13:36:40.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.882 INFO kablam! Aug 30 13:36:40.884 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.884 INFO kablam! --> src/device.rs:1269:13 Aug 30 13:36:40.884 INFO kablam! | Aug 30 13:36:40.884 INFO kablam! 1269 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED => true, Aug 30 13:36:40.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.884 INFO kablam! Aug 30 13:36:40.885 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.885 INFO kablam! --> src/device.rs:1270:13 Aug 30 13:36:40.885 INFO kablam! | Aug 30 13:36:40.885 INFO kablam! 1270 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED => false, Aug 30 13:36:40.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.885 INFO kablam! Aug 30 13:36:40.886 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_LID` found for type `u32` in the current scope Aug 30 13:36:40.886 INFO kablam! --> src/event/switch.rs:86:13 Aug 30 13:36:40.886 INFO kablam! | Aug 30 13:36:40.886 INFO kablam! 86 | ffi::libinput_switch::LIBINPUT_SWITCH_LID => Switch::Lid, Aug 30 13:36:40.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.886 INFO kablam! Aug 30 13:36:40.888 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_STATE_OFF` found for type `u32` in the current scope Aug 30 13:36:40.888 INFO kablam! --> src/event/switch.rs:93:13 Aug 30 13:36:40.888 INFO kablam! | Aug 30 13:36:40.888 INFO kablam! 93 | ffi::libinput_switch_state::LIBINPUT_SWITCH_STATE_OFF => SwitchState::Off, Aug 30 13:36:40.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.888 INFO kablam! Aug 30 13:36:40.888 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.888 INFO kablam! --> src/device.rs:1278:13 Aug 30 13:36:40.888 INFO kablam! | Aug 30 13:36:40.888 INFO kablam! 1278 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED => true, Aug 30 13:36:40.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.888 INFO kablam! Aug 30 13:36:40.889 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_STATE_ON` found for type `u32` in the current scope Aug 30 13:36:40.889 INFO kablam! --> src/event/switch.rs:94:13 Aug 30 13:36:40.889 INFO kablam! | Aug 30 13:36:40.889 INFO kablam! 94 | ffi::libinput_switch_state::LIBINPUT_SWITCH_STATE_ON => SwitchState::On, Aug 30 13:36:40.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.889 INFO kablam! Aug 30 13:36:40.890 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.890 INFO kablam! --> src/device.rs:1279:13 Aug 30 13:36:40.890 INFO kablam! | Aug 30 13:36:40.890 INFO kablam! 1279 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED => false, Aug 30 13:36:40.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.890 INFO kablam! Aug 30 13:36:40.892 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.892 INFO kablam! --> src/device.rs:1287:13 Aug 30 13:36:40.892 INFO kablam! | Aug 30 13:36:40.892 INFO kablam! 1287 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED => true, Aug 30 13:36:40.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.892 INFO kablam! Aug 30 13:36:40.893 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.893 INFO kablam! --> src/device.rs:1288:13 Aug 30 13:36:40.893 INFO kablam! | Aug 30 13:36:40.893 INFO kablam! 1288 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED => false, Aug 30 13:36:40.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.893 INFO kablam! Aug 30 13:36:40.895 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.895 INFO kablam! --> src/device.rs:1300:13 Aug 30 13:36:40.895 INFO kablam! | Aug 30 13:36:40.895 INFO kablam! 1300 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED => true, Aug 30 13:36:40.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.895 INFO kablam! Aug 30 13:36:40.897 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.897 INFO kablam! --> src/device.rs:1301:13 Aug 30 13:36:40.897 INFO kablam! | Aug 30 13:36:40.897 INFO kablam! 1301 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED => false, Aug 30 13:36:40.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.897 INFO kablam! Aug 30 13:36:40.898 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.898 INFO kablam! --> src/device.rs:1311:13 Aug 30 13:36:40.899 INFO kablam! | Aug 30 13:36:40.899 INFO kablam! 1311 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED => true, Aug 30 13:36:40.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.899 INFO kablam! Aug 30 13:36:40.900 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.900 INFO kablam! --> src/device.rs:1312:13 Aug 30 13:36:40.900 INFO kablam! | Aug 30 13:36:40.900 INFO kablam! 1312 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED => false, Aug 30 13:36:40.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.900 INFO kablam! Aug 30 13:36:40.901 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_AXIS` found for type `u32` in the current scope Aug 30 13:36:40.901 INFO kablam! --> src/event/tablet_tool/mod.rs:304:13 Aug 30 13:36:40.901 INFO kablam! | Aug 30 13:36:40.901 INFO kablam! 304 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_AXIS => { Aug 30 13:36:40.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.901 INFO kablam! Aug 30 13:36:40.902 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 13:36:40.902 INFO kablam! --> src/device.rs:1349:21 Aug 30 13:36:40.902 INFO kablam! | Aug 30 13:36:40.902 INFO kablam! 1349 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM Aug 30 13:36:40.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.902 INFO kablam! Aug 30 13:36:40.903 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY` found for type `u32` in the current scope Aug 30 13:36:40.903 INFO kablam! --> src/event/tablet_tool/mod.rs:307:13 Aug 30 13:36:40.903 INFO kablam! | Aug 30 13:36:40.903 INFO kablam! 307 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY => { Aug 30 13:36:40.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.903 INFO kablam! Aug 30 13:36:40.903 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 13:36:40.903 INFO kablam! --> src/device.rs:1352:21 Aug 30 13:36:40.903 INFO kablam! | Aug 30 13:36:40.903 INFO kablam! 1352 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR Aug 30 13:36:40.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.904 INFO kablam! Aug 30 13:36:40.904 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_TIP` found for type `u32` in the current scope Aug 30 13:36:40.904 INFO kablam! --> src/event/tablet_tool/mod.rs:310:13 Aug 30 13:36:40.904 INFO kablam! | Aug 30 13:36:40.904 INFO kablam! 310 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_TIP => { Aug 30 13:36:40.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.904 INFO kablam! Aug 30 13:36:40.905 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.905 INFO kablam! --> src/device.rs:1356:13 Aug 30 13:36:40.905 INFO kablam! | Aug 30 13:36:40.905 INFO kablam! 1356 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.905 INFO kablam! Aug 30 13:36:40.905 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_BUTTON` found for type `u32` in the current scope Aug 30 13:36:40.905 INFO kablam! --> src/event/tablet_tool/mod.rs:313:13 Aug 30 13:36:40.905 INFO kablam! | Aug 30 13:36:40.905 INFO kablam! 313 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_BUTTON => { Aug 30 13:36:40.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.906 INFO kablam! Aug 30 13:36:40.907 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.907 INFO kablam! --> src/device.rs:1357:13 Aug 30 13:36:40.907 INFO kablam! | Aug 30 13:36:40.907 INFO kablam! 1357 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.907 INFO kablam! Aug 30 13:36:40.908 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.908 INFO kablam! --> src/device.rs:1360:13 Aug 30 13:36:40.908 INFO kablam! | Aug 30 13:36:40.908 INFO kablam! 1360 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.908 INFO kablam! Aug 30 13:36:40.911 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.911 INFO kablam! --> src/device.rs:1376:17 Aug 30 13:36:40.911 INFO kablam! | Aug 30 13:36:40.911 INFO kablam! 1376 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED Aug 30 13:36:40.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.911 INFO kablam! Aug 30 13:36:40.912 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_OUT` found for type `u32` in the current scope Aug 30 13:36:40.912 INFO kablam! --> src/event/tablet_tool/mod.rs:395:13 Aug 30 13:36:40.912 INFO kablam! | Aug 30 13:36:40.912 INFO kablam! 395 | ffi::libinput_tablet_tool_proximity_state::LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_OUT => { Aug 30 13:36:40.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.912 INFO kablam! Aug 30 13:36:40.912 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.912 INFO kablam! --> src/device.rs:1378:17 Aug 30 13:36:40.913 INFO kablam! | Aug 30 13:36:40.913 INFO kablam! 1378 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED Aug 30 13:36:40.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.913 INFO kablam! Aug 30 13:36:40.929 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_IN` found for type `u32` in the current scope Aug 30 13:36:40.929 INFO kablam! --> src/event/tablet_tool/mod.rs:398:13 Aug 30 13:36:40.929 INFO kablam! | Aug 30 13:36:40.929 INFO kablam! 398 | ffi::libinput_tablet_tool_proximity_state::LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_IN => { Aug 30 13:36:40.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.929 INFO kablam! Aug 30 13:36:40.929 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.929 INFO kablam! --> src/device.rs:1381:13 Aug 30 13:36:40.929 INFO kablam! | Aug 30 13:36:40.929 INFO kablam! 1381 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.929 INFO kablam! Aug 30 13:36:40.929 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.930 INFO kablam! --> src/device.rs:1382:13 Aug 30 13:36:40.930 INFO kablam! | Aug 30 13:36:40.930 INFO kablam! 1382 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.930 INFO kablam! Aug 30 13:36:40.930 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.930 INFO kablam! --> src/device.rs:1385:13 Aug 30 13:36:40.930 INFO kablam! | Aug 30 13:36:40.930 INFO kablam! 1385 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.930 INFO kablam! Aug 30 13:36:40.930 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TIP_UP` found for type `u32` in the current scope Aug 30 13:36:40.930 INFO kablam! --> src/event/tablet_tool/mod.rs:443:13 Aug 30 13:36:40.930 INFO kablam! | Aug 30 13:36:40.930 INFO kablam! 443 | ffi::libinput_tablet_tool_tip_state::LIBINPUT_TABLET_TOOL_TIP_UP => TipState::Up, Aug 30 13:36:40.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.930 INFO kablam! Aug 30 13:36:40.930 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.930 INFO kablam! --> src/device.rs:1404:17 Aug 30 13:36:40.931 INFO kablam! | Aug 30 13:36:40.931 INFO kablam! 1404 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED Aug 30 13:36:40.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.931 INFO kablam! Aug 30 13:36:40.931 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TIP_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.931 INFO kablam! --> src/event/tablet_tool/mod.rs:444:13 Aug 30 13:36:40.931 INFO kablam! | Aug 30 13:36:40.931 INFO kablam! 444 | ffi::libinput_tablet_tool_tip_state::LIBINPUT_TABLET_TOOL_TIP_DOWN => TipState::Down, Aug 30 13:36:40.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.931 INFO kablam! Aug 30 13:36:40.931 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.931 INFO kablam! --> src/device.rs:1406:17 Aug 30 13:36:40.931 INFO kablam! | Aug 30 13:36:40.931 INFO kablam! 1406 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED Aug 30 13:36:40.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.931 INFO kablam! Aug 30 13:36:40.931 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 13:36:40.931 INFO kablam! --> src/event/tablet_tool/mod.rs:473:13 Aug 30 13:36:40.931 INFO kablam! | Aug 30 13:36:40.932 INFO kablam! 473 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 13:36:40.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.932 INFO kablam! Aug 30 13:36:40.932 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.932 INFO kablam! --> src/device.rs:1409:13 Aug 30 13:36:40.932 INFO kablam! | Aug 30 13:36:40.932 INFO kablam! 1409 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.932 INFO kablam! Aug 30 13:36:40.932 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 13:36:40.932 INFO kablam! --> src/event/tablet_tool/mod.rs:474:13 Aug 30 13:36:40.932 INFO kablam! | Aug 30 13:36:40.932 INFO kablam! 474 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 13:36:40.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.932 INFO kablam! Aug 30 13:36:40.932 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.932 INFO kablam! --> src/device.rs:1410:13 Aug 30 13:36:40.932 INFO kablam! | Aug 30 13:36:40.932 INFO kablam! 1410 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.932 INFO kablam! Aug 30 13:36:40.932 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.932 INFO kablam! --> src/device.rs:1413:13 Aug 30 13:36:40.932 INFO kablam! | Aug 30 13:36:40.933 INFO kablam! 1413 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.933 INFO kablam! Aug 30 13:36:40.933 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 13:36:40.933 INFO kablam! --> src/device.rs:1427:17 Aug 30 13:36:40.933 INFO kablam! | Aug 30 13:36:40.933 INFO kablam! 1427 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED Aug 30 13:36:40.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.933 INFO kablam! Aug 30 13:36:40.934 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_PEN` found for type `u32` in the current scope Aug 30 13:36:40.934 INFO kablam! --> src/event/tablet_tool/tool.rs:76:13 Aug 30 13:36:40.934 INFO kablam! | Aug 30 13:36:40.934 INFO kablam! 76 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_PEN => TabletToolType::Pen, Aug 30 13:36:40.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.934 INFO kablam! Aug 30 13:36:40.934 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 13:36:40.934 INFO kablam! --> src/device.rs:1429:17 Aug 30 13:36:40.934 INFO kablam! | Aug 30 13:36:40.934 INFO kablam! 1429 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED Aug 30 13:36:40.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.935 INFO kablam! Aug 30 13:36:40.935 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_ERASER` found for type `u32` in the current scope Aug 30 13:36:40.935 INFO kablam! --> src/event/tablet_tool/tool.rs:77:13 Aug 30 13:36:40.935 INFO kablam! | Aug 30 13:36:40.936 INFO kablam! 77 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_ERASER => TabletToolType::Eraser, Aug 30 13:36:40.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.936 INFO kablam! Aug 30 13:36:40.936 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 13:36:40.936 INFO kablam! --> src/device.rs:1432:13 Aug 30 13:36:40.936 INFO kablam! | Aug 30 13:36:40.936 INFO kablam! 1432 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 13:36:40.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.936 INFO kablam! Aug 30 13:36:40.937 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_BRUSH` found for type `u32` in the current scope Aug 30 13:36:40.937 INFO kablam! --> src/event/tablet_tool/tool.rs:78:13 Aug 30 13:36:40.937 INFO kablam! | Aug 30 13:36:40.937 INFO kablam! 78 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_BRUSH => TabletToolType::Brush, Aug 30 13:36:40.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.937 INFO kablam! Aug 30 13:36:40.938 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 13:36:40.938 INFO kablam! --> src/device.rs:1433:13 Aug 30 13:36:40.938 INFO kablam! | Aug 30 13:36:40.938 INFO kablam! 1433 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 13:36:40.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.938 INFO kablam! Aug 30 13:36:40.939 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_PENCIL` found for type `u32` in the current scope Aug 30 13:36:40.939 INFO kablam! --> src/event/tablet_tool/tool.rs:79:13 Aug 30 13:36:40.939 INFO kablam! | Aug 30 13:36:40.939 INFO kablam! 79 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_PENCIL => TabletToolType::Pencil, Aug 30 13:36:40.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.939 INFO kablam! Aug 30 13:36:40.940 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 13:36:40.940 INFO kablam! --> src/device.rs:1436:13 Aug 30 13:36:40.940 INFO kablam! | Aug 30 13:36:40.940 INFO kablam! 1436 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 13:36:40.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.940 INFO kablam! Aug 30 13:36:40.941 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH` found for type `u32` in the current scope Aug 30 13:36:40.941 INFO kablam! --> src/event/tablet_tool/tool.rs:80:13 Aug 30 13:36:40.941 INFO kablam! | Aug 30 13:36:40.941 INFO kablam! 80 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH => TabletToolType::Airbrush, Aug 30 13:36:40.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.941 INFO kablam! Aug 30 13:36:40.943 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_MOUSE` found for type `u32` in the current scope Aug 30 13:36:40.943 INFO kablam! --> src/event/tablet_tool/tool.rs:81:13 Aug 30 13:36:40.943 INFO kablam! | Aug 30 13:36:40.943 INFO kablam! 81 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_MOUSE => TabletToolType::Mouse, Aug 30 13:36:40.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.943 INFO kablam! Aug 30 13:36:40.944 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_LENS` found for type `u32` in the current scope Aug 30 13:36:40.944 INFO kablam! --> src/event/tablet_tool/tool.rs:82:13 Aug 30 13:36:40.944 INFO kablam! | Aug 30 13:36:40.944 INFO kablam! 82 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_LENS => TabletToolType::Lens, Aug 30 13:36:40.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.944 INFO kablam! Aug 30 13:36:40.957 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_BUTTON` found for type `u32` in the current scope Aug 30 13:36:40.957 INFO kablam! --> src/event/tablet_pad/mod.rs:91:13 Aug 30 13:36:40.957 INFO kablam! | Aug 30 13:36:40.957 INFO kablam! 91 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_BUTTON => { Aug 30 13:36:40.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.957 INFO kablam! Aug 30 13:36:40.962 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_RING` found for type `u32` in the current scope Aug 30 13:36:40.962 INFO kablam! --> src/event/tablet_pad/mod.rs:94:13 Aug 30 13:36:40.962 INFO kablam! | Aug 30 13:36:40.962 INFO kablam! 94 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_RING => { Aug 30 13:36:40.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.962 INFO kablam! Aug 30 13:36:40.962 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_STRIP` found for type `u32` in the current scope Aug 30 13:36:40.962 INFO kablam! --> src/event/tablet_pad/mod.rs:97:13 Aug 30 13:36:40.962 INFO kablam! | Aug 30 13:36:40.962 INFO kablam! 97 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_STRIP => { Aug 30 13:36:40.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.962 INFO kablam! Aug 30 13:36:40.964 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 13:36:40.964 INFO kablam! --> src/event/tablet_pad/mod.rs:136:13 Aug 30 13:36:40.964 INFO kablam! | Aug 30 13:36:40.964 INFO kablam! 136 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 13:36:40.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.964 INFO kablam! Aug 30 13:36:40.966 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 13:36:40.966 INFO kablam! --> src/event/tablet_pad/mod.rs:137:13 Aug 30 13:36:40.966 INFO kablam! | Aug 30 13:36:40.966 INFO kablam! 137 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 13:36:40.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.966 INFO kablam! Aug 30 13:36:40.966 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_NONE` found for type `u32` in the current scope Aug 30 13:36:40.966 INFO kablam! --> src/event/mod.rs:62:13 Aug 30 13:36:40.966 INFO kablam! | Aug 30 13:36:40.966 INFO kablam! 62 | ffi::libinput_event_type::LIBINPUT_EVENT_NONE => panic!("Trying to convert null event"), Aug 30 13:36:40.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.966 INFO kablam! Aug 30 13:36:40.968 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_ADDED` found for type `u32` in the current scope Aug 30 13:36:40.968 INFO kablam! --> src/event/mod.rs:63:13 Aug 30 13:36:40.968 INFO kablam! | Aug 30 13:36:40.968 INFO kablam! 63 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_ADDED | Aug 30 13:36:40.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.968 INFO kablam! Aug 30 13:36:40.969 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_REMOVED` found for type `u32` in the current scope Aug 30 13:36:40.969 INFO kablam! --> src/event/mod.rs:64:13 Aug 30 13:36:40.969 INFO kablam! | Aug 30 13:36:40.969 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_REMOVED => { Aug 30 13:36:40.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.969 INFO kablam! Aug 30 13:36:40.971 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_KEYBOARD_KEY` found for type `u32` in the current scope Aug 30 13:36:40.971 INFO kablam! --> src/event/mod.rs:67:13 Aug 30 13:36:40.971 INFO kablam! | Aug 30 13:36:40.971 INFO kablam! 67 | ffi::libinput_event_type::LIBINPUT_EVENT_KEYBOARD_KEY => { Aug 30 13:36:40.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.971 INFO kablam! Aug 30 13:36:40.971 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_RING_SOURCE_UNKNOWN` found for type `u32` in the current scope Aug 30 13:36:40.971 INFO kablam! --> src/event/tablet_pad/mod.rs:180:13 Aug 30 13:36:40.971 INFO kablam! | Aug 30 13:36:40.971 INFO kablam! 180 | ffi::libinput_tablet_pad_ring_axis_source::LIBINPUT_TABLET_PAD_RING_SOURCE_UNKNOWN => { Aug 30 13:36:40.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.972 INFO kablam! Aug 30 13:36:40.973 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION` found for type `u32` in the current scope Aug 30 13:36:40.973 INFO kablam! --> src/event/mod.rs:70:13 Aug 30 13:36:40.973 INFO kablam! | Aug 30 13:36:40.973 INFO kablam! 70 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION | Aug 30 13:36:40.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.973 INFO kablam! Aug 30 13:36:40.973 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_RING_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 13:36:40.973 INFO kablam! --> src/event/tablet_pad/mod.rs:183:13 Aug 30 13:36:40.973 INFO kablam! | Aug 30 13:36:40.973 INFO kablam! 183 | ffi::libinput_tablet_pad_ring_axis_source::LIBINPUT_TABLET_PAD_RING_SOURCE_FINGER => { Aug 30 13:36:40.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.973 INFO kablam! Aug 30 13:36:40.978 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE` found for type `u32` in the current scope Aug 30 13:36:40.978 INFO kablam! --> src/event/mod.rs:71:13 Aug 30 13:36:40.978 INFO kablam! | Aug 30 13:36:40.978 INFO kablam! 71 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE | Aug 30 13:36:40.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.978 INFO kablam! Aug 30 13:36:40.978 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_BUTTON` found for type `u32` in the current scope Aug 30 13:36:40.978 INFO kablam! --> src/event/mod.rs:72:13 Aug 30 13:36:40.978 INFO kablam! | Aug 30 13:36:40.978 INFO kablam! 72 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_BUTTON | Aug 30 13:36:40.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.978 INFO kablam! Aug 30 13:36:40.982 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWN` found for type `u32` in the current scope Aug 30 13:36:40.982 INFO kablam! --> src/event/tablet_pad/mod.rs:228:13 Aug 30 13:36:40.982 INFO kablam! | Aug 30 13:36:40.982 INFO kablam! 228 | ffi::libinput_tablet_pad_strip_axis_source::LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWN => { Aug 30 13:36:40.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.982 INFO kablam! Aug 30 13:36:40.982 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 13:36:40.982 INFO kablam! --> src/event/tablet_pad/mod.rs:231:13 Aug 30 13:36:40.982 INFO kablam! | Aug 30 13:36:40.982 INFO kablam! 231 | ffi::libinput_tablet_pad_strip_axis_source::LIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGER => { Aug 30 13:36:40.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.982 INFO kablam! Aug 30 13:36:40.983 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_AXIS` found for type `u32` in the current scope Aug 30 13:36:40.983 INFO kablam! --> src/event/mod.rs:73:13 Aug 30 13:36:40.983 INFO kablam! | Aug 30 13:36:40.983 INFO kablam! 73 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_AXIS => { Aug 30 13:36:40.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.983 INFO kablam! Aug 30 13:36:40.983 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_DOWN` found for type `u32` in the current scope Aug 30 13:36:40.983 INFO kablam! --> src/event/mod.rs:76:13 Aug 30 13:36:40.983 INFO kablam! | Aug 30 13:36:40.983 INFO kablam! 76 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_DOWN | Aug 30 13:36:40.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.983 INFO kablam! Aug 30 13:36:40.984 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_UP` found for type `u32` in the current scope Aug 30 13:36:40.985 INFO kablam! --> src/event/mod.rs:77:13 Aug 30 13:36:40.985 INFO kablam! | Aug 30 13:36:40.985 INFO kablam! 77 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_UP | Aug 30 13:36:40.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.985 INFO kablam! Aug 30 13:36:40.987 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_MOTION` found for type `u32` in the current scope Aug 30 13:36:40.987 INFO kablam! --> src/event/mod.rs:78:13 Aug 30 13:36:40.987 INFO kablam! | Aug 30 13:36:40.987 INFO kablam! 78 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_MOTION | Aug 30 13:36:40.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.987 INFO kablam! Aug 30 13:36:40.989 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_CANCEL` found for type `u32` in the current scope Aug 30 13:36:40.989 INFO kablam! --> src/event/mod.rs:79:13 Aug 30 13:36:40.989 INFO kablam! | Aug 30 13:36:40.989 INFO kablam! 79 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_CANCEL | Aug 30 13:36:40.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.989 INFO kablam! Aug 30 13:36:40.990 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_FRAME` found for type `u32` in the current scope Aug 30 13:36:40.990 INFO kablam! --> src/event/mod.rs:80:13 Aug 30 13:36:40.990 INFO kablam! | Aug 30 13:36:40.990 INFO kablam! 80 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_FRAME => { Aug 30 13:36:40.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.990 INFO kablam! Aug 30 13:36:40.992 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_AXIS` found for type `u32` in the current scope Aug 30 13:36:40.992 INFO kablam! --> src/event/mod.rs:83:13 Aug 30 13:36:40.992 INFO kablam! | Aug 30 13:36:40.992 INFO kablam! 83 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_AXIS | Aug 30 13:36:40.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.992 INFO kablam! Aug 30 13:36:40.993 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY` found for type `u32` in the current scope Aug 30 13:36:40.993 INFO kablam! --> src/event/mod.rs:84:13 Aug 30 13:36:40.993 INFO kablam! | Aug 30 13:36:40.993 INFO kablam! 84 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY | Aug 30 13:36:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.993 INFO kablam! Aug 30 13:36:40.995 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_TIP` found for type `u32` in the current scope Aug 30 13:36:40.995 INFO kablam! --> src/event/mod.rs:85:13 Aug 30 13:36:40.996 INFO kablam! | Aug 30 13:36:40.996 INFO kablam! 85 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_TIP | Aug 30 13:36:40.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.996 INFO kablam! Aug 30 13:36:40.998 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_BUTTON` found for type `u32` in the current scope Aug 30 13:36:40.998 INFO kablam! --> src/event/mod.rs:86:13 Aug 30 13:36:40.998 INFO kablam! | Aug 30 13:36:40.998 INFO kablam! 86 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_BUTTON => { Aug 30 13:36:40.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:40.998 INFO kablam! Aug 30 13:36:41.000 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_BUTTON` found for type `u32` in the current scope Aug 30 13:36:41.000 INFO kablam! --> src/event/mod.rs:89:13 Aug 30 13:36:41.000 INFO kablam! | Aug 30 13:36:41.000 INFO kablam! 89 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_BUTTON | Aug 30 13:36:41.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.000 INFO kablam! Aug 30 13:36:41.001 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_RING` found for type `u32` in the current scope Aug 30 13:36:41.001 INFO kablam! --> src/event/mod.rs:90:13 Aug 30 13:36:41.001 INFO kablam! | Aug 30 13:36:41.001 INFO kablam! 90 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_RING | Aug 30 13:36:41.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.001 INFO kablam! Aug 30 13:36:41.006 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_DOWN` found for type `u32` in the current scope Aug 30 13:36:41.006 INFO kablam! --> src/event/touch.rs:124:13 Aug 30 13:36:41.006 INFO kablam! | Aug 30 13:36:41.006 INFO kablam! 124 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_DOWN => { Aug 30 13:36:41.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.006 INFO kablam! Aug 30 13:36:41.006 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_STRIP` found for type `u32` in the current scope Aug 30 13:36:41.006 INFO kablam! --> src/event/mod.rs:91:13 Aug 30 13:36:41.006 INFO kablam! | Aug 30 13:36:41.006 INFO kablam! 91 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_STRIP => { Aug 30 13:36:41.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.007 INFO kablam! Aug 30 13:36:41.007 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 13:36:41.007 INFO kablam! --> src/event/mod.rs:94:13 Aug 30 13:36:41.007 INFO kablam! | Aug 30 13:36:41.007 INFO kablam! 94 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 13:36:41.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.007 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_UP` found for type `u32` in the current scope Aug 30 13:36:41.007 INFO kablam! --> src/event/touch.rs:127:13 Aug 30 13:36:41.007 INFO kablam! | Aug 30 13:36:41.007 INFO kablam! 127 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_UP => { Aug 30 13:36:41.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.007 INFO kablam! Aug 30 13:36:41.007 INFO kablam! Aug 30 13:36:41.007 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 13:36:41.007 INFO kablam! --> src/event/mod.rs:95:13 Aug 30 13:36:41.007 INFO kablam! | Aug 30 13:36:41.007 INFO kablam! 95 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 13:36:41.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.007 INFO kablam! Aug 30 13:36:41.007 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_MOTION` found for type `u32` in the current scope Aug 30 13:36:41.007 INFO kablam! --> src/event/touch.rs:130:13 Aug 30 13:36:41.007 INFO kablam! | Aug 30 13:36:41.008 INFO kablam! 130 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_MOTION => { Aug 30 13:36:41.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.008 INFO kablam! Aug 30 13:36:41.008 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 13:36:41.008 INFO kablam! --> src/event/mod.rs:96:13 Aug 30 13:36:41.008 INFO kablam! | Aug 30 13:36:41.008 INFO kablam! 96 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END | Aug 30 13:36:41.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.008 INFO kablam! Aug 30 13:36:41.010 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_CANCEL` found for type `u32` in the current scope Aug 30 13:36:41.010 INFO kablam! --> src/event/touch.rs:133:13 Aug 30 13:36:41.010 INFO kablam! | Aug 30 13:36:41.010 INFO kablam! 133 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_CANCEL => { Aug 30 13:36:41.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.010 INFO kablam! Aug 30 13:36:41.010 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 13:36:41.010 INFO kablam! --> src/event/mod.rs:97:13 Aug 30 13:36:41.010 INFO kablam! | Aug 30 13:36:41.010 INFO kablam! 97 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 13:36:41.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.010 INFO kablam! Aug 30 13:36:41.013 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_FRAME` found for type `u32` in the current scope Aug 30 13:36:41.013 INFO kablam! --> src/event/touch.rs:136:13 Aug 30 13:36:41.013 INFO kablam! | Aug 30 13:36:41.013 INFO kablam! 136 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_FRAME => { Aug 30 13:36:41.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.013 INFO kablam! Aug 30 13:36:41.013 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 13:36:41.013 INFO kablam! --> src/event/mod.rs:98:13 Aug 30 13:36:41.013 INFO kablam! | Aug 30 13:36:41.013 INFO kablam! 98 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 13:36:41.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.014 INFO kablam! Aug 30 13:36:41.014 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 13:36:41.014 INFO kablam! --> src/event/mod.rs:99:13 Aug 30 13:36:41.014 INFO kablam! | Aug 30 13:36:41.014 INFO kablam! 99 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 13:36:41.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.014 INFO kablam! Aug 30 13:36:41.015 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_SWITCH_TOGGLE` found for type `u32` in the current scope Aug 30 13:36:41.016 INFO kablam! --> src/event/mod.rs:102:13 Aug 30 13:36:41.016 INFO kablam! | Aug 30 13:36:41.016 INFO kablam! 102 | ffi::libinput_event_type::LIBINPUT_EVENT_SWITCH_TOGGLE => { Aug 30 13:36:41.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.016 INFO kablam! Aug 30 13:36:41.033 INFO kablam! error: aborting due to 228 previous errors Aug 30 13:36:41.033 INFO kablam! Aug 30 13:36:41.033 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 30 13:36:41.038 INFO kablam! error: Could not compile `input`. Aug 30 13:36:41.038 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 13:36:41.138 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_ADDED` found for type `u32` in the current scope Aug 30 13:36:41.138 INFO kablam! --> src/event/device.rs:42:13 Aug 30 13:36:41.139 INFO kablam! | Aug 30 13:36:41.139 INFO kablam! 42 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_ADDED => { Aug 30 13:36:41.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.139 INFO kablam! Aug 30 13:36:41.140 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_REMOVED` found for type `u32` in the current scope Aug 30 13:36:41.140 INFO kablam! --> src/event/device.rs:45:13 Aug 30 13:36:41.140 INFO kablam! | Aug 30 13:36:41.140 INFO kablam! 45 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_REMOVED => { Aug 30 13:36:41.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.140 INFO kablam! Aug 30 13:36:41.152 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 13:36:41.152 INFO kablam! --> src/event/gesture.rs:57:13 Aug 30 13:36:41.152 INFO kablam! | Aug 30 13:36:41.152 INFO kablam! 57 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 13:36:41.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.152 INFO kablam! Aug 30 13:36:41.155 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 13:36:41.155 INFO kablam! --> src/event/gesture.rs:58:13 Aug 30 13:36:41.155 INFO kablam! | Aug 30 13:36:41.155 INFO kablam! 58 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 13:36:41.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.155 INFO kablam! Aug 30 13:36:41.157 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 13:36:41.157 INFO kablam! --> src/event/gesture.rs:59:13 Aug 30 13:36:41.157 INFO kablam! | Aug 30 13:36:41.157 INFO kablam! 59 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 13:36:41.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.157 INFO kablam! Aug 30 13:36:41.159 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 13:36:41.159 INFO kablam! --> src/event/gesture.rs:62:13 Aug 30 13:36:41.159 INFO kablam! | Aug 30 13:36:41.159 INFO kablam! 62 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 13:36:41.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.159 INFO kablam! Aug 30 13:36:41.162 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 13:36:41.162 INFO kablam! --> src/event/gesture.rs:63:13 Aug 30 13:36:41.162 INFO kablam! | Aug 30 13:36:41.162 INFO kablam! 63 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 13:36:41.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.162 INFO kablam! Aug 30 13:36:41.164 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 13:36:41.164 INFO kablam! --> src/event/gesture.rs:64:13 Aug 30 13:36:41.164 INFO kablam! | Aug 30 13:36:41.164 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 13:36:41.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.164 INFO kablam! Aug 30 13:36:41.181 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 13:36:41.181 INFO kablam! --> src/event/gesture.rs:174:13 Aug 30 13:36:41.181 INFO kablam! | Aug 30 13:36:41.181 INFO kablam! 174 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN => { Aug 30 13:36:41.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.181 INFO kablam! Aug 30 13:36:41.183 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 13:36:41.183 INFO kablam! --> src/event/gesture.rs:177:13 Aug 30 13:36:41.183 INFO kablam! | Aug 30 13:36:41.183 INFO kablam! 177 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE => { Aug 30 13:36:41.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.183 INFO kablam! Aug 30 13:36:41.185 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 13:36:41.186 INFO kablam! --> src/event/gesture.rs:180:13 Aug 30 13:36:41.186 INFO kablam! | Aug 30 13:36:41.186 INFO kablam! 180 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 13:36:41.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.186 INFO kablam! Aug 30 13:36:41.188 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 13:36:41.188 INFO kablam! --> src/event/gesture.rs:183:13 Aug 30 13:36:41.188 INFO kablam! | Aug 30 13:36:41.188 INFO kablam! 183 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 13:36:41.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.188 INFO kablam! Aug 30 13:36:41.191 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 13:36:41.191 INFO kablam! --> src/event/gesture.rs:184:13 Aug 30 13:36:41.191 INFO kablam! | Aug 30 13:36:41.191 INFO kablam! 184 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 13:36:41.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.191 INFO kablam! Aug 30 13:36:41.193 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 13:36:41.193 INFO kablam! --> src/event/gesture.rs:185:13 Aug 30 13:36:41.193 INFO kablam! | Aug 30 13:36:41.193 INFO kablam! 185 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 13:36:41.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.193 INFO kablam! Aug 30 13:36:41.211 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 13:36:41.211 INFO kablam! --> src/event/gesture.rs:257:13 Aug 30 13:36:41.211 INFO kablam! | Aug 30 13:36:41.211 INFO kablam! 257 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 13:36:41.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.211 INFO kablam! Aug 30 13:36:41.213 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 13:36:41.213 INFO kablam! --> src/event/gesture.rs:258:13 Aug 30 13:36:41.213 INFO kablam! | Aug 30 13:36:41.213 INFO kablam! 258 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 13:36:41.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.214 INFO kablam! Aug 30 13:36:41.216 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 13:36:41.216 INFO kablam! --> src/event/gesture.rs:259:13 Aug 30 13:36:41.216 INFO kablam! | Aug 30 13:36:41.216 INFO kablam! 259 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 13:36:41.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.216 INFO kablam! Aug 30 13:36:41.218 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 13:36:41.218 INFO kablam! --> src/event/gesture.rs:262:13 Aug 30 13:36:41.218 INFO kablam! | Aug 30 13:36:41.218 INFO kablam! 262 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN => { Aug 30 13:36:41.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.219 INFO kablam! Aug 30 13:36:41.221 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 13:36:41.221 INFO kablam! --> src/event/gesture.rs:265:13 Aug 30 13:36:41.221 INFO kablam! | Aug 30 13:36:41.221 INFO kablam! 265 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE => { Aug 30 13:36:41.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.221 INFO kablam! Aug 30 13:36:41.223 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 13:36:41.223 INFO kablam! --> src/event/gesture.rs:268:13 Aug 30 13:36:41.223 INFO kablam! | Aug 30 13:36:41.223 INFO kablam! 268 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 13:36:41.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.223 INFO kablam! Aug 30 13:36:41.232 INFO kablam! error[E0599]: no associated item named `LIBINPUT_KEY_STATE_PRESSED` found for type `u32` in the current scope Aug 30 13:36:41.232 INFO kablam! --> src/event/keyboard.rs:31:13 Aug 30 13:36:41.232 INFO kablam! | Aug 30 13:36:41.232 INFO kablam! 31 | ffi::libinput_key_state::LIBINPUT_KEY_STATE_PRESSED => KeyState::Pressed, Aug 30 13:36:41.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.233 INFO kablam! Aug 30 13:36:41.234 INFO kablam! error[E0599]: no associated item named `LIBINPUT_KEY_STATE_RELEASED` found for type `u32` in the current scope Aug 30 13:36:41.234 INFO kablam! --> src/event/keyboard.rs:32:13 Aug 30 13:36:41.234 INFO kablam! | Aug 30 13:36:41.234 INFO kablam! 32 | ffi::libinput_key_state::LIBINPUT_KEY_STATE_RELEASED => KeyState::Released, Aug 30 13:36:41.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.234 INFO kablam! Aug 30 13:36:41.239 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_KEYBOARD_KEY` found for type `u32` in the current scope Aug 30 13:36:41.239 INFO kablam! --> src/event/keyboard.rs:66:13 Aug 30 13:36:41.239 INFO kablam! | Aug 30 13:36:41.239 INFO kablam! 66 | ffi::libinput_event_type::LIBINPUT_EVENT_KEYBOARD_KEY => { Aug 30 13:36:41.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.239 INFO kablam! Aug 30 13:36:41.253 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION` found for type `u32` in the current scope Aug 30 13:36:41.253 INFO kablam! --> src/event/pointer.rs:55:13 Aug 30 13:36:41.253 INFO kablam! | Aug 30 13:36:41.253 INFO kablam! 55 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION => { Aug 30 13:36:41.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.253 INFO kablam! Aug 30 13:36:41.255 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE` found for type `u32` in the current scope Aug 30 13:36:41.255 INFO kablam! --> src/event/pointer.rs:58:13 Aug 30 13:36:41.255 INFO kablam! | Aug 30 13:36:41.255 INFO kablam! 58 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE => { Aug 30 13:36:41.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.255 INFO kablam! Aug 30 13:36:41.258 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_BUTTON` found for type `u32` in the current scope Aug 30 13:36:41.258 INFO kablam! --> src/event/pointer.rs:61:13 Aug 30 13:36:41.258 INFO kablam! | Aug 30 13:36:41.258 INFO kablam! 61 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_BUTTON => { Aug 30 13:36:41.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.258 INFO kablam! Aug 30 13:36:41.260 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_AXIS` found for type `u32` in the current scope Aug 30 13:36:41.260 INFO kablam! --> src/event/pointer.rs:64:13 Aug 30 13:36:41.260 INFO kablam! | Aug 30 13:36:41.260 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_AXIS => { Aug 30 13:36:41.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.260 INFO kablam! Aug 30 13:36:41.270 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 13:36:41.270 INFO kablam! --> src/event/pointer.rs:202:13 Aug 30 13:36:41.270 INFO kablam! | Aug 30 13:36:41.270 INFO kablam! 202 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 13:36:41.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.271 INFO kablam! Aug 30 13:36:41.273 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 13:36:41.273 INFO kablam! --> src/event/pointer.rs:203:13 Aug 30 13:36:41.273 INFO kablam! | Aug 30 13:36:41.273 INFO kablam! 203 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 13:36:41.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.273 INFO kablam! Aug 30 13:36:41.281 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 13:36:41.281 INFO kablam! --> src/event/pointer.rs:249:35 Aug 30 13:36:41.281 INFO kablam! | Aug 30 13:36:41.281 INFO kablam! 249 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 13:36:41.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.281 INFO kablam! Aug 30 13:36:41.282 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 13:36:41.282 INFO kablam! --> src/event/pointer.rs:250:37 Aug 30 13:36:41.282 INFO kablam! | Aug 30 13:36:41.282 INFO kablam! 250 | Axis::Horizontal => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, Aug 30 13:36:41.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.282 INFO kablam! Aug 30 13:36:41.284 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_WHEEL` found for type `u32` in the current scope Aug 30 13:36:41.284 INFO kablam! --> src/event/pointer.rs:286:13 Aug 30 13:36:41.285 INFO kablam! | Aug 30 13:36:41.285 INFO kablam! 286 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_WHEEL => AxisSource::Wheel, Aug 30 13:36:41.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.285 INFO kablam! Aug 30 13:36:41.286 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 13:36:41.286 INFO kablam! --> src/event/pointer.rs:287:13 Aug 30 13:36:41.287 INFO kablam! | Aug 30 13:36:41.287 INFO kablam! 287 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_FINGER => AxisSource::Finger, Aug 30 13:36:41.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.287 INFO kablam! Aug 30 13:36:41.288 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS` found for type `u32` in the current scope Aug 30 13:36:41.288 INFO kablam! --> src/event/pointer.rs:288:13 Aug 30 13:36:41.288 INFO kablam! | Aug 30 13:36:41.288 INFO kablam! 288 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS => { Aug 30 13:36:41.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.288 INFO kablam! Aug 30 13:36:41.290 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT` found for type `u32` in the current scope Aug 30 13:36:41.290 INFO kablam! --> src/event/pointer.rs:291:13 Aug 30 13:36:41.290 INFO kablam! | Aug 30 13:36:41.290 INFO kablam! 291 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT => { Aug 30 13:36:41.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.290 INFO kablam! Aug 30 13:36:41.294 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 13:36:41.294 INFO kablam! --> src/event/pointer.rs:309:35 Aug 30 13:36:41.294 INFO kablam! | Aug 30 13:36:41.294 INFO kablam! 309 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 13:36:41.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.294 INFO kablam! Aug 30 13:36:41.294 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 13:36:41.294 INFO kablam! --> src/event/pointer.rs:310:37 Aug 30 13:36:41.294 INFO kablam! | Aug 30 13:36:41.295 INFO kablam! 310 | Axis::Horizontal => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, Aug 30 13:36:41.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.295 INFO kablam! Aug 30 13:36:41.296 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 13:36:41.296 INFO kablam! --> src/event/pointer.rs:330:43 Aug 30 13:36:41.296 INFO kablam! | Aug 30 13:36:41.296 INFO kablam! 330 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 13:36:41.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.296 INFO kablam! Aug 30 13:36:41.298 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 13:36:41.298 INFO kablam! --> src/event/pointer.rs:332:29 Aug 30 13:36:41.298 INFO kablam! | Aug 30 13:36:41.298 INFO kablam! 332 | ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL Aug 30 13:36:41.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.298 INFO kablam! Aug 30 13:36:41.304 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_SWITCH_TOGGLE` found for type `u32` in the current scope Aug 30 13:36:41.304 INFO kablam! --> src/event/switch.rs:46:13 Aug 30 13:36:41.304 INFO kablam! | Aug 30 13:36:41.304 INFO kablam! 46 | ffi::libinput_event_type::LIBINPUT_EVENT_SWITCH_TOGGLE => { Aug 30 13:36:41.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.304 INFO kablam! Aug 30 13:36:41.309 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_LID` found for type `u32` in the current scope Aug 30 13:36:41.309 INFO kablam! --> src/event/switch.rs:86:13 Aug 30 13:36:41.309 INFO kablam! | Aug 30 13:36:41.310 INFO kablam! 86 | ffi::libinput_switch::LIBINPUT_SWITCH_LID => Switch::Lid, Aug 30 13:36:41.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.310 INFO kablam! Aug 30 13:36:41.312 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_STATE_OFF` found for type `u32` in the current scope Aug 30 13:36:41.312 INFO kablam! --> src/event/switch.rs:93:13 Aug 30 13:36:41.312 INFO kablam! | Aug 30 13:36:41.312 INFO kablam! 93 | ffi::libinput_switch_state::LIBINPUT_SWITCH_STATE_OFF => SwitchState::Off, Aug 30 13:36:41.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.312 INFO kablam! Aug 30 13:36:41.313 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_STATE_ON` found for type `u32` in the current scope Aug 30 13:36:41.313 INFO kablam! --> src/event/switch.rs:94:13 Aug 30 13:36:41.313 INFO kablam! | Aug 30 13:36:41.313 INFO kablam! 94 | ffi::libinput_switch_state::LIBINPUT_SWITCH_STATE_ON => SwitchState::On, Aug 30 13:36:41.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.313 INFO kablam! Aug 30 13:36:41.328 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_AXIS` found for type `u32` in the current scope Aug 30 13:36:41.328 INFO kablam! --> src/event/tablet_tool/mod.rs:304:13 Aug 30 13:36:41.328 INFO kablam! | Aug 30 13:36:41.328 INFO kablam! 304 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_AXIS => { Aug 30 13:36:41.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.328 INFO kablam! Aug 30 13:36:41.329 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY` found for type `u32` in the current scope Aug 30 13:36:41.329 INFO kablam! --> src/event/tablet_tool/mod.rs:307:13 Aug 30 13:36:41.329 INFO kablam! | Aug 30 13:36:41.329 INFO kablam! 307 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY => { Aug 30 13:36:41.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.329 INFO kablam! Aug 30 13:36:41.331 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_TIP` found for type `u32` in the current scope Aug 30 13:36:41.331 INFO kablam! --> src/event/tablet_tool/mod.rs:310:13 Aug 30 13:36:41.331 INFO kablam! | Aug 30 13:36:41.331 INFO kablam! 310 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_TIP => { Aug 30 13:36:41.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.331 INFO kablam! Aug 30 13:36:41.334 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_BUTTON` found for type `u32` in the current scope Aug 30 13:36:41.334 INFO kablam! --> src/event/tablet_tool/mod.rs:313:13 Aug 30 13:36:41.334 INFO kablam! | Aug 30 13:36:41.334 INFO kablam! 313 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_BUTTON => { Aug 30 13:36:41.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.334 INFO kablam! Aug 30 13:36:41.339 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_OUT` found for type `u32` in the current scope Aug 30 13:36:41.339 INFO kablam! --> src/event/tablet_tool/mod.rs:395:13 Aug 30 13:36:41.339 INFO kablam! | Aug 30 13:36:41.339 INFO kablam! 395 | ffi::libinput_tablet_tool_proximity_state::LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_OUT => { Aug 30 13:36:41.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.339 INFO kablam! Aug 30 13:36:41.340 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_IN` found for type `u32` in the current scope Aug 30 13:36:41.340 INFO kablam! --> src/event/tablet_tool/mod.rs:398:13 Aug 30 13:36:41.340 INFO kablam! | Aug 30 13:36:41.340 INFO kablam! 398 | ffi::libinput_tablet_tool_proximity_state::LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_IN => { Aug 30 13:36:41.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.341 INFO kablam! Aug 30 13:36:41.344 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TIP_UP` found for type `u32` in the current scope Aug 30 13:36:41.344 INFO kablam! --> src/event/tablet_tool/mod.rs:443:13 Aug 30 13:36:41.344 INFO kablam! | Aug 30 13:36:41.344 INFO kablam! 443 | ffi::libinput_tablet_tool_tip_state::LIBINPUT_TABLET_TOOL_TIP_UP => TipState::Up, Aug 30 13:36:41.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.345 INFO kablam! Aug 30 13:36:41.346 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TIP_DOWN` found for type `u32` in the current scope Aug 30 13:36:41.346 INFO kablam! --> src/event/tablet_tool/mod.rs:444:13 Aug 30 13:36:41.346 INFO kablam! | Aug 30 13:36:41.346 INFO kablam! 444 | ffi::libinput_tablet_tool_tip_state::LIBINPUT_TABLET_TOOL_TIP_DOWN => TipState::Down, Aug 30 13:36:41.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.346 INFO kablam! Aug 30 13:36:41.347 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 13:36:41.347 INFO kablam! --> src/event/tablet_tool/mod.rs:473:13 Aug 30 13:36:41.348 INFO kablam! | Aug 30 13:36:41.348 INFO kablam! 473 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 13:36:41.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.348 INFO kablam! Aug 30 13:36:41.349 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 13:36:41.349 INFO kablam! --> src/event/tablet_tool/mod.rs:474:13 Aug 30 13:36:41.349 INFO kablam! | Aug 30 13:36:41.349 INFO kablam! 474 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 13:36:41.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.349 INFO kablam! Aug 30 13:36:41.355 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_PEN` found for type `u32` in the current scope Aug 30 13:36:41.355 INFO kablam! --> src/event/tablet_tool/tool.rs:76:13 Aug 30 13:36:41.355 INFO kablam! | Aug 30 13:36:41.355 INFO kablam! 76 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_PEN => TabletToolType::Pen, Aug 30 13:36:41.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.355 INFO kablam! Aug 30 13:36:41.356 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_ERASER` found for type `u32` in the current scope Aug 30 13:36:41.357 INFO kablam! --> src/event/tablet_tool/tool.rs:77:13 Aug 30 13:36:41.357 INFO kablam! | Aug 30 13:36:41.357 INFO kablam! 77 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_ERASER => TabletToolType::Eraser, Aug 30 13:36:41.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.357 INFO kablam! Aug 30 13:36:41.358 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_BRUSH` found for type `u32` in the current scope Aug 30 13:36:41.358 INFO kablam! --> src/event/tablet_tool/tool.rs:78:13 Aug 30 13:36:41.358 INFO kablam! | Aug 30 13:36:41.358 INFO kablam! 78 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_BRUSH => TabletToolType::Brush, Aug 30 13:36:41.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.358 INFO kablam! Aug 30 13:36:41.360 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_PENCIL` found for type `u32` in the current scope Aug 30 13:36:41.360 INFO kablam! --> src/event/tablet_tool/tool.rs:79:13 Aug 30 13:36:41.360 INFO kablam! | Aug 30 13:36:41.360 INFO kablam! 79 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_PENCIL => TabletToolType::Pencil, Aug 30 13:36:41.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.360 INFO kablam! Aug 30 13:36:41.361 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH` found for type `u32` in the current scope Aug 30 13:36:41.361 INFO kablam! --> src/event/tablet_tool/tool.rs:80:13 Aug 30 13:36:41.361 INFO kablam! | Aug 30 13:36:41.361 INFO kablam! 80 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH => TabletToolType::Airbrush, Aug 30 13:36:41.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.362 INFO kablam! Aug 30 13:36:41.363 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_MOUSE` found for type `u32` in the current scope Aug 30 13:36:41.364 INFO kablam! --> src/event/tablet_tool/tool.rs:81:13 Aug 30 13:36:41.364 INFO kablam! | Aug 30 13:36:41.364 INFO kablam! 81 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_MOUSE => TabletToolType::Mouse, Aug 30 13:36:41.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.364 INFO kablam! Aug 30 13:36:41.364 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_LENS` found for type `u32` in the current scope Aug 30 13:36:41.365 INFO kablam! --> src/event/tablet_tool/tool.rs:82:13 Aug 30 13:36:41.365 INFO kablam! | Aug 30 13:36:41.365 INFO kablam! 82 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_LENS => TabletToolType::Lens, Aug 30 13:36:41.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.365 INFO kablam! Aug 30 13:36:41.375 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_BUTTON` found for type `u32` in the current scope Aug 30 13:36:41.375 INFO kablam! --> src/event/tablet_pad/mod.rs:91:13 Aug 30 13:36:41.375 INFO kablam! | Aug 30 13:36:41.375 INFO kablam! 91 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_BUTTON => { Aug 30 13:36:41.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.375 INFO kablam! Aug 30 13:36:41.376 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_RING` found for type `u32` in the current scope Aug 30 13:36:41.376 INFO kablam! --> src/event/tablet_pad/mod.rs:94:13 Aug 30 13:36:41.376 INFO kablam! | Aug 30 13:36:41.376 INFO kablam! 94 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_RING => { Aug 30 13:36:41.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.376 INFO kablam! Aug 30 13:36:41.378 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_STRIP` found for type `u32` in the current scope Aug 30 13:36:41.378 INFO kablam! --> src/event/tablet_pad/mod.rs:97:13 Aug 30 13:36:41.378 INFO kablam! | Aug 30 13:36:41.378 INFO kablam! 97 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_STRIP => { Aug 30 13:36:41.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.378 INFO kablam! Aug 30 13:36:41.385 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 13:36:41.385 INFO kablam! --> src/event/tablet_pad/mod.rs:136:13 Aug 30 13:36:41.385 INFO kablam! | Aug 30 13:36:41.385 INFO kablam! 136 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 13:36:41.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.385 INFO kablam! Aug 30 13:36:41.385 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 13:36:41.385 INFO kablam! --> src/event/tablet_pad/mod.rs:137:13 Aug 30 13:36:41.385 INFO kablam! | Aug 30 13:36:41.385 INFO kablam! 137 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 13:36:41.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.385 INFO kablam! Aug 30 13:36:41.388 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_RING_SOURCE_UNKNOWN` found for type `u32` in the current scope Aug 30 13:36:41.388 INFO kablam! --> src/event/tablet_pad/mod.rs:180:13 Aug 30 13:36:41.388 INFO kablam! | Aug 30 13:36:41.389 INFO kablam! 180 | ffi::libinput_tablet_pad_ring_axis_source::LIBINPUT_TABLET_PAD_RING_SOURCE_UNKNOWN => { Aug 30 13:36:41.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.389 INFO kablam! Aug 30 13:36:41.390 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_RING_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 13:36:41.390 INFO kablam! --> src/event/tablet_pad/mod.rs:183:13 Aug 30 13:36:41.390 INFO kablam! | Aug 30 13:36:41.390 INFO kablam! 183 | ffi::libinput_tablet_pad_ring_axis_source::LIBINPUT_TABLET_PAD_RING_SOURCE_FINGER => { Aug 30 13:36:41.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.390 INFO kablam! Aug 30 13:36:41.394 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWN` found for type `u32` in the current scope Aug 30 13:36:41.394 INFO kablam! --> src/event/tablet_pad/mod.rs:228:13 Aug 30 13:36:41.394 INFO kablam! | Aug 30 13:36:41.394 INFO kablam! 228 | ffi::libinput_tablet_pad_strip_axis_source::LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWN => { Aug 30 13:36:41.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.394 INFO kablam! Aug 30 13:36:41.395 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 13:36:41.396 INFO kablam! --> src/event/tablet_pad/mod.rs:231:13 Aug 30 13:36:41.396 INFO kablam! | Aug 30 13:36:41.396 INFO kablam! 231 | ffi::libinput_tablet_pad_strip_axis_source::LIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGER => { Aug 30 13:36:41.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.396 INFO kablam! Aug 30 13:36:41.412 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_DOWN` found for type `u32` in the current scope Aug 30 13:36:41.412 INFO kablam! --> src/event/touch.rs:124:13 Aug 30 13:36:41.412 INFO kablam! | Aug 30 13:36:41.412 INFO kablam! 124 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_DOWN => { Aug 30 13:36:41.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.412 INFO kablam! Aug 30 13:36:41.414 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_UP` found for type `u32` in the current scope Aug 30 13:36:41.415 INFO kablam! --> src/event/touch.rs:127:13 Aug 30 13:36:41.415 INFO kablam! | Aug 30 13:36:41.415 INFO kablam! 127 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_UP => { Aug 30 13:36:41.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.416 INFO kablam! Aug 30 13:36:41.416 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_MOTION` found for type `u32` in the current scope Aug 30 13:36:41.416 INFO kablam! --> src/event/touch.rs:130:13 Aug 30 13:36:41.416 INFO kablam! | Aug 30 13:36:41.416 INFO kablam! 130 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_MOTION => { Aug 30 13:36:41.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.416 INFO kablam! Aug 30 13:36:41.418 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_CANCEL` found for type `u32` in the current scope Aug 30 13:36:41.418 INFO kablam! --> src/event/touch.rs:133:13 Aug 30 13:36:41.418 INFO kablam! | Aug 30 13:36:41.418 INFO kablam! 133 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_CANCEL => { Aug 30 13:36:41.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.419 INFO kablam! Aug 30 13:36:41.419 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_FRAME` found for type `u32` in the current scope Aug 30 13:36:41.420 INFO kablam! --> src/event/touch.rs:136:13 Aug 30 13:36:41.420 INFO kablam! | Aug 30 13:36:41.420 INFO kablam! 136 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_FRAME => { Aug 30 13:36:41.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 13:36:41.420 INFO kablam! Aug 30 13:36:41.441 INFO kablam! error: aborting due to 228 previous errors Aug 30 13:36:41.441 INFO kablam! Aug 30 13:36:41.442 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 30 13:36:41.452 INFO kablam! error: Could not compile `input`. Aug 30 13:36:41.452 INFO kablam! Aug 30 13:36:41.453 INFO kablam! To learn more, run the command again with --verbose. Aug 30 13:36:41.454 INFO kablam! su: No module specific data is present Aug 30 13:36:41.981 INFO running `"docker" "rm" "-f" "b39e057429c3332aac62c86e23b7ab543a166e53aa0a99c7fdba693553ac8dce"` Aug 30 13:36:42.073 INFO blam! b39e057429c3332aac62c86e23b7ab543a166e53aa0a99c7fdba693553ac8dce