[INFO] fetching crate vlfeat-sys 0.1.0... [INFO] documenting vlfeat-sys-0.1.0 against master#ef324565d071c6d7e2477a195648549e33d6a465 for pr-121659-bump-pulldown-cmark [INFO] extracting crate vlfeat-sys 0.1.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate vlfeat-sys 0.1.0 on toolchain ef324565d071c6d7e2477a195648549e33d6a465 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vlfeat-sys 0.1.0 [INFO] finished tweaking crates.io crate vlfeat-sys 0.1.0 [INFO] tweaked toml for crates.io crate vlfeat-sys 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad4d9a12611c61a06a6a0ee8bac36f900e86af7c79baa1589024443771eb9f4f [INFO] running `Command { std: "docker" "start" "-a" "ad4d9a12611c61a06a6a0ee8bac36f900e86af7c79baa1589024443771eb9f4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad4d9a12611c61a06a6a0ee8bac36f900e86af7c79baa1589024443771eb9f4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad4d9a12611c61a06a6a0ee8bac36f900e86af7c79baa1589024443771eb9f4f", kill_on_drop: false }` [INFO] [stdout] ad4d9a12611c61a06a6a0ee8bac36f900e86af7c79baa1589024443771eb9f4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae2fc40043f9eb89d5bb34503e99c801410e94d54480d930f48de6a70035f894 [INFO] running `Command { std: "docker" "start" "-a" "ae2fc40043f9eb89d5bb34503e99c801410e94d54480d930f48de6a70035f894", kill_on_drop: false }` [INFO] [stderr] Compiling vlfeat-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting vlfeat-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `vl_int64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:476:10 [INFO] [stdout] | [INFO] [stdout] 476 | pub type vl_int64 = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlInt64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_int32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:477:10 [INFO] [stdout] | [INFO] [stdout] 477 | pub type vl_int32 = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlInt32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_int16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | pub type vl_int16 = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlInt16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_int8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:479:10 [INFO] [stdout] | [INFO] [stdout] 479 | pub type vl_int8 = ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlInt8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:480:10 [INFO] [stdout] | [INFO] [stdout] 480 | pub type vl_uint64 = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlUint64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:481:10 [INFO] [stdout] | [INFO] [stdout] 481 | pub type vl_uint32 = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlUint32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:482:10 [INFO] [stdout] | [INFO] [stdout] 482 | pub type vl_uint16 = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlUint16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:483:10 [INFO] [stdout] | [INFO] [stdout] 483 | pub type vl_uint8 = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlUint8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:484:10 [INFO] [stdout] | [INFO] [stdout] 484 | pub type vl_int = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `VlInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:485:10 [INFO] [stdout] | [INFO] [stdout] 485 | pub type vl_uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlUint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_bool` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:486:10 [INFO] [stdout] | [INFO] [stdout] 486 | pub type vl_bool = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlBool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_intptr` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:487:10 [INFO] [stdout] | [INFO] [stdout] 487 | pub type vl_intptr = vl_int64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlIntptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uintptr` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:488:10 [INFO] [stdout] | [INFO] [stdout] 488 | pub type vl_uintptr = vl_uint64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `VlUintptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_size` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:489:10 [INFO] [stdout] | [INFO] [stdout] 489 | pub type vl_size = vl_uint64; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlSize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_index` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:490:10 [INFO] [stdout] | [INFO] [stdout] 490 | pub type vl_index = vl_int64; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uindex` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:491:10 [INFO] [stdout] | [INFO] [stdout] 491 | pub type vl_uindex = vl_uint64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlUindex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:642:10 [INFO] [stdout] | [INFO] [stdout] 642 | pub type __int8_t = ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:643:10 [INFO] [stdout] | [INFO] [stdout] 643 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:644:10 [INFO] [stdout] | [INFO] [stdout] 644 | pub type __int16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:645:10 [INFO] [stdout] | [INFO] [stdout] 645 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:646:10 [INFO] [stdout] | [INFO] [stdout] 646 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:647:10 [INFO] [stdout] | [INFO] [stdout] 647 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:648:10 [INFO] [stdout] | [INFO] [stdout] 648 | pub type __int64_t = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:649:10 [INFO] [stdout] | [INFO] [stdout] 649 | pub type __uint64_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_intptr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:650:10 [INFO] [stdout] | [INFO] [stdout] 650 | pub type __darwin_intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinIntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_natural_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:651:10 [INFO] [stdout] | [INFO] [stdout] 651 | pub type __darwin_natural_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinNaturalT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ct_rune_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:652:10 [INFO] [stdout] | [INFO] [stdout] 652 | pub type __darwin_ct_rune_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinCtRuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mbstate_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:680:10 [INFO] [stdout] | [INFO] [stdout] 680 | pub type __darwin_mbstate_t = __mbstate_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinMbstateT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ptrdiff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | pub type __darwin_ptrdiff_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPtrdiffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_size_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:682:10 [INFO] [stdout] | [INFO] [stdout] 682 | pub type __darwin_size_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:683:10 [INFO] [stdout] | [INFO] [stdout] 683 | pub type __darwin_va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:684:10 [INFO] [stdout] | [INFO] [stdout] 684 | pub type __darwin_wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_rune_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:685:10 [INFO] [stdout] | [INFO] [stdout] 685 | pub type __darwin_rune_t = __darwin_wchar_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinRuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wint_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:686:10 [INFO] [stdout] | [INFO] [stdout] 686 | pub type __darwin_wint_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWintT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:687:10 [INFO] [stdout] | [INFO] [stdout] 687 | pub type __darwin_clock_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_socklen_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:688:10 [INFO] [stdout] | [INFO] [stdout] 688 | pub type __darwin_socklen_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ssize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:689:10 [INFO] [stdout] | [INFO] [stdout] 689 | pub type __darwin_ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:690:10 [INFO] [stdout] | [INFO] [stdout] 690 | pub type __darwin_time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:691:10 [INFO] [stdout] | [INFO] [stdout] 691 | pub type __darwin_blkcnt_t = __int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinBlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:692:10 [INFO] [stdout] | [INFO] [stdout] 692 | pub type __darwin_blksize_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinBlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:693:10 [INFO] [stdout] | [INFO] [stdout] 693 | pub type __darwin_dev_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:694:10 [INFO] [stdout] | [INFO] [stdout] 694 | pub type __darwin_fsblkcnt_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:695:10 [INFO] [stdout] | [INFO] [stdout] 695 | pub type __darwin_fsfilcnt_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:696:10 [INFO] [stdout] | [INFO] [stdout] 696 | pub type __darwin_gid_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:697:10 [INFO] [stdout] | [INFO] [stdout] 697 | pub type __darwin_id_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinIdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ino64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:698:10 [INFO] [stdout] | [INFO] [stdout] 698 | pub type __darwin_ino64_t = __uint64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinIno64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:699:10 [INFO] [stdout] | [INFO] [stdout] 699 | pub type __darwin_ino_t = __darwin_ino64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinInoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mach_port_name_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:700:10 [INFO] [stdout] | [INFO] [stdout] 700 | pub type __darwin_mach_port_name_t = __darwin_natural_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinMachPortNameT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mach_port_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:701:10 [INFO] [stdout] | [INFO] [stdout] 701 | pub type __darwin_mach_port_t = __darwin_mach_port_name_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinMachPortT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | pub type __darwin_mode_t = __uint16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:703:10 [INFO] [stdout] | [INFO] [stdout] 703 | pub type __darwin_off_t = __int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:704:10 [INFO] [stdout] | [INFO] [stdout] 704 | pub type __darwin_pid_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:705:10 [INFO] [stdout] | [INFO] [stdout] 705 | pub type __darwin_sigset_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:706:10 [INFO] [stdout] | [INFO] [stdout] 706 | pub type __darwin_suseconds_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:707:10 [INFO] [stdout] | [INFO] [stdout] 707 | pub type __darwin_uid_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_useconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:708:10 [INFO] [stdout] | [INFO] [stdout] 708 | pub type __darwin_useconds_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUsecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_uuid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:709:10 [INFO] [stdout] | [INFO] [stdout] 709 | pub type __darwin_uuid_t = [::std::os::raw::c_uchar; 16usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUuidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_uuid_string_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | pub type __darwin_uuid_string_t = [::std::os::raw::c_char; 37usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUuidStringT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_attr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:996:10 [INFO] [stdout] | [INFO] [stdout] 996 | pub type __darwin_pthread_attr_t = _opaque_pthread_attr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadAttrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_cond_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:997:10 [INFO] [stdout] | [INFO] [stdout] 997 | pub type __darwin_pthread_cond_t = _opaque_pthread_cond_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadCondT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_condattr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:998:10 [INFO] [stdout] | [INFO] [stdout] 998 | pub type __darwin_pthread_condattr_t = _opaque_pthread_condattr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadCondattrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:999:10 [INFO] [stdout] | [INFO] [stdout] 999 | pub type __darwin_pthread_key_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_mutex_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1000:10 [INFO] [stdout] | [INFO] [stdout] 1000 | pub type __darwin_pthread_mutex_t = _opaque_pthread_mutex_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadMutexT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_mutexattr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1001:10 [INFO] [stdout] | [INFO] [stdout] 1001 | pub type __darwin_pthread_mutexattr_t = _opaque_pthread_mutexattr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadMutexattrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_once_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1002:10 [INFO] [stdout] | [INFO] [stdout] 1002 | pub type __darwin_pthread_once_t = _opaque_pthread_once_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_rwlock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1003:10 [INFO] [stdout] | [INFO] [stdout] 1003 | pub type __darwin_pthread_rwlock_t = _opaque_pthread_rwlock_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadRwlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_rwlockattr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1004:10 [INFO] [stdout] | [INFO] [stdout] 1004 | pub type __darwin_pthread_rwlockattr_t = _opaque_pthread_rwlockattr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadRwlockattrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1005:10 [INFO] [stdout] | [INFO] [stdout] 1005 | pub type __darwin_pthread_t = *mut _opaque_pthread_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_nl_item` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1006:10 [INFO] [stdout] | [INFO] [stdout] 1006 | pub type __darwin_nl_item = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinNlItem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wctrans_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1007:10 [INFO] [stdout] | [INFO] [stdout] 1007 | pub type __darwin_wctrans_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWctransT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wctype_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1008:10 [INFO] [stdout] | [INFO] [stdout] 1008 | pub type __darwin_wctype_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWctypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `idtype_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1011:10 [INFO] [stdout] | [INFO] [stdout] 1011 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IdtypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_ALL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1011:21 [INFO] [stdout] | [INFO] [stdout] 1011 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PAll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_PID` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1011:32 [INFO] [stdout] | [INFO] [stdout] 1011 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PPid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_PGID` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1011:43 [INFO] [stdout] | [INFO] [stdout] 1011 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `PPgid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1012:10 [INFO] [stdout] | [INFO] [stdout] 1012 | pub type pid_t = __darwin_pid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1013:10 [INFO] [stdout] | [INFO] [stdout] 1013 | pub type id_t = __darwin_id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1014:10 [INFO] [stdout] | [INFO] [stdout] 1014 | pub type sig_atomic_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fp_control_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1155:10 [INFO] [stdout] | [INFO] [stdout] 1155 | pub type __darwin_fp_control_t = __darwin_fp_control; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFpControlT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fp_status_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1172:10 [INFO] [stdout] | [INFO] [stdout] 1172 | pub type __darwin_fp_status_t = __darwin_fp_status; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFpStatusT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mcontext_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2945:10 [INFO] [stdout] | [INFO] [stdout] 2945 | pub type mcontext_t = *mut __darwin_mcontext64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `McontextT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_attr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2946:10 [INFO] [stdout] | [INFO] [stdout] 2946 | pub type pthread_attr_t = __darwin_pthread_attr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadAttrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `stack_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2981:10 [INFO] [stdout] | [INFO] [stdout] 2981 | pub type stack_t = __darwin_sigaltstack; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `StackT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ucontext_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3032:10 [INFO] [stdout] | [INFO] [stdout] 3032 | pub type ucontext_t = __darwin_ucontext; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UcontextT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3033:10 [INFO] [stdout] | [INFO] [stdout] 3033 | pub type sigset_t = __darwin_sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3034:10 [INFO] [stdout] | [INFO] [stdout] 3034 | pub type uid_t = __darwin_uid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `siginfo_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3181:10 [INFO] [stdout] | [INFO] [stdout] 3181 | pub type siginfo_t = __siginfo; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SiginfoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sig_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3294:10 [INFO] [stdout] | [INFO] [stdout] 3294 | pub type sig_t = [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `SigT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3362:10 [INFO] [stdout] | [INFO] [stdout] 3362 | pub type int_least8_t = i8; [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:3363:10 [INFO] [stdout] | [INFO] [stdout] 3363 | pub type int_least16_t = i16; [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:3364:10 [INFO] [stdout] | [INFO] [stdout] 3364 | pub type int_least32_t = i32; [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:3365:10 [INFO] [stdout] | [INFO] [stdout] 3365 | pub type int_least64_t = i64; [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:3366:10 [INFO] [stdout] | [INFO] [stdout] 3366 | pub type uint_least8_t = u8; [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:3367:10 [INFO] [stdout] | [INFO] [stdout] 3367 | pub type uint_least16_t = u16; [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:3368:10 [INFO] [stdout] | [INFO] [stdout] 3368 | pub type uint_least32_t = u32; [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:3369:10 [INFO] [stdout] | [INFO] [stdout] 3369 | pub type uint_least64_t = u64; [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:3370:10 [INFO] [stdout] | [INFO] [stdout] 3370 | pub type int_fast8_t = i8; [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:3371:10 [INFO] [stdout] | [INFO] [stdout] 3371 | pub type int_fast16_t = i16; [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:3372:10 [INFO] [stdout] | [INFO] [stdout] 3372 | pub type int_fast32_t = i32; [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:3373:10 [INFO] [stdout] | [INFO] [stdout] 3373 | pub type int_fast64_t = i64; [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:3374:10 [INFO] [stdout] | [INFO] [stdout] 3374 | pub type uint_fast8_t = u8; [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:3375:10 [INFO] [stdout] | [INFO] [stdout] 3375 | pub type uint_fast16_t = u16; [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:3376:10 [INFO] [stdout] | [INFO] [stdout] 3376 | pub type uint_fast32_t = u32; [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:3377:10 [INFO] [stdout] | [INFO] [stdout] 3377 | pub type uint_fast64_t = u64; [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:3378:10 [INFO] [stdout] | [INFO] [stdout] 3378 | pub type intmax_t = ::std::os::raw::c_long; [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:3379:10 [INFO] [stdout] | [INFO] [stdout] 3379 | pub type uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rlim_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3406:10 [INFO] [stdout] | [INFO] [stdout] 3406 | pub type rlim_t = __uint64_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rusage_info_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3517:10 [INFO] [stdout] | [INFO] [stdout] 3517 | pub type rusage_info_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RusageInfoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rusage_info_current` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4048:10 [INFO] [stdout] | [INFO] [stdout] 4048 | pub type rusage_info_current = rusage_info_v3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RusageInfoCurrent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ct_rune_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4224:10 [INFO] [stdout] | [INFO] [stdout] 4224 | pub type ct_rune_t = __darwin_ct_rune_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CtRuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rune_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4225:10 [INFO] [stdout] | [INFO] [stdout] 4225 | pub type rune_t = __darwin_rune_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `RuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4226:10 [INFO] [stdout] | [INFO] [stdout] 4226 | pub type wchar_t = __darwin_wchar_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4583:10 [INFO] [stdout] | [INFO] [stdout] 4583 | pub type u_int8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UInt8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4584:10 [INFO] [stdout] | [INFO] [stdout] 4584 | pub type u_int16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4585:10 [INFO] [stdout] | [INFO] [stdout] 4585 | pub type u_int32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4586:10 [INFO] [stdout] | [INFO] [stdout] 4586 | pub type u_int64_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `register_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4587:10 [INFO] [stdout] | [INFO] [stdout] 4587 | pub type register_t = i64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_addr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4588:10 [INFO] [stdout] | [INFO] [stdout] 4588 | pub type user_addr_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserAddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_size_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4589:10 [INFO] [stdout] | [INFO] [stdout] 4589 | pub type user_size_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_ssize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4590:10 [INFO] [stdout] | [INFO] [stdout] 4590 | pub type user_ssize_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_long_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4591:10 [INFO] [stdout] | [INFO] [stdout] 4591 | pub type user_long_t = i64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserLongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4592:10 [INFO] [stdout] | [INFO] [stdout] 4592 | pub type user_ulong_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4593:10 [INFO] [stdout] | [INFO] [stdout] 4593 | pub type user_time_t = i64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4594:10 [INFO] [stdout] | [INFO] [stdout] 4594 | pub type user_off_t = i64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UserOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `syscall_arg_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4595:10 [INFO] [stdout] | [INFO] [stdout] 4595 | pub type syscall_arg_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallArgT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4596:10 [INFO] [stdout] | [INFO] [stdout] 4596 | pub type dev_t = __darwin_dev_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4597:10 [INFO] [stdout] | [INFO] [stdout] 4597 | pub type mode_t = __darwin_mode_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rsize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4818:10 [INFO] [stdout] | [INFO] [stdout] 4818 | pub type rsize_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `RsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `max_align_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4819:10 [INFO] [stdout] | [INFO] [stdout] 4819 | pub type max_align_t = f64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaxAlignT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4820:10 [INFO] [stdout] | [INFO] [stdout] 4820 | pub type clock_t = __darwin_clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4821:10 [INFO] [stdout] | [INFO] [stdout] 4821 | pub type time_t = __darwin_time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5023:10 [INFO] [stdout] | [INFO] [stdout] 5023 | pub type vl_type = vl_uint32; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `printf_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5121:10 [INFO] [stdout] | [INFO] [stdout] 5121 | pub type printf_func_t = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PrintfFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `float_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5144:10 [INFO] [stdout] | [INFO] [stdout] 5144 | pub type float_t = f32; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FloatT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `double_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5145:10 [INFO] [stdout] | [INFO] [stdout] 5145 | pub type double_t = f64; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `DoubleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6363:10 [INFO] [stdout] | [INFO] [stdout] 6363 | pub enum _bindgen_ty_5 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_PROT_UNKNOWN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6364:5 [INFO] [stdout] | [INFO] [stdout] 6364 | VL_PROT_UNKNOWN = -1, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlProtUnknown` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_PROT_NONE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6365:5 [INFO] [stdout] | [INFO] [stdout] 6365 | VL_PROT_NONE = 0, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlProtNone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_PROT_ASCII` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6366:5 [INFO] [stdout] | [INFO] [stdout] 6366 | VL_PROT_ASCII = 1, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlProtAscii` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_PROT_BINARY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6367:5 [INFO] [stdout] | [INFO] [stdout] 6367 | VL_PROT_BINARY = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlProtBinary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6795:10 [INFO] [stdout] | [INFO] [stdout] 6795 | pub type va_list = __darwin_va_list; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fpos_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6803:10 [INFO] [stdout] | [INFO] [stdout] 6803 | pub type fpos_t = __darwin_off_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FposT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7219:10 [INFO] [stdout] | [INFO] [stdout] 7219 | pub type off_t = __darwin_off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_DISC` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7374:5 [INFO] [stdout] | [INFO] [stdout] 7374 | VL_FRAMETYPE_DISC = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeDisc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_ORIENTED_DISC` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7375:5 [INFO] [stdout] | [INFO] [stdout] 7375 | VL_FRAMETYPE_ORIENTED_DISC = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeOrientedDisc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_ELLIPSE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7376:5 [INFO] [stdout] | [INFO] [stdout] 7376 | VL_FRAMETYPE_ELLIPSE = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeEllipse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_ORIENTED_ELLIPSE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7377:5 [INFO] [stdout] | [INFO] [stdout] 7377 | VL_FRAMETYPE_ORIENTED_ELLIPSE = 4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeOrientedEllipse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_NUM` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7378:5 [INFO] [stdout] | [INFO] [stdout] 7378 | VL_FRAMETYPE_NUM = 5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeNum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_DOG` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7705:5 [INFO] [stdout] | [INFO] [stdout] 7705 | VL_COVDET_METHOD_DOG = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodDog` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_HESSIAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7706:5 [INFO] [stdout] | [INFO] [stdout] 7706 | VL_COVDET_METHOD_HESSIAN = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodHessian` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_HESSIAN_LAPLACE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7707:5 [INFO] [stdout] | [INFO] [stdout] 7707 | VL_COVDET_METHOD_HESSIAN_LAPLACE = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodHessianLaplace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_HARRIS_LAPLACE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7708:5 [INFO] [stdout] | [INFO] [stdout] 7708 | VL_COVDET_METHOD_HARRIS_LAPLACE = 4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodHarrisLaplace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_MULTISCALE_HESSIAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7709:5 [INFO] [stdout] | [INFO] [stdout] 7709 | VL_COVDET_METHOD_MULTISCALE_HESSIAN = 5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodMultiscaleHessian` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_MULTISCALE_HARRIS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7710:5 [INFO] [stdout] | [INFO] [stdout] 7710 | VL_COVDET_METHOD_MULTISCALE_HARRIS = 6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodMultiscaleHarris` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_NUM` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7711:5 [INFO] [stdout] | [INFO] [stdout] 7711 | VL_COVDET_METHOD_NUM = 7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodNum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_KDTREE_MEDIAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8409:5 [INFO] [stdout] | [INFO] [stdout] 8409 | VL_KDTREE_MEDIAN = 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlKdtreeMedian` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_KDTREE_MEAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8410:5 [INFO] [stdout] | [INFO] [stdout] 8410 | VL_KDTREE_MEAN = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlKdtreeMean` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_ikmacc_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9168:10 [INFO] [stdout] | [INFO] [stdout] 9168 | pub type vl_ikmacc_t = vl_int32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlIkmaccT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_IKM_LLOYD` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9174:28 [INFO] [stdout] | [INFO] [stdout] 9174 | pub enum VlIKMAlgorithms { VL_IKM_LLOYD = 0, VL_IKM_ELKAN = 1, } [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlIkmLloyd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_IKM_ELKAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9174:46 [INFO] [stdout] | [INFO] [stdout] 9174 | pub enum VlIKMAlgorithms { VL_IKM_LLOYD = 0, VL_IKM_ELKAN = 1, } [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlIkmElkan` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_mser_pix` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10033:10 [INFO] [stdout] | [INFO] [stdout] 10033 | pub type vl_mser_pix = vl_uint8; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlMserPix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_mser_acc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10341:10 [INFO] [stdout] | [INFO] [stdout] 10341 | pub type vl_mser_acc = f32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlMserAcc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_qs_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10597:10 [INFO] [stdout] | [INFO] [stdout] 10597 | pub type vl_qs_type = f64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `VlQsType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_sift_pix` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10707:10 [INFO] [stdout] | [INFO] [stdout] 10707 | pub type vl_sift_pix = f32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlSiftPix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11543:10 [INFO] [stdout] | [INFO] [stdout] 11543 | pub type __builtin_va_list = [__va_list_tag; 1usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/lib.rs:6110:40 [INFO] [stdout] | [INFO] [stdout] 6110 | ** VlAIB::nodes. For example, @c Px[i] refers to the node @c [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/lib.rs:6111:13 [INFO] [stdout] | [INFO] [stdout] 6111 | ** nodes[i]. [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 167 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s [INFO] [stderr] Generated /opt/rustwide/target/doc/vlfeat_sys/index.html [INFO] running `Command { std: "docker" "inspect" "ae2fc40043f9eb89d5bb34503e99c801410e94d54480d930f48de6a70035f894", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae2fc40043f9eb89d5bb34503e99c801410e94d54480d930f48de6a70035f894", kill_on_drop: false }` [INFO] [stdout] ae2fc40043f9eb89d5bb34503e99c801410e94d54480d930f48de6a70035f894 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1129bc4579ae347becd59b5e19c8eff768bb84c75ed96224624fdef5aa3d5a24 [INFO] running `Command { std: "docker" "start" "-a" "1129bc4579ae347becd59b5e19c8eff768bb84c75ed96224624fdef5aa3d5a24", kill_on_drop: false }` [INFO] [stderr] Documenting vlfeat-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `vl_int64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:476:10 [INFO] [stdout] | [INFO] [stdout] 476 | pub type vl_int64 = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlInt64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_int32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:477:10 [INFO] [stdout] | [INFO] [stdout] 477 | pub type vl_int32 = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlInt32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_int16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | pub type vl_int16 = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlInt16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_int8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:479:10 [INFO] [stdout] | [INFO] [stdout] 479 | pub type vl_int8 = ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlInt8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:480:10 [INFO] [stdout] | [INFO] [stdout] 480 | pub type vl_uint64 = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlUint64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:481:10 [INFO] [stdout] | [INFO] [stdout] 481 | pub type vl_uint32 = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlUint32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:482:10 [INFO] [stdout] | [INFO] [stdout] 482 | pub type vl_uint16 = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlUint16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:483:10 [INFO] [stdout] | [INFO] [stdout] 483 | pub type vl_uint8 = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlUint8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:484:10 [INFO] [stdout] | [INFO] [stdout] 484 | pub type vl_int = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `VlInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uint` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:485:10 [INFO] [stdout] | [INFO] [stdout] 485 | pub type vl_uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlUint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_bool` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:486:10 [INFO] [stdout] | [INFO] [stdout] 486 | pub type vl_bool = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlBool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_intptr` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:487:10 [INFO] [stdout] | [INFO] [stdout] 487 | pub type vl_intptr = vl_int64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlIntptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uintptr` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:488:10 [INFO] [stdout] | [INFO] [stdout] 488 | pub type vl_uintptr = vl_uint64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `VlUintptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_size` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:489:10 [INFO] [stdout] | [INFO] [stdout] 489 | pub type vl_size = vl_uint64; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlSize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_index` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:490:10 [INFO] [stdout] | [INFO] [stdout] 490 | pub type vl_index = vl_int64; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `VlIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_uindex` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:491:10 [INFO] [stdout] | [INFO] [stdout] 491 | pub type vl_uindex = vl_uint64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `VlUindex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:642:10 [INFO] [stdout] | [INFO] [stdout] 642 | pub type __int8_t = ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:643:10 [INFO] [stdout] | [INFO] [stdout] 643 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:644:10 [INFO] [stdout] | [INFO] [stdout] 644 | pub type __int16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:645:10 [INFO] [stdout] | [INFO] [stdout] 645 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:646:10 [INFO] [stdout] | [INFO] [stdout] 646 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:647:10 [INFO] [stdout] | [INFO] [stdout] 647 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:648:10 [INFO] [stdout] | [INFO] [stdout] 648 | pub type __int64_t = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:649:10 [INFO] [stdout] | [INFO] [stdout] 649 | pub type __uint64_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_intptr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:650:10 [INFO] [stdout] | [INFO] [stdout] 650 | pub type __darwin_intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinIntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_natural_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:651:10 [INFO] [stdout] | [INFO] [stdout] 651 | pub type __darwin_natural_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinNaturalT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ct_rune_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:652:10 [INFO] [stdout] | [INFO] [stdout] 652 | pub type __darwin_ct_rune_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinCtRuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mbstate_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:680:10 [INFO] [stdout] | [INFO] [stdout] 680 | pub type __darwin_mbstate_t = __mbstate_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinMbstateT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ptrdiff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:681:10 [INFO] [stdout] | [INFO] [stdout] 681 | pub type __darwin_ptrdiff_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPtrdiffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_size_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:682:10 [INFO] [stdout] | [INFO] [stdout] 682 | pub type __darwin_size_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:683:10 [INFO] [stdout] | [INFO] [stdout] 683 | pub type __darwin_va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:684:10 [INFO] [stdout] | [INFO] [stdout] 684 | pub type __darwin_wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_rune_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:685:10 [INFO] [stdout] | [INFO] [stdout] 685 | pub type __darwin_rune_t = __darwin_wchar_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinRuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wint_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:686:10 [INFO] [stdout] | [INFO] [stdout] 686 | pub type __darwin_wint_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWintT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:687:10 [INFO] [stdout] | [INFO] [stdout] 687 | pub type __darwin_clock_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_socklen_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:688:10 [INFO] [stdout] | [INFO] [stdout] 688 | pub type __darwin_socklen_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ssize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:689:10 [INFO] [stdout] | [INFO] [stdout] 689 | pub type __darwin_ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:690:10 [INFO] [stdout] | [INFO] [stdout] 690 | pub type __darwin_time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:691:10 [INFO] [stdout] | [INFO] [stdout] 691 | pub type __darwin_blkcnt_t = __int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinBlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:692:10 [INFO] [stdout] | [INFO] [stdout] 692 | pub type __darwin_blksize_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinBlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:693:10 [INFO] [stdout] | [INFO] [stdout] 693 | pub type __darwin_dev_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:694:10 [INFO] [stdout] | [INFO] [stdout] 694 | pub type __darwin_fsblkcnt_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:695:10 [INFO] [stdout] | [INFO] [stdout] 695 | pub type __darwin_fsfilcnt_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:696:10 [INFO] [stdout] | [INFO] [stdout] 696 | pub type __darwin_gid_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:697:10 [INFO] [stdout] | [INFO] [stdout] 697 | pub type __darwin_id_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinIdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ino64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:698:10 [INFO] [stdout] | [INFO] [stdout] 698 | pub type __darwin_ino64_t = __uint64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinIno64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:699:10 [INFO] [stdout] | [INFO] [stdout] 699 | pub type __darwin_ino_t = __darwin_ino64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinInoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mach_port_name_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:700:10 [INFO] [stdout] | [INFO] [stdout] 700 | pub type __darwin_mach_port_name_t = __darwin_natural_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinMachPortNameT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mach_port_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:701:10 [INFO] [stdout] | [INFO] [stdout] 701 | pub type __darwin_mach_port_t = __darwin_mach_port_name_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinMachPortT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:702:10 [INFO] [stdout] | [INFO] [stdout] 702 | pub type __darwin_mode_t = __uint16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:703:10 [INFO] [stdout] | [INFO] [stdout] 703 | pub type __darwin_off_t = __int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:704:10 [INFO] [stdout] | [INFO] [stdout] 704 | pub type __darwin_pid_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:705:10 [INFO] [stdout] | [INFO] [stdout] 705 | pub type __darwin_sigset_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:706:10 [INFO] [stdout] | [INFO] [stdout] 706 | pub type __darwin_suseconds_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:707:10 [INFO] [stdout] | [INFO] [stdout] 707 | pub type __darwin_uid_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_useconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:708:10 [INFO] [stdout] | [INFO] [stdout] 708 | pub type __darwin_useconds_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUsecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_uuid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:709:10 [INFO] [stdout] | [INFO] [stdout] 709 | pub type __darwin_uuid_t = [::std::os::raw::c_uchar; 16usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUuidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_uuid_string_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | pub type __darwin_uuid_string_t = [::std::os::raw::c_char; 37usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUuidStringT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_attr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:996:10 [INFO] [stdout] | [INFO] [stdout] 996 | pub type __darwin_pthread_attr_t = _opaque_pthread_attr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadAttrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_cond_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:997:10 [INFO] [stdout] | [INFO] [stdout] 997 | pub type __darwin_pthread_cond_t = _opaque_pthread_cond_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadCondT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_condattr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:998:10 [INFO] [stdout] | [INFO] [stdout] 998 | pub type __darwin_pthread_condattr_t = _opaque_pthread_condattr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadCondattrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:999:10 [INFO] [stdout] | [INFO] [stdout] 999 | pub type __darwin_pthread_key_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_mutex_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1000:10 [INFO] [stdout] | [INFO] [stdout] 1000 | pub type __darwin_pthread_mutex_t = _opaque_pthread_mutex_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadMutexT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_mutexattr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1001:10 [INFO] [stdout] | [INFO] [stdout] 1001 | pub type __darwin_pthread_mutexattr_t = _opaque_pthread_mutexattr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadMutexattrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_once_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1002:10 [INFO] [stdout] | [INFO] [stdout] 1002 | pub type __darwin_pthread_once_t = _opaque_pthread_once_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_rwlock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1003:10 [INFO] [stdout] | [INFO] [stdout] 1003 | pub type __darwin_pthread_rwlock_t = _opaque_pthread_rwlock_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadRwlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_rwlockattr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1004:10 [INFO] [stdout] | [INFO] [stdout] 1004 | pub type __darwin_pthread_rwlockattr_t = _opaque_pthread_rwlockattr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadRwlockattrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1005:10 [INFO] [stdout] | [INFO] [stdout] 1005 | pub type __darwin_pthread_t = *mut _opaque_pthread_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_nl_item` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1006:10 [INFO] [stdout] | [INFO] [stdout] 1006 | pub type __darwin_nl_item = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinNlItem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wctrans_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1007:10 [INFO] [stdout] | [INFO] [stdout] 1007 | pub type __darwin_wctrans_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWctransT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wctype_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1008:10 [INFO] [stdout] | [INFO] [stdout] 1008 | pub type __darwin_wctype_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWctypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `idtype_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1011:10 [INFO] [stdout] | [INFO] [stdout] 1011 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IdtypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_ALL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1011:21 [INFO] [stdout] | [INFO] [stdout] 1011 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PAll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_PID` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1011:32 [INFO] [stdout] | [INFO] [stdout] 1011 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PPid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_PGID` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1011:43 [INFO] [stdout] | [INFO] [stdout] 1011 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `PPgid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1012:10 [INFO] [stdout] | [INFO] [stdout] 1012 | pub type pid_t = __darwin_pid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1013:10 [INFO] [stdout] | [INFO] [stdout] 1013 | pub type id_t = __darwin_id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1014:10 [INFO] [stdout] | [INFO] [stdout] 1014 | pub type sig_atomic_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fp_control_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1155:10 [INFO] [stdout] | [INFO] [stdout] 1155 | pub type __darwin_fp_control_t = __darwin_fp_control; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFpControlT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fp_status_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1172:10 [INFO] [stdout] | [INFO] [stdout] 1172 | pub type __darwin_fp_status_t = __darwin_fp_status; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFpStatusT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mcontext_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2945:10 [INFO] [stdout] | [INFO] [stdout] 2945 | pub type mcontext_t = *mut __darwin_mcontext64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `McontextT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_attr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2946:10 [INFO] [stdout] | [INFO] [stdout] 2946 | pub type pthread_attr_t = __darwin_pthread_attr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadAttrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `stack_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2981:10 [INFO] [stdout] | [INFO] [stdout] 2981 | pub type stack_t = __darwin_sigaltstack; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `StackT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ucontext_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3032:10 [INFO] [stdout] | [INFO] [stdout] 3032 | pub type ucontext_t = __darwin_ucontext; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UcontextT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3033:10 [INFO] [stdout] | [INFO] [stdout] 3033 | pub type sigset_t = __darwin_sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3034:10 [INFO] [stdout] | [INFO] [stdout] 3034 | pub type uid_t = __darwin_uid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `siginfo_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3181:10 [INFO] [stdout] | [INFO] [stdout] 3181 | pub type siginfo_t = __siginfo; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SiginfoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sig_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3294:10 [INFO] [stdout] | [INFO] [stdout] 3294 | pub type sig_t = [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `SigT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3362:10 [INFO] [stdout] | [INFO] [stdout] 3362 | pub type int_least8_t = i8; [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:3363:10 [INFO] [stdout] | [INFO] [stdout] 3363 | pub type int_least16_t = i16; [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:3364:10 [INFO] [stdout] | [INFO] [stdout] 3364 | pub type int_least32_t = i32; [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:3365:10 [INFO] [stdout] | [INFO] [stdout] 3365 | pub type int_least64_t = i64; [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:3366:10 [INFO] [stdout] | [INFO] [stdout] 3366 | pub type uint_least8_t = u8; [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:3367:10 [INFO] [stdout] | [INFO] [stdout] 3367 | pub type uint_least16_t = u16; [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:3368:10 [INFO] [stdout] | [INFO] [stdout] 3368 | pub type uint_least32_t = u32; [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:3369:10 [INFO] [stdout] | [INFO] [stdout] 3369 | pub type uint_least64_t = u64; [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:3370:10 [INFO] [stdout] | [INFO] [stdout] 3370 | pub type int_fast8_t = i8; [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:3371:10 [INFO] [stdout] | [INFO] [stdout] 3371 | pub type int_fast16_t = i16; [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:3372:10 [INFO] [stdout] | [INFO] [stdout] 3372 | pub type int_fast32_t = i32; [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:3373:10 [INFO] [stdout] | [INFO] [stdout] 3373 | pub type int_fast64_t = i64; [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:3374:10 [INFO] [stdout] | [INFO] [stdout] 3374 | pub type uint_fast8_t = u8; [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:3375:10 [INFO] [stdout] | [INFO] [stdout] 3375 | pub type uint_fast16_t = u16; [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:3376:10 [INFO] [stdout] | [INFO] [stdout] 3376 | pub type uint_fast32_t = u32; [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:3377:10 [INFO] [stdout] | [INFO] [stdout] 3377 | pub type uint_fast64_t = u64; [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:3378:10 [INFO] [stdout] | [INFO] [stdout] 3378 | pub type intmax_t = ::std::os::raw::c_long; [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:3379:10 [INFO] [stdout] | [INFO] [stdout] 3379 | pub type uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rlim_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3406:10 [INFO] [stdout] | [INFO] [stdout] 3406 | pub type rlim_t = __uint64_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rusage_info_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3517:10 [INFO] [stdout] | [INFO] [stdout] 3517 | pub type rusage_info_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RusageInfoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rusage_info_current` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4048:10 [INFO] [stdout] | [INFO] [stdout] 4048 | pub type rusage_info_current = rusage_info_v3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RusageInfoCurrent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ct_rune_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4224:10 [INFO] [stdout] | [INFO] [stdout] 4224 | pub type ct_rune_t = __darwin_ct_rune_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CtRuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rune_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4225:10 [INFO] [stdout] | [INFO] [stdout] 4225 | pub type rune_t = __darwin_rune_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `RuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4226:10 [INFO] [stdout] | [INFO] [stdout] 4226 | pub type wchar_t = __darwin_wchar_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4583:10 [INFO] [stdout] | [INFO] [stdout] 4583 | pub type u_int8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UInt8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4584:10 [INFO] [stdout] | [INFO] [stdout] 4584 | pub type u_int16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4585:10 [INFO] [stdout] | [INFO] [stdout] 4585 | pub type u_int32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4586:10 [INFO] [stdout] | [INFO] [stdout] 4586 | pub type u_int64_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `register_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4587:10 [INFO] [stdout] | [INFO] [stdout] 4587 | pub type register_t = i64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_addr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4588:10 [INFO] [stdout] | [INFO] [stdout] 4588 | pub type user_addr_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserAddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_size_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4589:10 [INFO] [stdout] | [INFO] [stdout] 4589 | pub type user_size_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_ssize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4590:10 [INFO] [stdout] | [INFO] [stdout] 4590 | pub type user_ssize_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_long_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4591:10 [INFO] [stdout] | [INFO] [stdout] 4591 | pub type user_long_t = i64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserLongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4592:10 [INFO] [stdout] | [INFO] [stdout] 4592 | pub type user_ulong_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4593:10 [INFO] [stdout] | [INFO] [stdout] 4593 | pub type user_time_t = i64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4594:10 [INFO] [stdout] | [INFO] [stdout] 4594 | pub type user_off_t = i64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UserOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `syscall_arg_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4595:10 [INFO] [stdout] | [INFO] [stdout] 4595 | pub type syscall_arg_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallArgT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4596:10 [INFO] [stdout] | [INFO] [stdout] 4596 | pub type dev_t = __darwin_dev_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4597:10 [INFO] [stdout] | [INFO] [stdout] 4597 | pub type mode_t = __darwin_mode_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rsize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4818:10 [INFO] [stdout] | [INFO] [stdout] 4818 | pub type rsize_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `RsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `max_align_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4819:10 [INFO] [stdout] | [INFO] [stdout] 4819 | pub type max_align_t = f64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaxAlignT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4820:10 [INFO] [stdout] | [INFO] [stdout] 4820 | pub type clock_t = __darwin_clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4821:10 [INFO] [stdout] | [INFO] [stdout] 4821 | pub type time_t = __darwin_time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5023:10 [INFO] [stdout] | [INFO] [stdout] 5023 | pub type vl_type = vl_uint32; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VlType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `printf_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5121:10 [INFO] [stdout] | [INFO] [stdout] 5121 | pub type printf_func_t = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PrintfFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `float_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5144:10 [INFO] [stdout] | [INFO] [stdout] 5144 | pub type float_t = f32; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FloatT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `double_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5145:10 [INFO] [stdout] | [INFO] [stdout] 5145 | pub type double_t = f64; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `DoubleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6363:10 [INFO] [stdout] | [INFO] [stdout] 6363 | pub enum _bindgen_ty_5 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_PROT_UNKNOWN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6364:5 [INFO] [stdout] | [INFO] [stdout] 6364 | VL_PROT_UNKNOWN = -1, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlProtUnknown` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_PROT_NONE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6365:5 [INFO] [stdout] | [INFO] [stdout] 6365 | VL_PROT_NONE = 0, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlProtNone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_PROT_ASCII` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6366:5 [INFO] [stdout] | [INFO] [stdout] 6366 | VL_PROT_ASCII = 1, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlProtAscii` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_PROT_BINARY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6367:5 [INFO] [stdout] | [INFO] [stdout] 6367 | VL_PROT_BINARY = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlProtBinary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6795:10 [INFO] [stdout] | [INFO] [stdout] 6795 | pub type va_list = __darwin_va_list; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fpos_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6803:10 [INFO] [stdout] | [INFO] [stdout] 6803 | pub type fpos_t = __darwin_off_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FposT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7219:10 [INFO] [stdout] | [INFO] [stdout] 7219 | pub type off_t = __darwin_off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_DISC` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7374:5 [INFO] [stdout] | [INFO] [stdout] 7374 | VL_FRAMETYPE_DISC = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeDisc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_ORIENTED_DISC` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7375:5 [INFO] [stdout] | [INFO] [stdout] 7375 | VL_FRAMETYPE_ORIENTED_DISC = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeOrientedDisc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_ELLIPSE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7376:5 [INFO] [stdout] | [INFO] [stdout] 7376 | VL_FRAMETYPE_ELLIPSE = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeEllipse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_ORIENTED_ELLIPSE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7377:5 [INFO] [stdout] | [INFO] [stdout] 7377 | VL_FRAMETYPE_ORIENTED_ELLIPSE = 4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeOrientedEllipse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_FRAMETYPE_NUM` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7378:5 [INFO] [stdout] | [INFO] [stdout] 7378 | VL_FRAMETYPE_NUM = 5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlFrametypeNum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_DOG` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7705:5 [INFO] [stdout] | [INFO] [stdout] 7705 | VL_COVDET_METHOD_DOG = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodDog` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_HESSIAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7706:5 [INFO] [stdout] | [INFO] [stdout] 7706 | VL_COVDET_METHOD_HESSIAN = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodHessian` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_HESSIAN_LAPLACE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7707:5 [INFO] [stdout] | [INFO] [stdout] 7707 | VL_COVDET_METHOD_HESSIAN_LAPLACE = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodHessianLaplace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_HARRIS_LAPLACE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7708:5 [INFO] [stdout] | [INFO] [stdout] 7708 | VL_COVDET_METHOD_HARRIS_LAPLACE = 4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodHarrisLaplace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_MULTISCALE_HESSIAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7709:5 [INFO] [stdout] | [INFO] [stdout] 7709 | VL_COVDET_METHOD_MULTISCALE_HESSIAN = 5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodMultiscaleHessian` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_MULTISCALE_HARRIS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7710:5 [INFO] [stdout] | [INFO] [stdout] 7710 | VL_COVDET_METHOD_MULTISCALE_HARRIS = 6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodMultiscaleHarris` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_COVDET_METHOD_NUM` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7711:5 [INFO] [stdout] | [INFO] [stdout] 7711 | VL_COVDET_METHOD_NUM = 7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlCovdetMethodNum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_KDTREE_MEDIAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8409:5 [INFO] [stdout] | [INFO] [stdout] 8409 | VL_KDTREE_MEDIAN = 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlKdtreeMedian` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_KDTREE_MEAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8410:5 [INFO] [stdout] | [INFO] [stdout] 8410 | VL_KDTREE_MEAN = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlKdtreeMean` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_ikmacc_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9168:10 [INFO] [stdout] | [INFO] [stdout] 9168 | pub type vl_ikmacc_t = vl_int32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlIkmaccT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_IKM_LLOYD` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9174:28 [INFO] [stdout] | [INFO] [stdout] 9174 | pub enum VlIKMAlgorithms { VL_IKM_LLOYD = 0, VL_IKM_ELKAN = 1, } [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlIkmLloyd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `VL_IKM_ELKAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9174:46 [INFO] [stdout] | [INFO] [stdout] 9174 | pub enum VlIKMAlgorithms { VL_IKM_LLOYD = 0, VL_IKM_ELKAN = 1, } [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlIkmElkan` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_mser_pix` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10033:10 [INFO] [stdout] | [INFO] [stdout] 10033 | pub type vl_mser_pix = vl_uint8; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlMserPix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_mser_acc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10341:10 [INFO] [stdout] | [INFO] [stdout] 10341 | pub type vl_mser_acc = f32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlMserAcc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_qs_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10597:10 [INFO] [stdout] | [INFO] [stdout] 10597 | pub type vl_qs_type = f64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `VlQsType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vl_sift_pix` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10707:10 [INFO] [stdout] | [INFO] [stdout] 10707 | pub type vl_sift_pix = f32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `VlSiftPix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11543:10 [INFO] [stdout] | [INFO] [stdout] 11543 | pub type __builtin_va_list = [__va_list_tag; 1usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/lib.rs:6110:40 [INFO] [stdout] | [INFO] [stdout] 6110 | ** VlAIB::nodes. For example, @c Px[i] refers to the node @c [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/lib.rs:6111:13 [INFO] [stdout] | [INFO] [stdout] 6111 | ** nodes[i]. [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 167 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] [stderr] Generated /opt/rustwide/target/doc/vlfeat_sys/index.html [INFO] running `Command { std: "docker" "inspect" "1129bc4579ae347becd59b5e19c8eff768bb84c75ed96224624fdef5aa3d5a24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1129bc4579ae347becd59b5e19c8eff768bb84c75ed96224624fdef5aa3d5a24", kill_on_drop: false }` [INFO] [stdout] 1129bc4579ae347becd59b5e19c8eff768bb84c75ed96224624fdef5aa3d5a24