[INFO] fetching crate vlfeat-sys 0.1.0... [INFO] testing vlfeat-sys-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate vlfeat-sys 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate vlfeat-sys 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2e1b6535c6f20ab7fa8bbe349c35b340b3850df657d3d8e4b92cb9859105616c [INFO] running `Command { std: "docker" "start" "-a" "2e1b6535c6f20ab7fa8bbe349c35b340b3850df657d3d8e4b92cb9859105616c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e1b6535c6f20ab7fa8bbe349c35b340b3850df657d3d8e4b92cb9859105616c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e1b6535c6f20ab7fa8bbe349c35b340b3850df657d3d8e4b92cb9859105616c", kill_on_drop: false }` [INFO] [stdout] 2e1b6535c6f20ab7fa8bbe349c35b340b3850df657d3d8e4b92cb9859105616c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad6c81220315e5afa77849174d4710d464e7332b058a6be5b0433b1d1b082f60 [INFO] running `Command { std: "docker" "start" "-a" "ad6c81220315e5afa77849174d4710d464e7332b058a6be5b0433b1d1b082f60", kill_on_drop: false }` [INFO] [stderr] Compiling 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: constant `P_tmpdir` should have an upper case name [INFO] [stdout] --> src/lib.rs:441:11 [INFO] [stdout] | [INFO] [stdout] 441 | pub const P_tmpdir: &'static [u8; 10usize] = b"/var/tmp/\x00"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `P_TMPDIR` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `L_tmpnam` should have an upper case name [INFO] [stdout] --> src/lib.rs:442:11 [INFO] [stdout] | [INFO] [stdout] 442 | pub const L_tmpnam: ::std::os::raw::c_uint = 1024; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `L_TMPNAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `L_ctermid` should have an upper case name [INFO] [stdout] --> src/lib.rs:447:11 [INFO] [stdout] | [INFO] [stdout] 447 | pub const L_ctermid: ::std::os::raw::c_uint = 1024; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `L_CTERMID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `no_argument` should have an upper case name [INFO] [stdout] --> src/lib.rs:454:11 [INFO] [stdout] | [INFO] [stdout] 454 | pub const no_argument: ::std::os::raw::c_uint = 0; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NO_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `required_argument` should have an upper case name [INFO] [stdout] --> src/lib.rs:455:11 [INFO] [stdout] | [INFO] [stdout] 455 | pub const required_argument: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REQUIRED_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `optional_argument` should have an upper case name [INFO] [stdout] --> src/lib.rs:456:11 [INFO] [stdout] | [INFO] [stdout] 456 | pub const optional_argument: ::std::os::raw::c_uint = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPTIONAL_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasAVX` should have a snake case name [INFO] [stdout] --> src/lib.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | pub hasAVX: vl_bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `has_avx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE42` should have a snake case name [INFO] [stdout] --> src/lib.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub hasSSE42: vl_bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `has_sse42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE41` should have a snake case name [INFO] [stdout] --> src/lib.rs:501:9 [INFO] [stdout] | [INFO] [stdout] 501 | pub hasSSE41: vl_bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `has_sse41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE3` should have a snake case name [INFO] [stdout] --> src/lib.rs:502:9 [INFO] [stdout] | [INFO] [stdout] 502 | pub hasSSE3: vl_bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `has_sse3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE2` should have a snake case name [INFO] [stdout] --> src/lib.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | pub hasSSE2: vl_bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `has_sse2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE` should have a snake case name [INFO] [stdout] --> src/lib.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | pub hasSSE: vl_bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `has_sse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasMMX` should have a snake case name [INFO] [stdout] --> src/lib.rs:505:9 [INFO] [stdout] | [INFO] [stdout] 505 | pub hasMMX: vl_bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `has_mmx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_mbstateL` should have a snake case name [INFO] [stdout] --> src/lib.rs:657:9 [INFO] [stdout] | [INFO] [stdout] 657 | pub _mbstateL: __BindgenUnionField<::std::os::raw::c_longlong>, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_mbstate_l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `w_T` should have a snake case name [INFO] [stdout] --> src/lib.rs:4141:9 [INFO] [stdout] | [INFO] [stdout] 4141 | pub w_T: __BindgenUnionField, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `w_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `w_S` should have a snake case name [INFO] [stdout] --> src/lib.rs:4142:9 [INFO] [stdout] | [INFO] [stdout] 4142 | pub w_S: __BindgenUnionField, [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `w_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Pcx` should have a snake case name [INFO] [stdout] --> src/lib.rs:6129:9 [INFO] [stdout] | [INFO] [stdout] 6129 | pub Pcx: *mut f64, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `pcx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Px` should have a snake case name [INFO] [stdout] --> src/lib.rs:6131:9 [INFO] [stdout] | [INFO] [stdout] 6131 | pub Px: *mut f64, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `px` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Pc` should have a snake case name [INFO] [stdout] --> src/lib.rs:6133:9 [INFO] [stdout] | [INFO] [stdout] 6133 | pub Pc: *mut f64, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `pc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isEnvelope` should have a snake case name [INFO] [stdout] --> src/lib.rs:6246:9 [INFO] [stdout] | [INFO] [stdout] 6246 | pub isEnvelope: vl_bool, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `is_envelope` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isSparse` should have a snake case name [INFO] [stdout] --> src/lib.rs:6247:9 [INFO] [stdout] | [INFO] [stdout] 6247 | pub isSparse: vl_bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `is_sparse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numDimensions` should have a snake case name [INFO] [stdout] --> src/lib.rs:6248:9 [INFO] [stdout] | [INFO] [stdout] 6248 | pub numDimensions: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_dimensions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rowPointers` should have a snake case name [INFO] [stdout] --> src/lib.rs:6251:9 [INFO] [stdout] | [INFO] [stdout] 6251 | pub rowPointers: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `row_pointers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `columnPointers` should have a snake case name [INFO] [stdout] --> src/lib.rs:6252:9 [INFO] [stdout] | [INFO] [stdout] 6252 | pub columnPointers: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `column_pointers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `firstOctave` should have a snake case name [INFO] [stdout] --> src/lib.rs:6611:9 [INFO] [stdout] | [INFO] [stdout] 6611 | pub firstOctave: vl_index, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `first_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastOctave` should have a snake case name [INFO] [stdout] --> src/lib.rs:6613:9 [INFO] [stdout] | [INFO] [stdout] 6613 | pub lastOctave: vl_index, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `last_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `octaveResolution` should have a snake case name [INFO] [stdout] --> src/lib.rs:6615:9 [INFO] [stdout] | [INFO] [stdout] 6615 | pub octaveResolution: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `octave_resolution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `octaveFirstSubdivision` should have a snake case name [INFO] [stdout] --> src/lib.rs:6617:9 [INFO] [stdout] | [INFO] [stdout] 6617 | pub octaveFirstSubdivision: vl_index, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `octave_first_subdivision` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `octaveLastSubdivision` should have a snake case name [INFO] [stdout] --> src/lib.rs:6619:9 [INFO] [stdout] | [INFO] [stdout] 6619 | pub octaveLastSubdivision: vl_index, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `octave_last_subdivision` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `baseScale` should have a snake case name [INFO] [stdout] --> src/lib.rs:6621:9 [INFO] [stdout] | [INFO] [stdout] 6621 | pub baseScale: f64, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `base_scale` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nominalScale` should have a snake case name [INFO] [stdout] --> src/lib.rs:6623:9 [INFO] [stdout] | [INFO] [stdout] 6623 | pub nominalScale: f64, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `nominal_scale` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `peakScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7589:9 [INFO] [stdout] | [INFO] [stdout] 7589 | pub peakScore: f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `peak_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `edgeScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7591:9 [INFO] [stdout] | [INFO] [stdout] 7591 | pub edgeScore: f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `edge_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `orientationScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7593:9 [INFO] [stdout] | [INFO] [stdout] 7593 | pub orientationScore: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `orientation_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `laplacianScaleScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7595:9 [INFO] [stdout] | [INFO] [stdout] 7595 | pub laplacianScaleScore: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `laplacian_scale_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinT` should have a snake case name [INFO] [stdout] --> src/lib.rs:7927:9 [INFO] [stdout] | [INFO] [stdout] 7927 | pub numBinT: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_bin_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7929:9 [INFO] [stdout] | [INFO] [stdout] 7929 | pub numBinX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_bin_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7931:9 [INFO] [stdout] | [INFO] [stdout] 7931 | pub numBinY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_bin_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `binSizeX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7933:9 [INFO] [stdout] | [INFO] [stdout] 7933 | pub binSizeX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bin_size_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `binSizeY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7935:9 [INFO] [stdout] | [INFO] [stdout] 7935 | pub binSizeY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bin_size_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `imWidth` should have a snake case name [INFO] [stdout] --> src/lib.rs:7986:9 [INFO] [stdout] | [INFO] [stdout] 7986 | pub imWidth: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `im_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `imHeight` should have a snake case name [INFO] [stdout] --> src/lib.rs:7988:9 [INFO] [stdout] | [INFO] [stdout] 7988 | pub imHeight: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `im_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stepX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7990:9 [INFO] [stdout] | [INFO] [stdout] 7990 | pub stepX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `step_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stepY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7992:9 [INFO] [stdout] | [INFO] [stdout] 7992 | pub stepY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `step_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `boundMinX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7994:9 [INFO] [stdout] | [INFO] [stdout] 7994 | pub boundMinX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bound_min_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `boundMinY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7996:9 [INFO] [stdout] | [INFO] [stdout] 7996 | pub boundMinY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bound_min_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `boundMaxX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7998:9 [INFO] [stdout] | [INFO] [stdout] 7998 | pub boundMaxX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bound_max_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `boundMaxY` should have a snake case name [INFO] [stdout] --> src/lib.rs:8000:9 [INFO] [stdout] | [INFO] [stdout] 8000 | pub boundMaxY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bound_max_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `useFlatWindow` should have a snake case name [INFO] [stdout] --> src/lib.rs:8004:9 [INFO] [stdout] | [INFO] [stdout] 8004 | pub useFlatWindow: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `use_flat_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `windowSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:8006:9 [INFO] [stdout] | [INFO] [stdout] 8006 | pub windowSize: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `window_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:8008:9 [INFO] [stdout] | [INFO] [stdout] 8008 | pub numFrames: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `num_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `descrSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:8010:9 [INFO] [stdout] | [INFO] [stdout] 8010 | pub descrSize: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `descr_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinAlloc` should have a snake case name [INFO] [stdout] --> src/lib.rs:8016:9 [INFO] [stdout] | [INFO] [stdout] 8016 | pub numBinAlloc: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `num_bin_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numFrameAlloc` should have a snake case name [INFO] [stdout] --> src/lib.rs:8018:9 [INFO] [stdout] | [INFO] [stdout] 8018 | pub numFrameAlloc: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_frame_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numGradAlloc` should have a snake case name [INFO] [stdout] --> src/lib.rs:8020:9 [INFO] [stdout] | [INFO] [stdout] 8020 | pub numGradAlloc: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_grad_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `convTmp1` should have a snake case name [INFO] [stdout] --> src/lib.rs:8024:9 [INFO] [stdout] | [INFO] [stdout] 8024 | pub convTmp1: *mut f32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `conv_tmp1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `convTmp2` should have a snake case name [INFO] [stdout] --> src/lib.rs:8026:9 [INFO] [stdout] | [INFO] [stdout] 8026 | pub convTmp2: *mut f32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `conv_tmp2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lowerChild` should have a snake case name [INFO] [stdout] --> src/lib.rs:8252:9 [INFO] [stdout] | [INFO] [stdout] 8252 | pub lowerChild: vl_index, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `lower_child` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `upperChild` should have a snake case name [INFO] [stdout] --> src/lib.rs:8253:9 [INFO] [stdout] | [INFO] [stdout] 8253 | pub upperChild: vl_index, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `upper_child` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:8254:9 [INFO] [stdout] | [INFO] [stdout] 8254 | pub splitDimension: ::std::os::raw::c_uint, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitThreshold` should have a snake case name [INFO] [stdout] --> src/lib.rs:8255:9 [INFO] [stdout] | [INFO] [stdout] 8255 | pub splitThreshold: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_threshold` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lowerBound` should have a snake case name [INFO] [stdout] --> src/lib.rs:8256:9 [INFO] [stdout] | [INFO] [stdout] 8256 | pub lowerBound: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `lower_bound` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `upperBound` should have a snake case name [INFO] [stdout] --> src/lib.rs:8257:9 [INFO] [stdout] | [INFO] [stdout] 8257 | pub upperBound: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `upper_bound` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nodeIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:8373:9 [INFO] [stdout] | [INFO] [stdout] 8373 | pub nodeIndex: vl_uindex, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `node_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `distanceLowerBound` should have a snake case name [INFO] [stdout] --> src/lib.rs:8374:9 [INFO] [stdout] | [INFO] [stdout] 8374 | pub distanceLowerBound: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_lower_bound` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numUsedNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8448:9 [INFO] [stdout] | [INFO] [stdout] 8448 | pub numUsedNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_used_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numAllocatedNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8449:9 [INFO] [stdout] | [INFO] [stdout] 8449 | pub numAllocatedNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_allocated_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:8450:9 [INFO] [stdout] | [INFO] [stdout] 8450 | pub dataIndex: *mut VlKDTreeDataIndexEntry, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `data_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchIdBook` should have a snake case name [INFO] [stdout] --> src/lib.rs:8495:9 [INFO] [stdout] | [INFO] [stdout] 8495 | pub searchIdBook: *mut vl_uindex, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `search_id_book` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchHeapArray` should have a snake case name [INFO] [stdout] --> src/lib.rs:8496:9 [INFO] [stdout] | [INFO] [stdout] 8496 | pub searchHeapArray: *mut VlKDForestSearchState, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_heap_array` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchNumComparisons` should have a snake case name [INFO] [stdout] --> src/lib.rs:8498:9 [INFO] [stdout] | [INFO] [stdout] 8498 | pub searchNumComparisons: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_num_comparisons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchNumRecursions` should have a snake case name [INFO] [stdout] --> src/lib.rs:8499:9 [INFO] [stdout] | [INFO] [stdout] 8499 | pub searchNumRecursions: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_num_recursions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchNumSimplifications` should have a snake case name [INFO] [stdout] --> src/lib.rs:8500:9 [INFO] [stdout] | [INFO] [stdout] 8500 | pub searchNumSimplifications: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_num_simplifications` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchHeapNumNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8501:9 [INFO] [stdout] | [INFO] [stdout] 8501 | pub searchHeapNumNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_heap_num_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchId` should have a snake case name [INFO] [stdout] --> src/lib.rs:8502:9 [INFO] [stdout] | [INFO] [stdout] 8502 | pub searchId: vl_uindex, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `search_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataType` should have a snake case name [INFO] [stdout] --> src/lib.rs:8575:9 [INFO] [stdout] | [INFO] [stdout] 8575 | pub dataType: vl_type, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `data_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8577:9 [INFO] [stdout] | [INFO] [stdout] 8577 | pub numData: vl_size, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `distanceFunction` should have a snake case name [INFO] [stdout] --> src/lib.rs:8579:9 [INFO] [stdout] | [INFO] [stdout] 8579 | pub distanceFunction: ::std::option::Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_function` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numTrees` should have a snake case name [INFO] [stdout] --> src/lib.rs:8581:9 [INFO] [stdout] | [INFO] [stdout] 8581 | pub numTrees: vl_size, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `num_trees` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `thresholdingMethod` should have a snake case name [INFO] [stdout] --> src/lib.rs:8582:9 [INFO] [stdout] | [INFO] [stdout] 8582 | pub thresholdingMethod: VlKDTreeThresholdingMethod, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `thresholding_method` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitHeapArray` should have a snake case name [INFO] [stdout] --> src/lib.rs:8583:9 [INFO] [stdout] | [INFO] [stdout] 8583 | pub splitHeapArray: [VlKDTreeSplitDimension; 5usize], [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_heap_array` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitHeapNumNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8584:9 [INFO] [stdout] | [INFO] [stdout] 8584 | pub splitHeapNumNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_heap_num_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitHeapSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:8585:9 [INFO] [stdout] | [INFO] [stdout] 8585 | pub splitHeapSize: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_heap_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxNumNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8586:9 [INFO] [stdout] | [INFO] [stdout] 8586 | pub maxNumNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `max_num_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchMaxNumComparisons` should have a snake case name [INFO] [stdout] --> src/lib.rs:8587:9 [INFO] [stdout] | [INFO] [stdout] 8587 | pub searchMaxNumComparisons: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_max_num_comparisons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numSearchers` should have a snake case name [INFO] [stdout] --> src/lib.rs:8588:9 [INFO] [stdout] | [INFO] [stdout] 8588 | pub numSearchers: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_searchers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `headSearcher` should have a snake case name [INFO] [stdout] --> src/lib.rs:8589:9 [INFO] [stdout] | [INFO] [stdout] 8589 | pub headSearcher: *mut _VlKDForestSearcher, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `head_searcher` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataType` should have a snake case name [INFO] [stdout] --> src/lib.rs:8804:9 [INFO] [stdout] | [INFO] [stdout] 8804 | pub dataType: vl_type, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `data_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numCenters` should have a snake case name [INFO] [stdout] --> src/lib.rs:8808:9 [INFO] [stdout] | [INFO] [stdout] 8808 | pub numCenters: vl_size, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `num_centers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numTrees` should have a snake case name [INFO] [stdout] --> src/lib.rs:8810:9 [INFO] [stdout] | [INFO] [stdout] 8810 | pub numTrees: vl_size, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `num_trees` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxNumComparisons` should have a snake case name [INFO] [stdout] --> src/lib.rs:8812:9 [INFO] [stdout] | [INFO] [stdout] 8812 | pub maxNumComparisons: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_num_comparisons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxNumIterations` should have a snake case name [INFO] [stdout] --> src/lib.rs:8820:9 [INFO] [stdout] | [INFO] [stdout] 8820 | pub maxNumIterations: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_num_iterations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minEnergyVariation` should have a snake case name [INFO] [stdout] --> src/lib.rs:8822:9 [INFO] [stdout] | [INFO] [stdout] 8822 | pub minEnergyVariation: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_energy_variation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numRepetitions` should have a snake case name [INFO] [stdout] --> src/lib.rs:8824:9 [INFO] [stdout] | [INFO] [stdout] 8824 | pub numRepetitions: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_repetitions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `centerDistances` should have a snake case name [INFO] [stdout] --> src/lib.rs:8830:9 [INFO] [stdout] | [INFO] [stdout] 8830 | pub centerDistances: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `center_distances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `floatVectorComparisonFn` should have a snake case name [INFO] [stdout] --> src/lib.rs:8833:9 [INFO] [stdout] | [INFO] [stdout] 8833 | pub floatVectorComparisonFn: VlFloatVectorComparisonFunction, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `float_vector_comparison_fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `doubleVectorComparisonFn` should have a snake case name [INFO] [stdout] --> src/lib.rs:8834:9 [INFO] [stdout] | [INFO] [stdout] 8834 | pub doubleVectorComparisonFn: VlDoubleVectorComparisonFunction, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `double_vector_comparison_fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `M` should have a snake case name [INFO] [stdout] --> src/lib.rs:9182:9 [INFO] [stdout] | [INFO] [stdout] 9182 | pub M: vl_size, [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `K` should have a snake case name [INFO] [stdout] --> src/lib.rs:9184:9 [INFO] [stdout] | [INFO] [stdout] 9184 | pub K: vl_size, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `k` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `M` should have a snake case name [INFO] [stdout] --> src/lib.rs:9346:9 [INFO] [stdout] | [INFO] [stdout] 9346 | pub M: vl_size, [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `K` should have a snake case name [INFO] [stdout] --> src/lib.rs:9348:9 [INFO] [stdout] | [INFO] [stdout] 9348 | pub K: vl_size, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `k` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numOrientations` should have a snake case name [INFO] [stdout] --> src/lib.rs:9475:9 [INFO] [stdout] | [INFO] [stdout] 9475 | pub numOrientations: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_orientations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `useBilinearOrientationAssigment` should have a snake case name [INFO] [stdout] --> src/lib.rs:9477:9 [INFO] [stdout] | [INFO] [stdout] 9477 | pub useBilinearOrientationAssigment: vl_bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `use_bilinear_orientation_assigment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `glyphSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:9480:9 [INFO] [stdout] | [INFO] [stdout] 9480 | pub glyphSize: vl_size, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `glyph_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `orientationX` should have a snake case name [INFO] [stdout] --> src/lib.rs:9481:9 [INFO] [stdout] | [INFO] [stdout] 9481 | pub orientationX: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `orientation_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `orientationY` should have a snake case name [INFO] [stdout] --> src/lib.rs:9482:9 [INFO] [stdout] | [INFO] [stdout] 9482 | pub orientationY: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `orientation_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hogNorm` should have a snake case name [INFO] [stdout] --> src/lib.rs:9484:9 [INFO] [stdout] | [INFO] [stdout] 9484 | pub hogNorm: *mut f32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `hog_norm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hogWidth` should have a snake case name [INFO] [stdout] --> src/lib.rs:9485:9 [INFO] [stdout] | [INFO] [stdout] 9485 | pub hogWidth: vl_size, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `hog_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hogHeight` should have a snake case name [INFO] [stdout] --> src/lib.rs:9486:9 [INFO] [stdout] | [INFO] [stdout] 9486 | pub hogHeight: vl_size, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `hog_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numNeighbours` should have a snake case name [INFO] [stdout] --> src/lib.rs:9768:9 [INFO] [stdout] | [INFO] [stdout] 9768 | pub numNeighbours: vl_int, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_neighbours` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numSpatialBins` should have a snake case name [INFO] [stdout] --> src/lib.rs:9770:9 [INFO] [stdout] | [INFO] [stdout] 9770 | pub numSpatialBins: vl_int, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_spatial_bins` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `intensityThreshold` should have a snake case name [INFO] [stdout] --> src/lib.rs:9772:9 [INFO] [stdout] | [INFO] [stdout] 9772 | pub intensityThreshold: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `intensity_threshold` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchSideLength` should have a snake case name [INFO] [stdout] --> src/lib.rs:9775:9 [INFO] [stdout] | [INFO] [stdout] 9775 | pub patchSideLength: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `patch_side_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:9776:9 [INFO] [stdout] | [INFO] [stdout] 9776 | pub patchSize: vl_size, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `patch_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchPixels` should have a snake case name [INFO] [stdout] --> src/lib.rs:9777:9 [INFO] [stdout] | [INFO] [stdout] 9777 | pub patchPixels: *mut vl_uindex, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `patch_pixels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchIntensities` should have a snake case name [INFO] [stdout] --> src/lib.rs:9778:9 [INFO] [stdout] | [INFO] [stdout] 9778 | pub patchIntensities: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `patch_intensities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchPermutation` should have a snake case name [INFO] [stdout] --> src/lib.rs:9779:9 [INFO] [stdout] | [INFO] [stdout] 9779 | pub patchPermutation: *mut vl_uindex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `patch_permutation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighRadius` should have a snake case name [INFO] [stdout] --> src/lib.rs:9781:9 [INFO] [stdout] | [INFO] [stdout] 9781 | pub neighRadius: f32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_radius` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighIntensities` should have a snake case name [INFO] [stdout] --> src/lib.rs:9782:9 [INFO] [stdout] | [INFO] [stdout] 9782 | pub neighIntensities: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_intensities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighPermutation` should have a snake case name [INFO] [stdout] --> src/lib.rs:9783:9 [INFO] [stdout] | [INFO] [stdout] 9783 | pub neighPermutation: *mut vl_uindex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_permutation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighSamplesX` should have a snake case name [INFO] [stdout] --> src/lib.rs:9784:9 [INFO] [stdout] | [INFO] [stdout] 9784 | pub neighSamplesX: *mut f64, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_samples_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighSamplesY` should have a snake case name [INFO] [stdout] --> src/lib.rs:9785:9 [INFO] [stdout] | [INFO] [stdout] 9785 | pub neighSamplesY: *mut f64, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_samples_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `O` should have a snake case name [INFO] [stdout] --> src/lib.rs:10806:9 [INFO] [stdout] | [INFO] [stdout] 10806 | pub O: ::std::os::raw::c_int, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `o` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `S` should have a snake case name [INFO] [stdout] --> src/lib.rs:10808:9 [INFO] [stdout] | [INFO] [stdout] 10808 | pub S: ::std::os::raw::c_int, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gaussFilter` should have a snake case name [INFO] [stdout] --> src/lib.rs:10828:9 [INFO] [stdout] | [INFO] [stdout] 10828 | pub gaussFilter: *mut vl_sift_pix, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `gauss_filter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gaussFilterSigma` should have a snake case name [INFO] [stdout] --> src/lib.rs:10830:9 [INFO] [stdout] | [INFO] [stdout] 10830 | pub gaussFilterSigma: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `gauss_filter_sigma` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gaussFilterWidth` should have a snake case name [INFO] [stdout] --> src/lib.rs:10832:9 [INFO] [stdout] | [INFO] [stdout] 10832 | pub gaussFilterWidth: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `gauss_filter_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `windowSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:10848:9 [INFO] [stdout] | [INFO] [stdout] 10848 | pub windowSize: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `window_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dualObjective` should have a snake case name [INFO] [stdout] --> src/lib.rs:11214:9 [INFO] [stdout] | [INFO] [stdout] 11214 | pub dualObjective: f64, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `dual_objective` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dualLoss` should have a snake case name [INFO] [stdout] --> src/lib.rs:11216:9 [INFO] [stdout] | [INFO] [stdout] 11216 | pub dualLoss: f64, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dual_loss` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dualityGap` should have a snake case name [INFO] [stdout] --> src/lib.rs:11218:9 [INFO] [stdout] | [INFO] [stdout] 11218 | pub dualityGap: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `duality_gap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `scoresVariation` should have a snake case name [INFO] [stdout] --> src/lib.rs:11220:9 [INFO] [stdout] | [INFO] [stdout] 11220 | pub scoresVariation: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `scores_variation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `elapsedTime` should have a snake case name [INFO] [stdout] --> src/lib.rs:11222:9 [INFO] [stdout] | [INFO] [stdout] 11222 | pub elapsedTime: f64, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `elapsed_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 298 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "ad6c81220315e5afa77849174d4710d464e7332b058a6be5b0433b1d1b082f60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad6c81220315e5afa77849174d4710d464e7332b058a6be5b0433b1d1b082f60", kill_on_drop: false }` [INFO] [stdout] ad6c81220315e5afa77849174d4710d464e7332b058a6be5b0433b1d1b082f60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ff77ed7ffadb04d98d5ef0b332b8eecb25f7dab8ca63bfbe4554a7e1715e282 [INFO] running `Command { std: "docker" "start" "-a" "0ff77ed7ffadb04d98d5ef0b332b8eecb25f7dab8ca63bfbe4554a7e1715e282", kill_on_drop: false }` [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: constant `P_tmpdir` should have an upper case name [INFO] [stdout] --> src/lib.rs:441:11 [INFO] [stdout] | [INFO] [stdout] 441 | pub const P_tmpdir: &'static [u8; 10usize] = b"/var/tmp/\x00"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `P_TMPDIR` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `L_tmpnam` should have an upper case name [INFO] [stdout] --> src/lib.rs:442:11 [INFO] [stdout] | [INFO] [stdout] 442 | pub const L_tmpnam: ::std::os::raw::c_uint = 1024; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `L_TMPNAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `L_ctermid` should have an upper case name [INFO] [stdout] --> src/lib.rs:447:11 [INFO] [stdout] | [INFO] [stdout] 447 | pub const L_ctermid: ::std::os::raw::c_uint = 1024; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `L_CTERMID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `no_argument` should have an upper case name [INFO] [stdout] --> src/lib.rs:454:11 [INFO] [stdout] | [INFO] [stdout] 454 | pub const no_argument: ::std::os::raw::c_uint = 0; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NO_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `required_argument` should have an upper case name [INFO] [stdout] --> src/lib.rs:455:11 [INFO] [stdout] | [INFO] [stdout] 455 | pub const required_argument: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REQUIRED_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `optional_argument` should have an upper case name [INFO] [stdout] --> src/lib.rs:456:11 [INFO] [stdout] | [INFO] [stdout] 456 | pub const optional_argument: ::std::os::raw::c_uint = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPTIONAL_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasAVX` should have a snake case name [INFO] [stdout] --> src/lib.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | pub hasAVX: vl_bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `has_avx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE42` should have a snake case name [INFO] [stdout] --> src/lib.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub hasSSE42: vl_bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `has_sse42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE41` should have a snake case name [INFO] [stdout] --> src/lib.rs:501:9 [INFO] [stdout] | [INFO] [stdout] 501 | pub hasSSE41: vl_bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `has_sse41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE3` should have a snake case name [INFO] [stdout] --> src/lib.rs:502:9 [INFO] [stdout] | [INFO] [stdout] 502 | pub hasSSE3: vl_bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `has_sse3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE2` should have a snake case name [INFO] [stdout] --> src/lib.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | pub hasSSE2: vl_bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `has_sse2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE` should have a snake case name [INFO] [stdout] --> src/lib.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | pub hasSSE: vl_bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `has_sse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasMMX` should have a snake case name [INFO] [stdout] --> src/lib.rs:505:9 [INFO] [stdout] | [INFO] [stdout] 505 | pub hasMMX: vl_bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `has_mmx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_mbstateL` should have a snake case name [INFO] [stdout] --> src/lib.rs:657:9 [INFO] [stdout] | [INFO] [stdout] 657 | pub _mbstateL: __BindgenUnionField<::std::os::raw::c_longlong>, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_mbstate_l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `w_T` should have a snake case name [INFO] [stdout] --> src/lib.rs:4141:9 [INFO] [stdout] | [INFO] [stdout] 4141 | pub w_T: __BindgenUnionField, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `w_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `w_S` should have a snake case name [INFO] [stdout] --> src/lib.rs:4142:9 [INFO] [stdout] | [INFO] [stdout] 4142 | pub w_S: __BindgenUnionField, [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `w_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Pcx` should have a snake case name [INFO] [stdout] --> src/lib.rs:6129:9 [INFO] [stdout] | [INFO] [stdout] 6129 | pub Pcx: *mut f64, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `pcx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Px` should have a snake case name [INFO] [stdout] --> src/lib.rs:6131:9 [INFO] [stdout] | [INFO] [stdout] 6131 | pub Px: *mut f64, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `px` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Pc` should have a snake case name [INFO] [stdout] --> src/lib.rs:6133:9 [INFO] [stdout] | [INFO] [stdout] 6133 | pub Pc: *mut f64, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `pc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isEnvelope` should have a snake case name [INFO] [stdout] --> src/lib.rs:6246:9 [INFO] [stdout] | [INFO] [stdout] 6246 | pub isEnvelope: vl_bool, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `is_envelope` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isSparse` should have a snake case name [INFO] [stdout] --> src/lib.rs:6247:9 [INFO] [stdout] | [INFO] [stdout] 6247 | pub isSparse: vl_bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `is_sparse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numDimensions` should have a snake case name [INFO] [stdout] --> src/lib.rs:6248:9 [INFO] [stdout] | [INFO] [stdout] 6248 | pub numDimensions: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_dimensions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rowPointers` should have a snake case name [INFO] [stdout] --> src/lib.rs:6251:9 [INFO] [stdout] | [INFO] [stdout] 6251 | pub rowPointers: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `row_pointers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `columnPointers` should have a snake case name [INFO] [stdout] --> src/lib.rs:6252:9 [INFO] [stdout] | [INFO] [stdout] 6252 | pub columnPointers: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `column_pointers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `firstOctave` should have a snake case name [INFO] [stdout] --> src/lib.rs:6611:9 [INFO] [stdout] | [INFO] [stdout] 6611 | pub firstOctave: vl_index, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `first_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastOctave` should have a snake case name [INFO] [stdout] --> src/lib.rs:6613:9 [INFO] [stdout] | [INFO] [stdout] 6613 | pub lastOctave: vl_index, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `last_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `octaveResolution` should have a snake case name [INFO] [stdout] --> src/lib.rs:6615:9 [INFO] [stdout] | [INFO] [stdout] 6615 | pub octaveResolution: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `octave_resolution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `octaveFirstSubdivision` should have a snake case name [INFO] [stdout] --> src/lib.rs:6617:9 [INFO] [stdout] | [INFO] [stdout] 6617 | pub octaveFirstSubdivision: vl_index, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `octave_first_subdivision` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `octaveLastSubdivision` should have a snake case name [INFO] [stdout] --> src/lib.rs:6619:9 [INFO] [stdout] | [INFO] [stdout] 6619 | pub octaveLastSubdivision: vl_index, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `octave_last_subdivision` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `baseScale` should have a snake case name [INFO] [stdout] --> src/lib.rs:6621:9 [INFO] [stdout] | [INFO] [stdout] 6621 | pub baseScale: f64, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `base_scale` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nominalScale` should have a snake case name [INFO] [stdout] --> src/lib.rs:6623:9 [INFO] [stdout] | [INFO] [stdout] 6623 | pub nominalScale: f64, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `nominal_scale` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `peakScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7589:9 [INFO] [stdout] | [INFO] [stdout] 7589 | pub peakScore: f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `peak_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `edgeScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7591:9 [INFO] [stdout] | [INFO] [stdout] 7591 | pub edgeScore: f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `edge_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `orientationScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7593:9 [INFO] [stdout] | [INFO] [stdout] 7593 | pub orientationScore: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `orientation_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `laplacianScaleScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7595:9 [INFO] [stdout] | [INFO] [stdout] 7595 | pub laplacianScaleScore: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `laplacian_scale_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinT` should have a snake case name [INFO] [stdout] --> src/lib.rs:7927:9 [INFO] [stdout] | [INFO] [stdout] 7927 | pub numBinT: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_bin_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7929:9 [INFO] [stdout] | [INFO] [stdout] 7929 | pub numBinX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_bin_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7931:9 [INFO] [stdout] | [INFO] [stdout] 7931 | pub numBinY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_bin_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `binSizeX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7933:9 [INFO] [stdout] | [INFO] [stdout] 7933 | pub binSizeX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bin_size_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `binSizeY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7935:9 [INFO] [stdout] | [INFO] [stdout] 7935 | pub binSizeY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bin_size_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `imWidth` should have a snake case name [INFO] [stdout] --> src/lib.rs:7986:9 [INFO] [stdout] | [INFO] [stdout] 7986 | pub imWidth: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `im_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `imHeight` should have a snake case name [INFO] [stdout] --> src/lib.rs:7988:9 [INFO] [stdout] | [INFO] [stdout] 7988 | pub imHeight: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `im_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stepX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7990:9 [INFO] [stdout] | [INFO] [stdout] 7990 | pub stepX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `step_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stepY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7992:9 [INFO] [stdout] | [INFO] [stdout] 7992 | pub stepY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `step_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `boundMinX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7994:9 [INFO] [stdout] | [INFO] [stdout] 7994 | pub boundMinX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bound_min_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `boundMinY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7996:9 [INFO] [stdout] | [INFO] [stdout] 7996 | pub boundMinY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bound_min_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `boundMaxX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7998:9 [INFO] [stdout] | [INFO] [stdout] 7998 | pub boundMaxX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bound_max_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `boundMaxY` should have a snake case name [INFO] [stdout] --> src/lib.rs:8000:9 [INFO] [stdout] | [INFO] [stdout] 8000 | pub boundMaxY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bound_max_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `useFlatWindow` should have a snake case name [INFO] [stdout] --> src/lib.rs:8004:9 [INFO] [stdout] | [INFO] [stdout] 8004 | pub useFlatWindow: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `use_flat_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `windowSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:8006:9 [INFO] [stdout] | [INFO] [stdout] 8006 | pub windowSize: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `window_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:8008:9 [INFO] [stdout] | [INFO] [stdout] 8008 | pub numFrames: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `num_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `descrSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:8010:9 [INFO] [stdout] | [INFO] [stdout] 8010 | pub descrSize: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `descr_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinAlloc` should have a snake case name [INFO] [stdout] --> src/lib.rs:8016:9 [INFO] [stdout] | [INFO] [stdout] 8016 | pub numBinAlloc: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `num_bin_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numFrameAlloc` should have a snake case name [INFO] [stdout] --> src/lib.rs:8018:9 [INFO] [stdout] | [INFO] [stdout] 8018 | pub numFrameAlloc: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_frame_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numGradAlloc` should have a snake case name [INFO] [stdout] --> src/lib.rs:8020:9 [INFO] [stdout] | [INFO] [stdout] 8020 | pub numGradAlloc: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_grad_alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `convTmp1` should have a snake case name [INFO] [stdout] --> src/lib.rs:8024:9 [INFO] [stdout] | [INFO] [stdout] 8024 | pub convTmp1: *mut f32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `conv_tmp1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `convTmp2` should have a snake case name [INFO] [stdout] --> src/lib.rs:8026:9 [INFO] [stdout] | [INFO] [stdout] 8026 | pub convTmp2: *mut f32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `conv_tmp2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lowerChild` should have a snake case name [INFO] [stdout] --> src/lib.rs:8252:9 [INFO] [stdout] | [INFO] [stdout] 8252 | pub lowerChild: vl_index, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `lower_child` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `upperChild` should have a snake case name [INFO] [stdout] --> src/lib.rs:8253:9 [INFO] [stdout] | [INFO] [stdout] 8253 | pub upperChild: vl_index, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `upper_child` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:8254:9 [INFO] [stdout] | [INFO] [stdout] 8254 | pub splitDimension: ::std::os::raw::c_uint, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitThreshold` should have a snake case name [INFO] [stdout] --> src/lib.rs:8255:9 [INFO] [stdout] | [INFO] [stdout] 8255 | pub splitThreshold: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_threshold` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lowerBound` should have a snake case name [INFO] [stdout] --> src/lib.rs:8256:9 [INFO] [stdout] | [INFO] [stdout] 8256 | pub lowerBound: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `lower_bound` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `upperBound` should have a snake case name [INFO] [stdout] --> src/lib.rs:8257:9 [INFO] [stdout] | [INFO] [stdout] 8257 | pub upperBound: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `upper_bound` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nodeIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:8373:9 [INFO] [stdout] | [INFO] [stdout] 8373 | pub nodeIndex: vl_uindex, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `node_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `distanceLowerBound` should have a snake case name [INFO] [stdout] --> src/lib.rs:8374:9 [INFO] [stdout] | [INFO] [stdout] 8374 | pub distanceLowerBound: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_lower_bound` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numUsedNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8448:9 [INFO] [stdout] | [INFO] [stdout] 8448 | pub numUsedNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_used_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numAllocatedNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8449:9 [INFO] [stdout] | [INFO] [stdout] 8449 | pub numAllocatedNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_allocated_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:8450:9 [INFO] [stdout] | [INFO] [stdout] 8450 | pub dataIndex: *mut VlKDTreeDataIndexEntry, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `data_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchIdBook` should have a snake case name [INFO] [stdout] --> src/lib.rs:8495:9 [INFO] [stdout] | [INFO] [stdout] 8495 | pub searchIdBook: *mut vl_uindex, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `search_id_book` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchHeapArray` should have a snake case name [INFO] [stdout] --> src/lib.rs:8496:9 [INFO] [stdout] | [INFO] [stdout] 8496 | pub searchHeapArray: *mut VlKDForestSearchState, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_heap_array` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchNumComparisons` should have a snake case name [INFO] [stdout] --> src/lib.rs:8498:9 [INFO] [stdout] | [INFO] [stdout] 8498 | pub searchNumComparisons: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_num_comparisons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchNumRecursions` should have a snake case name [INFO] [stdout] --> src/lib.rs:8499:9 [INFO] [stdout] | [INFO] [stdout] 8499 | pub searchNumRecursions: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_num_recursions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchNumSimplifications` should have a snake case name [INFO] [stdout] --> src/lib.rs:8500:9 [INFO] [stdout] | [INFO] [stdout] 8500 | pub searchNumSimplifications: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_num_simplifications` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchHeapNumNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8501:9 [INFO] [stdout] | [INFO] [stdout] 8501 | pub searchHeapNumNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_heap_num_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchId` should have a snake case name [INFO] [stdout] --> src/lib.rs:8502:9 [INFO] [stdout] | [INFO] [stdout] 8502 | pub searchId: vl_uindex, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `search_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataType` should have a snake case name [INFO] [stdout] --> src/lib.rs:8575:9 [INFO] [stdout] | [INFO] [stdout] 8575 | pub dataType: vl_type, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `data_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8577:9 [INFO] [stdout] | [INFO] [stdout] 8577 | pub numData: vl_size, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `distanceFunction` should have a snake case name [INFO] [stdout] --> src/lib.rs:8579:9 [INFO] [stdout] | [INFO] [stdout] 8579 | pub distanceFunction: ::std::option::Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_function` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numTrees` should have a snake case name [INFO] [stdout] --> src/lib.rs:8581:9 [INFO] [stdout] | [INFO] [stdout] 8581 | pub numTrees: vl_size, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `num_trees` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `thresholdingMethod` should have a snake case name [INFO] [stdout] --> src/lib.rs:8582:9 [INFO] [stdout] | [INFO] [stdout] 8582 | pub thresholdingMethod: VlKDTreeThresholdingMethod, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `thresholding_method` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitHeapArray` should have a snake case name [INFO] [stdout] --> src/lib.rs:8583:9 [INFO] [stdout] | [INFO] [stdout] 8583 | pub splitHeapArray: [VlKDTreeSplitDimension; 5usize], [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_heap_array` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitHeapNumNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8584:9 [INFO] [stdout] | [INFO] [stdout] 8584 | pub splitHeapNumNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_heap_num_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `splitHeapSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:8585:9 [INFO] [stdout] | [INFO] [stdout] 8585 | pub splitHeapSize: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `split_heap_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxNumNodes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8586:9 [INFO] [stdout] | [INFO] [stdout] 8586 | pub maxNumNodes: vl_size, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `max_num_nodes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `searchMaxNumComparisons` should have a snake case name [INFO] [stdout] --> src/lib.rs:8587:9 [INFO] [stdout] | [INFO] [stdout] 8587 | pub searchMaxNumComparisons: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_max_num_comparisons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numSearchers` should have a snake case name [INFO] [stdout] --> src/lib.rs:8588:9 [INFO] [stdout] | [INFO] [stdout] 8588 | pub numSearchers: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `num_searchers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `headSearcher` should have a snake case name [INFO] [stdout] --> src/lib.rs:8589:9 [INFO] [stdout] | [INFO] [stdout] 8589 | pub headSearcher: *mut _VlKDForestSearcher, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `head_searcher` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataType` should have a snake case name [INFO] [stdout] --> src/lib.rs:8804:9 [INFO] [stdout] | [INFO] [stdout] 8804 | pub dataType: vl_type, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `data_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numCenters` should have a snake case name [INFO] [stdout] --> src/lib.rs:8808:9 [INFO] [stdout] | [INFO] [stdout] 8808 | pub numCenters: vl_size, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `num_centers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numTrees` should have a snake case name [INFO] [stdout] --> src/lib.rs:8810:9 [INFO] [stdout] | [INFO] [stdout] 8810 | pub numTrees: vl_size, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `num_trees` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxNumComparisons` should have a snake case name [INFO] [stdout] --> src/lib.rs:8812:9 [INFO] [stdout] | [INFO] [stdout] 8812 | pub maxNumComparisons: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_num_comparisons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxNumIterations` should have a snake case name [INFO] [stdout] --> src/lib.rs:8820:9 [INFO] [stdout] | [INFO] [stdout] 8820 | pub maxNumIterations: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_num_iterations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minEnergyVariation` should have a snake case name [INFO] [stdout] --> src/lib.rs:8822:9 [INFO] [stdout] | [INFO] [stdout] 8822 | pub minEnergyVariation: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_energy_variation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numRepetitions` should have a snake case name [INFO] [stdout] --> src/lib.rs:8824:9 [INFO] [stdout] | [INFO] [stdout] 8824 | pub numRepetitions: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_repetitions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `centerDistances` should have a snake case name [INFO] [stdout] --> src/lib.rs:8830:9 [INFO] [stdout] | [INFO] [stdout] 8830 | pub centerDistances: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `center_distances` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `floatVectorComparisonFn` should have a snake case name [INFO] [stdout] --> src/lib.rs:8833:9 [INFO] [stdout] | [INFO] [stdout] 8833 | pub floatVectorComparisonFn: VlFloatVectorComparisonFunction, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `float_vector_comparison_fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `doubleVectorComparisonFn` should have a snake case name [INFO] [stdout] --> src/lib.rs:8834:9 [INFO] [stdout] | [INFO] [stdout] 8834 | pub doubleVectorComparisonFn: VlDoubleVectorComparisonFunction, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `double_vector_comparison_fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling vlfeat-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: structure field `M` should have a snake case name [INFO] [stdout] --> src/lib.rs:9182:9 [INFO] [stdout] | [INFO] [stdout] 9182 | pub M: vl_size, [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `K` should have a snake case name [INFO] [stdout] --> src/lib.rs:9184:9 [INFO] [stdout] | [INFO] [stdout] 9184 | pub K: vl_size, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `k` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `M` should have a snake case name [INFO] [stdout] --> src/lib.rs:9346:9 [INFO] [stdout] | [INFO] [stdout] 9346 | pub M: vl_size, [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `K` should have a snake case name [INFO] [stdout] --> src/lib.rs:9348:9 [INFO] [stdout] | [INFO] [stdout] 9348 | pub K: vl_size, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `k` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numOrientations` should have a snake case name [INFO] [stdout] --> src/lib.rs:9475:9 [INFO] [stdout] | [INFO] [stdout] 9475 | pub numOrientations: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_orientations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `useBilinearOrientationAssigment` should have a snake case name [INFO] [stdout] --> src/lib.rs:9477:9 [INFO] [stdout] | [INFO] [stdout] 9477 | pub useBilinearOrientationAssigment: vl_bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `use_bilinear_orientation_assigment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `glyphSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:9480:9 [INFO] [stdout] | [INFO] [stdout] 9480 | pub glyphSize: vl_size, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `glyph_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `orientationX` should have a snake case name [INFO] [stdout] --> src/lib.rs:9481:9 [INFO] [stdout] | [INFO] [stdout] 9481 | pub orientationX: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `orientation_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `orientationY` should have a snake case name [INFO] [stdout] --> src/lib.rs:9482:9 [INFO] [stdout] | [INFO] [stdout] 9482 | pub orientationY: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `orientation_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hogNorm` should have a snake case name [INFO] [stdout] --> src/lib.rs:9484:9 [INFO] [stdout] | [INFO] [stdout] 9484 | pub hogNorm: *mut f32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `hog_norm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hogWidth` should have a snake case name [INFO] [stdout] --> src/lib.rs:9485:9 [INFO] [stdout] | [INFO] [stdout] 9485 | pub hogWidth: vl_size, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `hog_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hogHeight` should have a snake case name [INFO] [stdout] --> src/lib.rs:9486:9 [INFO] [stdout] | [INFO] [stdout] 9486 | pub hogHeight: vl_size, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `hog_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numNeighbours` should have a snake case name [INFO] [stdout] --> src/lib.rs:9768:9 [INFO] [stdout] | [INFO] [stdout] 9768 | pub numNeighbours: vl_int, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_neighbours` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numSpatialBins` should have a snake case name [INFO] [stdout] --> src/lib.rs:9770:9 [INFO] [stdout] | [INFO] [stdout] 9770 | pub numSpatialBins: vl_int, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_spatial_bins` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `intensityThreshold` should have a snake case name [INFO] [stdout] --> src/lib.rs:9772:9 [INFO] [stdout] | [INFO] [stdout] 9772 | pub intensityThreshold: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `intensity_threshold` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchSideLength` should have a snake case name [INFO] [stdout] --> src/lib.rs:9775:9 [INFO] [stdout] | [INFO] [stdout] 9775 | pub patchSideLength: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `patch_side_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:9776:9 [INFO] [stdout] | [INFO] [stdout] 9776 | pub patchSize: vl_size, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `patch_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchPixels` should have a snake case name [INFO] [stdout] --> src/lib.rs:9777:9 [INFO] [stdout] | [INFO] [stdout] 9777 | pub patchPixels: *mut vl_uindex, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `patch_pixels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchIntensities` should have a snake case name [INFO] [stdout] --> src/lib.rs:9778:9 [INFO] [stdout] | [INFO] [stdout] 9778 | pub patchIntensities: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `patch_intensities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `patchPermutation` should have a snake case name [INFO] [stdout] --> src/lib.rs:9779:9 [INFO] [stdout] | [INFO] [stdout] 9779 | pub patchPermutation: *mut vl_uindex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `patch_permutation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighRadius` should have a snake case name [INFO] [stdout] --> src/lib.rs:9781:9 [INFO] [stdout] | [INFO] [stdout] 9781 | pub neighRadius: f32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_radius` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighIntensities` should have a snake case name [INFO] [stdout] --> src/lib.rs:9782:9 [INFO] [stdout] | [INFO] [stdout] 9782 | pub neighIntensities: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_intensities` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighPermutation` should have a snake case name [INFO] [stdout] --> src/lib.rs:9783:9 [INFO] [stdout] | [INFO] [stdout] 9783 | pub neighPermutation: *mut vl_uindex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_permutation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighSamplesX` should have a snake case name [INFO] [stdout] --> src/lib.rs:9784:9 [INFO] [stdout] | [INFO] [stdout] 9784 | pub neighSamplesX: *mut f64, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_samples_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `neighSamplesY` should have a snake case name [INFO] [stdout] --> src/lib.rs:9785:9 [INFO] [stdout] | [INFO] [stdout] 9785 | pub neighSamplesY: *mut f64, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `neigh_samples_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `O` should have a snake case name [INFO] [stdout] --> src/lib.rs:10806:9 [INFO] [stdout] | [INFO] [stdout] 10806 | pub O: ::std::os::raw::c_int, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `o` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `S` should have a snake case name [INFO] [stdout] --> src/lib.rs:10808:9 [INFO] [stdout] | [INFO] [stdout] 10808 | pub S: ::std::os::raw::c_int, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gaussFilter` should have a snake case name [INFO] [stdout] --> src/lib.rs:10828:9 [INFO] [stdout] | [INFO] [stdout] 10828 | pub gaussFilter: *mut vl_sift_pix, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `gauss_filter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gaussFilterSigma` should have a snake case name [INFO] [stdout] --> src/lib.rs:10830:9 [INFO] [stdout] | [INFO] [stdout] 10830 | pub gaussFilterSigma: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `gauss_filter_sigma` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gaussFilterWidth` should have a snake case name [INFO] [stdout] --> src/lib.rs:10832:9 [INFO] [stdout] | [INFO] [stdout] 10832 | pub gaussFilterWidth: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `gauss_filter_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `windowSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:10848:9 [INFO] [stdout] | [INFO] [stdout] 10848 | pub windowSize: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `window_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dualObjective` should have a snake case name [INFO] [stdout] --> src/lib.rs:11214:9 [INFO] [stdout] | [INFO] [stdout] 11214 | pub dualObjective: f64, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `dual_objective` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dualLoss` should have a snake case name [INFO] [stdout] --> src/lib.rs:11216:9 [INFO] [stdout] | [INFO] [stdout] 11216 | pub dualLoss: f64, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dual_loss` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dualityGap` should have a snake case name [INFO] [stdout] --> src/lib.rs:11218:9 [INFO] [stdout] | [INFO] [stdout] 11218 | pub dualityGap: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `duality_gap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `scoresVariation` should have a snake case name [INFO] [stdout] --> src/lib.rs:11220:9 [INFO] [stdout] | [INFO] [stdout] 11220 | pub scoresVariation: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `scores_variation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `elapsedTime` should have a snake case name [INFO] [stdout] --> src/lib.rs:11222:9 [INFO] [stdout] | [INFO] [stdout] 11222 | pub elapsedTime: f64, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `elapsed_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 298 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.test.7c66dfc3-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043.41u73sifah2qk97j.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libvlfeat_sys-dcac744ea8bfd52c.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lvl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test-46db0dd07ff3a043" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lvl [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vlfeat-sys` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: constant `P_tmpdir` should have an upper case name [INFO] [stdout] --> src/lib.rs:441:11 [INFO] [stdout] | [INFO] [stdout] 441 | pub const P_tmpdir: &'static [u8; 10usize] = b"/var/tmp/\x00"; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `P_TMPDIR` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `L_tmpnam` should have an upper case name [INFO] [stdout] --> src/lib.rs:442:11 [INFO] [stdout] | [INFO] [stdout] 442 | pub const L_tmpnam: ::std::os::raw::c_uint = 1024; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `L_TMPNAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `L_ctermid` should have an upper case name [INFO] [stdout] --> src/lib.rs:447:11 [INFO] [stdout] | [INFO] [stdout] 447 | pub const L_ctermid: ::std::os::raw::c_uint = 1024; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `L_CTERMID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `no_argument` should have an upper case name [INFO] [stdout] --> src/lib.rs:454:11 [INFO] [stdout] | [INFO] [stdout] 454 | pub const no_argument: ::std::os::raw::c_uint = 0; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NO_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `required_argument` should have an upper case name [INFO] [stdout] --> src/lib.rs:455:11 [INFO] [stdout] | [INFO] [stdout] 455 | pub const required_argument: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REQUIRED_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `optional_argument` should have an upper case name [INFO] [stdout] --> src/lib.rs:456:11 [INFO] [stdout] | [INFO] [stdout] 456 | pub const optional_argument: ::std::os::raw::c_uint = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPTIONAL_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasAVX` should have a snake case name [INFO] [stdout] --> src/lib.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | pub hasAVX: vl_bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `has_avx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE42` should have a snake case name [INFO] [stdout] --> src/lib.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub hasSSE42: vl_bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `has_sse42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE41` should have a snake case name [INFO] [stdout] --> src/lib.rs:501:9 [INFO] [stdout] | [INFO] [stdout] 501 | pub hasSSE41: vl_bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `has_sse41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE3` should have a snake case name [INFO] [stdout] --> src/lib.rs:502:9 [INFO] [stdout] | [INFO] [stdout] 502 | pub hasSSE3: vl_bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `has_sse3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE2` should have a snake case name [INFO] [stdout] --> src/lib.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | pub hasSSE2: vl_bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `has_sse2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasSSE` should have a snake case name [INFO] [stdout] --> src/lib.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | pub hasSSE: vl_bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `has_sse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasMMX` should have a snake case name [INFO] [stdout] --> src/lib.rs:505:9 [INFO] [stdout] | [INFO] [stdout] 505 | pub hasMMX: vl_bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `has_mmx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlX86CpuInfo__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:515:4 [INFO] [stdout] | [INFO] [stdout] 515 | fn bindgen_test_layout__VlX86CpuInfo__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_x86_cpu_info_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:524:19 [INFO] [stdout] | [INFO] [stdout] 524 | & ( * ( 0 as * const _VlX86CpuInfo__bindgen_ty_1 ) ) . string [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:530:19 [INFO] [stdout] | [INFO] [stdout] 530 | & ( * ( 0 as * const _VlX86CpuInfo__bindgen_ty_1 ) ) . words [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlX86CpuInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:540:4 [INFO] [stdout] | [INFO] [stdout] 540 | fn bindgen_test_layout__VlX86CpuInfo() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_x86_cpu_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:546:19 [INFO] [stdout] | [INFO] [stdout] 546 | & ( * ( 0 as * const _VlX86CpuInfo ) ) . vendor as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:551:19 [INFO] [stdout] | [INFO] [stdout] 551 | & ( * ( 0 as * const _VlX86CpuInfo ) ) . hasAVX as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:556:19 [INFO] [stdout] | [INFO] [stdout] 556 | & ( * ( 0 as * const _VlX86CpuInfo ) ) . hasSSE42 as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:561:19 [INFO] [stdout] | [INFO] [stdout] 561 | & ( * ( 0 as * const _VlX86CpuInfo ) ) . hasSSE41 as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:566:19 [INFO] [stdout] | [INFO] [stdout] 566 | & ( * ( 0 as * const _VlX86CpuInfo ) ) . hasSSE3 as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:571:19 [INFO] [stdout] | [INFO] [stdout] 571 | & ( * ( 0 as * const _VlX86CpuInfo ) ) . hasSSE2 as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:576:19 [INFO] [stdout] | [INFO] [stdout] 576 | & ( * ( 0 as * const _VlX86CpuInfo ) ) . hasSSE as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:581:19 [INFO] [stdout] | [INFO] [stdout] 581 | & ( * ( 0 as * const _VlX86CpuInfo ) ) . hasMMX as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlRand` should have a snake case name [INFO] [stdout] --> src/lib.rs:604:4 [INFO] [stdout] | [INFO] [stdout] 604 | fn bindgen_test_layout__VlRand() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_rand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:610:19 [INFO] [stdout] | [INFO] [stdout] 610 | & ( * ( 0 as * const _VlRand ) ) . mt as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:615:19 [INFO] [stdout] | [INFO] [stdout] 615 | & ( * ( 0 as * const _VlRand ) ) . mti as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_mbstateL` should have a snake case name [INFO] [stdout] --> src/lib.rs:657:9 [INFO] [stdout] | [INFO] [stdout] 657 | pub _mbstateL: __BindgenUnionField<::std::os::raw::c_longlong>, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_mbstate_l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___mbstate_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:661:4 [INFO] [stdout] | [INFO] [stdout] 661 | fn bindgen_test_layout___mbstate_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_mbstate_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:667:19 [INFO] [stdout] | [INFO] [stdout] 667 | & ( * ( 0 as * const __mbstate_t ) ) . __mbstate8 as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:672:19 [INFO] [stdout] | [INFO] [stdout] 672 | & ( * ( 0 as * const __mbstate_t ) ) . _mbstateL as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_pthread_handler_rec` should have a snake case name [INFO] [stdout] --> src/lib.rs:720:4 [INFO] [stdout] | [INFO] [stdout] 720 | fn bindgen_test_layout___darwin_pthread_handler_rec() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_pthread_handler_rec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:729:19 [INFO] [stdout] | [INFO] [stdout] 729 | & ( * ( 0 as * const __darwin_pthread_handler_rec ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:735:19 [INFO] [stdout] | [INFO] [stdout] 735 | & ( * ( 0 as * const __darwin_pthread_handler_rec ) ) . __arg [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:741:19 [INFO] [stdout] | [INFO] [stdout] 741 | & ( * ( 0 as * const __darwin_pthread_handler_rec ) ) . __next [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__opaque_pthread_attr_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:756:4 [INFO] [stdout] | [INFO] [stdout] 756 | fn bindgen_test_layout__opaque_pthread_attr_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_opaque_pthread_attr_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:764:19 [INFO] [stdout] | [INFO] [stdout] 764 | & ( * ( 0 as * const _opaque_pthread_attr_t ) ) . __sig as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:769:19 [INFO] [stdout] | [INFO] [stdout] 769 | & ( * ( 0 as * const _opaque_pthread_attr_t ) ) . __opaque as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__opaque_pthread_cond_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:780:4 [INFO] [stdout] | [INFO] [stdout] 780 | fn bindgen_test_layout__opaque_pthread_cond_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_opaque_pthread_cond_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:788:19 [INFO] [stdout] | [INFO] [stdout] 788 | & ( * ( 0 as * const _opaque_pthread_cond_t ) ) . __sig as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:793:19 [INFO] [stdout] | [INFO] [stdout] 793 | & ( * ( 0 as * const _opaque_pthread_cond_t ) ) . __opaque as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__opaque_pthread_condattr_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:805:4 [INFO] [stdout] | [INFO] [stdout] 805 | fn bindgen_test_layout__opaque_pthread_condattr_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_opaque_pthread_condattr_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:814:19 [INFO] [stdout] | [INFO] [stdout] 814 | & ( * ( 0 as * const _opaque_pthread_condattr_t ) ) . __sig as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:820:19 [INFO] [stdout] | [INFO] [stdout] 820 | & ( * ( 0 as * const _opaque_pthread_condattr_t ) ) . __opaque [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__opaque_pthread_mutex_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:835:4 [INFO] [stdout] | [INFO] [stdout] 835 | fn bindgen_test_layout__opaque_pthread_mutex_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_opaque_pthread_mutex_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:843:19 [INFO] [stdout] | [INFO] [stdout] 843 | & ( * ( 0 as * const _opaque_pthread_mutex_t ) ) . __sig as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:848:19 [INFO] [stdout] | [INFO] [stdout] 848 | & ( * ( 0 as * const _opaque_pthread_mutex_t ) ) . __opaque as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__opaque_pthread_mutexattr_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:860:4 [INFO] [stdout] | [INFO] [stdout] 860 | fn bindgen_test_layout__opaque_pthread_mutexattr_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_opaque_pthread_mutexattr_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:869:19 [INFO] [stdout] | [INFO] [stdout] 869 | & ( * ( 0 as * const _opaque_pthread_mutexattr_t ) ) . __sig [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:875:19 [INFO] [stdout] | [INFO] [stdout] 875 | & ( * ( 0 as * const _opaque_pthread_mutexattr_t ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__opaque_pthread_once_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:891:4 [INFO] [stdout] | [INFO] [stdout] 891 | fn bindgen_test_layout__opaque_pthread_once_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_opaque_pthread_once_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:899:19 [INFO] [stdout] | [INFO] [stdout] 899 | & ( * ( 0 as * const _opaque_pthread_once_t ) ) . __sig as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:904:19 [INFO] [stdout] | [INFO] [stdout] 904 | & ( * ( 0 as * const _opaque_pthread_once_t ) ) . __opaque as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__opaque_pthread_rwlock_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:918:4 [INFO] [stdout] | [INFO] [stdout] 918 | fn bindgen_test_layout__opaque_pthread_rwlock_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_opaque_pthread_rwlock_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:926:19 [INFO] [stdout] | [INFO] [stdout] 926 | & ( * ( 0 as * const _opaque_pthread_rwlock_t ) ) . __sig as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:931:19 [INFO] [stdout] | [INFO] [stdout] 931 | & ( * ( 0 as * const _opaque_pthread_rwlock_t ) ) . __opaque [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__opaque_pthread_rwlockattr_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:944:4 [INFO] [stdout] | [INFO] [stdout] 944 | fn bindgen_test_layout__opaque_pthread_rwlockattr_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_opaque_pthread_rwlockattr_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:953:19 [INFO] [stdout] | [INFO] [stdout] 953 | & ( * ( 0 as * const _opaque_pthread_rwlockattr_t ) ) . __sig [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:959:19 [INFO] [stdout] | [INFO] [stdout] 959 | & ( * ( 0 as * const _opaque_pthread_rwlockattr_t ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__opaque_pthread_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:975:4 [INFO] [stdout] | [INFO] [stdout] 975 | fn bindgen_test_layout__opaque_pthread_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_opaque_pthread_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:981:19 [INFO] [stdout] | [INFO] [stdout] 981 | & ( * ( 0 as * const _opaque_pthread_t ) ) . __sig as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:986:19 [INFO] [stdout] | [INFO] [stdout] 986 | & ( * ( 0 as * const _opaque_pthread_t ) ) . __cleanup_stack [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:991:19 [INFO] [stdout] | [INFO] [stdout] 991 | & ( * ( 0 as * const _opaque_pthread_t ) ) . __opaque as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_i386_thread_state` should have a snake case name [INFO] [stdout] --> src/lib.rs:1036:4 [INFO] [stdout] | [INFO] [stdout] 1036 | fn bindgen_test_layout___darwin_i386_thread_state() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_i386_thread_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1045:19 [INFO] [stdout] | [INFO] [stdout] 1045 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __eax as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1051:19 [INFO] [stdout] | [INFO] [stdout] 1051 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __ebx as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1057:19 [INFO] [stdout] | [INFO] [stdout] 1057 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __ecx as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1063:19 [INFO] [stdout] | [INFO] [stdout] 1063 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __edx as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1069:19 [INFO] [stdout] | [INFO] [stdout] 1069 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __edi as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1075:19 [INFO] [stdout] | [INFO] [stdout] 1075 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __esi as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1081:19 [INFO] [stdout] | [INFO] [stdout] 1081 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __ebp as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1087:19 [INFO] [stdout] | [INFO] [stdout] 1087 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __esp as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1093:19 [INFO] [stdout] | [INFO] [stdout] 1093 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __ss as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1098:19 [INFO] [stdout] | [INFO] [stdout] 1098 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __eflags [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1104:19 [INFO] [stdout] | [INFO] [stdout] 1104 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __eip as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1110:19 [INFO] [stdout] | [INFO] [stdout] 1110 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __cs as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1115:19 [INFO] [stdout] | [INFO] [stdout] 1115 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __ds as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1120:19 [INFO] [stdout] | [INFO] [stdout] 1120 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __es as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1125:19 [INFO] [stdout] | [INFO] [stdout] 1125 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __fs as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1130:19 [INFO] [stdout] | [INFO] [stdout] 1130 | & ( * ( 0 as * const __darwin_i386_thread_state ) ) . __gs as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_fp_control` should have a snake case name [INFO] [stdout] --> src/lib.rs:1145:4 [INFO] [stdout] | [INFO] [stdout] 1145 | fn bindgen_test_layout___darwin_fp_control() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_fp_control` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_fp_status` should have a snake case name [INFO] [stdout] --> src/lib.rs:1163:4 [INFO] [stdout] | [INFO] [stdout] 1163 | fn bindgen_test_layout___darwin_fp_status() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_fp_status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_mmst_reg` should have a snake case name [INFO] [stdout] --> src/lib.rs:1180:4 [INFO] [stdout] | [INFO] [stdout] 1180 | fn bindgen_test_layout___darwin_mmst_reg() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_mmst_reg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1186:19 [INFO] [stdout] | [INFO] [stdout] 1186 | & ( * ( 0 as * const __darwin_mmst_reg ) ) . __mmst_reg as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1191:19 [INFO] [stdout] | [INFO] [stdout] 1191 | & ( * ( 0 as * const __darwin_mmst_reg ) ) . __mmst_rsrv as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_xmm_reg` should have a snake case name [INFO] [stdout] --> src/lib.rs:1205:4 [INFO] [stdout] | [INFO] [stdout] 1205 | fn bindgen_test_layout___darwin_xmm_reg() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_xmm_reg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1211:19 [INFO] [stdout] | [INFO] [stdout] 1211 | & ( * ( 0 as * const __darwin_xmm_reg ) ) . __xmm_reg as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_i386_float_state` should have a snake case name [INFO] [stdout] --> src/lib.rs:1255:4 [INFO] [stdout] | [INFO] [stdout] 1255 | fn bindgen_test_layout___darwin_i386_float_state() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_i386_float_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1264:19 [INFO] [stdout] | [INFO] [stdout] 1264 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1270:19 [INFO] [stdout] | [INFO] [stdout] 1270 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . __fpu_fcw [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1276:19 [INFO] [stdout] | [INFO] [stdout] 1276 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . __fpu_fsw [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1282:19 [INFO] [stdout] | [INFO] [stdout] 1282 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . __fpu_ftw [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1288:19 [INFO] [stdout] | [INFO] [stdout] 1288 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1294:19 [INFO] [stdout] | [INFO] [stdout] 1294 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . __fpu_fop [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1300:19 [INFO] [stdout] | [INFO] [stdout] 1300 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . __fpu_ip [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1306:19 [INFO] [stdout] | [INFO] [stdout] 1306 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . __fpu_cs [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1312:19 [INFO] [stdout] | [INFO] [stdout] 1312 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1318:19 [INFO] [stdout] | [INFO] [stdout] 1318 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . __fpu_dp [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1324:19 [INFO] [stdout] | [INFO] [stdout] 1324 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . __fpu_ds [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1330:19 [INFO] [stdout] | [INFO] [stdout] 1330 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1336:19 [INFO] [stdout] | [INFO] [stdout] 1336 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1342:19 [INFO] [stdout] | [INFO] [stdout] 1342 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1348:19 [INFO] [stdout] | [INFO] [stdout] 1348 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1354:19 [INFO] [stdout] | [INFO] [stdout] 1354 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1360:19 [INFO] [stdout] | [INFO] [stdout] 1360 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1366:19 [INFO] [stdout] | [INFO] [stdout] 1366 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1372:19 [INFO] [stdout] | [INFO] [stdout] 1372 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1378:19 [INFO] [stdout] | [INFO] [stdout] 1378 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1384:19 [INFO] [stdout] | [INFO] [stdout] 1384 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1390:19 [INFO] [stdout] | [INFO] [stdout] 1390 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1396:19 [INFO] [stdout] | [INFO] [stdout] 1396 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1402:19 [INFO] [stdout] | [INFO] [stdout] 1402 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1408:19 [INFO] [stdout] | [INFO] [stdout] 1408 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1414:19 [INFO] [stdout] | [INFO] [stdout] 1414 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1420:19 [INFO] [stdout] | [INFO] [stdout] 1420 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1426:19 [INFO] [stdout] | [INFO] [stdout] 1426 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1432:19 [INFO] [stdout] | [INFO] [stdout] 1432 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1438:19 [INFO] [stdout] | [INFO] [stdout] 1438 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1444:19 [INFO] [stdout] | [INFO] [stdout] 1444 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1450:19 [INFO] [stdout] | [INFO] [stdout] 1450 | & ( * ( 0 as * const __darwin_i386_float_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_i386_avx_state` should have a snake case name [INFO] [stdout] --> src/lib.rs:1502:4 [INFO] [stdout] | [INFO] [stdout] 1502 | fn bindgen_test_layout___darwin_i386_avx_state() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_i386_avx_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1510:19 [INFO] [stdout] | [INFO] [stdout] 1510 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1515:19 [INFO] [stdout] | [INFO] [stdout] 1515 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_fcw [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1520:19 [INFO] [stdout] | [INFO] [stdout] 1520 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_fsw [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1525:19 [INFO] [stdout] | [INFO] [stdout] 1525 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ftw [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1530:19 [INFO] [stdout] | [INFO] [stdout] 1530 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_rsrv1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1535:19 [INFO] [stdout] | [INFO] [stdout] 1535 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_fop [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1540:19 [INFO] [stdout] | [INFO] [stdout] 1540 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ip as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1545:19 [INFO] [stdout] | [INFO] [stdout] 1545 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_cs as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1550:19 [INFO] [stdout] | [INFO] [stdout] 1550 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_rsrv2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1555:19 [INFO] [stdout] | [INFO] [stdout] 1555 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_dp as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1560:19 [INFO] [stdout] | [INFO] [stdout] 1560 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ds as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1565:19 [INFO] [stdout] | [INFO] [stdout] 1565 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_rsrv3 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1570:19 [INFO] [stdout] | [INFO] [stdout] 1570 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_mxcsr [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1575:19 [INFO] [stdout] | [INFO] [stdout] 1575 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1580:19 [INFO] [stdout] | [INFO] [stdout] 1580 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_stmm0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1585:19 [INFO] [stdout] | [INFO] [stdout] 1585 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_stmm1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1590:19 [INFO] [stdout] | [INFO] [stdout] 1590 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_stmm2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1595:19 [INFO] [stdout] | [INFO] [stdout] 1595 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_stmm3 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1600:19 [INFO] [stdout] | [INFO] [stdout] 1600 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_stmm4 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1605:19 [INFO] [stdout] | [INFO] [stdout] 1605 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_stmm5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1610:19 [INFO] [stdout] | [INFO] [stdout] 1610 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_stmm6 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1615:19 [INFO] [stdout] | [INFO] [stdout] 1615 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_stmm7 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1620:19 [INFO] [stdout] | [INFO] [stdout] 1620 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_xmm0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1625:19 [INFO] [stdout] | [INFO] [stdout] 1625 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_xmm1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1630:19 [INFO] [stdout] | [INFO] [stdout] 1630 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_xmm2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1635:19 [INFO] [stdout] | [INFO] [stdout] 1635 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_xmm3 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1640:19 [INFO] [stdout] | [INFO] [stdout] 1640 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_xmm4 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1645:19 [INFO] [stdout] | [INFO] [stdout] 1645 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_xmm5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1650:19 [INFO] [stdout] | [INFO] [stdout] 1650 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_xmm6 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1655:19 [INFO] [stdout] | [INFO] [stdout] 1655 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_xmm7 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1660:19 [INFO] [stdout] | [INFO] [stdout] 1660 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_rsrv4 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1665:19 [INFO] [stdout] | [INFO] [stdout] 1665 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1671:19 [INFO] [stdout] | [INFO] [stdout] 1671 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1677:19 [INFO] [stdout] | [INFO] [stdout] 1677 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ymmh0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1682:19 [INFO] [stdout] | [INFO] [stdout] 1682 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ymmh1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1687:19 [INFO] [stdout] | [INFO] [stdout] 1687 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ymmh2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1692:19 [INFO] [stdout] | [INFO] [stdout] 1692 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ymmh3 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1697:19 [INFO] [stdout] | [INFO] [stdout] 1697 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ymmh4 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1702:19 [INFO] [stdout] | [INFO] [stdout] 1702 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ymmh5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1707:19 [INFO] [stdout] | [INFO] [stdout] 1707 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ymmh6 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1712:19 [INFO] [stdout] | [INFO] [stdout] 1712 | & ( * ( 0 as * const __darwin_i386_avx_state ) ) . __fpu_ymmh7 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_i386_exception_state` should have a snake case name [INFO] [stdout] --> src/lib.rs:1726:4 [INFO] [stdout] | [INFO] [stdout] 1726 | fn bindgen_test_layout___darwin_i386_exception_state() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_i386_exception_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1735:19 [INFO] [stdout] | [INFO] [stdout] 1735 | & ( * ( 0 as * const __darwin_i386_exception_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1741:19 [INFO] [stdout] | [INFO] [stdout] 1741 | & ( * ( 0 as * const __darwin_i386_exception_state ) ) . __cpu [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1747:19 [INFO] [stdout] | [INFO] [stdout] 1747 | & ( * ( 0 as * const __darwin_i386_exception_state ) ) . __err [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1753:19 [INFO] [stdout] | [INFO] [stdout] 1753 | & ( * ( 0 as * const __darwin_i386_exception_state ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_x86_debug_state32` should have a snake case name [INFO] [stdout] --> src/lib.rs:1775:4 [INFO] [stdout] | [INFO] [stdout] 1775 | fn bindgen_test_layout___darwin_x86_debug_state32() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_x86_debug_state32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1784:19 [INFO] [stdout] | [INFO] [stdout] 1784 | & ( * ( 0 as * const __darwin_x86_debug_state32 ) ) . __dr0 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1790:19 [INFO] [stdout] | [INFO] [stdout] 1790 | & ( * ( 0 as * const __darwin_x86_debug_state32 ) ) . __dr1 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1796:19 [INFO] [stdout] | [INFO] [stdout] 1796 | & ( * ( 0 as * const __darwin_x86_debug_state32 ) ) . __dr2 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1802:19 [INFO] [stdout] | [INFO] [stdout] 1802 | & ( * ( 0 as * const __darwin_x86_debug_state32 ) ) . __dr3 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1808:19 [INFO] [stdout] | [INFO] [stdout] 1808 | & ( * ( 0 as * const __darwin_x86_debug_state32 ) ) . __dr4 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1814:19 [INFO] [stdout] | [INFO] [stdout] 1814 | & ( * ( 0 as * const __darwin_x86_debug_state32 ) ) . __dr5 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1820:19 [INFO] [stdout] | [INFO] [stdout] 1820 | & ( * ( 0 as * const __darwin_x86_debug_state32 ) ) . __dr6 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1826:19 [INFO] [stdout] | [INFO] [stdout] 1826 | & ( * ( 0 as * const __darwin_x86_debug_state32 ) ) . __dr7 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_x86_thread_state64` should have a snake case name [INFO] [stdout] --> src/lib.rs:1861:4 [INFO] [stdout] | [INFO] [stdout] 1861 | fn bindgen_test_layout___darwin_x86_thread_state64() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_x86_thread_state64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1870:19 [INFO] [stdout] | [INFO] [stdout] 1870 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __rax [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1876:19 [INFO] [stdout] | [INFO] [stdout] 1876 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __rbx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1882:19 [INFO] [stdout] | [INFO] [stdout] 1882 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __rcx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1888:19 [INFO] [stdout] | [INFO] [stdout] 1888 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __rdx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1894:19 [INFO] [stdout] | [INFO] [stdout] 1894 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __rdi [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1900:19 [INFO] [stdout] | [INFO] [stdout] 1900 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __rsi [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1906:19 [INFO] [stdout] | [INFO] [stdout] 1906 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __rbp [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1912:19 [INFO] [stdout] | [INFO] [stdout] 1912 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __rsp [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1918:19 [INFO] [stdout] | [INFO] [stdout] 1918 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __r8 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1924:19 [INFO] [stdout] | [INFO] [stdout] 1924 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __r9 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1930:19 [INFO] [stdout] | [INFO] [stdout] 1930 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __r10 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1936:19 [INFO] [stdout] | [INFO] [stdout] 1936 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __r11 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1942:19 [INFO] [stdout] | [INFO] [stdout] 1942 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __r12 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1948:19 [INFO] [stdout] | [INFO] [stdout] 1948 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __r13 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1954:19 [INFO] [stdout] | [INFO] [stdout] 1954 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __r14 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1960:19 [INFO] [stdout] | [INFO] [stdout] 1960 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __r15 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1966:19 [INFO] [stdout] | [INFO] [stdout] 1966 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __rip [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1972:19 [INFO] [stdout] | [INFO] [stdout] 1972 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1978:19 [INFO] [stdout] | [INFO] [stdout] 1978 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __cs as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1984:19 [INFO] [stdout] | [INFO] [stdout] 1984 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __fs as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1990:19 [INFO] [stdout] | [INFO] [stdout] 1990 | & ( * ( 0 as * const __darwin_x86_thread_state64 ) ) . __gs as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_x86_float_state64` should have a snake case name [INFO] [stdout] --> src/lib.rs:2043:4 [INFO] [stdout] | [INFO] [stdout] 2043 | fn bindgen_test_layout___darwin_x86_float_state64() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_x86_float_state64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2052:19 [INFO] [stdout] | [INFO] [stdout] 2052 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2058:19 [INFO] [stdout] | [INFO] [stdout] 2058 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2064:19 [INFO] [stdout] | [INFO] [stdout] 2064 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2070:19 [INFO] [stdout] | [INFO] [stdout] 2070 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2076:19 [INFO] [stdout] | [INFO] [stdout] 2076 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2082:19 [INFO] [stdout] | [INFO] [stdout] 2082 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2088:19 [INFO] [stdout] | [INFO] [stdout] 2088 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . __fpu_ip [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2094:19 [INFO] [stdout] | [INFO] [stdout] 2094 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . __fpu_cs [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2100:19 [INFO] [stdout] | [INFO] [stdout] 2100 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2106:19 [INFO] [stdout] | [INFO] [stdout] 2106 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . __fpu_dp [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2112:19 [INFO] [stdout] | [INFO] [stdout] 2112 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . __fpu_ds [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2118:19 [INFO] [stdout] | [INFO] [stdout] 2118 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2124:19 [INFO] [stdout] | [INFO] [stdout] 2124 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2130:19 [INFO] [stdout] | [INFO] [stdout] 2130 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2136:19 [INFO] [stdout] | [INFO] [stdout] 2136 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2142:19 [INFO] [stdout] | [INFO] [stdout] 2142 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2148:19 [INFO] [stdout] | [INFO] [stdout] 2148 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2154:19 [INFO] [stdout] | [INFO] [stdout] 2154 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2160:19 [INFO] [stdout] | [INFO] [stdout] 2160 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2166:19 [INFO] [stdout] | [INFO] [stdout] 2166 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2172:19 [INFO] [stdout] | [INFO] [stdout] 2172 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2178:19 [INFO] [stdout] | [INFO] [stdout] 2178 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2184:19 [INFO] [stdout] | [INFO] [stdout] 2184 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2190:19 [INFO] [stdout] | [INFO] [stdout] 2190 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2196:19 [INFO] [stdout] | [INFO] [stdout] 2196 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2202:19 [INFO] [stdout] | [INFO] [stdout] 2202 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2208:19 [INFO] [stdout] | [INFO] [stdout] 2208 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2214:19 [INFO] [stdout] | [INFO] [stdout] 2214 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2220:19 [INFO] [stdout] | [INFO] [stdout] 2220 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2226:19 [INFO] [stdout] | [INFO] [stdout] 2226 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2232:19 [INFO] [stdout] | [INFO] [stdout] 2232 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2238:19 [INFO] [stdout] | [INFO] [stdout] 2238 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2244:19 [INFO] [stdout] | [INFO] [stdout] 2244 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2250:19 [INFO] [stdout] | [INFO] [stdout] 2250 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2256:19 [INFO] [stdout] | [INFO] [stdout] 2256 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2262:19 [INFO] [stdout] | [INFO] [stdout] 2262 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2268:19 [INFO] [stdout] | [INFO] [stdout] 2268 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2274:19 [INFO] [stdout] | [INFO] [stdout] 2274 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2280:19 [INFO] [stdout] | [INFO] [stdout] 2280 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2286:19 [INFO] [stdout] | [INFO] [stdout] 2286 | & ( * ( 0 as * const __darwin_x86_float_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_x86_avx_state64` should have a snake case name [INFO] [stdout] --> src/lib.rs:2354:4 [INFO] [stdout] | [INFO] [stdout] 2354 | fn bindgen_test_layout___darwin_x86_avx_state64() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_x86_avx_state64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2362:19 [INFO] [stdout] | [INFO] [stdout] 2362 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2368:19 [INFO] [stdout] | [INFO] [stdout] 2368 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_fcw [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2374:19 [INFO] [stdout] | [INFO] [stdout] 2374 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_fsw [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2380:19 [INFO] [stdout] | [INFO] [stdout] 2380 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_ftw [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2386:19 [INFO] [stdout] | [INFO] [stdout] 2386 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2392:19 [INFO] [stdout] | [INFO] [stdout] 2392 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_fop [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2398:19 [INFO] [stdout] | [INFO] [stdout] 2398 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_ip [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2404:19 [INFO] [stdout] | [INFO] [stdout] 2404 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_cs [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2410:19 [INFO] [stdout] | [INFO] [stdout] 2410 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2416:19 [INFO] [stdout] | [INFO] [stdout] 2416 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_dp [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2422:19 [INFO] [stdout] | [INFO] [stdout] 2422 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_ds [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2428:19 [INFO] [stdout] | [INFO] [stdout] 2428 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2434:19 [INFO] [stdout] | [INFO] [stdout] 2434 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2440:19 [INFO] [stdout] | [INFO] [stdout] 2440 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2446:19 [INFO] [stdout] | [INFO] [stdout] 2446 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2452:19 [INFO] [stdout] | [INFO] [stdout] 2452 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2458:19 [INFO] [stdout] | [INFO] [stdout] 2458 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2464:19 [INFO] [stdout] | [INFO] [stdout] 2464 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2470:19 [INFO] [stdout] | [INFO] [stdout] 2470 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2476:19 [INFO] [stdout] | [INFO] [stdout] 2476 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2482:19 [INFO] [stdout] | [INFO] [stdout] 2482 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2488:19 [INFO] [stdout] | [INFO] [stdout] 2488 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2494:19 [INFO] [stdout] | [INFO] [stdout] 2494 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2500:19 [INFO] [stdout] | [INFO] [stdout] 2500 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm1 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2506:19 [INFO] [stdout] | [INFO] [stdout] 2506 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2512:19 [INFO] [stdout] | [INFO] [stdout] 2512 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm3 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2518:19 [INFO] [stdout] | [INFO] [stdout] 2518 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm4 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2524:19 [INFO] [stdout] | [INFO] [stdout] 2524 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2530:19 [INFO] [stdout] | [INFO] [stdout] 2530 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm6 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2536:19 [INFO] [stdout] | [INFO] [stdout] 2536 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm7 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2542:19 [INFO] [stdout] | [INFO] [stdout] 2542 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm8 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2548:19 [INFO] [stdout] | [INFO] [stdout] 2548 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . __fpu_xmm9 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2554:19 [INFO] [stdout] | [INFO] [stdout] 2554 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2560:19 [INFO] [stdout] | [INFO] [stdout] 2560 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2566:19 [INFO] [stdout] | [INFO] [stdout] 2566 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2572:19 [INFO] [stdout] | [INFO] [stdout] 2572 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2578:19 [INFO] [stdout] | [INFO] [stdout] 2578 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2584:19 [INFO] [stdout] | [INFO] [stdout] 2584 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2590:19 [INFO] [stdout] | [INFO] [stdout] 2590 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2596:19 [INFO] [stdout] | [INFO] [stdout] 2596 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2603:19 [INFO] [stdout] | [INFO] [stdout] 2603 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2610:19 [INFO] [stdout] | [INFO] [stdout] 2610 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2616:19 [INFO] [stdout] | [INFO] [stdout] 2616 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2622:19 [INFO] [stdout] | [INFO] [stdout] 2622 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2628:19 [INFO] [stdout] | [INFO] [stdout] 2628 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2634:19 [INFO] [stdout] | [INFO] [stdout] 2634 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2640:19 [INFO] [stdout] | [INFO] [stdout] 2640 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2646:19 [INFO] [stdout] | [INFO] [stdout] 2646 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2652:19 [INFO] [stdout] | [INFO] [stdout] 2652 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2658:19 [INFO] [stdout] | [INFO] [stdout] 2658 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2664:19 [INFO] [stdout] | [INFO] [stdout] 2664 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2670:19 [INFO] [stdout] | [INFO] [stdout] 2670 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2676:19 [INFO] [stdout] | [INFO] [stdout] 2676 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2682:19 [INFO] [stdout] | [INFO] [stdout] 2682 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2688:19 [INFO] [stdout] | [INFO] [stdout] 2688 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2694:19 [INFO] [stdout] | [INFO] [stdout] 2694 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2700:19 [INFO] [stdout] | [INFO] [stdout] 2700 | & ( * ( 0 as * const __darwin_x86_avx_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_x86_exception_state64` should have a snake case name [INFO] [stdout] --> src/lib.rs:2715:4 [INFO] [stdout] | [INFO] [stdout] 2715 | fn bindgen_test_layout___darwin_x86_exception_state64() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_x86_exception_state64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2725:19 [INFO] [stdout] | [INFO] [stdout] 2725 | & ( * ( 0 as * const __darwin_x86_exception_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2731:19 [INFO] [stdout] | [INFO] [stdout] 2731 | & ( * ( 0 as * const __darwin_x86_exception_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2737:19 [INFO] [stdout] | [INFO] [stdout] 2737 | & ( * ( 0 as * const __darwin_x86_exception_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2743:19 [INFO] [stdout] | [INFO] [stdout] 2743 | & ( * ( 0 as * const __darwin_x86_exception_state64 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_x86_debug_state64` should have a snake case name [INFO] [stdout] --> src/lib.rs:2765:4 [INFO] [stdout] | [INFO] [stdout] 2765 | fn bindgen_test_layout___darwin_x86_debug_state64() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_x86_debug_state64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2774:19 [INFO] [stdout] | [INFO] [stdout] 2774 | & ( * ( 0 as * const __darwin_x86_debug_state64 ) ) . __dr0 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2780:19 [INFO] [stdout] | [INFO] [stdout] 2780 | & ( * ( 0 as * const __darwin_x86_debug_state64 ) ) . __dr1 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2786:19 [INFO] [stdout] | [INFO] [stdout] 2786 | & ( * ( 0 as * const __darwin_x86_debug_state64 ) ) . __dr2 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2792:19 [INFO] [stdout] | [INFO] [stdout] 2792 | & ( * ( 0 as * const __darwin_x86_debug_state64 ) ) . __dr3 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2798:19 [INFO] [stdout] | [INFO] [stdout] 2798 | & ( * ( 0 as * const __darwin_x86_debug_state64 ) ) . __dr4 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2804:19 [INFO] [stdout] | [INFO] [stdout] 2804 | & ( * ( 0 as * const __darwin_x86_debug_state64 ) ) . __dr5 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2810:19 [INFO] [stdout] | [INFO] [stdout] 2810 | & ( * ( 0 as * const __darwin_x86_debug_state64 ) ) . __dr6 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2816:19 [INFO] [stdout] | [INFO] [stdout] 2816 | & ( * ( 0 as * const __darwin_x86_debug_state64 ) ) . __dr7 as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_mcontext32` should have a snake case name [INFO] [stdout] --> src/lib.rs:2832:4 [INFO] [stdout] | [INFO] [stdout] 2832 | fn bindgen_test_layout___darwin_mcontext32() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_mcontext32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2840:19 [INFO] [stdout] | [INFO] [stdout] 2840 | & ( * ( 0 as * const __darwin_mcontext32 ) ) . __es as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2845:19 [INFO] [stdout] | [INFO] [stdout] 2845 | & ( * ( 0 as * const __darwin_mcontext32 ) ) . __ss as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2850:19 [INFO] [stdout] | [INFO] [stdout] 2850 | & ( * ( 0 as * const __darwin_mcontext32 ) ) . __fs as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_mcontext_avx32` should have a snake case name [INFO] [stdout] --> src/lib.rs:2862:4 [INFO] [stdout] | [INFO] [stdout] 2862 | fn bindgen_test_layout___darwin_mcontext_avx32() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_mcontext_avx32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2870:19 [INFO] [stdout] | [INFO] [stdout] 2870 | & ( * ( 0 as * const __darwin_mcontext_avx32 ) ) . __es as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2875:19 [INFO] [stdout] | [INFO] [stdout] 2875 | & ( * ( 0 as * const __darwin_mcontext_avx32 ) ) . __ss as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2880:19 [INFO] [stdout] | [INFO] [stdout] 2880 | & ( * ( 0 as * const __darwin_mcontext_avx32 ) ) . __fs as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_mcontext64` should have a snake case name [INFO] [stdout] --> src/lib.rs:2892:4 [INFO] [stdout] | [INFO] [stdout] 2892 | fn bindgen_test_layout___darwin_mcontext64() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_mcontext64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2900:19 [INFO] [stdout] | [INFO] [stdout] 2900 | & ( * ( 0 as * const __darwin_mcontext64 ) ) . __es as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2905:19 [INFO] [stdout] | [INFO] [stdout] 2905 | & ( * ( 0 as * const __darwin_mcontext64 ) ) . __ss as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2910:19 [INFO] [stdout] | [INFO] [stdout] 2910 | & ( * ( 0 as * const __darwin_mcontext64 ) ) . __fs as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_mcontext_avx64` should have a snake case name [INFO] [stdout] --> src/lib.rs:2922:4 [INFO] [stdout] | [INFO] [stdout] 2922 | fn bindgen_test_layout___darwin_mcontext_avx64() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_mcontext_avx64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2930:19 [INFO] [stdout] | [INFO] [stdout] 2930 | & ( * ( 0 as * const __darwin_mcontext_avx64 ) ) . __es as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2935:19 [INFO] [stdout] | [INFO] [stdout] 2935 | & ( * ( 0 as * const __darwin_mcontext_avx64 ) ) . __ss as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2940:19 [INFO] [stdout] | [INFO] [stdout] 2940 | & ( * ( 0 as * const __darwin_mcontext_avx64 ) ) . __fs as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_sigaltstack` should have a snake case name [INFO] [stdout] --> src/lib.rs:2955:4 [INFO] [stdout] | [INFO] [stdout] 2955 | fn bindgen_test_layout___darwin_sigaltstack() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_sigaltstack` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2963:19 [INFO] [stdout] | [INFO] [stdout] 2963 | & ( * ( 0 as * const __darwin_sigaltstack ) ) . ss_sp as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2968:19 [INFO] [stdout] | [INFO] [stdout] 2968 | & ( * ( 0 as * const __darwin_sigaltstack ) ) . ss_size as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2973:19 [INFO] [stdout] | [INFO] [stdout] 2973 | & ( * ( 0 as * const __darwin_sigaltstack ) ) . ss_flags as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___darwin_ucontext` should have a snake case name [INFO] [stdout] --> src/lib.rs:2993:4 [INFO] [stdout] | [INFO] [stdout] 2993 | fn bindgen_test_layout___darwin_ucontext() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_darwin_ucontext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2999:19 [INFO] [stdout] | [INFO] [stdout] 2999 | & ( * ( 0 as * const __darwin_ucontext ) ) . uc_onstack as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3004:19 [INFO] [stdout] | [INFO] [stdout] 3004 | & ( * ( 0 as * const __darwin_ucontext ) ) . uc_sigmask as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3009:19 [INFO] [stdout] | [INFO] [stdout] 3009 | & ( * ( 0 as * const __darwin_ucontext ) ) . uc_stack as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3014:19 [INFO] [stdout] | [INFO] [stdout] 3014 | & ( * ( 0 as * const __darwin_ucontext ) ) . uc_link as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3019:19 [INFO] [stdout] | [INFO] [stdout] 3019 | & ( * ( 0 as * const __darwin_ucontext ) ) . uc_mcsize as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3024:19 [INFO] [stdout] | [INFO] [stdout] 3024 | & ( * ( 0 as * const __darwin_ucontext ) ) . uc_mcontext as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3049:19 [INFO] [stdout] | [INFO] [stdout] 3049 | & ( * ( 0 as * const sigval ) ) . sival_int as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3054:19 [INFO] [stdout] | [INFO] [stdout] 3054 | & ( * ( 0 as * const sigval ) ) . sival_ptr as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3079:19 [INFO] [stdout] | [INFO] [stdout] 3079 | & ( * ( 0 as * const sigevent ) ) . sigev_notify as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3084:19 [INFO] [stdout] | [INFO] [stdout] 3084 | & ( * ( 0 as * const sigevent ) ) . sigev_signo as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3089:19 [INFO] [stdout] | [INFO] [stdout] 3089 | & ( * ( 0 as * const sigevent ) ) . sigev_value as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3094:19 [INFO] [stdout] | [INFO] [stdout] 3094 | & ( * ( 0 as * const sigevent ) ) . sigev_notify_function as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3099:19 [INFO] [stdout] | [INFO] [stdout] 3099 | & ( * ( 0 as * const sigevent ) ) . sigev_notify_attributes as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___siginfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:3122:4 [INFO] [stdout] | [INFO] [stdout] 3122 | fn bindgen_test_layout___siginfo() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_siginfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3128:19 [INFO] [stdout] | [INFO] [stdout] 3128 | & ( * ( 0 as * const __siginfo ) ) . si_signo as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3133:19 [INFO] [stdout] | [INFO] [stdout] 3133 | & ( * ( 0 as * const __siginfo ) ) . si_errno as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3138:19 [INFO] [stdout] | [INFO] [stdout] 3138 | & ( * ( 0 as * const __siginfo ) ) . si_code as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3143:19 [INFO] [stdout] | [INFO] [stdout] 3143 | & ( * ( 0 as * const __siginfo ) ) . si_pid as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3148:19 [INFO] [stdout] | [INFO] [stdout] 3148 | & ( * ( 0 as * const __siginfo ) ) . si_uid as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3153:19 [INFO] [stdout] | [INFO] [stdout] 3153 | & ( * ( 0 as * const __siginfo ) ) . si_status as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3158:19 [INFO] [stdout] | [INFO] [stdout] 3158 | & ( * ( 0 as * const __siginfo ) ) . si_addr as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3163:19 [INFO] [stdout] | [INFO] [stdout] 3163 | & ( * ( 0 as * const __siginfo ) ) . si_value as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3168:19 [INFO] [stdout] | [INFO] [stdout] 3168 | & ( * ( 0 as * const __siginfo ) ) . si_band as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3173:19 [INFO] [stdout] | [INFO] [stdout] 3173 | & ( * ( 0 as * const __siginfo ) ) . __pad as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___sigaction_u` should have a snake case name [INFO] [stdout] --> src/lib.rs:3196:4 [INFO] [stdout] | [INFO] [stdout] 3196 | fn bindgen_test_layout___sigaction_u() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_sigaction_u` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3202:19 [INFO] [stdout] | [INFO] [stdout] 3202 | & ( * ( 0 as * const __sigaction_u ) ) . __sa_handler as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3207:19 [INFO] [stdout] | [INFO] [stdout] 3207 | & ( * ( 0 as * const __sigaction_u ) ) . __sa_sigaction as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___sigaction` should have a snake case name [INFO] [stdout] --> src/lib.rs:3233:4 [INFO] [stdout] | [INFO] [stdout] 3233 | fn bindgen_test_layout___sigaction() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_sigaction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3239:19 [INFO] [stdout] | [INFO] [stdout] 3239 | & ( * ( 0 as * const __sigaction ) ) . __sigaction_u as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3244:19 [INFO] [stdout] | [INFO] [stdout] 3244 | & ( * ( 0 as * const __sigaction ) ) . sa_tramp as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3249:19 [INFO] [stdout] | [INFO] [stdout] 3249 | & ( * ( 0 as * const __sigaction ) ) . sa_mask as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3254:19 [INFO] [stdout] | [INFO] [stdout] 3254 | & ( * ( 0 as * const __sigaction ) ) . sa_flags as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3276:19 [INFO] [stdout] | [INFO] [stdout] 3276 | & ( * ( 0 as * const sigaction ) ) . __sigaction_u as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3281:19 [INFO] [stdout] | [INFO] [stdout] 3281 | & ( * ( 0 as * const sigaction ) ) . sa_mask as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3286:19 [INFO] [stdout] | [INFO] [stdout] 3286 | & ( * ( 0 as * const sigaction ) ) . sa_flags as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3311:19 [INFO] [stdout] | [INFO] [stdout] 3311 | & ( * ( 0 as * const sigvec ) ) . sv_handler as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3316:19 [INFO] [stdout] | [INFO] [stdout] 3316 | & ( * ( 0 as * const sigvec ) ) . sv_mask as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3321:19 [INFO] [stdout] | [INFO] [stdout] 3321 | & ( * ( 0 as * const sigvec ) ) . sv_flags as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3342:19 [INFO] [stdout] | [INFO] [stdout] 3342 | & ( * ( 0 as * const sigstack ) ) . ss_sp as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3347:19 [INFO] [stdout] | [INFO] [stdout] 3347 | & ( * ( 0 as * const sigstack ) ) . ss_onstack as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3393:19 [INFO] [stdout] | [INFO] [stdout] 3393 | & ( * ( 0 as * const timeval ) ) . tv_sec as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3398:19 [INFO] [stdout] | [INFO] [stdout] 3398 | & ( * ( 0 as * const timeval ) ) . tv_usec as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3434:19 [INFO] [stdout] | [INFO] [stdout] 3434 | & ( * ( 0 as * const rusage ) ) . ru_utime as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3439:19 [INFO] [stdout] | [INFO] [stdout] 3439 | & ( * ( 0 as * const rusage ) ) . ru_stime as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3444:19 [INFO] [stdout] | [INFO] [stdout] 3444 | & ( * ( 0 as * const rusage ) ) . ru_maxrss as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3449:19 [INFO] [stdout] | [INFO] [stdout] 3449 | & ( * ( 0 as * const rusage ) ) . ru_ixrss as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3454:19 [INFO] [stdout] | [INFO] [stdout] 3454 | & ( * ( 0 as * const rusage ) ) . ru_idrss as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3459:19 [INFO] [stdout] | [INFO] [stdout] 3459 | & ( * ( 0 as * const rusage ) ) . ru_isrss as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3464:19 [INFO] [stdout] | [INFO] [stdout] 3464 | & ( * ( 0 as * const rusage ) ) . ru_minflt as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3469:19 [INFO] [stdout] | [INFO] [stdout] 3469 | & ( * ( 0 as * const rusage ) ) . ru_majflt as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3474:19 [INFO] [stdout] | [INFO] [stdout] 3474 | & ( * ( 0 as * const rusage ) ) . ru_nswap as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3479:19 [INFO] [stdout] | [INFO] [stdout] 3479 | & ( * ( 0 as * const rusage ) ) . ru_inblock as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3484:19 [INFO] [stdout] | [INFO] [stdout] 3484 | & ( * ( 0 as * const rusage ) ) . ru_oublock as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3489:19 [INFO] [stdout] | [INFO] [stdout] 3489 | & ( * ( 0 as * const rusage ) ) . ru_msgsnd as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3494:19 [INFO] [stdout] | [INFO] [stdout] 3494 | & ( * ( 0 as * const rusage ) ) . ru_msgrcv as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3499:19 [INFO] [stdout] | [INFO] [stdout] 3499 | & ( * ( 0 as * const rusage ) ) . ru_nsignals as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3504:19 [INFO] [stdout] | [INFO] [stdout] 3504 | & ( * ( 0 as * const rusage ) ) . ru_nvcsw as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3509:19 [INFO] [stdout] | [INFO] [stdout] 3509 | & ( * ( 0 as * const rusage ) ) . ru_nivcsw as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3540:19 [INFO] [stdout] | [INFO] [stdout] 3540 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_uuid as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3545:19 [INFO] [stdout] | [INFO] [stdout] 3545 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_user_time as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3550:19 [INFO] [stdout] | [INFO] [stdout] 3550 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_system_time as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3555:19 [INFO] [stdout] | [INFO] [stdout] 3555 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_pkg_idle_wkups as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3560:19 [INFO] [stdout] | [INFO] [stdout] 3560 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_interrupt_wkups [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3565:19 [INFO] [stdout] | [INFO] [stdout] 3565 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_pageins as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3570:19 [INFO] [stdout] | [INFO] [stdout] 3570 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_wired_size as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3575:19 [INFO] [stdout] | [INFO] [stdout] 3575 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_resident_size as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3580:19 [INFO] [stdout] | [INFO] [stdout] 3580 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_phys_footprint as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3585:19 [INFO] [stdout] | [INFO] [stdout] 3585 | & ( * ( 0 as * const rusage_info_v0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3591:19 [INFO] [stdout] | [INFO] [stdout] 3591 | & ( * ( 0 as * const rusage_info_v0 ) ) . ri_proc_exit_abstime [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3627:19 [INFO] [stdout] | [INFO] [stdout] 3627 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_uuid as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3632:19 [INFO] [stdout] | [INFO] [stdout] 3632 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_user_time as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3637:19 [INFO] [stdout] | [INFO] [stdout] 3637 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_system_time as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3642:19 [INFO] [stdout] | [INFO] [stdout] 3642 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_pkg_idle_wkups as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3647:19 [INFO] [stdout] | [INFO] [stdout] 3647 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_interrupt_wkups [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3652:19 [INFO] [stdout] | [INFO] [stdout] 3652 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_pageins as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3657:19 [INFO] [stdout] | [INFO] [stdout] 3657 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_wired_size as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3662:19 [INFO] [stdout] | [INFO] [stdout] 3662 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_resident_size as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3667:19 [INFO] [stdout] | [INFO] [stdout] 3667 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_phys_footprint as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3672:19 [INFO] [stdout] | [INFO] [stdout] 3672 | & ( * ( 0 as * const rusage_info_v1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3678:19 [INFO] [stdout] | [INFO] [stdout] 3678 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_proc_exit_abstime [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3683:19 [INFO] [stdout] | [INFO] [stdout] 3683 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_child_user_time [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3688:19 [INFO] [stdout] | [INFO] [stdout] 3688 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_child_system_time [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3693:19 [INFO] [stdout] | [INFO] [stdout] 3693 | & ( * ( 0 as * const rusage_info_v1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3699:19 [INFO] [stdout] | [INFO] [stdout] 3699 | & ( * ( 0 as * const rusage_info_v1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3705:19 [INFO] [stdout] | [INFO] [stdout] 3705 | & ( * ( 0 as * const rusage_info_v1 ) ) . ri_child_pageins as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3710:19 [INFO] [stdout] | [INFO] [stdout] 3710 | & ( * ( 0 as * const rusage_info_v1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3749:19 [INFO] [stdout] | [INFO] [stdout] 3749 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_uuid as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3754:19 [INFO] [stdout] | [INFO] [stdout] 3754 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_user_time as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3759:19 [INFO] [stdout] | [INFO] [stdout] 3759 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_system_time as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3764:19 [INFO] [stdout] | [INFO] [stdout] 3764 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_pkg_idle_wkups as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3769:19 [INFO] [stdout] | [INFO] [stdout] 3769 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_interrupt_wkups [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3774:19 [INFO] [stdout] | [INFO] [stdout] 3774 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_pageins as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3779:19 [INFO] [stdout] | [INFO] [stdout] 3779 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_wired_size as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3784:19 [INFO] [stdout] | [INFO] [stdout] 3784 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_resident_size as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3789:19 [INFO] [stdout] | [INFO] [stdout] 3789 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_phys_footprint as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3794:19 [INFO] [stdout] | [INFO] [stdout] 3794 | & ( * ( 0 as * const rusage_info_v2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3800:19 [INFO] [stdout] | [INFO] [stdout] 3800 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_proc_exit_abstime [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3805:19 [INFO] [stdout] | [INFO] [stdout] 3805 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_child_user_time [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3810:19 [INFO] [stdout] | [INFO] [stdout] 3810 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_child_system_time [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3815:19 [INFO] [stdout] | [INFO] [stdout] 3815 | & ( * ( 0 as * const rusage_info_v2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3821:19 [INFO] [stdout] | [INFO] [stdout] 3821 | & ( * ( 0 as * const rusage_info_v2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3827:19 [INFO] [stdout] | [INFO] [stdout] 3827 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_child_pageins as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3832:19 [INFO] [stdout] | [INFO] [stdout] 3832 | & ( * ( 0 as * const rusage_info_v2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3838:19 [INFO] [stdout] | [INFO] [stdout] 3838 | & ( * ( 0 as * const rusage_info_v2 ) ) . ri_diskio_bytesread [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3843:19 [INFO] [stdout] | [INFO] [stdout] 3843 | & ( * ( 0 as * const rusage_info_v2 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3891:19 [INFO] [stdout] | [INFO] [stdout] 3891 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_uuid as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3896:19 [INFO] [stdout] | [INFO] [stdout] 3896 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_user_time as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3901:19 [INFO] [stdout] | [INFO] [stdout] 3901 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_system_time as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3906:19 [INFO] [stdout] | [INFO] [stdout] 3906 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_pkg_idle_wkups as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3911:19 [INFO] [stdout] | [INFO] [stdout] 3911 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_interrupt_wkups [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3916:19 [INFO] [stdout] | [INFO] [stdout] 3916 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_pageins as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3921:19 [INFO] [stdout] | [INFO] [stdout] 3921 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_wired_size as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3926:19 [INFO] [stdout] | [INFO] [stdout] 3926 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_resident_size as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3931:19 [INFO] [stdout] | [INFO] [stdout] 3931 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_phys_footprint as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3936:19 [INFO] [stdout] | [INFO] [stdout] 3936 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3942:19 [INFO] [stdout] | [INFO] [stdout] 3942 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_proc_exit_abstime [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3947:19 [INFO] [stdout] | [INFO] [stdout] 3947 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_child_user_time [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3952:19 [INFO] [stdout] | [INFO] [stdout] 3952 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_child_system_time [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3957:19 [INFO] [stdout] | [INFO] [stdout] 3957 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3963:19 [INFO] [stdout] | [INFO] [stdout] 3963 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3969:19 [INFO] [stdout] | [INFO] [stdout] 3969 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_child_pageins as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3974:19 [INFO] [stdout] | [INFO] [stdout] 3974 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3980:19 [INFO] [stdout] | [INFO] [stdout] 3980 | & ( * ( 0 as * const rusage_info_v3 ) ) . ri_diskio_bytesread [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3985:19 [INFO] [stdout] | [INFO] [stdout] 3985 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3991:19 [INFO] [stdout] | [INFO] [stdout] 3991 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:3997:19 [INFO] [stdout] | [INFO] [stdout] 3997 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4003:19 [INFO] [stdout] | [INFO] [stdout] 4003 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4009:19 [INFO] [stdout] | [INFO] [stdout] 4009 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4015:19 [INFO] [stdout] | [INFO] [stdout] 4015 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4021:19 [INFO] [stdout] | [INFO] [stdout] 4021 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4027:19 [INFO] [stdout] | [INFO] [stdout] 4027 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4033:19 [INFO] [stdout] | [INFO] [stdout] 4033 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4039:19 [INFO] [stdout] | [INFO] [stdout] 4039 | & ( * ( 0 as * const rusage_info_v3 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4062:19 [INFO] [stdout] | [INFO] [stdout] 4062 | & ( * ( 0 as * const rlimit ) ) . rlim_cur as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4067:19 [INFO] [stdout] | [INFO] [stdout] 4067 | & ( * ( 0 as * const rlimit ) ) . rlim_max as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4091:19 [INFO] [stdout] | [INFO] [stdout] 4091 | & ( * ( 0 as * const proc_rlimit_control_wakeupmon ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4097:19 [INFO] [stdout] | [INFO] [stdout] 4097 | & ( * ( 0 as * const proc_rlimit_control_wakeupmon ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `w_T` should have a snake case name [INFO] [stdout] --> src/lib.rs:4141:9 [INFO] [stdout] | [INFO] [stdout] 4141 | pub w_T: __BindgenUnionField, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `w_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `w_S` should have a snake case name [INFO] [stdout] --> src/lib.rs:4142:9 [INFO] [stdout] | [INFO] [stdout] 4142 | pub w_S: __BindgenUnionField, [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `w_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_wait__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:4152:4 [INFO] [stdout] | [INFO] [stdout] 4152 | fn bindgen_test_layout_wait__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_wait_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_wait__bindgen_ty_2` should have a snake case name [INFO] [stdout] --> src/lib.rs:4168:4 [INFO] [stdout] | [INFO] [stdout] 4168 | fn bindgen_test_layout_wait__bindgen_ty_2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_wait_bindgen_ty_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4184:19 [INFO] [stdout] | [INFO] [stdout] 4184 | & ( * ( 0 as * const wait ) ) . w_status as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4189:19 [INFO] [stdout] | [INFO] [stdout] 4189 | & ( * ( 0 as * const wait ) ) . w_T as * const _ as usize } , [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4194:19 [INFO] [stdout] | [INFO] [stdout] 4194 | & ( * ( 0 as * const wait ) ) . w_S as * const _ as usize } , [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4240:19 [INFO] [stdout] | [INFO] [stdout] 4240 | & ( * ( 0 as * const div_t ) ) . quot as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4245:19 [INFO] [stdout] | [INFO] [stdout] 4245 | & ( * ( 0 as * const div_t ) ) . rem as * const _ as usize } , [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4266:19 [INFO] [stdout] | [INFO] [stdout] 4266 | & ( * ( 0 as * const ldiv_t ) ) . quot as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4271:19 [INFO] [stdout] | [INFO] [stdout] 4271 | & ( * ( 0 as * const ldiv_t ) ) . rem as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4292:19 [INFO] [stdout] | [INFO] [stdout] 4292 | & ( * ( 0 as * const lldiv_t ) ) . quot as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4297:19 [INFO] [stdout] | [INFO] [stdout] 4297 | & ( * ( 0 as * const lldiv_t ) ) . rem as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4835:19 [INFO] [stdout] | [INFO] [stdout] 4835 | & ( * ( 0 as * const timespec ) ) . tv_sec as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4840:19 [INFO] [stdout] | [INFO] [stdout] 4840 | & ( * ( 0 as * const timespec ) ) . tv_nsec as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4870:19 [INFO] [stdout] | [INFO] [stdout] 4870 | & ( * ( 0 as * const tm ) ) . tm_sec as * const _ as usize } , [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4875:19 [INFO] [stdout] | [INFO] [stdout] 4875 | & ( * ( 0 as * const tm ) ) . tm_min as * const _ as usize } , [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4880:19 [INFO] [stdout] | [INFO] [stdout] 4880 | & ( * ( 0 as * const tm ) ) . tm_hour as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4885:19 [INFO] [stdout] | [INFO] [stdout] 4885 | & ( * ( 0 as * const tm ) ) . tm_mday as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4890:19 [INFO] [stdout] | [INFO] [stdout] 4890 | & ( * ( 0 as * const tm ) ) . tm_mon as * const _ as usize } , [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4895:19 [INFO] [stdout] | [INFO] [stdout] 4895 | & ( * ( 0 as * const tm ) ) . tm_year as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4900:19 [INFO] [stdout] | [INFO] [stdout] 4900 | & ( * ( 0 as * const tm ) ) . tm_wday as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4905:19 [INFO] [stdout] | [INFO] [stdout] 4905 | & ( * ( 0 as * const tm ) ) . tm_yday as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4910:19 [INFO] [stdout] | [INFO] [stdout] 4910 | & ( * ( 0 as * const tm ) ) . tm_isdst as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4915:19 [INFO] [stdout] | [INFO] [stdout] 4915 | & ( * ( 0 as * const tm ) ) . tm_gmtoff as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4920:19 [INFO] [stdout] | [INFO] [stdout] 4920 | & ( * ( 0 as * const tm ) ) . tm_zone as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___float2` should have a snake case name [INFO] [stdout] --> src/lib.rs:5717:4 [INFO] [stdout] | [INFO] [stdout] 5717 | fn bindgen_test_layout___float2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_float2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5723:19 [INFO] [stdout] | [INFO] [stdout] 5723 | & ( * ( 0 as * const __float2 ) ) . __sinval as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5728:19 [INFO] [stdout] | [INFO] [stdout] 5728 | & ( * ( 0 as * const __float2 ) ) . __cosval as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___double2` should have a snake case name [INFO] [stdout] --> src/lib.rs:5743:4 [INFO] [stdout] | [INFO] [stdout] 5743 | fn bindgen_test_layout___double2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_double2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5749:19 [INFO] [stdout] | [INFO] [stdout] 5749 | & ( * ( 0 as * const __double2 ) ) . __sinval as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5754:19 [INFO] [stdout] | [INFO] [stdout] 5754 | & ( * ( 0 as * const __double2 ) ) . __cosval as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5833:19 [INFO] [stdout] | [INFO] [stdout] 5833 | & ( * ( 0 as * const exception ) ) . type_ as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5838:19 [INFO] [stdout] | [INFO] [stdout] 5838 | & ( * ( 0 as * const exception ) ) . name as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5843:19 [INFO] [stdout] | [INFO] [stdout] 5843 | & ( * ( 0 as * const exception ) ) . arg1 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5848:19 [INFO] [stdout] | [INFO] [stdout] 5848 | & ( * ( 0 as * const exception ) ) . arg2 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5853:19 [INFO] [stdout] | [INFO] [stdout] 5853 | & ( * ( 0 as * const exception ) ) . retval as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:5873:4 [INFO] [stdout] | [INFO] [stdout] 5873 | fn bindgen_test_layout__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5879:19 [INFO] [stdout] | [INFO] [stdout] 5879 | & ( * ( 0 as * const _bindgen_ty_1 ) ) . raw as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5884:19 [INFO] [stdout] | [INFO] [stdout] 5884 | & ( * ( 0 as * const _bindgen_ty_1 ) ) . value as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__bindgen_ty_2` should have a snake case name [INFO] [stdout] --> src/lib.rs:5905:4 [INFO] [stdout] | [INFO] [stdout] 5905 | fn bindgen_test_layout__bindgen_ty_2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_bindgen_ty_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5911:19 [INFO] [stdout] | [INFO] [stdout] 5911 | & ( * ( 0 as * const _bindgen_ty_2 ) ) . raw as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5916:19 [INFO] [stdout] | [INFO] [stdout] 5916 | & ( * ( 0 as * const _bindgen_ty_2 ) ) . value as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__bindgen_ty_3` should have a snake case name [INFO] [stdout] --> src/lib.rs:5937:4 [INFO] [stdout] | [INFO] [stdout] 5937 | fn bindgen_test_layout__bindgen_ty_3() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_bindgen_ty_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5943:19 [INFO] [stdout] | [INFO] [stdout] 5943 | & ( * ( 0 as * const _bindgen_ty_3 ) ) . raw as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5948:19 [INFO] [stdout] | [INFO] [stdout] 5948 | & ( * ( 0 as * const _bindgen_ty_3 ) ) . value as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__bindgen_ty_4` should have a snake case name [INFO] [stdout] --> src/lib.rs:5969:4 [INFO] [stdout] | [INFO] [stdout] 5969 | fn bindgen_test_layout__bindgen_ty_4() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_bindgen_ty_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5975:19 [INFO] [stdout] | [INFO] [stdout] 5975 | & ( * ( 0 as * const _bindgen_ty_4 ) ) . raw as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:5980:19 [INFO] [stdout] | [INFO] [stdout] 5980 | & ( * ( 0 as * const _bindgen_ty_4 ) ) . value as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Pcx` should have a snake case name [INFO] [stdout] --> src/lib.rs:6129:9 [INFO] [stdout] | [INFO] [stdout] 6129 | pub Pcx: *mut f64, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `pcx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Px` should have a snake case name [INFO] [stdout] --> src/lib.rs:6131:9 [INFO] [stdout] | [INFO] [stdout] 6131 | pub Px: *mut f64, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `px` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Pc` should have a snake case name [INFO] [stdout] --> src/lib.rs:6133:9 [INFO] [stdout] | [INFO] [stdout] 6133 | pub Pc: *mut f64, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `pc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlAIB` should have a snake case name [INFO] [stdout] --> src/lib.rs:6145:4 [INFO] [stdout] | [INFO] [stdout] 6145 | fn bindgen_test_layout__VlAIB() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_aib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6151:19 [INFO] [stdout] | [INFO] [stdout] 6151 | & ( * ( 0 as * const _VlAIB ) ) . nodes as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6156:19 [INFO] [stdout] | [INFO] [stdout] 6156 | & ( * ( 0 as * const _VlAIB ) ) . nentries as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6161:19 [INFO] [stdout] | [INFO] [stdout] 6161 | & ( * ( 0 as * const _VlAIB ) ) . beta as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6166:19 [INFO] [stdout] | [INFO] [stdout] 6166 | & ( * ( 0 as * const _VlAIB ) ) . bidx as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6171:19 [INFO] [stdout] | [INFO] [stdout] 6171 | & ( * ( 0 as * const _VlAIB ) ) . which as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6176:19 [INFO] [stdout] | [INFO] [stdout] 6176 | & ( * ( 0 as * const _VlAIB ) ) . nwhich as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6181:19 [INFO] [stdout] | [INFO] [stdout] 6181 | & ( * ( 0 as * const _VlAIB ) ) . Pcx as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6186:19 [INFO] [stdout] | [INFO] [stdout] 6186 | & ( * ( 0 as * const _VlAIB ) ) . Px as * const _ as usize } , [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6191:19 [INFO] [stdout] | [INFO] [stdout] 6191 | & ( * ( 0 as * const _VlAIB ) ) . Pc as * const _ as usize } , [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6196:19 [INFO] [stdout] | [INFO] [stdout] 6196 | & ( * ( 0 as * const _VlAIB ) ) . nvalues as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6201:19 [INFO] [stdout] | [INFO] [stdout] 6201 | & ( * ( 0 as * const _VlAIB ) ) . nlabels as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6206:19 [INFO] [stdout] | [INFO] [stdout] 6206 | & ( * ( 0 as * const _VlAIB ) ) . parents as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6211:19 [INFO] [stdout] | [INFO] [stdout] 6211 | & ( * ( 0 as * const _VlAIB ) ) . costs as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6216:19 [INFO] [stdout] | [INFO] [stdout] 6216 | & ( * ( 0 as * const _VlAIB ) ) . verbosity as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isEnvelope` should have a snake case name [INFO] [stdout] --> src/lib.rs:6246:9 [INFO] [stdout] | [INFO] [stdout] 6246 | pub isEnvelope: vl_bool, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `is_envelope` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isSparse` should have a snake case name [INFO] [stdout] --> src/lib.rs:6247:9 [INFO] [stdout] | [INFO] [stdout] 6247 | pub isSparse: vl_bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `is_sparse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numDimensions` should have a snake case name [INFO] [stdout] --> src/lib.rs:6248:9 [INFO] [stdout] | [INFO] [stdout] 6248 | pub numDimensions: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `num_dimensions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rowPointers` should have a snake case name [INFO] [stdout] --> src/lib.rs:6251:9 [INFO] [stdout] | [INFO] [stdout] 6251 | pub rowPointers: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `row_pointers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `columnPointers` should have a snake case name [INFO] [stdout] --> src/lib.rs:6252:9 [INFO] [stdout] | [INFO] [stdout] 6252 | pub columnPointers: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `column_pointers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlArray` should have a snake case name [INFO] [stdout] --> src/lib.rs:6255:4 [INFO] [stdout] | [INFO] [stdout] 6255 | fn bindgen_test_layout__VlArray() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_array` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6261:19 [INFO] [stdout] | [INFO] [stdout] 6261 | & ( * ( 0 as * const _VlArray ) ) . type_ as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6266:19 [INFO] [stdout] | [INFO] [stdout] 6266 | & ( * ( 0 as * const _VlArray ) ) . isEnvelope as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6271:19 [INFO] [stdout] | [INFO] [stdout] 6271 | & ( * ( 0 as * const _VlArray ) ) . isSparse as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6276:19 [INFO] [stdout] | [INFO] [stdout] 6276 | & ( * ( 0 as * const _VlArray ) ) . numDimensions as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6281:19 [INFO] [stdout] | [INFO] [stdout] 6281 | & ( * ( 0 as * const _VlArray ) ) . dimensions as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6286:19 [INFO] [stdout] | [INFO] [stdout] 6286 | & ( * ( 0 as * const _VlArray ) ) . data as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6291:19 [INFO] [stdout] | [INFO] [stdout] 6291 | & ( * ( 0 as * const _VlArray ) ) . rowPointers as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6296:19 [INFO] [stdout] | [INFO] [stdout] 6296 | & ( * ( 0 as * const _VlArray ) ) . columnPointers as * const [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlEnumerator` should have a snake case name [INFO] [stdout] --> src/lib.rs:6430:4 [INFO] [stdout] | [INFO] [stdout] 6430 | fn bindgen_test_layout__VlEnumerator() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_enumerator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6436:19 [INFO] [stdout] | [INFO] [stdout] 6436 | & ( * ( 0 as * const _VlEnumerator ) ) . name as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6441:19 [INFO] [stdout] | [INFO] [stdout] 6441 | & ( * ( 0 as * const _VlEnumerator ) ) . value as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `firstOctave` should have a snake case name [INFO] [stdout] --> src/lib.rs:6611:9 [INFO] [stdout] | [INFO] [stdout] 6611 | pub firstOctave: vl_index, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `first_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastOctave` should have a snake case name [INFO] [stdout] --> src/lib.rs:6613:9 [INFO] [stdout] | [INFO] [stdout] 6613 | pub lastOctave: vl_index, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `last_octave` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `octaveResolution` should have a snake case name [INFO] [stdout] --> src/lib.rs:6615:9 [INFO] [stdout] | [INFO] [stdout] 6615 | pub octaveResolution: vl_size, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `octave_resolution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `octaveFirstSubdivision` should have a snake case name [INFO] [stdout] --> src/lib.rs:6617:9 [INFO] [stdout] | [INFO] [stdout] 6617 | pub octaveFirstSubdivision: vl_index, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `octave_first_subdivision` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `octaveLastSubdivision` should have a snake case name [INFO] [stdout] --> src/lib.rs:6619:9 [INFO] [stdout] | [INFO] [stdout] 6619 | pub octaveLastSubdivision: vl_index, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `octave_last_subdivision` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `baseScale` should have a snake case name [INFO] [stdout] --> src/lib.rs:6621:9 [INFO] [stdout] | [INFO] [stdout] 6621 | pub baseScale: f64, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `base_scale` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nominalScale` should have a snake case name [INFO] [stdout] --> src/lib.rs:6623:9 [INFO] [stdout] | [INFO] [stdout] 6623 | pub nominalScale: f64, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `nominal_scale` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlScaleSpaceGeometry` should have a snake case name [INFO] [stdout] --> src/lib.rs:6626:4 [INFO] [stdout] | [INFO] [stdout] 6626 | fn bindgen_test_layout__VlScaleSpaceGeometry() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_scale_space_geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6634:19 [INFO] [stdout] | [INFO] [stdout] 6634 | & ( * ( 0 as * const _VlScaleSpaceGeometry ) ) . width as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6639:19 [INFO] [stdout] | [INFO] [stdout] 6639 | & ( * ( 0 as * const _VlScaleSpaceGeometry ) ) . height as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6644:19 [INFO] [stdout] | [INFO] [stdout] 6644 | & ( * ( 0 as * const _VlScaleSpaceGeometry ) ) . firstOctave [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6649:19 [INFO] [stdout] | [INFO] [stdout] 6649 | & ( * ( 0 as * const _VlScaleSpaceGeometry ) ) . lastOctave as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6654:19 [INFO] [stdout] | [INFO] [stdout] 6654 | & ( * ( 0 as * const _VlScaleSpaceGeometry ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6660:19 [INFO] [stdout] | [INFO] [stdout] 6660 | & ( * ( 0 as * const _VlScaleSpaceGeometry ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6666:19 [INFO] [stdout] | [INFO] [stdout] 6666 | & ( * ( 0 as * const _VlScaleSpaceGeometry ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6672:19 [INFO] [stdout] | [INFO] [stdout] 6672 | & ( * ( 0 as * const _VlScaleSpaceGeometry ) ) . baseScale as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6677:19 [INFO] [stdout] | [INFO] [stdout] 6677 | & ( * ( 0 as * const _VlScaleSpaceGeometry ) ) . nominalScale [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlScaleSpaceOctaveGeometry` should have a snake case name [INFO] [stdout] --> src/lib.rs:6702:4 [INFO] [stdout] | [INFO] [stdout] 6702 | fn bindgen_test_layout__VlScaleSpaceOctaveGeometry() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_scale_space_octave_geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6711:19 [INFO] [stdout] | [INFO] [stdout] 6711 | & ( * ( 0 as * const _VlScaleSpaceOctaveGeometry ) ) . width [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6717:19 [INFO] [stdout] | [INFO] [stdout] 6717 | & ( * ( 0 as * const _VlScaleSpaceOctaveGeometry ) ) . height [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6723:19 [INFO] [stdout] | [INFO] [stdout] 6723 | & ( * ( 0 as * const _VlScaleSpaceOctaveGeometry ) ) . step as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___sbuf` should have a snake case name [INFO] [stdout] --> src/lib.rs:6811:4 [INFO] [stdout] | [INFO] [stdout] 6811 | fn bindgen_test_layout___sbuf() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_sbuf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6817:19 [INFO] [stdout] | [INFO] [stdout] 6817 | & ( * ( 0 as * const __sbuf ) ) . _base as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6822:19 [INFO] [stdout] | [INFO] [stdout] 6822 | & ( * ( 0 as * const __sbuf ) ) . _size as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___sFILE` should have a snake case name [INFO] [stdout] --> src/lib.rs:6877:4 [INFO] [stdout] | [INFO] [stdout] 6877 | fn bindgen_test_layout___sFILE() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_s_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6883:19 [INFO] [stdout] | [INFO] [stdout] 6883 | & ( * ( 0 as * const __sFILE ) ) . _p as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6888:19 [INFO] [stdout] | [INFO] [stdout] 6888 | & ( * ( 0 as * const __sFILE ) ) . _r as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6893:19 [INFO] [stdout] | [INFO] [stdout] 6893 | & ( * ( 0 as * const __sFILE ) ) . _w as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6898:19 [INFO] [stdout] | [INFO] [stdout] 6898 | & ( * ( 0 as * const __sFILE ) ) . _flags as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6903:19 [INFO] [stdout] | [INFO] [stdout] 6903 | & ( * ( 0 as * const __sFILE ) ) . _file as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6908:19 [INFO] [stdout] | [INFO] [stdout] 6908 | & ( * ( 0 as * const __sFILE ) ) . _bf as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6913:19 [INFO] [stdout] | [INFO] [stdout] 6913 | & ( * ( 0 as * const __sFILE ) ) . _lbfsize as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6918:19 [INFO] [stdout] | [INFO] [stdout] 6918 | & ( * ( 0 as * const __sFILE ) ) . _cookie as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6923:19 [INFO] [stdout] | [INFO] [stdout] 6923 | & ( * ( 0 as * const __sFILE ) ) . _close as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6928:19 [INFO] [stdout] | [INFO] [stdout] 6928 | & ( * ( 0 as * const __sFILE ) ) . _read as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6933:19 [INFO] [stdout] | [INFO] [stdout] 6933 | & ( * ( 0 as * const __sFILE ) ) . _seek as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6938:19 [INFO] [stdout] | [INFO] [stdout] 6938 | & ( * ( 0 as * const __sFILE ) ) . _write as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6943:19 [INFO] [stdout] | [INFO] [stdout] 6943 | & ( * ( 0 as * const __sFILE ) ) . _ub as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6948:19 [INFO] [stdout] | [INFO] [stdout] 6948 | & ( * ( 0 as * const __sFILE ) ) . _extra as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6953:19 [INFO] [stdout] | [INFO] [stdout] 6953 | & ( * ( 0 as * const __sFILE ) ) . _ur as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6958:19 [INFO] [stdout] | [INFO] [stdout] 6958 | & ( * ( 0 as * const __sFILE ) ) . _ubuf as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6963:19 [INFO] [stdout] | [INFO] [stdout] 6963 | & ( * ( 0 as * const __sFILE ) ) . _nbuf as * const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6968:19 [INFO] [stdout] | [INFO] [stdout] 6968 | & ( * ( 0 as * const __sFILE ) ) . _lb as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6973:19 [INFO] [stdout] | [INFO] [stdout] 6973 | & ( * ( 0 as * const __sFILE ) ) . _blksize as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6978:19 [INFO] [stdout] | [INFO] [stdout] 6978 | & ( * ( 0 as * const __sFILE ) ) . _offset as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlFrameDisc` should have a snake case name [INFO] [stdout] --> src/lib.rs:7401:4 [INFO] [stdout] | [INFO] [stdout] 7401 | fn bindgen_test_layout__VlFrameDisc() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_frame_disc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7407:19 [INFO] [stdout] | [INFO] [stdout] 7407 | & ( * ( 0 as * const _VlFrameDisc ) ) . x as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7412:19 [INFO] [stdout] | [INFO] [stdout] 7412 | & ( * ( 0 as * const _VlFrameDisc ) ) . y as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7417:19 [INFO] [stdout] | [INFO] [stdout] 7417 | & ( * ( 0 as * const _VlFrameDisc ) ) . sigma as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlFrameOrientedDisc` should have a snake case name [INFO] [stdout] --> src/lib.rs:7442:4 [INFO] [stdout] | [INFO] [stdout] 7442 | fn bindgen_test_layout__VlFrameOrientedDisc() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_frame_oriented_disc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7450:19 [INFO] [stdout] | [INFO] [stdout] 7450 | & ( * ( 0 as * const _VlFrameOrientedDisc ) ) . x as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7455:19 [INFO] [stdout] | [INFO] [stdout] 7455 | & ( * ( 0 as * const _VlFrameOrientedDisc ) ) . y as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7460:19 [INFO] [stdout] | [INFO] [stdout] 7460 | & ( * ( 0 as * const _VlFrameOrientedDisc ) ) . sigma as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7465:19 [INFO] [stdout] | [INFO] [stdout] 7465 | & ( * ( 0 as * const _VlFrameOrientedDisc ) ) . angle as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlFrameEllipse` should have a snake case name [INFO] [stdout] --> src/lib.rs:7488:4 [INFO] [stdout] | [INFO] [stdout] 7488 | fn bindgen_test_layout__VlFrameEllipse() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_frame_ellipse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7494:19 [INFO] [stdout] | [INFO] [stdout] 7494 | & ( * ( 0 as * const _VlFrameEllipse ) ) . x as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7499:19 [INFO] [stdout] | [INFO] [stdout] 7499 | & ( * ( 0 as * const _VlFrameEllipse ) ) . y as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7504:19 [INFO] [stdout] | [INFO] [stdout] 7504 | & ( * ( 0 as * const _VlFrameEllipse ) ) . e11 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7509:19 [INFO] [stdout] | [INFO] [stdout] 7509 | & ( * ( 0 as * const _VlFrameEllipse ) ) . e12 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7514:19 [INFO] [stdout] | [INFO] [stdout] 7514 | & ( * ( 0 as * const _VlFrameEllipse ) ) . e22 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlFrameOrientedEllipse` should have a snake case name [INFO] [stdout] --> src/lib.rs:7540:4 [INFO] [stdout] | [INFO] [stdout] 7540 | fn bindgen_test_layout__VlFrameOrientedEllipse() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_frame_oriented_ellipse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7548:19 [INFO] [stdout] | [INFO] [stdout] 7548 | & ( * ( 0 as * const _VlFrameOrientedEllipse ) ) . x as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7553:19 [INFO] [stdout] | [INFO] [stdout] 7553 | & ( * ( 0 as * const _VlFrameOrientedEllipse ) ) . y as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7558:19 [INFO] [stdout] | [INFO] [stdout] 7558 | & ( * ( 0 as * const _VlFrameOrientedEllipse ) ) . a11 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7563:19 [INFO] [stdout] | [INFO] [stdout] 7563 | & ( * ( 0 as * const _VlFrameOrientedEllipse ) ) . a12 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7568:19 [INFO] [stdout] | [INFO] [stdout] 7568 | & ( * ( 0 as * const _VlFrameOrientedEllipse ) ) . a21 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7573:19 [INFO] [stdout] | [INFO] [stdout] 7573 | & ( * ( 0 as * const _VlFrameOrientedEllipse ) ) . a22 as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `peakScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7589:9 [INFO] [stdout] | [INFO] [stdout] 7589 | pub peakScore: f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `peak_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `edgeScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7591:9 [INFO] [stdout] | [INFO] [stdout] 7591 | pub edgeScore: f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `edge_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `orientationScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7593:9 [INFO] [stdout] | [INFO] [stdout] 7593 | pub orientationScore: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `orientation_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `laplacianScaleScore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7595:9 [INFO] [stdout] | [INFO] [stdout] 7595 | pub laplacianScaleScore: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `laplacian_scale_score` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlCovDetFeature` should have a snake case name [INFO] [stdout] --> src/lib.rs:7598:4 [INFO] [stdout] | [INFO] [stdout] 7598 | fn bindgen_test_layout__VlCovDetFeature() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_cov_det_feature` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7604:19 [INFO] [stdout] | [INFO] [stdout] 7604 | & ( * ( 0 as * const _VlCovDetFeature ) ) . frame as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7609:19 [INFO] [stdout] | [INFO] [stdout] 7609 | & ( * ( 0 as * const _VlCovDetFeature ) ) . peakScore as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7614:19 [INFO] [stdout] | [INFO] [stdout] 7614 | & ( * ( 0 as * const _VlCovDetFeature ) ) . edgeScore as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7619:19 [INFO] [stdout] | [INFO] [stdout] 7619 | & ( * ( 0 as * const _VlCovDetFeature ) ) . orientationScore [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7624:19 [INFO] [stdout] | [INFO] [stdout] 7624 | & ( * ( 0 as * const _VlCovDetFeature ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlCovDetFeatureOrientation` should have a snake case name [INFO] [stdout] --> src/lib.rs:7642:4 [INFO] [stdout] | [INFO] [stdout] 7642 | fn bindgen_test_layout__VlCovDetFeatureOrientation() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_cov_det_feature_orientation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7651:19 [INFO] [stdout] | [INFO] [stdout] 7651 | & ( * ( 0 as * const _VlCovDetFeatureOrientation ) ) . angle [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7657:19 [INFO] [stdout] | [INFO] [stdout] 7657 | & ( * ( 0 as * const _VlCovDetFeatureOrientation ) ) . score [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__VlCovDetFeatureLaplacianScale` should have a snake case name [INFO] [stdout] --> src/lib.rs:7675:4 [INFO] [stdout] | [INFO] [stdout] 7675 | fn bindgen_test_layout__VlCovDetFeatureLaplacianScale() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_cov_det_feature_laplacian_scale` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7685:19 [INFO] [stdout] | [INFO] [stdout] 7685 | & ( * ( 0 as * const _VlCovDetFeatureLaplacianScale ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7691:19 [INFO] [stdout] | [INFO] [stdout] 7691 | & ( * ( 0 as * const _VlCovDetFeatureLaplacianScale ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_VlDsiftKeypoint_` should have a snake case name [INFO] [stdout] --> src/lib.rs:7892:4 [INFO] [stdout] | [INFO] [stdout] 7892 | fn bindgen_test_layout_VlDsiftKeypoint_() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_dsift_keypoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7898:19 [INFO] [stdout] | [INFO] [stdout] 7898 | & ( * ( 0 as * const VlDsiftKeypoint_ ) ) . x as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7903:19 [INFO] [stdout] | [INFO] [stdout] 7903 | & ( * ( 0 as * const VlDsiftKeypoint_ ) ) . y as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7908:19 [INFO] [stdout] | [INFO] [stdout] 7908 | & ( * ( 0 as * const VlDsiftKeypoint_ ) ) . s as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7913:19 [INFO] [stdout] | [INFO] [stdout] 7913 | & ( * ( 0 as * const VlDsiftKeypoint_ ) ) . norm as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinT` should have a snake case name [INFO] [stdout] --> src/lib.rs:7927:9 [INFO] [stdout] | [INFO] [stdout] 7927 | pub numBinT: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_bin_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7929:9 [INFO] [stdout] | [INFO] [stdout] 7929 | pub numBinX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_bin_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numBinY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7931:9 [INFO] [stdout] | [INFO] [stdout] 7931 | pub numBinY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `num_bin_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `binSizeX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7933:9 [INFO] [stdout] | [INFO] [stdout] 7933 | pub binSizeX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bin_size_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `binSizeY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7935:9 [INFO] [stdout] | [INFO] [stdout] 7935 | pub binSizeY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bin_size_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_VlDsiftDescriptorGeometry_` should have a snake case name [INFO] [stdout] --> src/lib.rs:7938:4 [INFO] [stdout] | [INFO] [stdout] 7938 | fn bindgen_test_layout_VlDsiftDescriptorGeometry_() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_vl_dsift_descriptor_geometry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7947:19 [INFO] [stdout] | [INFO] [stdout] 7947 | & ( * ( 0 as * const VlDsiftDescriptorGeometry_ ) ) . numBinT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7953:19 [INFO] [stdout] | [INFO] [stdout] 7953 | & ( * ( 0 as * const VlDsiftDescriptorGeometry_ ) ) . numBinX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7959:19 [INFO] [stdout] | [INFO] [stdout] 7959 | & ( * ( 0 as * const VlDsiftDescriptorGeometry_ ) ) . numBinY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7965:19 [INFO] [stdout] | [INFO] [stdout] 7965 | & ( * ( 0 as * const VlDsiftDescriptorGeometry_ ) ) . binSizeX [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7971:19 [INFO] [stdout] | [INFO] [stdout] 7971 | & ( * ( 0 as * const VlDsiftDescriptorGeometry_ ) ) . binSizeY [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `imWidth` should have a snake case name [INFO] [stdout] --> src/lib.rs:7986:9 [INFO] [stdout] | [INFO] [stdout] 7986 | pub imWidth: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `im_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `imHeight` should have a snake case name [INFO] [stdout] --> src/lib.rs:7988:9 [INFO] [stdout] | [INFO] [stdout] 7988 | pub imHeight: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `im_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stepX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7990:9 [INFO] [stdout] | [INFO] [stdout] 7990 | pub stepX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `step_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stepY` should have a snake case name [INFO] [stdout] --> src/lib.rs:7992:9 [INFO] [stdout] | [INFO] [stdout] 7992 | pub stepY: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `step_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `boundMinX` should have a snake case name [INFO] [stdout] --> src/lib.rs:7994:9 [INFO] [stdout] | [INFO] [stdout] 7994 | pub boundMinX: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bound_min_x` [INFO] [stdout] [WARN] too many lines in the log, truncating it