Aug 30 14:03:40.410 INFO checking input-0.2.1 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707 Aug 30 14:03:40.410 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets Aug 30 14:03:40.410 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/try#2d477f9981361618ac78253c28051a66b6cea125:/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 +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 14:03:40.598 INFO blam! 8fd12b7d98eddbaec1ba8005941b80b85efcb9e378f6d7d550d7542e7e2f2082 Aug 30 14:03:40.599 INFO running `"docker" "start" "-a" "8fd12b7d98eddbaec1ba8005941b80b85efcb9e378f6d7d550d7542e7e2f2082"` Aug 30 14:03:41.556 INFO kablam! Checking input v0.2.1 (file:///source) Aug 30 14:03:42.563 INFO kablam! warning: type annotations needed Aug 30 14:03:42.563 INFO kablam! --> src/lib.rs:89:29 Aug 30 14:03:42.563 INFO kablam! | Aug 30 14:03:42.563 INFO kablam! 89 | self.userdata_raw().as_ref() Aug 30 14:03:42.563 INFO kablam! | ^^^^^^ Aug 30 14:03:42.564 INFO kablam! | Aug 30 14:03:42.564 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 14:03:42.565 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 14:03:42.565 INFO kablam! = note: for more information, see issue #46906 Aug 30 14:03:42.565 INFO kablam! Aug 30 14:03:42.566 INFO kablam! warning: type annotations needed Aug 30 14:03:42.567 INFO kablam! --> src/lib.rs:104:29 Aug 30 14:03:42.567 INFO kablam! | Aug 30 14:03:42.567 INFO kablam! 104 | self.userdata_raw().as_mut() Aug 30 14:03:42.567 INFO kablam! | ^^^^^^ Aug 30 14:03:42.567 INFO kablam! | Aug 30 14:03:42.567 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 14:03:42.568 INFO kablam! = note: for more information, see issue #46906 Aug 30 14:03:42.568 INFO kablam! Aug 30 14:03:42.569 INFO kablam! warning: type annotations needed Aug 30 14:03:42.569 INFO kablam! --> src/lib.rs:126:21 Aug 30 14:03:42.569 INFO kablam! | Aug 30 14:03:42.569 INFO kablam! 126 | if !ptr.is_null() { Aug 30 14:03:42.569 INFO kablam! | ^^^^^^^ Aug 30 14:03:42.570 INFO kablam! | Aug 30 14:03:42.570 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 14:03:42.570 INFO kablam! = note: for more information, see issue #46906 Aug 30 14:03:42.571 INFO kablam! Aug 30 14:03:42.835 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_KEYBOARD` found for type `u32` in the current scope Aug 30 14:03:42.835 INFO kablam! --> src/device.rs:343:47 Aug 30 14:03:42.835 INFO kablam! | Aug 30 14:03:42.835 INFO kablam! 343 | DeviceCapability::Keyboard => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_KEYBOARD, Aug 30 14:03:42.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.835 INFO kablam! Aug 30 14:03:42.837 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_POINTER` found for type `u32` in the current scope Aug 30 14:03:42.837 INFO kablam! --> src/device.rs:344:46 Aug 30 14:03:42.837 INFO kablam! | Aug 30 14:03:42.837 INFO kablam! 344 | DeviceCapability::Pointer => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_POINTER, Aug 30 14:03:42.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.838 INFO kablam! Aug 30 14:03:42.840 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TOUCH` found for type `u32` in the current scope Aug 30 14:03:42.840 INFO kablam! --> src/device.rs:345:44 Aug 30 14:03:42.840 INFO kablam! | Aug 30 14:03:42.840 INFO kablam! 345 | DeviceCapability::Touch => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TOUCH, Aug 30 14:03:42.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.840 INFO kablam! Aug 30 14:03:42.842 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TABLET_TOOL` found for type `u32` in the current scope Aug 30 14:03:42.842 INFO kablam! --> src/device.rs:347:21 Aug 30 14:03:42.842 INFO kablam! | Aug 30 14:03:42.842 INFO kablam! 347 | ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TABLET_TOOL Aug 30 14:03:42.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.842 INFO kablam! Aug 30 14:03:42.844 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TABLET_PAD` found for type `u32` in the current scope Aug 30 14:03:42.844 INFO kablam! --> src/device.rs:350:21 Aug 30 14:03:42.844 INFO kablam! | Aug 30 14:03:42.844 INFO kablam! 350 | ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TABLET_PAD Aug 30 14:03:42.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.844 INFO kablam! Aug 30 14:03:42.846 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_GESTURE` found for type `u32` in the current scope Aug 30 14:03:42.846 INFO kablam! --> src/device.rs:352:46 Aug 30 14:03:42.846 INFO kablam! | Aug 30 14:03:42.846 INFO kablam! 352 | DeviceCapability::Gesture => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_GESTURE, Aug 30 14:03:42.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.847 INFO kablam! Aug 30 14:03:42.848 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_SWITCH` found for type `u32` in the current scope Aug 30 14:03:42.849 INFO kablam! --> src/device.rs:353:45 Aug 30 14:03:42.849 INFO kablam! | Aug 30 14:03:42.849 INFO kablam! 353 | DeviceCapability::Switch => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_SWITCH, Aug 30 14:03:42.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.849 INFO kablam! Aug 30 14:03:42.851 INFO kablam! warning: type annotations needed Aug 30 14:03:42.851 INFO kablam! --> src/lib.rs:89:29 Aug 30 14:03:42.851 INFO kablam! | Aug 30 14:03:42.851 INFO kablam! 89 | self.userdata_raw().as_ref() Aug 30 14:03:42.851 INFO kablam! | ^^^^^^ Aug 30 14:03:42.851 INFO kablam! | Aug 30 14:03:42.851 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 14:03:42.852 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 14:03:42.852 INFO kablam! = note: for more information, see issue #46906 Aug 30 14:03:42.852 INFO kablam! Aug 30 14:03:42.852 INFO kablam! warning: type annotations needed Aug 30 14:03:42.852 INFO kablam! --> src/lib.rs:104:29 Aug 30 14:03:42.852 INFO kablam! | Aug 30 14:03:42.852 INFO kablam! 104 | self.userdata_raw().as_mut() Aug 30 14:03:42.852 INFO kablam! | ^^^^^^ Aug 30 14:03:42.852 INFO kablam! | Aug 30 14:03:42.853 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 14:03:42.853 INFO kablam! = note: for more information, see issue #46906 Aug 30 14:03:42.853 INFO kablam! Aug 30 14:03:42.853 INFO kablam! warning: type annotations needed Aug 30 14:03:42.853 INFO kablam! --> src/lib.rs:126:21 Aug 30 14:03:42.853 INFO kablam! | Aug 30 14:03:42.853 INFO kablam! 126 | if !ptr.is_null() { Aug 30 14:03:42.853 INFO kablam! | ^^^^^^^ Aug 30 14:03:42.853 INFO kablam! | Aug 30 14:03:42.853 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 14:03:42.854 INFO kablam! = note: for more information, see issue #46906 Aug 30 14:03:42.854 INFO kablam! Aug 30 14:03:42.857 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_NONE` found for type `u32` in the current scope Aug 30 14:03:42.857 INFO kablam! --> src/device.rs:448:13 Aug 30 14:03:42.857 INFO kablam! | Aug 30 14:03:42.857 INFO kablam! 448 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_NONE => None, Aug 30 14:03:42.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.857 INFO kablam! Aug 30 14:03:42.859 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 14:03:42.859 INFO kablam! --> src/device.rs:449:13 Aug 30 14:03:42.859 INFO kablam! | Aug 30 14:03:42.859 INFO kablam! 449 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT => { Aug 30 14:03:42.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.859 INFO kablam! Aug 30 14:03:42.861 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 14:03:42.861 INFO kablam! --> src/device.rs:452:13 Aug 30 14:03:42.861 INFO kablam! | Aug 30 14:03:42.861 INFO kablam! 452 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE => { Aug 30 14:03:42.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.861 INFO kablam! Aug 30 14:03:42.863 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_NONE` found for type `u32` in the current scope Aug 30 14:03:42.863 INFO kablam! --> src/device.rs:462:13 Aug 30 14:03:42.863 INFO kablam! | Aug 30 14:03:42.863 INFO kablam! 462 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_NONE => None, Aug 30 14:03:42.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.863 INFO kablam! Aug 30 14:03:42.865 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 14:03:42.865 INFO kablam! --> src/device.rs:463:13 Aug 30 14:03:42.865 INFO kablam! | Aug 30 14:03:42.865 INFO kablam! 463 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT => { Aug 30 14:03:42.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.865 INFO kablam! Aug 30 14:03:42.866 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 14:03:42.866 INFO kablam! --> src/device.rs:466:13 Aug 30 14:03:42.866 INFO kablam! | Aug 30 14:03:42.866 INFO kablam! 466 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE => { Aug 30 14:03:42.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.866 INFO kablam! Aug 30 14:03:42.874 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 14:03:42.874 INFO kablam! --> src/device.rs:477:22 Aug 30 14:03:42.874 INFO kablam! | Aug 30 14:03:42.874 INFO kablam! 477 | if bitmask & ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT as u32 != 0 { Aug 30 14:03:42.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.875 INFO kablam! Aug 30 14:03:42.877 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 14:03:42.877 INFO kablam! --> src/device.rs:480:22 Aug 30 14:03:42.877 INFO kablam! | Aug 30 14:03:42.877 INFO kablam! 480 | if bitmask & ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE as u32 != 0 { Aug 30 14:03:42.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.877 INFO kablam! Aug 30 14:03:42.880 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 14:03:42.880 INFO kablam! --> src/device.rs:491:39 Aug 30 14:03:42.880 INFO kablam! | Aug 30 14:03:42.880 INFO kablam! 491 | AccelProfile::Flat => ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT, Aug 30 14:03:42.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.880 INFO kablam! Aug 30 14:03:42.882 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 14:03:42.882 INFO kablam! --> src/device.rs:493:21 Aug 30 14:03:42.882 INFO kablam! | Aug 30 14:03:42.882 INFO kablam! 493 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE Aug 30 14:03:42.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.882 INFO kablam! Aug 30 14:03:42.884 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:42.884 INFO kablam! --> src/device.rs:497:13 Aug 30 14:03:42.884 INFO kablam! | Aug 30 14:03:42.884 INFO kablam! 497 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:42.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.884 INFO kablam! Aug 30 14:03:42.886 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:42.886 INFO kablam! --> src/device.rs:498:13 Aug 30 14:03:42.886 INFO kablam! | Aug 30 14:03:42.886 INFO kablam! 498 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:42.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.886 INFO kablam! Aug 30 14:03:42.888 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:42.888 INFO kablam! --> src/device.rs:501:13 Aug 30 14:03:42.888 INFO kablam! | Aug 30 14:03:42.888 INFO kablam! 501 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:42.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.888 INFO kablam! Aug 30 14:03:42.890 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:42.890 INFO kablam! --> src/device.rs:529:13 Aug 30 14:03:42.890 INFO kablam! | Aug 30 14:03:42.891 INFO kablam! 529 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:42.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.891 INFO kablam! Aug 30 14:03:42.892 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:42.892 INFO kablam! --> src/device.rs:530:13 Aug 30 14:03:42.892 INFO kablam! | Aug 30 14:03:42.892 INFO kablam! 530 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:42.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.892 INFO kablam! Aug 30 14:03:42.894 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:42.894 INFO kablam! --> src/device.rs:533:13 Aug 30 14:03:42.894 INFO kablam! | Aug 30 14:03:42.894 INFO kablam! 533 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:42.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.894 INFO kablam! Aug 30 14:03:42.900 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:42.900 INFO kablam! --> src/device.rs:620:13 Aug 30 14:03:42.900 INFO kablam! | Aug 30 14:03:42.900 INFO kablam! 620 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:42.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.900 INFO kablam! Aug 30 14:03:42.901 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:42.901 INFO kablam! --> src/device.rs:621:13 Aug 30 14:03:42.901 INFO kablam! | Aug 30 14:03:42.901 INFO kablam! 621 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:42.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.901 INFO kablam! Aug 30 14:03:42.907 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:42.907 INFO kablam! --> src/device.rs:624:13 Aug 30 14:03:42.907 INFO kablam! | Aug 30 14:03:42.907 INFO kablam! 624 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:42.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.907 INFO kablam! Aug 30 14:03:42.907 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_NONE` found for type `u32` in the current scope Aug 30 14:03:42.907 INFO kablam! --> src/device.rs:635:13 Aug 30 14:03:42.907 INFO kablam! | Aug 30 14:03:42.907 INFO kablam! 635 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_NONE => None, Aug 30 14:03:42.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.907 INFO kablam! Aug 30 14:03:42.909 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 14:03:42.909 INFO kablam! --> src/device.rs:636:13 Aug 30 14:03:42.909 INFO kablam! | Aug 30 14:03:42.909 INFO kablam! 636 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS => { Aug 30 14:03:42.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.909 INFO kablam! Aug 30 14:03:42.910 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 14:03:42.910 INFO kablam! --> src/device.rs:639:13 Aug 30 14:03:42.910 INFO kablam! | Aug 30 14:03:42.910 INFO kablam! 639 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER => { Aug 30 14:03:42.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.910 INFO kablam! Aug 30 14:03:42.913 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_NONE` found for type `u32` in the current scope Aug 30 14:03:42.913 INFO kablam! --> src/device.rs:652:13 Aug 30 14:03:42.913 INFO kablam! | Aug 30 14:03:42.913 INFO kablam! 652 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_NONE => None, Aug 30 14:03:42.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.913 INFO kablam! Aug 30 14:03:42.915 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 14:03:42.915 INFO kablam! --> src/device.rs:653:13 Aug 30 14:03:42.915 INFO kablam! | Aug 30 14:03:42.915 INFO kablam! 653 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS => { Aug 30 14:03:42.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.915 INFO kablam! Aug 30 14:03:42.916 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 14:03:42.916 INFO kablam! --> src/device.rs:656:13 Aug 30 14:03:42.916 INFO kablam! | Aug 30 14:03:42.916 INFO kablam! 656 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER => { Aug 30 14:03:42.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.916 INFO kablam! Aug 30 14:03:42.918 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 14:03:42.919 INFO kablam! --> src/device.rs:670:22 Aug 30 14:03:42.919 INFO kablam! | Aug 30 14:03:42.919 INFO kablam! 670 | if bitmask & ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER as u32 == Aug 30 14:03:42.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.919 INFO kablam! Aug 30 14:03:42.920 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 14:03:42.920 INFO kablam! --> src/device.rs:674:22 Aug 30 14:03:42.920 INFO kablam! | Aug 30 14:03:42.920 INFO kablam! 674 | if bitmask & ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS as u32 == Aug 30 14:03:42.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.920 INFO kablam! Aug 30 14:03:42.922 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 14:03:42.922 INFO kablam! --> src/device.rs:696:21 Aug 30 14:03:42.923 INFO kablam! | Aug 30 14:03:42.923 INFO kablam! 696 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS Aug 30 14:03:42.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.923 INFO kablam! Aug 30 14:03:42.924 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 14:03:42.924 INFO kablam! --> src/device.rs:699:21 Aug 30 14:03:42.924 INFO kablam! | Aug 30 14:03:42.924 INFO kablam! 699 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER Aug 30 14:03:42.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.924 INFO kablam! Aug 30 14:03:42.925 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:42.925 INFO kablam! --> src/device.rs:703:13 Aug 30 14:03:42.925 INFO kablam! | Aug 30 14:03:42.925 INFO kablam! 703 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:42.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.926 INFO kablam! Aug 30 14:03:42.927 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:42.927 INFO kablam! --> src/device.rs:704:13 Aug 30 14:03:42.927 INFO kablam! | Aug 30 14:03:42.927 INFO kablam! 704 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:42.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.927 INFO kablam! Aug 30 14:03:42.929 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:42.929 INFO kablam! --> src/device.rs:707:13 Aug 30 14:03:42.929 INFO kablam! | Aug 30 14:03:42.929 INFO kablam! 707 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:42.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.929 INFO kablam! Aug 30 14:03:42.932 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 14:03:42.932 INFO kablam! --> src/device.rs:718:13 Aug 30 14:03:42.932 INFO kablam! | Aug 30 14:03:42.932 INFO kablam! 718 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED => true, Aug 30 14:03:42.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.932 INFO kablam! Aug 30 14:03:42.934 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 14:03:42.934 INFO kablam! --> src/device.rs:719:13 Aug 30 14:03:42.935 INFO kablam! | Aug 30 14:03:42.935 INFO kablam! 719 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED => false, Aug 30 14:03:42.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.935 INFO kablam! Aug 30 14:03:42.939 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 14:03:42.940 INFO kablam! --> src/device.rs:730:13 Aug 30 14:03:42.940 INFO kablam! | Aug 30 14:03:42.940 INFO kablam! 730 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED => true, Aug 30 14:03:42.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.940 INFO kablam! Aug 30 14:03:42.940 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 14:03:42.940 INFO kablam! --> src/device.rs:731:13 Aug 30 14:03:42.940 INFO kablam! | Aug 30 14:03:42.940 INFO kablam! 731 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED => false, Aug 30 14:03:42.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.940 INFO kablam! Aug 30 14:03:42.940 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 14:03:42.940 INFO kablam! --> src/device.rs:758:17 Aug 30 14:03:42.940 INFO kablam! | Aug 30 14:03:42.940 INFO kablam! 758 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED Aug 30 14:03:42.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.940 INFO kablam! Aug 30 14:03:42.941 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 14:03:42.941 INFO kablam! --> src/device.rs:760:17 Aug 30 14:03:42.942 INFO kablam! | Aug 30 14:03:42.942 INFO kablam! 760 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED Aug 30 14:03:42.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.942 INFO kablam! Aug 30 14:03:42.943 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:42.943 INFO kablam! --> src/device.rs:763:13 Aug 30 14:03:42.943 INFO kablam! | Aug 30 14:03:42.943 INFO kablam! 763 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:42.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.943 INFO kablam! Aug 30 14:03:42.944 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:42.944 INFO kablam! --> src/device.rs:764:13 Aug 30 14:03:42.945 INFO kablam! | Aug 30 14:03:42.945 INFO kablam! 764 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:42.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.945 INFO kablam! Aug 30 14:03:42.947 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:42.947 INFO kablam! --> src/device.rs:767:13 Aug 30 14:03:42.947 INFO kablam! | Aug 30 14:03:42.947 INFO kablam! 767 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:42.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.947 INFO kablam! Aug 30 14:03:42.949 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:42.949 INFO kablam! --> src/device.rs:796:13 Aug 30 14:03:42.949 INFO kablam! | Aug 30 14:03:42.949 INFO kablam! 796 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:42.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.949 INFO kablam! Aug 30 14:03:42.950 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:42.950 INFO kablam! --> src/device.rs:797:13 Aug 30 14:03:42.950 INFO kablam! | Aug 30 14:03:42.950 INFO kablam! 797 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:42.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.950 INFO kablam! Aug 30 14:03:42.953 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:42.954 INFO kablam! --> src/device.rs:800:13 Aug 30 14:03:42.954 INFO kablam! | Aug 30 14:03:42.954 INFO kablam! 800 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:42.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.954 INFO kablam! Aug 30 14:03:42.954 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 14:03:42.954 INFO kablam! --> src/device.rs:819:13 Aug 30 14:03:42.954 INFO kablam! | Aug 30 14:03:42.954 INFO kablam! 819 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED => true, Aug 30 14:03:42.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.954 INFO kablam! Aug 30 14:03:42.955 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 14:03:42.955 INFO kablam! --> src/device.rs:820:13 Aug 30 14:03:42.955 INFO kablam! | Aug 30 14:03:42.955 INFO kablam! 820 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED => false, Aug 30 14:03:42.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.955 INFO kablam! Aug 30 14:03:42.957 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 14:03:42.957 INFO kablam! --> src/device.rs:840:13 Aug 30 14:03:42.957 INFO kablam! | Aug 30 14:03:42.957 INFO kablam! 840 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED => true, Aug 30 14:03:42.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.957 INFO kablam! Aug 30 14:03:42.959 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 14:03:42.959 INFO kablam! --> src/device.rs:841:13 Aug 30 14:03:42.959 INFO kablam! | Aug 30 14:03:42.959 INFO kablam! 841 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED => false, Aug 30 14:03:42.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.959 INFO kablam! Aug 30 14:03:42.960 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 14:03:42.960 INFO kablam! --> src/device.rs:872:17 Aug 30 14:03:42.960 INFO kablam! | Aug 30 14:03:42.960 INFO kablam! 872 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED Aug 30 14:03:42.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.960 INFO kablam! Aug 30 14:03:42.962 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 14:03:42.962 INFO kablam! --> src/device.rs:874:17 Aug 30 14:03:42.962 INFO kablam! | Aug 30 14:03:42.962 INFO kablam! 874 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED Aug 30 14:03:42.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.962 INFO kablam! Aug 30 14:03:42.964 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:42.964 INFO kablam! --> src/device.rs:877:13 Aug 30 14:03:42.964 INFO kablam! | Aug 30 14:03:42.964 INFO kablam! 877 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:42.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.964 INFO kablam! Aug 30 14:03:42.965 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:42.966 INFO kablam! --> src/device.rs:878:13 Aug 30 14:03:42.966 INFO kablam! | Aug 30 14:03:42.966 INFO kablam! 878 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:42.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.966 INFO kablam! Aug 30 14:03:42.967 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:42.967 INFO kablam! --> src/device.rs:881:13 Aug 30 14:03:42.967 INFO kablam! | Aug 30 14:03:42.967 INFO kablam! 881 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:42.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.967 INFO kablam! Aug 30 14:03:42.969 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:42.969 INFO kablam! --> src/device.rs:928:13 Aug 30 14:03:42.969 INFO kablam! | Aug 30 14:03:42.969 INFO kablam! 928 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:42.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.970 INFO kablam! Aug 30 14:03:42.971 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:42.972 INFO kablam! --> src/device.rs:929:13 Aug 30 14:03:42.972 INFO kablam! | Aug 30 14:03:42.972 INFO kablam! 929 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:42.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.972 INFO kablam! Aug 30 14:03:42.973 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:42.974 INFO kablam! --> src/device.rs:932:13 Aug 30 14:03:42.974 INFO kablam! | Aug 30 14:03:42.974 INFO kablam! 932 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:42.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.974 INFO kablam! Aug 30 14:03:42.977 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 14:03:42.977 INFO kablam! --> src/device.rs:965:13 Aug 30 14:03:42.977 INFO kablam! | Aug 30 14:03:42.977 INFO kablam! 965 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL => ScrollMethod::NoScroll, Aug 30 14:03:42.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.977 INFO kablam! Aug 30 14:03:42.979 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 14:03:42.979 INFO kablam! --> src/device.rs:966:13 Aug 30 14:03:42.979 INFO kablam! | Aug 30 14:03:42.979 INFO kablam! 966 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG => ScrollMethod::TwoFinger, Aug 30 14:03:42.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.979 INFO kablam! Aug 30 14:03:42.983 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 14:03:42.983 INFO kablam! --> src/device.rs:967:13 Aug 30 14:03:42.983 INFO kablam! | Aug 30 14:03:42.983 INFO kablam! 967 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE => ScrollMethod::Edge, Aug 30 14:03:42.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.983 INFO kablam! Aug 30 14:03:42.985 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 14:03:42.985 INFO kablam! --> src/device.rs:968:13 Aug 30 14:03:42.985 INFO kablam! | Aug 30 14:03:42.985 INFO kablam! 968 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN => { Aug 30 14:03:42.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.985 INFO kablam! Aug 30 14:03:42.988 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 14:03:42.988 INFO kablam! --> src/device.rs:980:13 Aug 30 14:03:42.988 INFO kablam! | Aug 30 14:03:42.988 INFO kablam! 980 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL => ScrollMethod::NoScroll, Aug 30 14:03:42.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.988 INFO kablam! Aug 30 14:03:42.990 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 14:03:42.990 INFO kablam! --> src/device.rs:981:13 Aug 30 14:03:42.990 INFO kablam! | Aug 30 14:03:42.990 INFO kablam! 981 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG => ScrollMethod::TwoFinger, Aug 30 14:03:42.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.990 INFO kablam! Aug 30 14:03:42.992 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 14:03:42.992 INFO kablam! --> src/device.rs:982:13 Aug 30 14:03:42.992 INFO kablam! | Aug 30 14:03:42.992 INFO kablam! 982 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE => ScrollMethod::Edge, Aug 30 14:03:42.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.992 INFO kablam! Aug 30 14:03:42.993 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 14:03:42.994 INFO kablam! --> src/device.rs:983:13 Aug 30 14:03:42.994 INFO kablam! | Aug 30 14:03:42.994 INFO kablam! 983 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN => { Aug 30 14:03:42.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.994 INFO kablam! Aug 30 14:03:42.997 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 14:03:42.997 INFO kablam! --> src/device.rs:996:22 Aug 30 14:03:42.997 INFO kablam! | Aug 30 14:03:42.997 INFO kablam! 996 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL as u32 == bitmask { Aug 30 14:03:42.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:42.997 INFO kablam! Aug 30 14:03:43.000 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 14:03:43.000 INFO kablam! --> src/device.rs:999:22 Aug 30 14:03:43.000 INFO kablam! | Aug 30 14:03:43.000 INFO kablam! 999 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG as u32 == bitmask { Aug 30 14:03:43.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.000 INFO kablam! Aug 30 14:03:43.003 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 14:03:43.003 INFO kablam! --> src/device.rs:1002:22 Aug 30 14:03:43.003 INFO kablam! | Aug 30 14:03:43.003 INFO kablam! 1002 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE as u32 == bitmask { Aug 30 14:03:43.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.003 INFO kablam! Aug 30 14:03:43.004 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.005 INFO kablam! --> src/device.rs:1005:22 Aug 30 14:03:43.005 INFO kablam! | Aug 30 14:03:43.005 INFO kablam! 1005 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN as u32 == Aug 30 14:03:43.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.005 INFO kablam! Aug 30 14:03:43.007 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 14:03:43.007 INFO kablam! --> src/device.rs:1027:21 Aug 30 14:03:43.007 INFO kablam! | Aug 30 14:03:43.007 INFO kablam! 1027 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL Aug 30 14:03:43.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.007 INFO kablam! Aug 30 14:03:43.008 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 14:03:43.008 INFO kablam! --> src/device.rs:1029:44 Aug 30 14:03:43.008 INFO kablam! | Aug 30 14:03:43.008 INFO kablam! 1029 | ScrollMethod::TwoFinger => ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG, Aug 30 14:03:43.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.008 INFO kablam! Aug 30 14:03:43.010 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 14:03:43.010 INFO kablam! --> src/device.rs:1030:39 Aug 30 14:03:43.010 INFO kablam! | Aug 30 14:03:43.010 INFO kablam! 1030 | ScrollMethod::Edge => ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE, Aug 30 14:03:43.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.010 INFO kablam! Aug 30 14:03:43.011 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.011 INFO kablam! --> src/device.rs:1032:21 Aug 30 14:03:43.011 INFO kablam! | Aug 30 14:03:43.011 INFO kablam! 1032 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN Aug 30 14:03:43.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.011 INFO kablam! Aug 30 14:03:43.013 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.013 INFO kablam! --> src/device.rs:1036:13 Aug 30 14:03:43.013 INFO kablam! | Aug 30 14:03:43.013 INFO kablam! 1036 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.013 INFO kablam! Aug 30 14:03:43.014 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.014 INFO kablam! --> src/device.rs:1037:13 Aug 30 14:03:43.014 INFO kablam! | Aug 30 14:03:43.014 INFO kablam! 1037 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.014 INFO kablam! Aug 30 14:03:43.015 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.015 INFO kablam! --> src/device.rs:1040:13 Aug 30 14:03:43.015 INFO kablam! | Aug 30 14:03:43.015 INFO kablam! 1040 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.015 INFO kablam! Aug 30 14:03:43.017 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.017 INFO kablam! --> src/device.rs:1077:13 Aug 30 14:03:43.017 INFO kablam! | Aug 30 14:03:43.017 INFO kablam! 1077 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.018 INFO kablam! Aug 30 14:03:43.019 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.019 INFO kablam! --> src/device.rs:1078:13 Aug 30 14:03:43.019 INFO kablam! | Aug 30 14:03:43.019 INFO kablam! 1078 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.019 INFO kablam! Aug 30 14:03:43.020 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.020 INFO kablam! --> src/device.rs:1081:13 Aug 30 14:03:43.020 INFO kablam! | Aug 30 14:03:43.020 INFO kablam! 1081 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.020 INFO kablam! Aug 30 14:03:43.022 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.022 INFO kablam! --> src/device.rs:1103:13 Aug 30 14:03:43.022 INFO kablam! | Aug 30 14:03:43.022 INFO kablam! 1103 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.022 INFO kablam! Aug 30 14:03:43.023 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.023 INFO kablam! --> src/device.rs:1104:13 Aug 30 14:03:43.024 INFO kablam! | Aug 30 14:03:43.024 INFO kablam! 1104 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.024 INFO kablam! Aug 30 14:03:43.028 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.028 INFO kablam! --> src/device.rs:1107:13 Aug 30 14:03:43.028 INFO kablam! | Aug 30 14:03:43.028 INFO kablam! 1107 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.028 INFO kablam! Aug 30 14:03:43.033 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.033 INFO kablam! --> src/device.rs:1196:13 Aug 30 14:03:43.033 INFO kablam! | Aug 30 14:03:43.033 INFO kablam! 1196 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.033 INFO kablam! Aug 30 14:03:43.034 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.034 INFO kablam! --> src/device.rs:1197:13 Aug 30 14:03:43.034 INFO kablam! | Aug 30 14:03:43.034 INFO kablam! 1197 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.034 INFO kablam! Aug 30 14:03:43.035 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.035 INFO kablam! --> src/device.rs:1200:13 Aug 30 14:03:43.035 INFO kablam! | Aug 30 14:03:43.035 INFO kablam! 1200 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.035 INFO kablam! Aug 30 14:03:43.038 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 14:03:43.038 INFO kablam! --> src/device.rs:1217:17 Aug 30 14:03:43.038 INFO kablam! | Aug 30 14:03:43.038 INFO kablam! 1217 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM => { Aug 30 14:03:43.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.038 INFO kablam! Aug 30 14:03:43.039 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 14:03:43.039 INFO kablam! --> src/device.rs:1220:17 Aug 30 14:03:43.039 INFO kablam! | Aug 30 14:03:43.039 INFO kablam! 1220 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR => { Aug 30 14:03:43.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.039 INFO kablam! Aug 30 14:03:43.041 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 14:03:43.041 INFO kablam! --> src/device.rs:1240:17 Aug 30 14:03:43.041 INFO kablam! | Aug 30 14:03:43.041 INFO kablam! 1240 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM => { Aug 30 14:03:43.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.041 INFO kablam! Aug 30 14:03:43.042 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 14:03:43.042 INFO kablam! --> src/device.rs:1243:17 Aug 30 14:03:43.042 INFO kablam! | Aug 30 14:03:43.042 INFO kablam! 1243 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR => { Aug 30 14:03:43.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.043 INFO kablam! Aug 30 14:03:43.044 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.044 INFO kablam! --> src/device.rs:1254:13 Aug 30 14:03:43.044 INFO kablam! | Aug 30 14:03:43.044 INFO kablam! 1254 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED => true, Aug 30 14:03:43.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.044 INFO kablam! Aug 30 14:03:43.046 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.046 INFO kablam! --> src/device.rs:1255:13 Aug 30 14:03:43.046 INFO kablam! | Aug 30 14:03:43.046 INFO kablam! 1255 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED => false, Aug 30 14:03:43.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.046 INFO kablam! Aug 30 14:03:43.047 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.047 INFO kablam! --> src/device.rs:1269:13 Aug 30 14:03:43.047 INFO kablam! | Aug 30 14:03:43.047 INFO kablam! 1269 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED => true, Aug 30 14:03:43.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.048 INFO kablam! Aug 30 14:03:43.049 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.049 INFO kablam! --> src/device.rs:1270:13 Aug 30 14:03:43.049 INFO kablam! | Aug 30 14:03:43.049 INFO kablam! 1270 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED => false, Aug 30 14:03:43.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.049 INFO kablam! Aug 30 14:03:43.051 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.051 INFO kablam! --> src/device.rs:1278:13 Aug 30 14:03:43.051 INFO kablam! | Aug 30 14:03:43.051 INFO kablam! 1278 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED => true, Aug 30 14:03:43.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.051 INFO kablam! Aug 30 14:03:43.052 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.052 INFO kablam! --> src/device.rs:1279:13 Aug 30 14:03:43.052 INFO kablam! | Aug 30 14:03:43.052 INFO kablam! 1279 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED => false, Aug 30 14:03:43.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.052 INFO kablam! Aug 30 14:03:43.054 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.054 INFO kablam! --> src/device.rs:1287:13 Aug 30 14:03:43.054 INFO kablam! | Aug 30 14:03:43.054 INFO kablam! 1287 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED => true, Aug 30 14:03:43.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.054 INFO kablam! Aug 30 14:03:43.054 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_KEYBOARD` found for type `u32` in the current scope Aug 30 14:03:43.054 INFO kablam! --> src/device.rs:343:47 Aug 30 14:03:43.054 INFO kablam! | Aug 30 14:03:43.054 INFO kablam! 343 | DeviceCapability::Keyboard => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_KEYBOARD, Aug 30 14:03:43.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.054 INFO kablam! Aug 30 14:03:43.055 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.055 INFO kablam! --> src/device.rs:1288:13 Aug 30 14:03:43.055 INFO kablam! | Aug 30 14:03:43.055 INFO kablam! 1288 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED => false, Aug 30 14:03:43.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.055 INFO kablam! Aug 30 14:03:43.056 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_POINTER` found for type `u32` in the current scope Aug 30 14:03:43.056 INFO kablam! --> src/device.rs:344:46 Aug 30 14:03:43.056 INFO kablam! | Aug 30 14:03:43.056 INFO kablam! 344 | DeviceCapability::Pointer => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_POINTER, Aug 30 14:03:43.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.056 INFO kablam! Aug 30 14:03:43.057 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.057 INFO kablam! --> src/device.rs:1300:13 Aug 30 14:03:43.057 INFO kablam! | Aug 30 14:03:43.057 INFO kablam! 1300 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED => true, Aug 30 14:03:43.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.057 INFO kablam! Aug 30 14:03:43.058 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TOUCH` found for type `u32` in the current scope Aug 30 14:03:43.058 INFO kablam! --> src/device.rs:345:44 Aug 30 14:03:43.058 INFO kablam! | Aug 30 14:03:43.058 INFO kablam! 345 | DeviceCapability::Touch => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TOUCH, Aug 30 14:03:43.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.058 INFO kablam! Aug 30 14:03:43.059 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.059 INFO kablam! --> src/device.rs:1301:13 Aug 30 14:03:43.059 INFO kablam! | Aug 30 14:03:43.059 INFO kablam! 1301 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED => false, Aug 30 14:03:43.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.059 INFO kablam! Aug 30 14:03:43.059 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TABLET_TOOL` found for type `u32` in the current scope Aug 30 14:03:43.060 INFO kablam! --> src/device.rs:347:21 Aug 30 14:03:43.060 INFO kablam! | Aug 30 14:03:43.060 INFO kablam! 347 | ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TABLET_TOOL Aug 30 14:03:43.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.060 INFO kablam! Aug 30 14:03:43.061 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.061 INFO kablam! --> src/device.rs:1311:13 Aug 30 14:03:43.061 INFO kablam! | Aug 30 14:03:43.061 INFO kablam! 1311 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED => true, Aug 30 14:03:43.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.061 INFO kablam! Aug 30 14:03:43.061 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_TABLET_PAD` found for type `u32` in the current scope Aug 30 14:03:43.061 INFO kablam! --> src/device.rs:350:21 Aug 30 14:03:43.061 INFO kablam! | Aug 30 14:03:43.061 INFO kablam! 350 | ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_TABLET_PAD Aug 30 14:03:43.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.062 INFO kablam! Aug 30 14:03:43.062 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.062 INFO kablam! --> src/device.rs:1312:13 Aug 30 14:03:43.062 INFO kablam! | Aug 30 14:03:43.062 INFO kablam! 1312 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED => false, Aug 30 14:03:43.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.062 INFO kablam! Aug 30 14:03:43.063 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_GESTURE` found for type `u32` in the current scope Aug 30 14:03:43.063 INFO kablam! --> src/device.rs:352:46 Aug 30 14:03:43.063 INFO kablam! | Aug 30 14:03:43.063 INFO kablam! 352 | DeviceCapability::Gesture => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_GESTURE, Aug 30 14:03:43.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.063 INFO kablam! Aug 30 14:03:43.064 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 14:03:43.064 INFO kablam! --> src/device.rs:1349:21 Aug 30 14:03:43.064 INFO kablam! | Aug 30 14:03:43.064 INFO kablam! 1349 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM Aug 30 14:03:43.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.064 INFO kablam! Aug 30 14:03:43.065 INFO kablam! error[E0599]: no associated item named `LIBINPUT_DEVICE_CAP_SWITCH` found for type `u32` in the current scope Aug 30 14:03:43.065 INFO kablam! --> src/device.rs:353:45 Aug 30 14:03:43.065 INFO kablam! | Aug 30 14:03:43.065 INFO kablam! 353 | DeviceCapability::Switch => ffi::libinput_device_capability::LIBINPUT_DEVICE_CAP_SWITCH, Aug 30 14:03:43.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.065 INFO kablam! Aug 30 14:03:43.065 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 14:03:43.066 INFO kablam! --> src/device.rs:1352:21 Aug 30 14:03:43.066 INFO kablam! | Aug 30 14:03:43.066 INFO kablam! 1352 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR Aug 30 14:03:43.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.066 INFO kablam! Aug 30 14:03:43.067 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.067 INFO kablam! --> src/device.rs:1356:13 Aug 30 14:03:43.067 INFO kablam! | Aug 30 14:03:43.067 INFO kablam! 1356 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.067 INFO kablam! Aug 30 14:03:43.068 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.068 INFO kablam! --> src/device.rs:1357:13 Aug 30 14:03:43.068 INFO kablam! | Aug 30 14:03:43.068 INFO kablam! 1357 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.068 INFO kablam! Aug 30 14:03:43.070 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.070 INFO kablam! --> src/device.rs:1360:13 Aug 30 14:03:43.070 INFO kablam! | Aug 30 14:03:43.070 INFO kablam! 1360 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.070 INFO kablam! Aug 30 14:03:43.072 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.072 INFO kablam! --> src/device.rs:1376:17 Aug 30 14:03:43.072 INFO kablam! | Aug 30 14:03:43.072 INFO kablam! 1376 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED Aug 30 14:03:43.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.072 INFO kablam! Aug 30 14:03:43.072 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_NONE` found for type `u32` in the current scope Aug 30 14:03:43.072 INFO kablam! --> src/device.rs:448:13 Aug 30 14:03:43.072 INFO kablam! | Aug 30 14:03:43.072 INFO kablam! 448 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_NONE => None, Aug 30 14:03:43.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.072 INFO kablam! Aug 30 14:03:43.073 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.073 INFO kablam! --> src/device.rs:1378:17 Aug 30 14:03:43.073 INFO kablam! | Aug 30 14:03:43.073 INFO kablam! 1378 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED Aug 30 14:03:43.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.073 INFO kablam! Aug 30 14:03:43.074 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 14:03:43.074 INFO kablam! --> src/device.rs:449:13 Aug 30 14:03:43.074 INFO kablam! | Aug 30 14:03:43.074 INFO kablam! 449 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT => { Aug 30 14:03:43.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.074 INFO kablam! Aug 30 14:03:43.074 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.074 INFO kablam! --> src/device.rs:1381:13 Aug 30 14:03:43.075 INFO kablam! | Aug 30 14:03:43.075 INFO kablam! 1381 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.075 INFO kablam! Aug 30 14:03:43.075 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 14:03:43.075 INFO kablam! --> src/device.rs:452:13 Aug 30 14:03:43.075 INFO kablam! | Aug 30 14:03:43.075 INFO kablam! 452 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE => { Aug 30 14:03:43.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.076 INFO kablam! Aug 30 14:03:43.076 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.076 INFO kablam! --> src/device.rs:1382:13 Aug 30 14:03:43.076 INFO kablam! | Aug 30 14:03:43.076 INFO kablam! 1382 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.076 INFO kablam! Aug 30 14:03:43.084 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.084 INFO kablam! --> src/device.rs:1385:13 Aug 30 14:03:43.084 INFO kablam! | Aug 30 14:03:43.084 INFO kablam! 1385 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.084 INFO kablam! Aug 30 14:03:43.084 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_NONE` found for type `u32` in the current scope Aug 30 14:03:43.084 INFO kablam! --> src/device.rs:462:13 Aug 30 14:03:43.084 INFO kablam! | Aug 30 14:03:43.085 INFO kablam! 462 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_NONE => None, Aug 30 14:03:43.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.085 INFO kablam! Aug 30 14:03:43.085 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 14:03:43.085 INFO kablam! --> src/device.rs:463:13 Aug 30 14:03:43.085 INFO kablam! | Aug 30 14:03:43.085 INFO kablam! 463 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT => { Aug 30 14:03:43.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.085 INFO kablam! Aug 30 14:03:43.085 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.085 INFO kablam! --> src/device.rs:1404:17 Aug 30 14:03:43.085 INFO kablam! | Aug 30 14:03:43.085 INFO kablam! 1404 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED Aug 30 14:03:43.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.085 INFO kablam! Aug 30 14:03:43.085 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 14:03:43.085 INFO kablam! --> src/device.rs:466:13 Aug 30 14:03:43.085 INFO kablam! | Aug 30 14:03:43.085 INFO kablam! 466 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE => { Aug 30 14:03:43.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.085 INFO kablam! Aug 30 14:03:43.086 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.086 INFO kablam! --> src/device.rs:1406:17 Aug 30 14:03:43.086 INFO kablam! | Aug 30 14:03:43.086 INFO kablam! 1406 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED Aug 30 14:03:43.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.086 INFO kablam! Aug 30 14:03:43.086 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.086 INFO kablam! --> src/device.rs:1409:13 Aug 30 14:03:43.086 INFO kablam! | Aug 30 14:03:43.086 INFO kablam! 1409 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.086 INFO kablam! Aug 30 14:03:43.086 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 14:03:43.086 INFO kablam! --> src/device.rs:477:22 Aug 30 14:03:43.086 INFO kablam! | Aug 30 14:03:43.086 INFO kablam! 477 | if bitmask & ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT as u32 != 0 { Aug 30 14:03:43.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.086 INFO kablam! Aug 30 14:03:43.086 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.086 INFO kablam! --> src/device.rs:1410:13 Aug 30 14:03:43.086 INFO kablam! | Aug 30 14:03:43.086 INFO kablam! 1410 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.087 INFO kablam! Aug 30 14:03:43.087 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.087 INFO kablam! --> src/device.rs:1413:13 Aug 30 14:03:43.087 INFO kablam! | Aug 30 14:03:43.087 INFO kablam! 1413 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.087 INFO kablam! Aug 30 14:03:43.087 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 14:03:43.087 INFO kablam! --> src/device.rs:480:22 Aug 30 14:03:43.088 INFO kablam! | Aug 30 14:03:43.088 INFO kablam! 480 | if bitmask & ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE as u32 != 0 { Aug 30 14:03:43.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.088 INFO kablam! Aug 30 14:03:43.089 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.089 INFO kablam! --> src/device.rs:1427:17 Aug 30 14:03:43.089 INFO kablam! | Aug 30 14:03:43.089 INFO kablam! 1427 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED Aug 30 14:03:43.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.089 INFO kablam! Aug 30 14:03:43.090 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT` found for type `u32` in the current scope Aug 30 14:03:43.090 INFO kablam! --> src/device.rs:491:39 Aug 30 14:03:43.090 INFO kablam! | Aug 30 14:03:43.090 INFO kablam! 491 | AccelProfile::Flat => ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT, Aug 30 14:03:43.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.090 INFO kablam! Aug 30 14:03:43.090 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.090 INFO kablam! --> src/device.rs:1429:17 Aug 30 14:03:43.090 INFO kablam! | Aug 30 14:03:43.090 INFO kablam! 1429 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED Aug 30 14:03:43.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.091 INFO kablam! Aug 30 14:03:43.092 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE` found for type `u32` in the current scope Aug 30 14:03:43.092 INFO kablam! --> src/device.rs:493:21 Aug 30 14:03:43.092 INFO kablam! | Aug 30 14:03:43.092 INFO kablam! 493 | ffi::libinput_config_accel_profile::LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE Aug 30 14:03:43.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.092 INFO kablam! Aug 30 14:03:43.092 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.092 INFO kablam! --> src/device.rs:1432:13 Aug 30 14:03:43.092 INFO kablam! | Aug 30 14:03:43.092 INFO kablam! 1432 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.092 INFO kablam! Aug 30 14:03:43.093 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.093 INFO kablam! --> src/device.rs:497:13 Aug 30 14:03:43.093 INFO kablam! | Aug 30 14:03:43.094 INFO kablam! 497 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.094 INFO kablam! Aug 30 14:03:43.094 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.094 INFO kablam! --> src/device.rs:1433:13 Aug 30 14:03:43.094 INFO kablam! | Aug 30 14:03:43.094 INFO kablam! 1433 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.094 INFO kablam! Aug 30 14:03:43.095 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.095 INFO kablam! --> src/device.rs:498:13 Aug 30 14:03:43.095 INFO kablam! | Aug 30 14:03:43.095 INFO kablam! 498 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.095 INFO kablam! Aug 30 14:03:43.095 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.095 INFO kablam! --> src/device.rs:1436:13 Aug 30 14:03:43.096 INFO kablam! | Aug 30 14:03:43.096 INFO kablam! 1436 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.096 INFO kablam! Aug 30 14:03:43.097 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.097 INFO kablam! --> src/device.rs:501:13 Aug 30 14:03:43.097 INFO kablam! | Aug 30 14:03:43.097 INFO kablam! 501 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.097 INFO kablam! Aug 30 14:03:43.099 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.099 INFO kablam! --> src/device.rs:529:13 Aug 30 14:03:43.099 INFO kablam! | Aug 30 14:03:43.099 INFO kablam! 529 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.099 INFO kablam! Aug 30 14:03:43.101 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.101 INFO kablam! --> src/device.rs:530:13 Aug 30 14:03:43.101 INFO kablam! | Aug 30 14:03:43.101 INFO kablam! 530 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.101 INFO kablam! Aug 30 14:03:43.102 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.102 INFO kablam! --> src/device.rs:533:13 Aug 30 14:03:43.102 INFO kablam! | Aug 30 14:03:43.102 INFO kablam! 533 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.103 INFO kablam! Aug 30 14:03:43.107 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.107 INFO kablam! --> src/device.rs:620:13 Aug 30 14:03:43.107 INFO kablam! | Aug 30 14:03:43.107 INFO kablam! 620 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.107 INFO kablam! Aug 30 14:03:43.108 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.108 INFO kablam! --> src/device.rs:621:13 Aug 30 14:03:43.108 INFO kablam! | Aug 30 14:03:43.108 INFO kablam! 621 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.108 INFO kablam! Aug 30 14:03:43.110 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.110 INFO kablam! --> src/device.rs:624:13 Aug 30 14:03:43.110 INFO kablam! | Aug 30 14:03:43.110 INFO kablam! 624 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.110 INFO kablam! Aug 30 14:03:43.112 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_NONE` found for type `u32` in the current scope Aug 30 14:03:43.112 INFO kablam! --> src/device.rs:635:13 Aug 30 14:03:43.112 INFO kablam! | Aug 30 14:03:43.112 INFO kablam! 635 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_NONE => None, Aug 30 14:03:43.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.112 INFO kablam! Aug 30 14:03:43.114 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 14:03:43.114 INFO kablam! --> src/device.rs:636:13 Aug 30 14:03:43.114 INFO kablam! | Aug 30 14:03:43.114 INFO kablam! 636 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS => { Aug 30 14:03:43.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.114 INFO kablam! Aug 30 14:03:43.115 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 14:03:43.115 INFO kablam! --> src/device.rs:639:13 Aug 30 14:03:43.115 INFO kablam! | Aug 30 14:03:43.115 INFO kablam! 639 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER => { Aug 30 14:03:43.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.115 INFO kablam! Aug 30 14:03:43.115 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_NONE` found for type `u32` in the current scope Aug 30 14:03:43.115 INFO kablam! --> src/event/mod.rs:62:13 Aug 30 14:03:43.116 INFO kablam! | Aug 30 14:03:43.116 INFO kablam! 62 | ffi::libinput_event_type::LIBINPUT_EVENT_NONE => panic!("Trying to convert null event"), Aug 30 14:03:43.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.116 INFO kablam! Aug 30 14:03:43.117 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_ADDED` found for type `u32` in the current scope Aug 30 14:03:43.117 INFO kablam! --> src/event/mod.rs:63:13 Aug 30 14:03:43.117 INFO kablam! | Aug 30 14:03:43.117 INFO kablam! 63 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_ADDED | Aug 30 14:03:43.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.117 INFO kablam! Aug 30 14:03:43.117 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_NONE` found for type `u32` in the current scope Aug 30 14:03:43.118 INFO kablam! --> src/device.rs:652:13 Aug 30 14:03:43.118 INFO kablam! | Aug 30 14:03:43.118 INFO kablam! 652 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_NONE => None, Aug 30 14:03:43.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.118 INFO kablam! Aug 30 14:03:43.119 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_REMOVED` found for type `u32` in the current scope Aug 30 14:03:43.119 INFO kablam! --> src/event/mod.rs:64:13 Aug 30 14:03:43.119 INFO kablam! | Aug 30 14:03:43.119 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_REMOVED => { Aug 30 14:03:43.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.119 INFO kablam! Aug 30 14:03:43.119 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 14:03:43.119 INFO kablam! --> src/device.rs:653:13 Aug 30 14:03:43.119 INFO kablam! | Aug 30 14:03:43.119 INFO kablam! 653 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS => { Aug 30 14:03:43.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.119 INFO kablam! Aug 30 14:03:43.127 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_KEYBOARD_KEY` found for type `u32` in the current scope Aug 30 14:03:43.127 INFO kablam! --> src/event/mod.rs:67:13 Aug 30 14:03:43.127 INFO kablam! | Aug 30 14:03:43.127 INFO kablam! 67 | ffi::libinput_event_type::LIBINPUT_EVENT_KEYBOARD_KEY => { Aug 30 14:03:43.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.127 INFO kablam! Aug 30 14:03:43.127 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 14:03:43.127 INFO kablam! --> src/device.rs:656:13 Aug 30 14:03:43.127 INFO kablam! | Aug 30 14:03:43.127 INFO kablam! 656 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER => { Aug 30 14:03:43.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.127 INFO kablam! Aug 30 14:03:43.127 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION` found for type `u32` in the current scope Aug 30 14:03:43.127 INFO kablam! --> src/event/mod.rs:70:13 Aug 30 14:03:43.127 INFO kablam! | Aug 30 14:03:43.127 INFO kablam! 70 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION | Aug 30 14:03:43.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.127 INFO kablam! Aug 30 14:03:43.127 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 14:03:43.127 INFO kablam! --> src/device.rs:670:22 Aug 30 14:03:43.127 INFO kablam! | Aug 30 14:03:43.127 INFO kablam! 670 | if bitmask & ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER as u32 == Aug 30 14:03:43.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.127 INFO kablam! Aug 30 14:03:43.133 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE` found for type `u32` in the current scope Aug 30 14:03:43.133 INFO kablam! --> src/event/mod.rs:71:13 Aug 30 14:03:43.133 INFO kablam! | Aug 30 14:03:43.133 INFO kablam! 71 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE | Aug 30 14:03:43.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.133 INFO kablam! Aug 30 14:03:43.133 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 14:03:43.133 INFO kablam! --> src/device.rs:674:22 Aug 30 14:03:43.133 INFO kablam! | Aug 30 14:03:43.133 INFO kablam! 674 | if bitmask & ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS as u32 == Aug 30 14:03:43.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.133 INFO kablam! Aug 30 14:03:43.133 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.133 INFO kablam! --> src/event/mod.rs:72:13 Aug 30 14:03:43.133 INFO kablam! | Aug 30 14:03:43.133 INFO kablam! 72 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_BUTTON | Aug 30 14:03:43.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.133 INFO kablam! Aug 30 14:03:43.133 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS` found for type `u32` in the current scope Aug 30 14:03:43.133 INFO kablam! --> src/device.rs:696:21 Aug 30 14:03:43.133 INFO kablam! | Aug 30 14:03:43.133 INFO kablam! 696 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS Aug 30 14:03:43.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.133 INFO kablam! Aug 30 14:03:43.133 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_AXIS` found for type `u32` in the current scope Aug 30 14:03:43.134 INFO kablam! --> src/event/mod.rs:73:13 Aug 30 14:03:43.134 INFO kablam! | Aug 30 14:03:43.134 INFO kablam! 73 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_AXIS => { Aug 30 14:03:43.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.134 INFO kablam! Aug 30 14:03:43.134 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER` found for type `u32` in the current scope Aug 30 14:03:43.134 INFO kablam! --> src/device.rs:699:21 Aug 30 14:03:43.134 INFO kablam! | Aug 30 14:03:43.134 INFO kablam! 699 | ffi::libinput_config_click_method::LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER Aug 30 14:03:43.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.134 INFO kablam! Aug 30 14:03:43.134 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.134 INFO kablam! --> src/event/mod.rs:76:13 Aug 30 14:03:43.134 INFO kablam! | Aug 30 14:03:43.134 INFO kablam! 76 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_DOWN | Aug 30 14:03:43.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.134 INFO kablam! Aug 30 14:03:43.134 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.134 INFO kablam! --> src/device.rs:703:13 Aug 30 14:03:43.134 INFO kablam! | Aug 30 14:03:43.134 INFO kablam! 703 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.134 INFO kablam! Aug 30 14:03:43.134 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.134 INFO kablam! --> src/device.rs:704:13 Aug 30 14:03:43.134 INFO kablam! | Aug 30 14:03:43.134 INFO kablam! 704 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.135 INFO kablam! Aug 30 14:03:43.135 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_UP` found for type `u32` in the current scope Aug 30 14:03:43.135 INFO kablam! --> src/event/mod.rs:77:13 Aug 30 14:03:43.135 INFO kablam! | Aug 30 14:03:43.135 INFO kablam! 77 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_UP | Aug 30 14:03:43.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.135 INFO kablam! Aug 30 14:03:43.135 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_MOTION` found for type `u32` in the current scope Aug 30 14:03:43.135 INFO kablam! --> src/event/mod.rs:78:13 Aug 30 14:03:43.135 INFO kablam! | Aug 30 14:03:43.135 INFO kablam! 78 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_MOTION | Aug 30 14:03:43.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.135 INFO kablam! Aug 30 14:03:43.135 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.135 INFO kablam! --> src/device.rs:707:13 Aug 30 14:03:43.135 INFO kablam! | Aug 30 14:03:43.135 INFO kablam! 707 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.135 INFO kablam! Aug 30 14:03:43.136 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_CANCEL` found for type `u32` in the current scope Aug 30 14:03:43.136 INFO kablam! --> src/event/mod.rs:79:13 Aug 30 14:03:43.136 INFO kablam! | Aug 30 14:03:43.136 INFO kablam! 79 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_CANCEL | Aug 30 14:03:43.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.136 INFO kablam! Aug 30 14:03:43.137 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_FRAME` found for type `u32` in the current scope Aug 30 14:03:43.137 INFO kablam! --> src/event/mod.rs:80:13 Aug 30 14:03:43.137 INFO kablam! | Aug 30 14:03:43.137 INFO kablam! 80 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_FRAME => { Aug 30 14:03:43.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.137 INFO kablam! Aug 30 14:03:43.138 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.138 INFO kablam! --> src/device.rs:718:13 Aug 30 14:03:43.138 INFO kablam! | Aug 30 14:03:43.138 INFO kablam! 718 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED => true, Aug 30 14:03:43.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.138 INFO kablam! Aug 30 14:03:43.139 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_AXIS` found for type `u32` in the current scope Aug 30 14:03:43.139 INFO kablam! --> src/event/mod.rs:83:13 Aug 30 14:03:43.139 INFO kablam! | Aug 30 14:03:43.139 INFO kablam! 83 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_AXIS | Aug 30 14:03:43.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.139 INFO kablam! Aug 30 14:03:43.139 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.139 INFO kablam! --> src/device.rs:719:13 Aug 30 14:03:43.140 INFO kablam! | Aug 30 14:03:43.140 INFO kablam! 719 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED => false, Aug 30 14:03:43.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.140 INFO kablam! Aug 30 14:03:43.140 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY` found for type `u32` in the current scope Aug 30 14:03:43.140 INFO kablam! --> src/event/mod.rs:84:13 Aug 30 14:03:43.140 INFO kablam! | Aug 30 14:03:43.140 INFO kablam! 84 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY | Aug 30 14:03:43.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.140 INFO kablam! Aug 30 14:03:43.144 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_TIP` found for type `u32` in the current scope Aug 30 14:03:43.144 INFO kablam! --> src/event/mod.rs:85:13 Aug 30 14:03:43.144 INFO kablam! | Aug 30 14:03:43.144 INFO kablam! 85 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_TIP | Aug 30 14:03:43.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.144 INFO kablam! Aug 30 14:03:43.144 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.144 INFO kablam! --> src/device.rs:730:13 Aug 30 14:03:43.144 INFO kablam! | Aug 30 14:03:43.144 INFO kablam! 730 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED => true, Aug 30 14:03:43.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.145 INFO kablam! Aug 30 14:03:43.145 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.145 INFO kablam! --> src/device.rs:731:13 Aug 30 14:03:43.145 INFO kablam! | Aug 30 14:03:43.145 INFO kablam! 731 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED => false, Aug 30 14:03:43.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.145 INFO kablam! Aug 30 14:03:43.145 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.145 INFO kablam! --> src/event/mod.rs:86:13 Aug 30 14:03:43.145 INFO kablam! | Aug 30 14:03:43.145 INFO kablam! 86 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_BUTTON => { Aug 30 14:03:43.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.145 INFO kablam! Aug 30 14:03:43.146 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.146 INFO kablam! --> src/event/mod.rs:89:13 Aug 30 14:03:43.146 INFO kablam! | Aug 30 14:03:43.146 INFO kablam! 89 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_BUTTON | Aug 30 14:03:43.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.146 INFO kablam! Aug 30 14:03:43.146 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.146 INFO kablam! --> src/device.rs:758:17 Aug 30 14:03:43.146 INFO kablam! | Aug 30 14:03:43.146 INFO kablam! 758 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_ENABLED Aug 30 14:03:43.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.146 INFO kablam! Aug 30 14:03:43.147 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_RING` found for type `u32` in the current scope Aug 30 14:03:43.147 INFO kablam! --> src/event/mod.rs:90:13 Aug 30 14:03:43.147 INFO kablam! | Aug 30 14:03:43.147 INFO kablam! 90 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_RING | Aug 30 14:03:43.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.147 INFO kablam! Aug 30 14:03:43.147 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DWT_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.148 INFO kablam! --> src/device.rs:760:17 Aug 30 14:03:43.148 INFO kablam! | Aug 30 14:03:43.148 INFO kablam! 760 | ffi::libinput_config_dwt_state::LIBINPUT_CONFIG_DWT_DISABLED Aug 30 14:03:43.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.148 INFO kablam! Aug 30 14:03:43.148 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_STRIP` found for type `u32` in the current scope Aug 30 14:03:43.148 INFO kablam! --> src/event/mod.rs:91:13 Aug 30 14:03:43.148 INFO kablam! | Aug 30 14:03:43.148 INFO kablam! 91 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_STRIP => { Aug 30 14:03:43.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.148 INFO kablam! Aug 30 14:03:43.151 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.151 INFO kablam! --> src/event/mod.rs:94:13 Aug 30 14:03:43.151 INFO kablam! | Aug 30 14:03:43.151 INFO kablam! 94 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 14:03:43.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.151 INFO kablam! Aug 30 14:03:43.151 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.151 INFO kablam! --> src/device.rs:763:13 Aug 30 14:03:43.151 INFO kablam! | Aug 30 14:03:43.151 INFO kablam! 763 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.151 INFO kablam! Aug 30 14:03:43.151 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.151 INFO kablam! --> src/event/mod.rs:95:13 Aug 30 14:03:43.151 INFO kablam! | Aug 30 14:03:43.151 INFO kablam! 95 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 14:03:43.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.151 INFO kablam! Aug 30 14:03:43.156 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.156 INFO kablam! --> src/device.rs:764:13 Aug 30 14:03:43.156 INFO kablam! | Aug 30 14:03:43.156 INFO kablam! 764 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.156 INFO kablam! Aug 30 14:03:43.156 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 14:03:43.156 INFO kablam! --> src/event/mod.rs:96:13 Aug 30 14:03:43.156 INFO kablam! | Aug 30 14:03:43.156 INFO kablam! 96 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END | Aug 30 14:03:43.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.157 INFO kablam! Aug 30 14:03:43.157 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.157 INFO kablam! --> src/event/mod.rs:97:13 Aug 30 14:03:43.157 INFO kablam! | Aug 30 14:03:43.157 INFO kablam! 97 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 14:03:43.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.157 INFO kablam! Aug 30 14:03:43.157 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.157 INFO kablam! --> src/device.rs:767:13 Aug 30 14:03:43.157 INFO kablam! | Aug 30 14:03:43.157 INFO kablam! 767 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.157 INFO kablam! Aug 30 14:03:43.157 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.157 INFO kablam! --> src/event/mod.rs:98:13 Aug 30 14:03:43.157 INFO kablam! | Aug 30 14:03:43.157 INFO kablam! 98 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 14:03:43.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.157 INFO kablam! Aug 30 14:03:43.157 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 14:03:43.157 INFO kablam! --> src/event/mod.rs:99:13 Aug 30 14:03:43.157 INFO kablam! | Aug 30 14:03:43.157 INFO kablam! 99 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 14:03:43.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.158 INFO kablam! Aug 30 14:03:43.159 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_SWITCH_TOGGLE` found for type `u32` in the current scope Aug 30 14:03:43.159 INFO kablam! --> src/event/mod.rs:102:13 Aug 30 14:03:43.159 INFO kablam! | Aug 30 14:03:43.159 INFO kablam! 102 | ffi::libinput_event_type::LIBINPUT_EVENT_SWITCH_TOGGLE => { Aug 30 14:03:43.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.159 INFO kablam! Aug 30 14:03:43.159 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.159 INFO kablam! --> src/device.rs:796:13 Aug 30 14:03:43.159 INFO kablam! | Aug 30 14:03:43.159 INFO kablam! 796 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.159 INFO kablam! Aug 30 14:03:43.161 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.161 INFO kablam! --> src/device.rs:797:13 Aug 30 14:03:43.161 INFO kablam! | Aug 30 14:03:43.161 INFO kablam! 797 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.161 INFO kablam! Aug 30 14:03:43.164 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.164 INFO kablam! --> src/device.rs:800:13 Aug 30 14:03:43.164 INFO kablam! | Aug 30 14:03:43.164 INFO kablam! 800 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.164 INFO kablam! Aug 30 14:03:43.166 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.166 INFO kablam! --> src/device.rs:819:13 Aug 30 14:03:43.166 INFO kablam! | Aug 30 14:03:43.166 INFO kablam! 819 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED => true, Aug 30 14:03:43.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.166 INFO kablam! Aug 30 14:03:43.168 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.168 INFO kablam! --> src/device.rs:820:13 Aug 30 14:03:43.168 INFO kablam! | Aug 30 14:03:43.168 INFO kablam! 820 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED => false, Aug 30 14:03:43.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.168 INFO kablam! Aug 30 14:03:43.170 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.170 INFO kablam! --> src/device.rs:840:13 Aug 30 14:03:43.170 INFO kablam! | Aug 30 14:03:43.170 INFO kablam! 840 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED => true, Aug 30 14:03:43.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.170 INFO kablam! Aug 30 14:03:43.172 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.172 INFO kablam! --> src/device.rs:841:13 Aug 30 14:03:43.172 INFO kablam! | Aug 30 14:03:43.172 INFO kablam! 841 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED => false, Aug 30 14:03:43.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.172 INFO kablam! Aug 30 14:03:43.173 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.173 INFO kablam! --> src/device.rs:872:17 Aug 30 14:03:43.174 INFO kablam! | Aug 30 14:03:43.174 INFO kablam! 872 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED Aug 30 14:03:43.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.174 INFO kablam! Aug 30 14:03:43.175 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.175 INFO kablam! --> src/device.rs:874:17 Aug 30 14:03:43.175 INFO kablam! | Aug 30 14:03:43.175 INFO kablam! 874 | ffi::libinput_config_middle_emulation_state::LIBINPUT_CONFIG_MIDDLE_EMULATION_DISABLED Aug 30 14:03:43.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.175 INFO kablam! Aug 30 14:03:43.178 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.178 INFO kablam! --> src/device.rs:877:13 Aug 30 14:03:43.178 INFO kablam! | Aug 30 14:03:43.178 INFO kablam! 877 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.178 INFO kablam! Aug 30 14:03:43.178 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.178 INFO kablam! --> src/device.rs:878:13 Aug 30 14:03:43.178 INFO kablam! | Aug 30 14:03:43.178 INFO kablam! 878 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.179 INFO kablam! Aug 30 14:03:43.180 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.180 INFO kablam! --> src/device.rs:881:13 Aug 30 14:03:43.180 INFO kablam! | Aug 30 14:03:43.180 INFO kablam! 881 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.180 INFO kablam! Aug 30 14:03:43.182 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.182 INFO kablam! --> src/device.rs:928:13 Aug 30 14:03:43.182 INFO kablam! | Aug 30 14:03:43.182 INFO kablam! 928 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.182 INFO kablam! Aug 30 14:03:43.183 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.184 INFO kablam! --> src/device.rs:929:13 Aug 30 14:03:43.184 INFO kablam! | Aug 30 14:03:43.184 INFO kablam! 929 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.184 INFO kablam! Aug 30 14:03:43.185 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.185 INFO kablam! --> src/device.rs:932:13 Aug 30 14:03:43.186 INFO kablam! | Aug 30 14:03:43.186 INFO kablam! 932 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.186 INFO kablam! Aug 30 14:03:43.187 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 14:03:43.188 INFO kablam! --> src/device.rs:965:13 Aug 30 14:03:43.188 INFO kablam! | Aug 30 14:03:43.188 INFO kablam! 965 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL => ScrollMethod::NoScroll, Aug 30 14:03:43.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.188 INFO kablam! Aug 30 14:03:43.201 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 14:03:43.201 INFO kablam! --> src/device.rs:966:13 Aug 30 14:03:43.201 INFO kablam! | Aug 30 14:03:43.201 INFO kablam! 966 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG => ScrollMethod::TwoFinger, Aug 30 14:03:43.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.201 INFO kablam! Aug 30 14:03:43.201 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 14:03:43.201 INFO kablam! --> src/device.rs:967:13 Aug 30 14:03:43.201 INFO kablam! | Aug 30 14:03:43.201 INFO kablam! 967 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE => ScrollMethod::Edge, Aug 30 14:03:43.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.201 INFO kablam! Aug 30 14:03:43.201 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.201 INFO kablam! --> src/device.rs:968:13 Aug 30 14:03:43.201 INFO kablam! | Aug 30 14:03:43.201 INFO kablam! 968 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN => { Aug 30 14:03:43.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.201 INFO kablam! Aug 30 14:03:43.201 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 14:03:43.201 INFO kablam! --> src/device.rs:980:13 Aug 30 14:03:43.201 INFO kablam! | Aug 30 14:03:43.201 INFO kablam! 980 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL => ScrollMethod::NoScroll, Aug 30 14:03:43.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.201 INFO kablam! Aug 30 14:03:43.201 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 14:03:43.201 INFO kablam! --> src/device.rs:981:13 Aug 30 14:03:43.201 INFO kablam! | Aug 30 14:03:43.202 INFO kablam! 981 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG => ScrollMethod::TwoFinger, Aug 30 14:03:43.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.202 INFO kablam! Aug 30 14:03:43.202 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 14:03:43.202 INFO kablam! --> src/device.rs:982:13 Aug 30 14:03:43.202 INFO kablam! | Aug 30 14:03:43.202 INFO kablam! 982 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE => ScrollMethod::Edge, Aug 30 14:03:43.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.202 INFO kablam! Aug 30 14:03:43.203 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.203 INFO kablam! --> src/device.rs:983:13 Aug 30 14:03:43.203 INFO kablam! | Aug 30 14:03:43.203 INFO kablam! 983 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN => { Aug 30 14:03:43.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.203 INFO kablam! Aug 30 14:03:43.206 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 14:03:43.206 INFO kablam! --> src/device.rs:996:22 Aug 30 14:03:43.206 INFO kablam! | Aug 30 14:03:43.206 INFO kablam! 996 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL as u32 == bitmask { Aug 30 14:03:43.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.206 INFO kablam! Aug 30 14:03:43.209 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 14:03:43.209 INFO kablam! --> src/device.rs:999:22 Aug 30 14:03:43.209 INFO kablam! | Aug 30 14:03:43.209 INFO kablam! 999 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG as u32 == bitmask { Aug 30 14:03:43.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.209 INFO kablam! Aug 30 14:03:43.218 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 14:03:43.218 INFO kablam! --> src/device.rs:1002:22 Aug 30 14:03:43.218 INFO kablam! | Aug 30 14:03:43.218 INFO kablam! 1002 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE as u32 == bitmask { Aug 30 14:03:43.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.218 INFO kablam! Aug 30 14:03:43.218 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.218 INFO kablam! --> src/device.rs:1005:22 Aug 30 14:03:43.218 INFO kablam! | Aug 30 14:03:43.218 INFO kablam! 1005 | if bitmask & ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN as u32 == Aug 30 14:03:43.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.218 INFO kablam! Aug 30 14:03:43.219 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_NO_SCROLL` found for type `u32` in the current scope Aug 30 14:03:43.219 INFO kablam! --> src/device.rs:1027:21 Aug 30 14:03:43.219 INFO kablam! | Aug 30 14:03:43.219 INFO kablam! 1027 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_NO_SCROLL Aug 30 14:03:43.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.219 INFO kablam! Aug 30 14:03:43.219 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_2FG` found for type `u32` in the current scope Aug 30 14:03:43.219 INFO kablam! --> src/device.rs:1029:44 Aug 30 14:03:43.219 INFO kablam! | Aug 30 14:03:43.219 INFO kablam! 1029 | ScrollMethod::TwoFinger => ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_2FG, Aug 30 14:03:43.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.219 INFO kablam! Aug 30 14:03:43.219 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_EDGE` found for type `u32` in the current scope Aug 30 14:03:43.219 INFO kablam! --> src/device.rs:1030:39 Aug 30 14:03:43.219 INFO kablam! | Aug 30 14:03:43.219 INFO kablam! 1030 | ScrollMethod::Edge => ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_EDGE, Aug 30 14:03:43.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.219 INFO kablam! Aug 30 14:03:43.220 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.220 INFO kablam! --> src/device.rs:1032:21 Aug 30 14:03:43.220 INFO kablam! | Aug 30 14:03:43.220 INFO kablam! 1032 | ffi::libinput_config_scroll_method::LIBINPUT_CONFIG_SCROLL_ON_BUTTON_DOWN Aug 30 14:03:43.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.220 INFO kablam! Aug 30 14:03:43.222 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.222 INFO kablam! --> src/device.rs:1036:13 Aug 30 14:03:43.222 INFO kablam! | Aug 30 14:03:43.222 INFO kablam! 1036 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.222 INFO kablam! Aug 30 14:03:43.224 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.225 INFO kablam! --> src/device.rs:1037:13 Aug 30 14:03:43.225 INFO kablam! | Aug 30 14:03:43.225 INFO kablam! 1037 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.225 INFO kablam! Aug 30 14:03:43.226 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.226 INFO kablam! --> src/device.rs:1040:13 Aug 30 14:03:43.226 INFO kablam! | Aug 30 14:03:43.226 INFO kablam! 1040 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.226 INFO kablam! Aug 30 14:03:43.229 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.229 INFO kablam! --> src/device.rs:1077:13 Aug 30 14:03:43.229 INFO kablam! | Aug 30 14:03:43.229 INFO kablam! 1077 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.229 INFO kablam! Aug 30 14:03:43.231 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.231 INFO kablam! --> src/device.rs:1078:13 Aug 30 14:03:43.231 INFO kablam! | Aug 30 14:03:43.231 INFO kablam! 1078 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.231 INFO kablam! Aug 30 14:03:43.233 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.233 INFO kablam! --> src/device.rs:1081:13 Aug 30 14:03:43.233 INFO kablam! | Aug 30 14:03:43.233 INFO kablam! 1081 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.233 INFO kablam! Aug 30 14:03:43.238 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.238 INFO kablam! --> src/device.rs:1103:13 Aug 30 14:03:43.238 INFO kablam! | Aug 30 14:03:43.238 INFO kablam! 1103 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.238 INFO kablam! Aug 30 14:03:43.238 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.238 INFO kablam! --> src/device.rs:1104:13 Aug 30 14:03:43.238 INFO kablam! | Aug 30 14:03:43.238 INFO kablam! 1104 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.238 INFO kablam! Aug 30 14:03:43.238 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.238 INFO kablam! --> src/device.rs:1107:13 Aug 30 14:03:43.238 INFO kablam! | Aug 30 14:03:43.238 INFO kablam! 1107 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.238 INFO kablam! Aug 30 14:03:43.244 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.244 INFO kablam! --> src/device.rs:1196:13 Aug 30 14:03:43.245 INFO kablam! | Aug 30 14:03:43.245 INFO kablam! 1196 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.245 INFO kablam! Aug 30 14:03:43.246 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.246 INFO kablam! --> src/device.rs:1197:13 Aug 30 14:03:43.246 INFO kablam! | Aug 30 14:03:43.246 INFO kablam! 1197 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.246 INFO kablam! Aug 30 14:03:43.247 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.247 INFO kablam! --> src/device.rs:1200:13 Aug 30 14:03:43.247 INFO kablam! | Aug 30 14:03:43.247 INFO kablam! 1200 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.247 INFO kablam! Aug 30 14:03:43.250 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 14:03:43.250 INFO kablam! --> src/device.rs:1217:17 Aug 30 14:03:43.250 INFO kablam! | Aug 30 14:03:43.250 INFO kablam! 1217 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM => { Aug 30 14:03:43.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.250 INFO kablam! Aug 30 14:03:43.251 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 14:03:43.251 INFO kablam! --> src/device.rs:1220:17 Aug 30 14:03:43.251 INFO kablam! | Aug 30 14:03:43.251 INFO kablam! 1220 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR => { Aug 30 14:03:43.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.251 INFO kablam! Aug 30 14:03:43.253 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 14:03:43.253 INFO kablam! --> src/device.rs:1240:17 Aug 30 14:03:43.253 INFO kablam! | Aug 30 14:03:43.253 INFO kablam! 1240 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM => { Aug 30 14:03:43.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.253 INFO kablam! Aug 30 14:03:43.254 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 14:03:43.254 INFO kablam! --> src/device.rs:1243:17 Aug 30 14:03:43.254 INFO kablam! | Aug 30 14:03:43.254 INFO kablam! 1243 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR => { Aug 30 14:03:43.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.255 INFO kablam! Aug 30 14:03:43.256 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.256 INFO kablam! --> src/device.rs:1254:13 Aug 30 14:03:43.256 INFO kablam! | Aug 30 14:03:43.256 INFO kablam! 1254 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED => true, Aug 30 14:03:43.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.256 INFO kablam! Aug 30 14:03:43.257 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.258 INFO kablam! --> src/device.rs:1255:13 Aug 30 14:03:43.258 INFO kablam! | Aug 30 14:03:43.258 INFO kablam! 1255 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED => false, Aug 30 14:03:43.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.258 INFO kablam! Aug 30 14:03:43.259 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.259 INFO kablam! --> src/device.rs:1269:13 Aug 30 14:03:43.259 INFO kablam! | Aug 30 14:03:43.259 INFO kablam! 1269 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED => true, Aug 30 14:03:43.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.259 INFO kablam! Aug 30 14:03:43.261 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.261 INFO kablam! --> src/device.rs:1270:13 Aug 30 14:03:43.261 INFO kablam! | Aug 30 14:03:43.261 INFO kablam! 1270 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED => false, Aug 30 14:03:43.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.261 INFO kablam! Aug 30 14:03:43.262 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.262 INFO kablam! --> src/device.rs:1278:13 Aug 30 14:03:43.263 INFO kablam! | Aug 30 14:03:43.263 INFO kablam! 1278 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED => true, Aug 30 14:03:43.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.263 INFO kablam! Aug 30 14:03:43.264 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.264 INFO kablam! --> src/device.rs:1279:13 Aug 30 14:03:43.264 INFO kablam! | Aug 30 14:03:43.264 INFO kablam! 1279 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED => false, Aug 30 14:03:43.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.264 INFO kablam! Aug 30 14:03:43.265 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.266 INFO kablam! --> src/device.rs:1287:13 Aug 30 14:03:43.266 INFO kablam! | Aug 30 14:03:43.266 INFO kablam! 1287 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED => true, Aug 30 14:03:43.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.266 INFO kablam! Aug 30 14:03:43.267 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.267 INFO kablam! --> src/device.rs:1288:13 Aug 30 14:03:43.267 INFO kablam! | Aug 30 14:03:43.267 INFO kablam! 1288 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED => false, Aug 30 14:03:43.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.267 INFO kablam! Aug 30 14:03:43.269 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.269 INFO kablam! --> src/device.rs:1300:13 Aug 30 14:03:43.269 INFO kablam! | Aug 30 14:03:43.269 INFO kablam! 1300 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED => true, Aug 30 14:03:43.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.269 INFO kablam! Aug 30 14:03:43.270 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.270 INFO kablam! --> src/device.rs:1301:13 Aug 30 14:03:43.270 INFO kablam! | Aug 30 14:03:43.270 INFO kablam! 1301 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED => false, Aug 30 14:03:43.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.270 INFO kablam! Aug 30 14:03:43.271 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_ADDED` found for type `u32` in the current scope Aug 30 14:03:43.271 INFO kablam! --> src/event/device.rs:42:13 Aug 30 14:03:43.271 INFO kablam! | Aug 30 14:03:43.271 INFO kablam! 42 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_ADDED => { Aug 30 14:03:43.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.271 INFO kablam! Aug 30 14:03:43.272 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.272 INFO kablam! --> src/device.rs:1311:13 Aug 30 14:03:43.272 INFO kablam! | Aug 30 14:03:43.272 INFO kablam! 1311 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED => true, Aug 30 14:03:43.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.272 INFO kablam! Aug 30 14:03:43.272 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_REMOVED` found for type `u32` in the current scope Aug 30 14:03:43.272 INFO kablam! --> src/event/device.rs:45:13 Aug 30 14:03:43.272 INFO kablam! | Aug 30 14:03:43.272 INFO kablam! 45 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_REMOVED => { Aug 30 14:03:43.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.272 INFO kablam! Aug 30 14:03:43.273 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.273 INFO kablam! --> src/device.rs:1312:13 Aug 30 14:03:43.273 INFO kablam! | Aug 30 14:03:43.273 INFO kablam! 1312 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED => false, Aug 30 14:03:43.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.273 INFO kablam! Aug 30 14:03:43.275 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LRM` found for type `u32` in the current scope Aug 30 14:03:43.275 INFO kablam! --> src/device.rs:1349:21 Aug 30 14:03:43.275 INFO kablam! | Aug 30 14:03:43.275 INFO kablam! 1349 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LRM Aug 30 14:03:43.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.275 INFO kablam! Aug 30 14:03:43.281 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_MAP_LMR` found for type `u32` in the current scope Aug 30 14:03:43.282 INFO kablam! --> src/device.rs:1352:21 Aug 30 14:03:43.282 INFO kablam! | Aug 30 14:03:43.282 INFO kablam! 1352 | ffi::libinput_config_tap_button_map::LIBINPUT_CONFIG_TAP_MAP_LMR Aug 30 14:03:43.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.282 INFO kablam! Aug 30 14:03:43.282 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.282 INFO kablam! --> src/device.rs:1356:13 Aug 30 14:03:43.282 INFO kablam! | Aug 30 14:03:43.282 INFO kablam! 1356 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.282 INFO kablam! Aug 30 14:03:43.282 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.282 INFO kablam! --> src/device.rs:1357:13 Aug 30 14:03:43.282 INFO kablam! | Aug 30 14:03:43.282 INFO kablam! 1357 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.282 INFO kablam! Aug 30 14:03:43.282 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.282 INFO kablam! --> src/event/gesture.rs:57:13 Aug 30 14:03:43.282 INFO kablam! | Aug 30 14:03:43.282 INFO kablam! 57 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 14:03:43.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.283 INFO kablam! Aug 30 14:03:43.283 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.283 INFO kablam! --> src/device.rs:1360:13 Aug 30 14:03:43.283 INFO kablam! | Aug 30 14:03:43.283 INFO kablam! 1360 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.283 INFO kablam! Aug 30 14:03:43.283 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.283 INFO kablam! --> src/event/gesture.rs:58:13 Aug 30 14:03:43.283 INFO kablam! | Aug 30 14:03:43.283 INFO kablam! 58 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 14:03:43.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.283 INFO kablam! Aug 30 14:03:43.283 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.283 INFO kablam! --> src/device.rs:1376:17 Aug 30 14:03:43.283 INFO kablam! | Aug 30 14:03:43.283 INFO kablam! 1376 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_ENABLED Aug 30 14:03:43.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.283 INFO kablam! Aug 30 14:03:43.283 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 14:03:43.284 INFO kablam! --> src/event/gesture.rs:59:13 Aug 30 14:03:43.284 INFO kablam! | Aug 30 14:03:43.284 INFO kablam! 59 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 14:03:43.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.284 INFO kablam! Aug 30 14:03:43.284 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.284 INFO kablam! --> src/device.rs:1378:17 Aug 30 14:03:43.284 INFO kablam! | Aug 30 14:03:43.284 INFO kablam! 1378 | ffi::libinput_config_drag_state::LIBINPUT_CONFIG_DRAG_DISABLED Aug 30 14:03:43.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.284 INFO kablam! Aug 30 14:03:43.284 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.285 INFO kablam! --> src/event/gesture.rs:62:13 Aug 30 14:03:43.285 INFO kablam! | Aug 30 14:03:43.285 INFO kablam! 62 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 14:03:43.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.285 INFO kablam! Aug 30 14:03:43.285 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.285 INFO kablam! --> src/device.rs:1381:13 Aug 30 14:03:43.285 INFO kablam! | Aug 30 14:03:43.285 INFO kablam! 1381 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.285 INFO kablam! Aug 30 14:03:43.286 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.286 INFO kablam! --> src/event/gesture.rs:63:13 Aug 30 14:03:43.286 INFO kablam! | Aug 30 14:03:43.286 INFO kablam! 63 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 14:03:43.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.286 INFO kablam! Aug 30 14:03:43.286 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.286 INFO kablam! --> src/device.rs:1382:13 Aug 30 14:03:43.286 INFO kablam! | Aug 30 14:03:43.286 INFO kablam! 1382 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.287 INFO kablam! Aug 30 14:03:43.287 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 14:03:43.287 INFO kablam! --> src/event/gesture.rs:64:13 Aug 30 14:03:43.287 INFO kablam! | Aug 30 14:03:43.287 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 14:03:43.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.287 INFO kablam! Aug 30 14:03:43.288 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.288 INFO kablam! --> src/device.rs:1385:13 Aug 30 14:03:43.288 INFO kablam! | Aug 30 14:03:43.288 INFO kablam! 1385 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.288 INFO kablam! Aug 30 14:03:43.290 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.290 INFO kablam! --> src/device.rs:1404:17 Aug 30 14:03:43.290 INFO kablam! | Aug 30 14:03:43.290 INFO kablam! 1404 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_ENABLED Aug 30 14:03:43.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.290 INFO kablam! Aug 30 14:03:43.291 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_DRAG_LOCK_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.291 INFO kablam! --> src/device.rs:1406:17 Aug 30 14:03:43.291 INFO kablam! | Aug 30 14:03:43.291 INFO kablam! 1406 | ffi::libinput_config_drag_lock_state::LIBINPUT_CONFIG_DRAG_LOCK_DISABLED Aug 30 14:03:43.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.291 INFO kablam! Aug 30 14:03:43.292 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.293 INFO kablam! --> src/device.rs:1409:13 Aug 30 14:03:43.293 INFO kablam! | Aug 30 14:03:43.293 INFO kablam! 1409 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.293 INFO kablam! Aug 30 14:03:43.294 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.294 INFO kablam! --> src/device.rs:1410:13 Aug 30 14:03:43.294 INFO kablam! | Aug 30 14:03:43.294 INFO kablam! 1410 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.294 INFO kablam! Aug 30 14:03:43.295 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.295 INFO kablam! --> src/device.rs:1413:13 Aug 30 14:03:43.295 INFO kablam! | Aug 30 14:03:43.295 INFO kablam! 1413 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.295 INFO kablam! Aug 30 14:03:43.298 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_ENABLED` found for type `u32` in the current scope Aug 30 14:03:43.298 INFO kablam! --> src/device.rs:1427:17 Aug 30 14:03:43.298 INFO kablam! | Aug 30 14:03:43.298 INFO kablam! 1427 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_ENABLED Aug 30 14:03:43.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.298 INFO kablam! Aug 30 14:03:43.298 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.298 INFO kablam! --> src/event/gesture.rs:174:13 Aug 30 14:03:43.298 INFO kablam! | Aug 30 14:03:43.298 INFO kablam! 174 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN => { Aug 30 14:03:43.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.298 INFO kablam! Aug 30 14:03:43.299 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_TAP_DISABLED` found for type `u32` in the current scope Aug 30 14:03:43.299 INFO kablam! --> src/device.rs:1429:17 Aug 30 14:03:43.299 INFO kablam! | Aug 30 14:03:43.299 INFO kablam! 1429 | ffi::libinput_config_tap_state::LIBINPUT_CONFIG_TAP_DISABLED Aug 30 14:03:43.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.299 INFO kablam! Aug 30 14:03:43.299 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.299 INFO kablam! --> src/event/gesture.rs:177:13 Aug 30 14:03:43.299 INFO kablam! | Aug 30 14:03:43.299 INFO kablam! 177 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE => { Aug 30 14:03:43.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.300 INFO kablam! Aug 30 14:03:43.301 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_SUCCESS` found for type `u32` in the current scope Aug 30 14:03:43.301 INFO kablam! --> src/device.rs:1432:13 Aug 30 14:03:43.301 INFO kablam! | Aug 30 14:03:43.301 INFO kablam! 1432 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_SUCCESS => Ok(()), Aug 30 14:03:43.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.301 INFO kablam! Aug 30 14:03:43.301 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 14:03:43.301 INFO kablam! --> src/event/gesture.rs:180:13 Aug 30 14:03:43.301 INFO kablam! | Aug 30 14:03:43.301 INFO kablam! 180 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 14:03:43.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.301 INFO kablam! Aug 30 14:03:43.302 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.302 INFO kablam! --> src/event/gesture.rs:183:13 Aug 30 14:03:43.302 INFO kablam! | Aug 30 14:03:43.302 INFO kablam! 183 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 14:03:43.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.302 INFO kablam! Aug 30 14:03:43.302 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_UNSUPPORTED` found for type `u32` in the current scope Aug 30 14:03:43.302 INFO kablam! --> src/device.rs:1433:13 Aug 30 14:03:43.302 INFO kablam! | Aug 30 14:03:43.302 INFO kablam! 1433 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_UNSUPPORTED => { Aug 30 14:03:43.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.302 INFO kablam! Aug 30 14:03:43.303 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.303 INFO kablam! --> src/event/gesture.rs:184:13 Aug 30 14:03:43.303 INFO kablam! | Aug 30 14:03:43.303 INFO kablam! 184 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 14:03:43.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.304 INFO kablam! Aug 30 14:03:43.304 INFO kablam! error[E0599]: no associated item named `LIBINPUT_CONFIG_STATUS_INVALID` found for type `u32` in the current scope Aug 30 14:03:43.304 INFO kablam! --> src/device.rs:1436:13 Aug 30 14:03:43.304 INFO kablam! | Aug 30 14:03:43.304 INFO kablam! 1436 | ffi::libinput_config_status::LIBINPUT_CONFIG_STATUS_INVALID => Err(DeviceConfigError::Invalid), Aug 30 14:03:43.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.304 INFO kablam! Aug 30 14:03:43.305 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 14:03:43.305 INFO kablam! --> src/event/gesture.rs:185:13 Aug 30 14:03:43.305 INFO kablam! | Aug 30 14:03:43.305 INFO kablam! 185 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 14:03:43.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.305 INFO kablam! Aug 30 14:03:43.315 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.315 INFO kablam! --> src/event/gesture.rs:257:13 Aug 30 14:03:43.315 INFO kablam! | Aug 30 14:03:43.315 INFO kablam! 257 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 14:03:43.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.315 INFO kablam! Aug 30 14:03:43.316 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.316 INFO kablam! --> src/event/gesture.rs:258:13 Aug 30 14:03:43.316 INFO kablam! | Aug 30 14:03:43.316 INFO kablam! 258 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 14:03:43.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.316 INFO kablam! Aug 30 14:03:43.317 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 14:03:43.317 INFO kablam! --> src/event/gesture.rs:259:13 Aug 30 14:03:43.318 INFO kablam! | Aug 30 14:03:43.318 INFO kablam! 259 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 14:03:43.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.318 INFO kablam! Aug 30 14:03:43.319 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.319 INFO kablam! --> src/event/gesture.rs:262:13 Aug 30 14:03:43.319 INFO kablam! | Aug 30 14:03:43.319 INFO kablam! 262 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN => { Aug 30 14:03:43.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.319 INFO kablam! Aug 30 14:03:43.320 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.320 INFO kablam! --> src/event/gesture.rs:265:13 Aug 30 14:03:43.320 INFO kablam! | Aug 30 14:03:43.320 INFO kablam! 265 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE => { Aug 30 14:03:43.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.320 INFO kablam! Aug 30 14:03:43.322 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 14:03:43.322 INFO kablam! --> src/event/gesture.rs:268:13 Aug 30 14:03:43.322 INFO kablam! | Aug 30 14:03:43.322 INFO kablam! 268 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 14:03:43.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.322 INFO kablam! Aug 30 14:03:43.324 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_NONE` found for type `u32` in the current scope Aug 30 14:03:43.324 INFO kablam! --> src/event/mod.rs:62:13 Aug 30 14:03:43.324 INFO kablam! | Aug 30 14:03:43.324 INFO kablam! 62 | ffi::libinput_event_type::LIBINPUT_EVENT_NONE => panic!("Trying to convert null event"), Aug 30 14:03:43.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.324 INFO kablam! Aug 30 14:03:43.325 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_ADDED` found for type `u32` in the current scope Aug 30 14:03:43.325 INFO kablam! --> src/event/mod.rs:63:13 Aug 30 14:03:43.325 INFO kablam! | Aug 30 14:03:43.326 INFO kablam! 63 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_ADDED | Aug 30 14:03:43.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.326 INFO kablam! Aug 30 14:03:43.327 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_REMOVED` found for type `u32` in the current scope Aug 30 14:03:43.327 INFO kablam! --> src/event/mod.rs:64:13 Aug 30 14:03:43.327 INFO kablam! | Aug 30 14:03:43.327 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_REMOVED => { Aug 30 14:03:43.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.327 INFO kablam! Aug 30 14:03:43.327 INFO kablam! error[E0599]: no associated item named `LIBINPUT_KEY_STATE_PRESSED` found for type `u32` in the current scope Aug 30 14:03:43.327 INFO kablam! --> src/event/keyboard.rs:31:13 Aug 30 14:03:43.327 INFO kablam! | Aug 30 14:03:43.327 INFO kablam! 31 | ffi::libinput_key_state::LIBINPUT_KEY_STATE_PRESSED => KeyState::Pressed, Aug 30 14:03:43.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.328 INFO kablam! Aug 30 14:03:43.329 INFO kablam! error[E0599]: no associated item named `LIBINPUT_KEY_STATE_RELEASED` found for type `u32` in the current scope Aug 30 14:03:43.329 INFO kablam! --> src/event/keyboard.rs:32:13 Aug 30 14:03:43.329 INFO kablam! | Aug 30 14:03:43.329 INFO kablam! 32 | ffi::libinput_key_state::LIBINPUT_KEY_STATE_RELEASED => KeyState::Released, Aug 30 14:03:43.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.329 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_KEYBOARD_KEY` found for type `u32` in the current scope Aug 30 14:03:43.329 INFO kablam! --> src/event/mod.rs:67:13 Aug 30 14:03:43.329 INFO kablam! | Aug 30 14:03:43.329 INFO kablam! 67 | ffi::libinput_event_type::LIBINPUT_EVENT_KEYBOARD_KEY => { Aug 30 14:03:43.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.329 INFO kablam! Aug 30 14:03:43.329 INFO kablam! Aug 30 14:03:43.330 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION` found for type `u32` in the current scope Aug 30 14:03:43.330 INFO kablam! --> src/event/mod.rs:70:13 Aug 30 14:03:43.330 INFO kablam! | Aug 30 14:03:43.331 INFO kablam! 70 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION | Aug 30 14:03:43.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.331 INFO kablam! Aug 30 14:03:43.332 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE` found for type `u32` in the current scope Aug 30 14:03:43.332 INFO kablam! --> src/event/mod.rs:71:13 Aug 30 14:03:43.332 INFO kablam! | Aug 30 14:03:43.332 INFO kablam! 71 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE | Aug 30 14:03:43.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.332 INFO kablam! Aug 30 14:03:43.334 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.334 INFO kablam! --> src/event/mod.rs:72:13 Aug 30 14:03:43.334 INFO kablam! | Aug 30 14:03:43.334 INFO kablam! 72 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_BUTTON | Aug 30 14:03:43.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.334 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_KEYBOARD_KEY` found for type `u32` in the current scope Aug 30 14:03:43.334 INFO kablam! --> src/event/keyboard.rs:66:13 Aug 30 14:03:43.334 INFO kablam! | Aug 30 14:03:43.334 INFO kablam! 66 | ffi::libinput_event_type::LIBINPUT_EVENT_KEYBOARD_KEY => { Aug 30 14:03:43.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.334 INFO kablam! Aug 30 14:03:43.334 INFO kablam! Aug 30 14:03:43.335 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_AXIS` found for type `u32` in the current scope Aug 30 14:03:43.335 INFO kablam! --> src/event/mod.rs:73:13 Aug 30 14:03:43.335 INFO kablam! | Aug 30 14:03:43.335 INFO kablam! 73 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_AXIS => { Aug 30 14:03:43.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.335 INFO kablam! Aug 30 14:03:43.337 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.337 INFO kablam! --> src/event/mod.rs:76:13 Aug 30 14:03:43.337 INFO kablam! | Aug 30 14:03:43.337 INFO kablam! 76 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_DOWN | Aug 30 14:03:43.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.337 INFO kablam! Aug 30 14:03:43.338 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_UP` found for type `u32` in the current scope Aug 30 14:03:43.338 INFO kablam! --> src/event/mod.rs:77:13 Aug 30 14:03:43.338 INFO kablam! | Aug 30 14:03:43.338 INFO kablam! 77 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_UP | Aug 30 14:03:43.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.338 INFO kablam! Aug 30 14:03:43.340 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_MOTION` found for type `u32` in the current scope Aug 30 14:03:43.340 INFO kablam! --> src/event/mod.rs:78:13 Aug 30 14:03:43.340 INFO kablam! | Aug 30 14:03:43.340 INFO kablam! 78 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_MOTION | Aug 30 14:03:43.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.340 INFO kablam! Aug 30 14:03:43.341 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_CANCEL` found for type `u32` in the current scope Aug 30 14:03:43.341 INFO kablam! --> src/event/mod.rs:79:13 Aug 30 14:03:43.341 INFO kablam! | Aug 30 14:03:43.341 INFO kablam! 79 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_CANCEL | Aug 30 14:03:43.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.341 INFO kablam! Aug 30 14:03:43.343 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_FRAME` found for type `u32` in the current scope Aug 30 14:03:43.343 INFO kablam! --> src/event/mod.rs:80:13 Aug 30 14:03:43.343 INFO kablam! | Aug 30 14:03:43.343 INFO kablam! 80 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_FRAME => { Aug 30 14:03:43.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.343 INFO kablam! Aug 30 14:03:43.344 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_AXIS` found for type `u32` in the current scope Aug 30 14:03:43.344 INFO kablam! --> src/event/mod.rs:83:13 Aug 30 14:03:43.344 INFO kablam! | Aug 30 14:03:43.345 INFO kablam! 83 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_AXIS | Aug 30 14:03:43.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.345 INFO kablam! Aug 30 14:03:43.345 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION` found for type `u32` in the current scope Aug 30 14:03:43.345 INFO kablam! --> src/event/pointer.rs:55:13 Aug 30 14:03:43.345 INFO kablam! | Aug 30 14:03:43.345 INFO kablam! 55 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION => { Aug 30 14:03:43.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.345 INFO kablam! Aug 30 14:03:43.346 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY` found for type `u32` in the current scope Aug 30 14:03:43.346 INFO kablam! --> src/event/mod.rs:84:13 Aug 30 14:03:43.346 INFO kablam! | Aug 30 14:03:43.346 INFO kablam! 84 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY | Aug 30 14:03:43.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.346 INFO kablam! Aug 30 14:03:43.346 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE` found for type `u32` in the current scope Aug 30 14:03:43.346 INFO kablam! --> src/event/pointer.rs:58:13 Aug 30 14:03:43.347 INFO kablam! | Aug 30 14:03:43.347 INFO kablam! 58 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE => { Aug 30 14:03:43.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.347 INFO kablam! Aug 30 14:03:43.348 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_TIP` found for type `u32` in the current scope Aug 30 14:03:43.348 INFO kablam! --> src/event/mod.rs:85:13 Aug 30 14:03:43.348 INFO kablam! | Aug 30 14:03:43.348 INFO kablam! 85 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_TIP | Aug 30 14:03:43.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.348 INFO kablam! Aug 30 14:03:43.348 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.348 INFO kablam! --> src/event/pointer.rs:61:13 Aug 30 14:03:43.348 INFO kablam! | Aug 30 14:03:43.348 INFO kablam! 61 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_BUTTON => { Aug 30 14:03:43.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.348 INFO kablam! Aug 30 14:03:43.349 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.349 INFO kablam! --> src/event/mod.rs:86:13 Aug 30 14:03:43.349 INFO kablam! | Aug 30 14:03:43.349 INFO kablam! 86 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_BUTTON => { Aug 30 14:03:43.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.350 INFO kablam! Aug 30 14:03:43.350 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_AXIS` found for type `u32` in the current scope Aug 30 14:03:43.350 INFO kablam! --> src/event/pointer.rs:64:13 Aug 30 14:03:43.350 INFO kablam! | Aug 30 14:03:43.350 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_AXIS => { Aug 30 14:03:43.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.350 INFO kablam! Aug 30 14:03:43.351 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.351 INFO kablam! --> src/event/mod.rs:89:13 Aug 30 14:03:43.351 INFO kablam! | Aug 30 14:03:43.351 INFO kablam! 89 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_BUTTON | Aug 30 14:03:43.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.351 INFO kablam! Aug 30 14:03:43.353 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_RING` found for type `u32` in the current scope Aug 30 14:03:43.353 INFO kablam! --> src/event/mod.rs:90:13 Aug 30 14:03:43.353 INFO kablam! | Aug 30 14:03:43.353 INFO kablam! 90 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_RING | Aug 30 14:03:43.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.353 INFO kablam! Aug 30 14:03:43.354 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_STRIP` found for type `u32` in the current scope Aug 30 14:03:43.354 INFO kablam! --> src/event/mod.rs:91:13 Aug 30 14:03:43.354 INFO kablam! | Aug 30 14:03:43.354 INFO kablam! 91 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_STRIP => { Aug 30 14:03:43.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.354 INFO kablam! Aug 30 14:03:43.356 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.356 INFO kablam! --> src/event/mod.rs:94:13 Aug 30 14:03:43.356 INFO kablam! | Aug 30 14:03:43.356 INFO kablam! 94 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 14:03:43.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.356 INFO kablam! Aug 30 14:03:43.356 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 14:03:43.356 INFO kablam! --> src/event/pointer.rs:202:13 Aug 30 14:03:43.356 INFO kablam! | Aug 30 14:03:43.356 INFO kablam! 202 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 14:03:43.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.357 INFO kablam! Aug 30 14:03:43.357 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.357 INFO kablam! --> src/event/mod.rs:95:13 Aug 30 14:03:43.357 INFO kablam! | Aug 30 14:03:43.357 INFO kablam! 95 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 14:03:43.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.357 INFO kablam! Aug 30 14:03:43.358 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 14:03:43.358 INFO kablam! --> src/event/pointer.rs:203:13 Aug 30 14:03:43.358 INFO kablam! | Aug 30 14:03:43.358 INFO kablam! 203 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 14:03:43.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.358 INFO kablam! Aug 30 14:03:43.359 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 14:03:43.359 INFO kablam! --> src/event/mod.rs:96:13 Aug 30 14:03:43.359 INFO kablam! | Aug 30 14:03:43.359 INFO kablam! 96 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END | Aug 30 14:03:43.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.359 INFO kablam! Aug 30 14:03:43.361 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.361 INFO kablam! --> src/event/mod.rs:97:13 Aug 30 14:03:43.361 INFO kablam! | Aug 30 14:03:43.361 INFO kablam! 97 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 14:03:43.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.361 INFO kablam! Aug 30 14:03:43.362 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.362 INFO kablam! --> src/event/mod.rs:98:13 Aug 30 14:03:43.362 INFO kablam! | Aug 30 14:03:43.362 INFO kablam! 98 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 14:03:43.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.362 INFO kablam! Aug 30 14:03:43.364 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 14:03:43.364 INFO kablam! --> src/event/mod.rs:99:13 Aug 30 14:03:43.364 INFO kablam! | Aug 30 14:03:43.364 INFO kablam! 99 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 14:03:43.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.364 INFO kablam! Aug 30 14:03:43.365 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_SWITCH_TOGGLE` found for type `u32` in the current scope Aug 30 14:03:43.365 INFO kablam! --> src/event/mod.rs:102:13 Aug 30 14:03:43.365 INFO kablam! | Aug 30 14:03:43.365 INFO kablam! 102 | ffi::libinput_event_type::LIBINPUT_EVENT_SWITCH_TOGGLE => { Aug 30 14:03:43.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.365 INFO kablam! Aug 30 14:03:43.366 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 14:03:43.366 INFO kablam! --> src/event/pointer.rs:249:35 Aug 30 14:03:43.366 INFO kablam! | Aug 30 14:03:43.366 INFO kablam! 249 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 14:03:43.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.366 INFO kablam! Aug 30 14:03:43.367 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 14:03:43.367 INFO kablam! --> src/event/pointer.rs:250:37 Aug 30 14:03:43.367 INFO kablam! | Aug 30 14:03:43.367 INFO kablam! 250 | Axis::Horizontal => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, Aug 30 14:03:43.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.367 INFO kablam! Aug 30 14:03:43.369 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_WHEEL` found for type `u32` in the current scope Aug 30 14:03:43.369 INFO kablam! --> src/event/pointer.rs:286:13 Aug 30 14:03:43.369 INFO kablam! | Aug 30 14:03:43.369 INFO kablam! 286 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_WHEEL => AxisSource::Wheel, Aug 30 14:03:43.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.369 INFO kablam! Aug 30 14:03:43.371 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 14:03:43.371 INFO kablam! --> src/event/pointer.rs:287:13 Aug 30 14:03:43.371 INFO kablam! | Aug 30 14:03:43.371 INFO kablam! 287 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_FINGER => AxisSource::Finger, Aug 30 14:03:43.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.371 INFO kablam! Aug 30 14:03:43.372 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS` found for type `u32` in the current scope Aug 30 14:03:43.372 INFO kablam! --> src/event/pointer.rs:288:13 Aug 30 14:03:43.372 INFO kablam! | Aug 30 14:03:43.372 INFO kablam! 288 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS => { Aug 30 14:03:43.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.372 INFO kablam! Aug 30 14:03:43.374 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT` found for type `u32` in the current scope Aug 30 14:03:43.374 INFO kablam! --> src/event/pointer.rs:291:13 Aug 30 14:03:43.374 INFO kablam! | Aug 30 14:03:43.374 INFO kablam! 291 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT => { Aug 30 14:03:43.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.374 INFO kablam! Aug 30 14:03:43.375 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 14:03:43.375 INFO kablam! --> src/event/pointer.rs:309:35 Aug 30 14:03:43.375 INFO kablam! | Aug 30 14:03:43.376 INFO kablam! 309 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 14:03:43.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.376 INFO kablam! Aug 30 14:03:43.377 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 14:03:43.377 INFO kablam! --> src/event/pointer.rs:310:37 Aug 30 14:03:43.377 INFO kablam! | Aug 30 14:03:43.377 INFO kablam! 310 | Axis::Horizontal => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, Aug 30 14:03:43.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.377 INFO kablam! Aug 30 14:03:43.379 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 14:03:43.379 INFO kablam! --> src/event/pointer.rs:330:43 Aug 30 14:03:43.379 INFO kablam! | Aug 30 14:03:43.379 INFO kablam! 330 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 14:03:43.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.379 INFO kablam! Aug 30 14:03:43.380 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 14:03:43.380 INFO kablam! --> src/event/pointer.rs:332:29 Aug 30 14:03:43.381 INFO kablam! | Aug 30 14:03:43.381 INFO kablam! 332 | ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL Aug 30 14:03:43.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.381 INFO kablam! Aug 30 14:03:43.386 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_SWITCH_TOGGLE` found for type `u32` in the current scope Aug 30 14:03:43.386 INFO kablam! --> src/event/switch.rs:46:13 Aug 30 14:03:43.386 INFO kablam! | Aug 30 14:03:43.386 INFO kablam! 46 | ffi::libinput_event_type::LIBINPUT_EVENT_SWITCH_TOGGLE => { Aug 30 14:03:43.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.386 INFO kablam! Aug 30 14:03:43.392 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_LID` found for type `u32` in the current scope Aug 30 14:03:43.392 INFO kablam! --> src/event/switch.rs:86:13 Aug 30 14:03:43.392 INFO kablam! | Aug 30 14:03:43.392 INFO kablam! 86 | ffi::libinput_switch::LIBINPUT_SWITCH_LID => Switch::Lid, Aug 30 14:03:43.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.392 INFO kablam! Aug 30 14:03:43.393 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_STATE_OFF` found for type `u32` in the current scope Aug 30 14:03:43.393 INFO kablam! --> src/event/switch.rs:93:13 Aug 30 14:03:43.393 INFO kablam! | Aug 30 14:03:43.394 INFO kablam! 93 | ffi::libinput_switch_state::LIBINPUT_SWITCH_STATE_OFF => SwitchState::Off, Aug 30 14:03:43.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.394 INFO kablam! Aug 30 14:03:43.395 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_STATE_ON` found for type `u32` in the current scope Aug 30 14:03:43.395 INFO kablam! --> src/event/switch.rs:94:13 Aug 30 14:03:43.395 INFO kablam! | Aug 30 14:03:43.395 INFO kablam! 94 | ffi::libinput_switch_state::LIBINPUT_SWITCH_STATE_ON => SwitchState::On, Aug 30 14:03:43.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.395 INFO kablam! Aug 30 14:03:43.409 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_AXIS` found for type `u32` in the current scope Aug 30 14:03:43.409 INFO kablam! --> src/event/tablet_tool/mod.rs:304:13 Aug 30 14:03:43.409 INFO kablam! | Aug 30 14:03:43.409 INFO kablam! 304 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_AXIS => { Aug 30 14:03:43.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.409 INFO kablam! Aug 30 14:03:43.411 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY` found for type `u32` in the current scope Aug 30 14:03:43.411 INFO kablam! --> src/event/tablet_tool/mod.rs:307:13 Aug 30 14:03:43.411 INFO kablam! | Aug 30 14:03:43.411 INFO kablam! 307 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY => { Aug 30 14:03:43.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.411 INFO kablam! Aug 30 14:03:43.412 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_TIP` found for type `u32` in the current scope Aug 30 14:03:43.412 INFO kablam! --> src/event/tablet_tool/mod.rs:310:13 Aug 30 14:03:43.412 INFO kablam! | Aug 30 14:03:43.412 INFO kablam! 310 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_TIP => { Aug 30 14:03:43.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.412 INFO kablam! Aug 30 14:03:43.414 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.414 INFO kablam! --> src/event/tablet_tool/mod.rs:313:13 Aug 30 14:03:43.414 INFO kablam! | Aug 30 14:03:43.414 INFO kablam! 313 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_BUTTON => { Aug 30 14:03:43.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.414 INFO kablam! Aug 30 14:03:43.421 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_OUT` found for type `u32` in the current scope Aug 30 14:03:43.421 INFO kablam! --> src/event/tablet_tool/mod.rs:395:13 Aug 30 14:03:43.421 INFO kablam! | Aug 30 14:03:43.421 INFO kablam! 395 | ffi::libinput_tablet_tool_proximity_state::LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_OUT => { Aug 30 14:03:43.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.422 INFO kablam! Aug 30 14:03:43.423 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_IN` found for type `u32` in the current scope Aug 30 14:03:43.423 INFO kablam! --> src/event/tablet_tool/mod.rs:398:13 Aug 30 14:03:43.423 INFO kablam! | Aug 30 14:03:43.424 INFO kablam! 398 | ffi::libinput_tablet_tool_proximity_state::LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_IN => { Aug 30 14:03:43.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.424 INFO kablam! Aug 30 14:03:43.428 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TIP_UP` found for type `u32` in the current scope Aug 30 14:03:43.428 INFO kablam! --> src/event/tablet_tool/mod.rs:443:13 Aug 30 14:03:43.428 INFO kablam! | Aug 30 14:03:43.428 INFO kablam! 443 | ffi::libinput_tablet_tool_tip_state::LIBINPUT_TABLET_TOOL_TIP_UP => TipState::Up, Aug 30 14:03:43.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.428 INFO kablam! Aug 30 14:03:43.429 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TIP_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.429 INFO kablam! --> src/event/tablet_tool/mod.rs:444:13 Aug 30 14:03:43.429 INFO kablam! | Aug 30 14:03:43.429 INFO kablam! 444 | ffi::libinput_tablet_tool_tip_state::LIBINPUT_TABLET_TOOL_TIP_DOWN => TipState::Down, Aug 30 14:03:43.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.430 INFO kablam! Aug 30 14:03:43.431 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 14:03:43.431 INFO kablam! --> src/event/tablet_tool/mod.rs:473:13 Aug 30 14:03:43.431 INFO kablam! | Aug 30 14:03:43.431 INFO kablam! 473 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 14:03:43.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.432 INFO kablam! Aug 30 14:03:43.433 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 14:03:43.433 INFO kablam! --> src/event/tablet_tool/mod.rs:474:13 Aug 30 14:03:43.433 INFO kablam! | Aug 30 14:03:43.433 INFO kablam! 474 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 14:03:43.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.433 INFO kablam! Aug 30 14:03:43.439 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_PEN` found for type `u32` in the current scope Aug 30 14:03:43.439 INFO kablam! --> src/event/tablet_tool/tool.rs:76:13 Aug 30 14:03:43.440 INFO kablam! | Aug 30 14:03:43.440 INFO kablam! 76 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_PEN => TabletToolType::Pen, Aug 30 14:03:43.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.440 INFO kablam! Aug 30 14:03:43.441 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_ERASER` found for type `u32` in the current scope Aug 30 14:03:43.441 INFO kablam! --> src/event/tablet_tool/tool.rs:77:13 Aug 30 14:03:43.441 INFO kablam! | Aug 30 14:03:43.441 INFO kablam! 77 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_ERASER => TabletToolType::Eraser, Aug 30 14:03:43.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.441 INFO kablam! Aug 30 14:03:43.443 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_BRUSH` found for type `u32` in the current scope Aug 30 14:03:43.443 INFO kablam! --> src/event/tablet_tool/tool.rs:78:13 Aug 30 14:03:43.443 INFO kablam! | Aug 30 14:03:43.443 INFO kablam! 78 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_BRUSH => TabletToolType::Brush, Aug 30 14:03:43.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.443 INFO kablam! Aug 30 14:03:43.444 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_PENCIL` found for type `u32` in the current scope Aug 30 14:03:43.444 INFO kablam! --> src/event/tablet_tool/tool.rs:79:13 Aug 30 14:03:43.444 INFO kablam! | Aug 30 14:03:43.444 INFO kablam! 79 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_PENCIL => TabletToolType::Pencil, Aug 30 14:03:43.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.444 INFO kablam! Aug 30 14:03:43.445 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH` found for type `u32` in the current scope Aug 30 14:03:43.446 INFO kablam! --> src/event/tablet_tool/tool.rs:80:13 Aug 30 14:03:43.446 INFO kablam! | Aug 30 14:03:43.446 INFO kablam! 80 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH => TabletToolType::Airbrush, Aug 30 14:03:43.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.446 INFO kablam! Aug 30 14:03:43.447 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_MOUSE` found for type `u32` in the current scope Aug 30 14:03:43.447 INFO kablam! --> src/event/tablet_tool/tool.rs:81:13 Aug 30 14:03:43.447 INFO kablam! | Aug 30 14:03:43.447 INFO kablam! 81 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_MOUSE => TabletToolType::Mouse, Aug 30 14:03:43.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.447 INFO kablam! Aug 30 14:03:43.448 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_LENS` found for type `u32` in the current scope Aug 30 14:03:43.448 INFO kablam! --> src/event/tablet_tool/tool.rs:82:13 Aug 30 14:03:43.448 INFO kablam! | Aug 30 14:03:43.448 INFO kablam! 82 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_LENS => TabletToolType::Lens, Aug 30 14:03:43.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.449 INFO kablam! Aug 30 14:03:43.458 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.458 INFO kablam! --> src/event/tablet_pad/mod.rs:91:13 Aug 30 14:03:43.458 INFO kablam! | Aug 30 14:03:43.458 INFO kablam! 91 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_BUTTON => { Aug 30 14:03:43.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.458 INFO kablam! Aug 30 14:03:43.459 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_RING` found for type `u32` in the current scope Aug 30 14:03:43.459 INFO kablam! --> src/event/tablet_pad/mod.rs:94:13 Aug 30 14:03:43.459 INFO kablam! | Aug 30 14:03:43.460 INFO kablam! 94 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_RING => { Aug 30 14:03:43.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.460 INFO kablam! Aug 30 14:03:43.462 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_STRIP` found for type `u32` in the current scope Aug 30 14:03:43.463 INFO kablam! --> src/event/tablet_pad/mod.rs:97:13 Aug 30 14:03:43.463 INFO kablam! | Aug 30 14:03:43.463 INFO kablam! 97 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_STRIP => { Aug 30 14:03:43.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.463 INFO kablam! Aug 30 14:03:43.468 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 14:03:43.468 INFO kablam! --> src/event/tablet_pad/mod.rs:136:13 Aug 30 14:03:43.468 INFO kablam! | Aug 30 14:03:43.469 INFO kablam! 136 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 14:03:43.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.469 INFO kablam! Aug 30 14:03:43.469 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 14:03:43.469 INFO kablam! --> src/event/tablet_pad/mod.rs:137:13 Aug 30 14:03:43.469 INFO kablam! | Aug 30 14:03:43.469 INFO kablam! 137 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 14:03:43.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.469 INFO kablam! Aug 30 14:03:43.472 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_RING_SOURCE_UNKNOWN` found for type `u32` in the current scope Aug 30 14:03:43.473 INFO kablam! --> src/event/tablet_pad/mod.rs:180:13 Aug 30 14:03:43.473 INFO kablam! | Aug 30 14:03:43.473 INFO kablam! 180 | ffi::libinput_tablet_pad_ring_axis_source::LIBINPUT_TABLET_PAD_RING_SOURCE_UNKNOWN => { Aug 30 14:03:43.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.473 INFO kablam! Aug 30 14:03:43.474 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_RING_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 14:03:43.474 INFO kablam! --> src/event/tablet_pad/mod.rs:183:13 Aug 30 14:03:43.474 INFO kablam! | Aug 30 14:03:43.474 INFO kablam! 183 | ffi::libinput_tablet_pad_ring_axis_source::LIBINPUT_TABLET_PAD_RING_SOURCE_FINGER => { Aug 30 14:03:43.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.474 INFO kablam! Aug 30 14:03:43.474 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_ADDED` found for type `u32` in the current scope Aug 30 14:03:43.474 INFO kablam! --> src/event/device.rs:42:13 Aug 30 14:03:43.474 INFO kablam! | Aug 30 14:03:43.475 INFO kablam! 42 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_ADDED => { Aug 30 14:03:43.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.475 INFO kablam! Aug 30 14:03:43.477 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_DEVICE_REMOVED` found for type `u32` in the current scope Aug 30 14:03:43.477 INFO kablam! --> src/event/device.rs:45:13 Aug 30 14:03:43.477 INFO kablam! | Aug 30 14:03:43.477 INFO kablam! 45 | ffi::libinput_event_type::LIBINPUT_EVENT_DEVICE_REMOVED => { Aug 30 14:03:43.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.477 INFO kablam! Aug 30 14:03:43.478 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWN` found for type `u32` in the current scope Aug 30 14:03:43.478 INFO kablam! --> src/event/tablet_pad/mod.rs:228:13 Aug 30 14:03:43.478 INFO kablam! | Aug 30 14:03:43.478 INFO kablam! 228 | ffi::libinput_tablet_pad_strip_axis_source::LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWN => { Aug 30 14:03:43.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.479 INFO kablam! Aug 30 14:03:43.480 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 14:03:43.480 INFO kablam! --> src/event/tablet_pad/mod.rs:231:13 Aug 30 14:03:43.480 INFO kablam! | Aug 30 14:03:43.481 INFO kablam! 231 | ffi::libinput_tablet_pad_strip_axis_source::LIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGER => { Aug 30 14:03:43.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.481 INFO kablam! Aug 30 14:03:43.489 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.489 INFO kablam! --> src/event/gesture.rs:57:13 Aug 30 14:03:43.489 INFO kablam! | Aug 30 14:03:43.489 INFO kablam! 57 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 14:03:43.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.489 INFO kablam! Aug 30 14:03:43.492 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.492 INFO kablam! --> src/event/gesture.rs:58:13 Aug 30 14:03:43.492 INFO kablam! | Aug 30 14:03:43.492 INFO kablam! 58 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 14:03:43.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.492 INFO kablam! Aug 30 14:03:43.493 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 14:03:43.493 INFO kablam! --> src/event/gesture.rs:59:13 Aug 30 14:03:43.493 INFO kablam! | Aug 30 14:03:43.493 INFO kablam! 59 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 14:03:43.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.493 INFO kablam! Aug 30 14:03:43.493 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.493 INFO kablam! --> src/event/gesture.rs:62:13 Aug 30 14:03:43.494 INFO kablam! | Aug 30 14:03:43.494 INFO kablam! 62 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 14:03:43.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.494 INFO kablam! Aug 30 14:03:43.494 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.494 INFO kablam! --> src/event/gesture.rs:63:13 Aug 30 14:03:43.494 INFO kablam! | Aug 30 14:03:43.494 INFO kablam! 63 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 14:03:43.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.495 INFO kablam! Aug 30 14:03:43.496 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 14:03:43.496 INFO kablam! --> src/event/gesture.rs:64:13 Aug 30 14:03:43.496 INFO kablam! | Aug 30 14:03:43.496 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 14:03:43.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.497 INFO kablam! Aug 30 14:03:43.499 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.499 INFO kablam! --> src/event/touch.rs:124:13 Aug 30 14:03:43.499 INFO kablam! | Aug 30 14:03:43.499 INFO kablam! 124 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_DOWN => { Aug 30 14:03:43.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.499 INFO kablam! Aug 30 14:03:43.501 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_UP` found for type `u32` in the current scope Aug 30 14:03:43.501 INFO kablam! --> src/event/touch.rs:127:13 Aug 30 14:03:43.501 INFO kablam! | Aug 30 14:03:43.501 INFO kablam! 127 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_UP => { Aug 30 14:03:43.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.501 INFO kablam! Aug 30 14:03:43.502 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_MOTION` found for type `u32` in the current scope Aug 30 14:03:43.502 INFO kablam! --> src/event/touch.rs:130:13 Aug 30 14:03:43.502 INFO kablam! | Aug 30 14:03:43.502 INFO kablam! 130 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_MOTION => { Aug 30 14:03:43.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.502 INFO kablam! Aug 30 14:03:43.503 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_CANCEL` found for type `u32` in the current scope Aug 30 14:03:43.503 INFO kablam! --> src/event/touch.rs:133:13 Aug 30 14:03:43.503 INFO kablam! | Aug 30 14:03:43.503 INFO kablam! 133 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_CANCEL => { Aug 30 14:03:43.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.503 INFO kablam! Aug 30 14:03:43.505 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_FRAME` found for type `u32` in the current scope Aug 30 14:03:43.505 INFO kablam! --> src/event/touch.rs:136:13 Aug 30 14:03:43.505 INFO kablam! | Aug 30 14:03:43.505 INFO kablam! 136 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_FRAME => { Aug 30 14:03:43.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.505 INFO kablam! Aug 30 14:03:43.507 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.507 INFO kablam! --> src/event/gesture.rs:174:13 Aug 30 14:03:43.507 INFO kablam! | Aug 30 14:03:43.507 INFO kablam! 174 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN => { Aug 30 14:03:43.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.507 INFO kablam! Aug 30 14:03:43.509 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.509 INFO kablam! --> src/event/gesture.rs:177:13 Aug 30 14:03:43.509 INFO kablam! | Aug 30 14:03:43.509 INFO kablam! 177 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE => { Aug 30 14:03:43.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.509 INFO kablam! Aug 30 14:03:43.510 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 14:03:43.510 INFO kablam! --> src/event/gesture.rs:180:13 Aug 30 14:03:43.510 INFO kablam! | Aug 30 14:03:43.510 INFO kablam! 180 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 14:03:43.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.510 INFO kablam! Aug 30 14:03:43.511 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.512 INFO kablam! --> src/event/gesture.rs:183:13 Aug 30 14:03:43.512 INFO kablam! | Aug 30 14:03:43.512 INFO kablam! 183 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN | Aug 30 14:03:43.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.512 INFO kablam! Aug 30 14:03:43.513 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.513 INFO kablam! --> src/event/gesture.rs:184:13 Aug 30 14:03:43.513 INFO kablam! | Aug 30 14:03:43.513 INFO kablam! 184 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE | Aug 30 14:03:43.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.513 INFO kablam! Aug 30 14:03:43.515 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 14:03:43.515 INFO kablam! --> src/event/gesture.rs:185:13 Aug 30 14:03:43.515 INFO kablam! | Aug 30 14:03:43.515 INFO kablam! 185 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 14:03:43.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.515 INFO kablam! Aug 30 14:03:43.519 INFO kablam! error: aborting due to 228 previous errors Aug 30 14:03:43.519 INFO kablam! Aug 30 14:03:43.519 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 30 14:03:43.525 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.525 INFO kablam! --> src/event/gesture.rs:257:13 Aug 30 14:03:43.525 INFO kablam! | Aug 30 14:03:43.525 INFO kablam! 257 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN | Aug 30 14:03:43.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.525 INFO kablam! Aug 30 14:03:43.525 INFO kablam! error: Could not compile `input`. Aug 30 14:03:43.525 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 14:03:43.526 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.527 INFO kablam! --> src/event/gesture.rs:258:13 Aug 30 14:03:43.527 INFO kablam! | Aug 30 14:03:43.527 INFO kablam! 258 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE | Aug 30 14:03:43.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.527 INFO kablam! Aug 30 14:03:43.528 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_SWIPE_END` found for type `u32` in the current scope Aug 30 14:03:43.528 INFO kablam! --> src/event/gesture.rs:259:13 Aug 30 14:03:43.528 INFO kablam! | Aug 30 14:03:43.528 INFO kablam! 259 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_SWIPE_END => { Aug 30 14:03:43.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.529 INFO kablam! Aug 30 14:03:43.530 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_BEGIN` found for type `u32` in the current scope Aug 30 14:03:43.530 INFO kablam! --> src/event/gesture.rs:262:13 Aug 30 14:03:43.530 INFO kablam! | Aug 30 14:03:43.530 INFO kablam! 262 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_BEGIN => { Aug 30 14:03:43.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.530 INFO kablam! Aug 30 14:03:43.531 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_UPDATE` found for type `u32` in the current scope Aug 30 14:03:43.531 INFO kablam! --> src/event/gesture.rs:265:13 Aug 30 14:03:43.531 INFO kablam! | Aug 30 14:03:43.531 INFO kablam! 265 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_UPDATE => { Aug 30 14:03:43.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.531 INFO kablam! Aug 30 14:03:43.533 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_GESTURE_PINCH_END` found for type `u32` in the current scope Aug 30 14:03:43.533 INFO kablam! --> src/event/gesture.rs:268:13 Aug 30 14:03:43.533 INFO kablam! | Aug 30 14:03:43.533 INFO kablam! 268 | ffi::libinput_event_type::LIBINPUT_EVENT_GESTURE_PINCH_END => { Aug 30 14:03:43.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.533 INFO kablam! Aug 30 14:03:43.538 INFO kablam! error[E0599]: no associated item named `LIBINPUT_KEY_STATE_PRESSED` found for type `u32` in the current scope Aug 30 14:03:43.538 INFO kablam! --> src/event/keyboard.rs:31:13 Aug 30 14:03:43.539 INFO kablam! | Aug 30 14:03:43.539 INFO kablam! 31 | ffi::libinput_key_state::LIBINPUT_KEY_STATE_PRESSED => KeyState::Pressed, Aug 30 14:03:43.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.539 INFO kablam! Aug 30 14:03:43.540 INFO kablam! error[E0599]: no associated item named `LIBINPUT_KEY_STATE_RELEASED` found for type `u32` in the current scope Aug 30 14:03:43.540 INFO kablam! --> src/event/keyboard.rs:32:13 Aug 30 14:03:43.540 INFO kablam! | Aug 30 14:03:43.540 INFO kablam! 32 | ffi::libinput_key_state::LIBINPUT_KEY_STATE_RELEASED => KeyState::Released, Aug 30 14:03:43.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.540 INFO kablam! Aug 30 14:03:43.545 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_KEYBOARD_KEY` found for type `u32` in the current scope Aug 30 14:03:43.545 INFO kablam! --> src/event/keyboard.rs:66:13 Aug 30 14:03:43.545 INFO kablam! | Aug 30 14:03:43.545 INFO kablam! 66 | ffi::libinput_event_type::LIBINPUT_EVENT_KEYBOARD_KEY => { Aug 30 14:03:43.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.545 INFO kablam! Aug 30 14:03:43.557 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION` found for type `u32` in the current scope Aug 30 14:03:43.557 INFO kablam! --> src/event/pointer.rs:55:13 Aug 30 14:03:43.557 INFO kablam! | Aug 30 14:03:43.557 INFO kablam! 55 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION => { Aug 30 14:03:43.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.557 INFO kablam! Aug 30 14:03:43.558 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE` found for type `u32` in the current scope Aug 30 14:03:43.558 INFO kablam! --> src/event/pointer.rs:58:13 Aug 30 14:03:43.558 INFO kablam! | Aug 30 14:03:43.558 INFO kablam! 58 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTE => { Aug 30 14:03:43.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.559 INFO kablam! Aug 30 14:03:43.560 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.560 INFO kablam! --> src/event/pointer.rs:61:13 Aug 30 14:03:43.560 INFO kablam! | Aug 30 14:03:43.560 INFO kablam! 61 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_BUTTON => { Aug 30 14:03:43.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.560 INFO kablam! Aug 30 14:03:43.561 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_POINTER_AXIS` found for type `u32` in the current scope Aug 30 14:03:43.561 INFO kablam! --> src/event/pointer.rs:64:13 Aug 30 14:03:43.561 INFO kablam! | Aug 30 14:03:43.561 INFO kablam! 64 | ffi::libinput_event_type::LIBINPUT_EVENT_POINTER_AXIS => { Aug 30 14:03:43.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.561 INFO kablam! Aug 30 14:03:43.568 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 14:03:43.568 INFO kablam! --> src/event/pointer.rs:202:13 Aug 30 14:03:43.568 INFO kablam! | Aug 30 14:03:43.568 INFO kablam! 202 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 14:03:43.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.568 INFO kablam! Aug 30 14:03:43.569 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 14:03:43.569 INFO kablam! --> src/event/pointer.rs:203:13 Aug 30 14:03:43.569 INFO kablam! | Aug 30 14:03:43.569 INFO kablam! 203 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 14:03:43.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.569 INFO kablam! Aug 30 14:03:43.576 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 14:03:43.576 INFO kablam! --> src/event/pointer.rs:249:35 Aug 30 14:03:43.576 INFO kablam! | Aug 30 14:03:43.576 INFO kablam! 249 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 14:03:43.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.576 INFO kablam! Aug 30 14:03:43.577 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 14:03:43.577 INFO kablam! --> src/event/pointer.rs:250:37 Aug 30 14:03:43.577 INFO kablam! | Aug 30 14:03:43.577 INFO kablam! 250 | Axis::Horizontal => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, Aug 30 14:03:43.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.577 INFO kablam! Aug 30 14:03:43.579 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_WHEEL` found for type `u32` in the current scope Aug 30 14:03:43.579 INFO kablam! --> src/event/pointer.rs:286:13 Aug 30 14:03:43.579 INFO kablam! | Aug 30 14:03:43.579 INFO kablam! 286 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_WHEEL => AxisSource::Wheel, Aug 30 14:03:43.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.579 INFO kablam! Aug 30 14:03:43.581 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 14:03:43.581 INFO kablam! --> src/event/pointer.rs:287:13 Aug 30 14:03:43.581 INFO kablam! | Aug 30 14:03:43.581 INFO kablam! 287 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_FINGER => AxisSource::Finger, Aug 30 14:03:43.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.581 INFO kablam! Aug 30 14:03:43.582 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS` found for type `u32` in the current scope Aug 30 14:03:43.582 INFO kablam! --> src/event/pointer.rs:288:13 Aug 30 14:03:43.582 INFO kablam! | Aug 30 14:03:43.582 INFO kablam! 288 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS => { Aug 30 14:03:43.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.583 INFO kablam! Aug 30 14:03:43.584 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT` found for type `u32` in the current scope Aug 30 14:03:43.584 INFO kablam! --> src/event/pointer.rs:291:13 Aug 30 14:03:43.584 INFO kablam! | Aug 30 14:03:43.584 INFO kablam! 291 | ffi::libinput_pointer_axis_source::LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT => { Aug 30 14:03:43.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.584 INFO kablam! Aug 30 14:03:43.586 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 14:03:43.586 INFO kablam! --> src/event/pointer.rs:309:35 Aug 30 14:03:43.586 INFO kablam! | Aug 30 14:03:43.586 INFO kablam! 309 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 14:03:43.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.586 INFO kablam! Aug 30 14:03:43.587 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 14:03:43.587 INFO kablam! --> src/event/pointer.rs:310:37 Aug 30 14:03:43.587 INFO kablam! | Aug 30 14:03:43.587 INFO kablam! 310 | Axis::Horizontal => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, Aug 30 14:03:43.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.587 INFO kablam! Aug 30 14:03:43.589 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL` found for type `u32` in the current scope Aug 30 14:03:43.589 INFO kablam! --> src/event/pointer.rs:330:43 Aug 30 14:03:43.589 INFO kablam! | Aug 30 14:03:43.589 INFO kablam! 330 | Axis::Vertical => ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL, Aug 30 14:03:43.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.589 INFO kablam! Aug 30 14:03:43.590 INFO kablam! error[E0599]: no associated item named `LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL` found for type `u32` in the current scope Aug 30 14:03:43.591 INFO kablam! --> src/event/pointer.rs:332:29 Aug 30 14:03:43.591 INFO kablam! | Aug 30 14:03:43.591 INFO kablam! 332 | ffi::libinput_pointer_axis::LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL Aug 30 14:03:43.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.591 INFO kablam! Aug 30 14:03:43.595 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_SWITCH_TOGGLE` found for type `u32` in the current scope Aug 30 14:03:43.595 INFO kablam! --> src/event/switch.rs:46:13 Aug 30 14:03:43.595 INFO kablam! | Aug 30 14:03:43.595 INFO kablam! 46 | ffi::libinput_event_type::LIBINPUT_EVENT_SWITCH_TOGGLE => { Aug 30 14:03:43.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.595 INFO kablam! Aug 30 14:03:43.601 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_LID` found for type `u32` in the current scope Aug 30 14:03:43.601 INFO kablam! --> src/event/switch.rs:86:13 Aug 30 14:03:43.601 INFO kablam! | Aug 30 14:03:43.601 INFO kablam! 86 | ffi::libinput_switch::LIBINPUT_SWITCH_LID => Switch::Lid, Aug 30 14:03:43.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.601 INFO kablam! Aug 30 14:03:43.603 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_STATE_OFF` found for type `u32` in the current scope Aug 30 14:03:43.603 INFO kablam! --> src/event/switch.rs:93:13 Aug 30 14:03:43.603 INFO kablam! | Aug 30 14:03:43.603 INFO kablam! 93 | ffi::libinput_switch_state::LIBINPUT_SWITCH_STATE_OFF => SwitchState::Off, Aug 30 14:03:43.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.603 INFO kablam! Aug 30 14:03:43.604 INFO kablam! error[E0599]: no associated item named `LIBINPUT_SWITCH_STATE_ON` found for type `u32` in the current scope Aug 30 14:03:43.604 INFO kablam! --> src/event/switch.rs:94:13 Aug 30 14:03:43.604 INFO kablam! | Aug 30 14:03:43.604 INFO kablam! 94 | ffi::libinput_switch_state::LIBINPUT_SWITCH_STATE_ON => SwitchState::On, Aug 30 14:03:43.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.604 INFO kablam! Aug 30 14:03:43.615 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_AXIS` found for type `u32` in the current scope Aug 30 14:03:43.615 INFO kablam! --> src/event/tablet_tool/mod.rs:304:13 Aug 30 14:03:43.615 INFO kablam! | Aug 30 14:03:43.615 INFO kablam! 304 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_AXIS => { Aug 30 14:03:43.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.616 INFO kablam! Aug 30 14:03:43.617 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY` found for type `u32` in the current scope Aug 30 14:03:43.617 INFO kablam! --> src/event/tablet_tool/mod.rs:307:13 Aug 30 14:03:43.617 INFO kablam! | Aug 30 14:03:43.617 INFO kablam! 307 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY => { Aug 30 14:03:43.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.617 INFO kablam! Aug 30 14:03:43.618 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_TIP` found for type `u32` in the current scope Aug 30 14:03:43.618 INFO kablam! --> src/event/tablet_tool/mod.rs:310:13 Aug 30 14:03:43.618 INFO kablam! | Aug 30 14:03:43.618 INFO kablam! 310 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_TIP => { Aug 30 14:03:43.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.618 INFO kablam! Aug 30 14:03:43.620 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_TOOL_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.620 INFO kablam! --> src/event/tablet_tool/mod.rs:313:13 Aug 30 14:03:43.620 INFO kablam! | Aug 30 14:03:43.620 INFO kablam! 313 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_TOOL_BUTTON => { Aug 30 14:03:43.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.620 INFO kablam! Aug 30 14:03:43.627 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_OUT` found for type `u32` in the current scope Aug 30 14:03:43.627 INFO kablam! --> src/event/tablet_tool/mod.rs:395:13 Aug 30 14:03:43.627 INFO kablam! | Aug 30 14:03:43.627 INFO kablam! 395 | ffi::libinput_tablet_tool_proximity_state::LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_OUT => { Aug 30 14:03:43.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.627 INFO kablam! Aug 30 14:03:43.630 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_IN` found for type `u32` in the current scope Aug 30 14:03:43.630 INFO kablam! --> src/event/tablet_tool/mod.rs:398:13 Aug 30 14:03:43.630 INFO kablam! | Aug 30 14:03:43.630 INFO kablam! 398 | ffi::libinput_tablet_tool_proximity_state::LIBINPUT_TABLET_TOOL_PROXIMITY_STATE_IN => { Aug 30 14:03:43.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.630 INFO kablam! Aug 30 14:03:43.637 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TIP_UP` found for type `u32` in the current scope Aug 30 14:03:43.637 INFO kablam! --> src/event/tablet_tool/mod.rs:443:13 Aug 30 14:03:43.637 INFO kablam! | Aug 30 14:03:43.637 INFO kablam! 443 | ffi::libinput_tablet_tool_tip_state::LIBINPUT_TABLET_TOOL_TIP_UP => TipState::Up, Aug 30 14:03:43.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.637 INFO kablam! Aug 30 14:03:43.639 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TIP_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.639 INFO kablam! --> src/event/tablet_tool/mod.rs:444:13 Aug 30 14:03:43.639 INFO kablam! | Aug 30 14:03:43.639 INFO kablam! 444 | ffi::libinput_tablet_tool_tip_state::LIBINPUT_TABLET_TOOL_TIP_DOWN => TipState::Down, Aug 30 14:03:43.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.639 INFO kablam! Aug 30 14:03:43.642 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 14:03:43.642 INFO kablam! --> src/event/tablet_tool/mod.rs:473:13 Aug 30 14:03:43.642 INFO kablam! | Aug 30 14:03:43.642 INFO kablam! 473 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 14:03:43.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.642 INFO kablam! Aug 30 14:03:43.644 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 14:03:43.644 INFO kablam! --> src/event/tablet_tool/mod.rs:474:13 Aug 30 14:03:43.644 INFO kablam! | Aug 30 14:03:43.644 INFO kablam! 474 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 14:03:43.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.644 INFO kablam! Aug 30 14:03:43.653 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_PEN` found for type `u32` in the current scope Aug 30 14:03:43.653 INFO kablam! --> src/event/tablet_tool/tool.rs:76:13 Aug 30 14:03:43.653 INFO kablam! | Aug 30 14:03:43.653 INFO kablam! 76 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_PEN => TabletToolType::Pen, Aug 30 14:03:43.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.653 INFO kablam! Aug 30 14:03:43.654 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_ERASER` found for type `u32` in the current scope Aug 30 14:03:43.654 INFO kablam! --> src/event/tablet_tool/tool.rs:77:13 Aug 30 14:03:43.654 INFO kablam! | Aug 30 14:03:43.654 INFO kablam! 77 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_ERASER => TabletToolType::Eraser, Aug 30 14:03:43.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.654 INFO kablam! Aug 30 14:03:43.656 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_BRUSH` found for type `u32` in the current scope Aug 30 14:03:43.656 INFO kablam! --> src/event/tablet_tool/tool.rs:78:13 Aug 30 14:03:43.656 INFO kablam! | Aug 30 14:03:43.656 INFO kablam! 78 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_BRUSH => TabletToolType::Brush, Aug 30 14:03:43.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.656 INFO kablam! Aug 30 14:03:43.657 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_PENCIL` found for type `u32` in the current scope Aug 30 14:03:43.657 INFO kablam! --> src/event/tablet_tool/tool.rs:79:13 Aug 30 14:03:43.657 INFO kablam! | Aug 30 14:03:43.657 INFO kablam! 79 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_PENCIL => TabletToolType::Pencil, Aug 30 14:03:43.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.657 INFO kablam! Aug 30 14:03:43.660 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH` found for type `u32` in the current scope Aug 30 14:03:43.660 INFO kablam! --> src/event/tablet_tool/tool.rs:80:13 Aug 30 14:03:43.660 INFO kablam! | Aug 30 14:03:43.660 INFO kablam! 80 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH => TabletToolType::Airbrush, Aug 30 14:03:43.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.660 INFO kablam! Aug 30 14:03:43.662 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_MOUSE` found for type `u32` in the current scope Aug 30 14:03:43.662 INFO kablam! --> src/event/tablet_tool/tool.rs:81:13 Aug 30 14:03:43.662 INFO kablam! | Aug 30 14:03:43.662 INFO kablam! 81 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_MOUSE => TabletToolType::Mouse, Aug 30 14:03:43.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.662 INFO kablam! Aug 30 14:03:43.665 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_TOOL_TYPE_LENS` found for type `u32` in the current scope Aug 30 14:03:43.665 INFO kablam! --> src/event/tablet_tool/tool.rs:82:13 Aug 30 14:03:43.665 INFO kablam! | Aug 30 14:03:43.665 INFO kablam! 82 | ffi::libinput_tablet_tool_type::LIBINPUT_TABLET_TOOL_TYPE_LENS => TabletToolType::Lens, Aug 30 14:03:43.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.665 INFO kablam! Aug 30 14:03:43.680 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_BUTTON` found for type `u32` in the current scope Aug 30 14:03:43.681 INFO kablam! --> src/event/tablet_pad/mod.rs:91:13 Aug 30 14:03:43.681 INFO kablam! | Aug 30 14:03:43.681 INFO kablam! 91 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_BUTTON => { Aug 30 14:03:43.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.681 INFO kablam! Aug 30 14:03:43.683 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_RING` found for type `u32` in the current scope Aug 30 14:03:43.683 INFO kablam! --> src/event/tablet_pad/mod.rs:94:13 Aug 30 14:03:43.683 INFO kablam! | Aug 30 14:03:43.683 INFO kablam! 94 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_RING => { Aug 30 14:03:43.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.683 INFO kablam! Aug 30 14:03:43.685 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TABLET_PAD_STRIP` found for type `u32` in the current scope Aug 30 14:03:43.685 INFO kablam! --> src/event/tablet_pad/mod.rs:97:13 Aug 30 14:03:43.685 INFO kablam! | Aug 30 14:03:43.685 INFO kablam! 97 | ffi::libinput_event_type::LIBINPUT_EVENT_TABLET_PAD_STRIP => { Aug 30 14:03:43.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.686 INFO kablam! Aug 30 14:03:43.690 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_PRESSED` found for type `u32` in the current scope Aug 30 14:03:43.690 INFO kablam! --> src/event/tablet_pad/mod.rs:136:13 Aug 30 14:03:43.690 INFO kablam! | Aug 30 14:03:43.690 INFO kablam! 136 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_PRESSED => ButtonState::Pressed, Aug 30 14:03:43.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.690 INFO kablam! Aug 30 14:03:43.692 INFO kablam! error[E0599]: no associated item named `LIBINPUT_BUTTON_STATE_RELEASED` found for type `u32` in the current scope Aug 30 14:03:43.693 INFO kablam! --> src/event/tablet_pad/mod.rs:137:13 Aug 30 14:03:43.693 INFO kablam! | Aug 30 14:03:43.693 INFO kablam! 137 | ffi::libinput_button_state::LIBINPUT_BUTTON_STATE_RELEASED => ButtonState::Released, Aug 30 14:03:43.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.693 INFO kablam! Aug 30 14:03:43.699 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_RING_SOURCE_UNKNOWN` found for type `u32` in the current scope Aug 30 14:03:43.699 INFO kablam! --> src/event/tablet_pad/mod.rs:180:13 Aug 30 14:03:43.699 INFO kablam! | Aug 30 14:03:43.699 INFO kablam! 180 | ffi::libinput_tablet_pad_ring_axis_source::LIBINPUT_TABLET_PAD_RING_SOURCE_UNKNOWN => { Aug 30 14:03:43.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.699 INFO kablam! Aug 30 14:03:43.702 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_RING_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 14:03:43.702 INFO kablam! --> src/event/tablet_pad/mod.rs:183:13 Aug 30 14:03:43.702 INFO kablam! | Aug 30 14:03:43.702 INFO kablam! 183 | ffi::libinput_tablet_pad_ring_axis_source::LIBINPUT_TABLET_PAD_RING_SOURCE_FINGER => { Aug 30 14:03:43.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.702 INFO kablam! Aug 30 14:03:43.708 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWN` found for type `u32` in the current scope Aug 30 14:03:43.708 INFO kablam! --> src/event/tablet_pad/mod.rs:228:13 Aug 30 14:03:43.709 INFO kablam! | Aug 30 14:03:43.709 INFO kablam! 228 | ffi::libinput_tablet_pad_strip_axis_source::LIBINPUT_TABLET_PAD_STRIP_SOURCE_UNKNOWN => { Aug 30 14:03:43.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.709 INFO kablam! Aug 30 14:03:43.711 INFO kablam! error[E0599]: no associated item named `LIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGER` found for type `u32` in the current scope Aug 30 14:03:43.711 INFO kablam! --> src/event/tablet_pad/mod.rs:231:13 Aug 30 14:03:43.711 INFO kablam! | Aug 30 14:03:43.711 INFO kablam! 231 | ffi::libinput_tablet_pad_strip_axis_source::LIBINPUT_TABLET_PAD_STRIP_SOURCE_FINGER => { Aug 30 14:03:43.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.711 INFO kablam! Aug 30 14:03:43.736 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_DOWN` found for type `u32` in the current scope Aug 30 14:03:43.736 INFO kablam! --> src/event/touch.rs:124:13 Aug 30 14:03:43.736 INFO kablam! | Aug 30 14:03:43.736 INFO kablam! 124 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_DOWN => { Aug 30 14:03:43.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.736 INFO kablam! Aug 30 14:03:43.738 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_UP` found for type `u32` in the current scope Aug 30 14:03:43.738 INFO kablam! --> src/event/touch.rs:127:13 Aug 30 14:03:43.738 INFO kablam! | Aug 30 14:03:43.738 INFO kablam! 127 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_UP => { Aug 30 14:03:43.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.738 INFO kablam! Aug 30 14:03:43.740 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_MOTION` found for type `u32` in the current scope Aug 30 14:03:43.740 INFO kablam! --> src/event/touch.rs:130:13 Aug 30 14:03:43.740 INFO kablam! | Aug 30 14:03:43.740 INFO kablam! 130 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_MOTION => { Aug 30 14:03:43.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.741 INFO kablam! Aug 30 14:03:43.743 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_CANCEL` found for type `u32` in the current scope Aug 30 14:03:43.743 INFO kablam! --> src/event/touch.rs:133:13 Aug 30 14:03:43.743 INFO kablam! | Aug 30 14:03:43.743 INFO kablam! 133 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_CANCEL => { Aug 30 14:03:43.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.743 INFO kablam! Aug 30 14:03:43.745 INFO kablam! error[E0599]: no associated item named `LIBINPUT_EVENT_TOUCH_FRAME` found for type `u32` in the current scope Aug 30 14:03:43.745 INFO kablam! --> src/event/touch.rs:136:13 Aug 30 14:03:43.745 INFO kablam! | Aug 30 14:03:43.745 INFO kablam! 136 | ffi::libinput_event_type::LIBINPUT_EVENT_TOUCH_FRAME => { Aug 30 14:03:43.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `u32` Aug 30 14:03:43.745 INFO kablam! Aug 30 14:03:43.760 INFO kablam! error: aborting due to 228 previous errors Aug 30 14:03:43.760 INFO kablam! Aug 30 14:03:43.760 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 30 14:03:43.769 INFO kablam! error: Could not compile `input`. Aug 30 14:03:43.769 INFO kablam! Aug 30 14:03:43.769 INFO kablam! To learn more, run the command again with --verbose. Aug 30 14:03:43.770 INFO kablam! su: No module specific data is present Aug 30 14:03:44.513 INFO running `"docker" "rm" "-f" "8fd12b7d98eddbaec1ba8005941b80b85efcb9e378f6d7d550d7542e7e2f2082"` Aug 30 14:03:44.592 INFO blam! 8fd12b7d98eddbaec1ba8005941b80b85efcb9e378f6d7d550d7542e7e2f2082