[INFO] fetching crate leap-sys 0.1.1... [INFO] documenting leap-sys-0.1.1 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate leap-sys 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate leap-sys 0.1.1 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate leap-sys 0.1.1 [INFO] finished tweaking crates.io crate leap-sys 0.1.1 [INFO] tweaked toml for crates.io crate leap-sys 0.1.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7662ad4aae68b46d4510dfde85aee6abab62418286936e4ca18ca02b84e0ff7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e7662ad4aae68b46d4510dfde85aee6abab62418286936e4ca18ca02b84e0ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7662ad4aae68b46d4510dfde85aee6abab62418286936e4ca18ca02b84e0ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7662ad4aae68b46d4510dfde85aee6abab62418286936e4ca18ca02b84e0ff7", kill_on_drop: false }` [INFO] [stdout] e7662ad4aae68b46d4510dfde85aee6abab62418286936e4ca18ca02b84e0ff7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0ee0bb79676e050ebac9ac315e720dd54bb668ef79c1b18adb410bff7338b24 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d0ee0bb79676e050ebac9ac315e720dd54bb668ef79c1b18adb410bff7338b24", kill_on_drop: false }` [INFO] [stderr] Compiling leap-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting leap-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | pub type va_list = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `size_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type size_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `SizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__vcrt_bool` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub type __vcrt_bool = bool; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `VcrtBool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type wchar_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:43:10 [INFO] [stdout] | [INFO] [stdout] 43 | pub type int_least64_t = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | pub type uint_least64_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:48:10 [INFO] [stdout] | [INFO] [stdout] 48 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | pub type int_fast16_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | pub type int_fast32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | pub type int_fast64_t = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 53 | pub type uint_fast16_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | pub type uint_fast32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 55 | pub type uint_fast64_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `intmax_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | pub type intmax_t = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | pub type uintmax_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapRS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | pub type _eLeapRS = i32; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CONNECTION` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | pub type LEAP_CONNECTION = *mut _LEAP_CONNECTION; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_DEVICE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:164:10 [INFO] [stdout] | [INFO] [stdout] 164 | pub type LEAP_DEVICE = *mut _LEAP_DEVICE; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDevice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CALIBRATION` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | pub type LEAP_CALIBRATION = *mut _LEAP_CALIBRATION; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapCalibration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_DEVICE_REF` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:228:10 [INFO] [stdout] | [INFO] [stdout] 228 | pub type LEAP_DEVICE_REF = _LEAP_DEVICE_REF; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CONNECTION_CONFIG` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | pub type LEAP_CONNECTION_CONFIG = _LEAP_CONNECTION_CONFIG; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionConfig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapAllocatorType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | pub type _eLeapAllocatorType = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapAllocatorType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapServiceDisposition` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:447:10 [INFO] [stdout] | [INFO] [stdout] 447 | pub type _eLeapServiceDisposition = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapServiceDisposition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CONNECTION_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:484:10 [INFO] [stdout] | [INFO] [stdout] 484 | pub type LEAP_CONNECTION_EVENT = _LEAP_CONNECTION_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CONNECTION_LOST_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:532:10 [INFO] [stdout] | [INFO] [stdout] 532 | pub type LEAP_CONNECTION_LOST_EVENT = _LEAP_CONNECTION_LOST_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionLostEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapConnectionStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:554:10 [INFO] [stdout] | [INFO] [stdout] 554 | pub type _eLeapConnectionStatus = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CONNECTION_INFO` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:616:10 [INFO] [stdout] | [INFO] [stdout] 616 | pub type LEAP_CONNECTION_INFO = _LEAP_CONNECTION_INFO; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapPolicyFlag` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:649:10 [INFO] [stdout] | [INFO] [stdout] 649 | pub type _eLeapPolicyFlag = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPolicyFlag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_POLICY_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:705:10 [INFO] [stdout] | [INFO] [stdout] 705 | pub type LEAP_POLICY_EVENT = _LEAP_POLICY_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPolicyEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapValueType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:773:10 [INFO] [stdout] | [INFO] [stdout] 773 | pub type _eLeapValueType = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapValueType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_VARIANT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:888:10 [INFO] [stdout] | [INFO] [stdout] 888 | pub type LEAP_VARIANT = _LEAP_VARIANT; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVariant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CONFIG_RESPONSE_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:950:10 [INFO] [stdout] | [INFO] [stdout] 950 | pub type LEAP_CONFIG_RESPONSE_EVENT = _LEAP_CONFIG_RESPONSE_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigResponseEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CONFIG_CHANGE_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1014:10 [INFO] [stdout] | [INFO] [stdout] 1014 | pub type LEAP_CONFIG_CHANGE_EVENT = _LEAP_CONFIG_CHANGE_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigChangeEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `eLeapDeviceCaps` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1095:10 [INFO] [stdout] | [INFO] [stdout] 1095 | pub type eLeapDeviceCaps = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceCaps` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapDevicePID` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1110:10 [INFO] [stdout] | [INFO] [stdout] 1110 | pub type _eLeapDevicePID = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDevicePid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_DEVICE_INFO` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1265:10 [INFO] [stdout] | [INFO] [stdout] 1265 | pub type LEAP_DEVICE_INFO = _LEAP_DEVICE_INFO; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_DEVICE_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1350:10 [INFO] [stdout] | [INFO] [stdout] 1350 | pub type LEAP_DEVICE_EVENT = _LEAP_DEVICE_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapDeviceStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1375:10 [INFO] [stdout] | [INFO] [stdout] 1375 | pub type _eLeapDeviceStatus = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_DEVICE_FAILURE_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1442:10 [INFO] [stdout] | [INFO] [stdout] 1442 | pub type LEAP_DEVICE_FAILURE_EVENT = _LEAP_DEVICE_FAILURE_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceFailureEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_FRAME_HEADER` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1508:10 [INFO] [stdout] | [INFO] [stdout] 1508 | pub type LEAP_FRAME_HEADER = _LEAP_FRAME_HEADER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapFrameHeader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapImageType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1517:10 [INFO] [stdout] | [INFO] [stdout] 1517 | pub type _eLeapImageType = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapImageFormat` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1530:10 [INFO] [stdout] | [INFO] [stdout] 1530 | pub type _eLeapImageFormat = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageFormat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapPerspectiveType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1546:10 [INFO] [stdout] | [INFO] [stdout] 1546 | pub type _eLeapPerspectiveType = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPerspectiveType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_IMAGE_PROPERTIES` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1682:10 [INFO] [stdout] | [INFO] [stdout] 1682 | pub type LEAP_IMAGE_PROPERTIES = _LEAP_IMAGE_PROPERTIES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageProperties` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_DISTORTION_MATRIX` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1786:10 [INFO] [stdout] | [INFO] [stdout] 1786 | pub type LEAP_DISTORTION_MATRIX = _LEAP_DISTORTION_MATRIX; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDistortionMatrix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_IMAGE_FRAME_DESCRIPTION` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1872:10 [INFO] [stdout] | [INFO] [stdout] 1872 | pub type LEAP_IMAGE_FRAME_DESCRIPTION = _LEAP_IMAGE_FRAME_DESCRIPTION; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageFrameDescription` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_VECTOR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1997:10 [INFO] [stdout] | [INFO] [stdout] 1997 | pub type LEAP_VECTOR = _LEAP_VECTOR; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_MATRIX_3x3` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2026:10 [INFO] [stdout] | [INFO] [stdout] 2026 | pub type LEAP_MATRIX_3x3 = _LEAP_MATRIX_3x3; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapMatrix3x3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_QUATERNION` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2165:10 [INFO] [stdout] | [INFO] [stdout] 2165 | pub type LEAP_QUATERNION = _LEAP_QUATERNION; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapQuaternion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_BONE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2243:10 [INFO] [stdout] | [INFO] [stdout] 2243 | pub type LEAP_BONE = _LEAP_BONE; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapBone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_DIGIT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2414:10 [INFO] [stdout] | [INFO] [stdout] 2414 | pub type LEAP_DIGIT = _LEAP_DIGIT; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDigit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_PALM` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2538:10 [INFO] [stdout] | [INFO] [stdout] 2538 | pub type LEAP_PALM = _LEAP_PALM; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPalm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapHandType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2547:10 [INFO] [stdout] | [INFO] [stdout] 2547 | pub type _eLeapHandType = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapHandType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_HAND` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2848:10 [INFO] [stdout] | [INFO] [stdout] 2848 | pub type LEAP_HAND = _LEAP_HAND; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_TRACKING_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2957:10 [INFO] [stdout] | [INFO] [stdout] 2957 | pub type LEAP_TRACKING_EVENT = _LEAP_TRACKING_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapLogSeverity` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2968:10 [INFO] [stdout] | [INFO] [stdout] 2968 | pub type _eLeapLogSeverity = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapLogSeverity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_LOG_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3033:10 [INFO] [stdout] | [INFO] [stdout] 3033 | pub type LEAP_LOG_EVENT = _LEAP_LOG_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_LOG_EVENTS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3077:10 [INFO] [stdout] | [INFO] [stdout] 3077 | pub type LEAP_LOG_EVENTS = _LEAP_LOG_EVENTS; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvents` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_DEVICE_STATUS_CHANGE_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3149:10 [INFO] [stdout] | [INFO] [stdout] 3149 | pub type LEAP_DEVICE_STATUS_CHANGE_EVENT = _LEAP_DEVICE_STATUS_CHANGE_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceStatusChangeEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapDroppedFrameType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3154:10 [INFO] [stdout] | [INFO] [stdout] 3154 | pub type _eLeapDroppedFrameType = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDroppedFrameType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_DROPPED_FRAME_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3197:10 [INFO] [stdout] | [INFO] [stdout] 3197 | pub type LEAP_DROPPED_FRAME_EVENT = _LEAP_DROPPED_FRAME_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDroppedFrameEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_IMAGE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3286:10 [INFO] [stdout] | [INFO] [stdout] 3286 | pub type LEAP_IMAGE = _LEAP_IMAGE; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_POINT_MAPPING_CHANGE_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3358:10 [INFO] [stdout] | [INFO] [stdout] 3358 | pub type LEAP_POINT_MAPPING_CHANGE_EVENT = _LEAP_POINT_MAPPING_CHANGE_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMappingChangeEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_POINT_MAPPING` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3444:10 [INFO] [stdout] | [INFO] [stdout] 3444 | pub type LEAP_POINT_MAPPING = _LEAP_POINT_MAPPING; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_HEAD_POSE_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3503:10 [INFO] [stdout] | [INFO] [stdout] 3503 | pub type LEAP_HEAD_POSE_EVENT = _LEAP_HEAD_POSE_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHeadPoseEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_IMAGE_EVENT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3573:10 [INFO] [stdout] | [INFO] [stdout] 3573 | pub type LEAP_IMAGE_EVENT = _LEAP_IMAGE_EVENT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapEventType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3655:10 [INFO] [stdout] | [INFO] [stdout] 3655 | pub type _eLeapEventType = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapEventType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CONNECTION_MESSAGE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3973:10 [INFO] [stdout] | [INFO] [stdout] 3973 | pub type LEAP_CONNECTION_MESSAGE = _LEAP_CONNECTION_MESSAGE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_CLOCK_REBASER` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4137:10 [INFO] [stdout] | [INFO] [stdout] 4137 | pub type LEAP_CLOCK_REBASER = *mut _LEAP_CLOCK_REBASER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapClockRebaser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_eLeapRecordingFlags` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4318:10 [INFO] [stdout] | [INFO] [stdout] 4318 | pub type _eLeapRecordingFlags = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRecordingFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_RECORDING` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4332:10 [INFO] [stdout] | [INFO] [stdout] 4332 | pub type LEAP_RECORDING = *mut _LEAP_RECORDING; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecording` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_RECORDING_PARAMETERS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4368:10 [INFO] [stdout] | [INFO] [stdout] 4368 | pub type LEAP_RECORDING_PARAMETERS = _LEAP_RECORDING_PARAMETERS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingParameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_RECORDING_STATUS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4406:10 [INFO] [stdout] | [INFO] [stdout] 4406 | pub type LEAP_RECORDING_STATUS = _LEAP_RECORDING_STATUS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LEAP_TELEMETRY_DATA` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4591:10 [INFO] [stdout] | [INFO] [stdout] 4591 | pub type LEAP_TELEMETRY_DATA = _LEAP_TELEMETRY_DATA; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTelemetryData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 81 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.43s [INFO] running `Command { std: "docker" "inspect" "d0ee0bb79676e050ebac9ac315e720dd54bb668ef79c1b18adb410bff7338b24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0ee0bb79676e050ebac9ac315e720dd54bb668ef79c1b18adb410bff7338b24", kill_on_drop: false }` [INFO] [stdout] d0ee0bb79676e050ebac9ac315e720dd54bb668ef79c1b18adb410bff7338b24