[INFO] fetching crate torch 0.1.0... [INFO] checking torch-0.1.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate torch 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate torch 0.1.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate torch 0.1.0 [INFO] finished tweaking crates.io crate torch 0.1.0 [INFO] tweaked toml for crates.io crate torch 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f82e1f6920878c68d7e67e25514ddf272e815999ff9843c77daf2260f3c67358 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f82e1f6920878c68d7e67e25514ddf272e815999ff9843c77daf2260f3c67358", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f82e1f6920878c68d7e67e25514ddf272e815999ff9843c77daf2260f3c67358", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f82e1f6920878c68d7e67e25514ddf272e815999ff9843c77daf2260f3c67358", kill_on_drop: false }` [INFO] [stdout] f82e1f6920878c68d7e67e25514ddf272e815999ff9843c77daf2260f3c67358 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcab98834137d051f273a8d47156c953ea60e004e99b8afff7fb66a02b34f68e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dcab98834137d051f273a8d47156c953ea60e004e99b8afff7fb66a02b34f68e", kill_on_drop: false }` [INFO] [stderr] Checking torch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:290:10 [INFO] [stdout] | [INFO] [stdout] 290 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `idtype_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | 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:293:21 [INFO] [stdout] | [INFO] [stdout] 293 | 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:293:32 [INFO] [stdout] | [INFO] [stdout] 293 | 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:293:43 [INFO] [stdout] | [INFO] [stdout] 293 | 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 `__u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:294:10 [INFO] [stdout] | [INFO] [stdout] 294 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:295:10 [INFO] [stdout] | [INFO] [stdout] 295 | pub type __u_short = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UShort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:296:10 [INFO] [stdout] | [INFO] [stdout] 296 | pub type __u_int = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:297:10 [INFO] [stdout] | [INFO] [stdout] 297 | pub type __u_long = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:298:10 [INFO] [stdout] | [INFO] [stdout] 298 | pub type __int8_t = ::std::os::raw::c_schar; [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:299:10 [INFO] [stdout] | [INFO] [stdout] 299 | 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:300:10 [INFO] [stdout] | [INFO] [stdout] 300 | 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:301:10 [INFO] [stdout] | [INFO] [stdout] 301 | 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:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | 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:303:10 [INFO] [stdout] | [INFO] [stdout] 303 | 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:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | pub type __int64_t = ::std::os::raw::c_long; [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:305:10 [INFO] [stdout] | [INFO] [stdout] 305 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | pub type __quad_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `QuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:307:10 [INFO] [stdout] | [INFO] [stdout] 307 | pub type __u_quad_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:308:10 [INFO] [stdout] | [INFO] [stdout] 308 | pub type __dev_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:309:10 [INFO] [stdout] | [INFO] [stdout] 309 | pub type __uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | pub type __gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:311:10 [INFO] [stdout] | [INFO] [stdout] 311 | pub type __ino_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:312:10 [INFO] [stdout] | [INFO] [stdout] 312 | pub type __ino64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | pub type __mode_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:314:10 [INFO] [stdout] | [INFO] [stdout] 314 | pub type __nlink_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:315:10 [INFO] [stdout] | [INFO] [stdout] 315 | pub type __off_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:316:10 [INFO] [stdout] | [INFO] [stdout] 316 | pub type __off64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | pub type __pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:338:10 [INFO] [stdout] | [INFO] [stdout] 338 | pub type __clock_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:339:10 [INFO] [stdout] | [INFO] [stdout] 339 | pub type __rlim_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | pub type __rlim64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:341:10 [INFO] [stdout] | [INFO] [stdout] 341 | pub type __id_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | pub type __time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | pub type __useconds_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:344:10 [INFO] [stdout] | [INFO] [stdout] 344 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:345:10 [INFO] [stdout] | [INFO] [stdout] 345 | pub type __daddr_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | pub type __key_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:347:10 [INFO] [stdout] | [INFO] [stdout] 347 | pub type __clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:348:10 [INFO] [stdout] | [INFO] [stdout] 348 | pub type __timer_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:349:10 [INFO] [stdout] | [INFO] [stdout] 349 | pub type __blksize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:350:10 [INFO] [stdout] | [INFO] [stdout] 350 | pub type __blkcnt_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | pub type __blkcnt64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:352:10 [INFO] [stdout] | [INFO] [stdout] 352 | pub type __fsblkcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:354:10 [INFO] [stdout] | [INFO] [stdout] 354 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:355:10 [INFO] [stdout] | [INFO] [stdout] 355 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:356:10 [INFO] [stdout] | [INFO] [stdout] 356 | pub type __fsword_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:357:10 [INFO] [stdout] | [INFO] [stdout] 357 | pub type __ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:358:10 [INFO] [stdout] | [INFO] [stdout] 358 | pub type __syscall_slong_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | pub type __loff_t = __off64_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__qaddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | pub type __qaddr_t = *mut __quad_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `QaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | pub type __caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:363:10 [INFO] [stdout] | [INFO] [stdout] 363 | pub type __intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:364:10 [INFO] [stdout] | [INFO] [stdout] 364 | pub type __socklen_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:739:10 [INFO] [stdout] | [INFO] [stdout] 739 | pub type u_char = __u_char; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_short` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:740:10 [INFO] [stdout] | [INFO] [stdout] 740 | pub type u_short = __u_short; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UShort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:741:10 [INFO] [stdout] | [INFO] [stdout] 741 | pub type u_int = __u_int; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | pub type u_long = __u_long; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:743:10 [INFO] [stdout] | [INFO] [stdout] 743 | pub type quad_t = __quad_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `QuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | pub type u_quad_t = __u_quad_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:745:10 [INFO] [stdout] | [INFO] [stdout] 745 | pub type fsid_t = __fsid_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FsidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `loff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:746:10 [INFO] [stdout] | [INFO] [stdout] 746 | pub type loff_t = __loff_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:747:10 [INFO] [stdout] | [INFO] [stdout] 747 | pub type ino_t = __ino_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:748:10 [INFO] [stdout] | [INFO] [stdout] 748 | pub type dev_t = __dev_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:749:10 [INFO] [stdout] | [INFO] [stdout] 749 | pub type gid_t = __gid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:750:10 [INFO] [stdout] | [INFO] [stdout] 750 | pub type mode_t = __mode_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `nlink_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:751:10 [INFO] [stdout] | [INFO] [stdout] 751 | pub type nlink_t = __nlink_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:752:10 [INFO] [stdout] | [INFO] [stdout] 752 | pub type uid_t = __uid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:753:10 [INFO] [stdout] | [INFO] [stdout] 753 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:754:10 [INFO] [stdout] | [INFO] [stdout] 754 | pub type pid_t = __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:755:10 [INFO] [stdout] | [INFO] [stdout] 755 | pub type id_t = __id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:756:10 [INFO] [stdout] | [INFO] [stdout] 756 | pub type daddr_t = __daddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `caddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:757:10 [INFO] [stdout] | [INFO] [stdout] 757 | pub type caddr_t = __caddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:758:10 [INFO] [stdout] | [INFO] [stdout] 758 | pub type key_t = __key_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:759:10 [INFO] [stdout] | [INFO] [stdout] 759 | pub type clock_t = __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:760:10 [INFO] [stdout] | [INFO] [stdout] 760 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:761:10 [INFO] [stdout] | [INFO] [stdout] 761 | pub type clockid_t = __clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:762:10 [INFO] [stdout] | [INFO] [stdout] 762 | pub type timer_t = __timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:763:10 [INFO] [stdout] | [INFO] [stdout] 763 | pub type ulong = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:764:10 [INFO] [stdout] | [INFO] [stdout] 764 | pub type ushort = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:765:10 [INFO] [stdout] | [INFO] [stdout] 765 | pub type uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:766:10 [INFO] [stdout] | [INFO] [stdout] 766 | 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:767:10 [INFO] [stdout] | [INFO] [stdout] 767 | 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:768:10 [INFO] [stdout] | [INFO] [stdout] 768 | 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:769:10 [INFO] [stdout] | [INFO] [stdout] 769 | pub type u_int64_t = ::std::os::raw::c_ulong; [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:770:10 [INFO] [stdout] | [INFO] [stdout] 770 | pub type register_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:771:10 [INFO] [stdout] | [INFO] [stdout] 771 | 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 `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:792:10 [INFO] [stdout] | [INFO] [stdout] 792 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type suseconds_t = __suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:846:10 [INFO] [stdout] | [INFO] [stdout] 846 | pub type __fd_mask = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fd_mask` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:867:10 [INFO] [stdout] | [INFO] [stdout] 867 | pub type fd_mask = __fd_mask; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:892:10 [INFO] [stdout] | [INFO] [stdout] 892 | pub type blksize_t = __blksize_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:893:10 [INFO] [stdout] | [INFO] [stdout] 893 | pub type blkcnt_t = __blkcnt_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:894:10 [INFO] [stdout] | [INFO] [stdout] 894 | pub type fsblkcnt_t = __fsblkcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:895:10 [INFO] [stdout] | [INFO] [stdout] 895 | pub type fsfilcnt_t = __fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:896:10 [INFO] [stdout] | [INFO] [stdout] 896 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:952:10 [INFO] [stdout] | [INFO] [stdout] 952 | pub type __pthread_list_t = __pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1221:10 [INFO] [stdout] | [INFO] [stdout] 1221 | pub type pthread_key_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_once_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1222:10 [INFO] [stdout] | [INFO] [stdout] 1222 | pub type pthread_once_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_spinlock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1388:10 [INFO] [stdout] | [INFO] [stdout] 1388 | pub type pthread_spinlock_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__compar_fn_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1769:10 [INFO] [stdout] | [INFO] [stdout] 1769 | pub type __compar_fn_t = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ComparFnT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gnuc_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2202:10 [INFO] [stdout] | [INFO] [stdout] 2202 | pub type __gnuc_va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GnucVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2208:10 [INFO] [stdout] | [INFO] [stdout] 2208 | pub type _IO_lock_t = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__codecvt_result` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2243:10 [INFO] [stdout] | [INFO] [stdout] 2243 | pub enum __codecvt_result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_ok` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2244:5 [INFO] [stdout] | [INFO] [stdout] 2244 | __codecvt_ok = 0, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtOk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_partial` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2245:5 [INFO] [stdout] | [INFO] [stdout] 2245 | __codecvt_partial = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtPartial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_error` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2246:5 [INFO] [stdout] | [INFO] [stdout] 2246 | __codecvt_error = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_noconv` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2247:5 [INFO] [stdout] | [INFO] [stdout] 2247 | __codecvt_noconv = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtNoconv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_read_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2266:10 [INFO] [stdout] | [INFO] [stdout] 2266 | pub type __io_read_fn = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoReadFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_write_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2272:10 [INFO] [stdout] | [INFO] [stdout] 2272 | pub type __io_write_fn = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoWriteFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_seek_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2278:10 [INFO] [stdout] | [INFO] [stdout] 2278 | pub type __io_seek_fn = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoSeekFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_close_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2284:10 [INFO] [stdout] | [INFO] [stdout] 2284 | pub type __io_close_fn = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCloseFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2355:10 [INFO] [stdout] | [INFO] [stdout] 2355 | pub type va_list = __gnuc_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:2356:10 [INFO] [stdout] | [INFO] [stdout] 2356 | pub type fpos_t = _G_fpos_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FposT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `float_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2727:10 [INFO] [stdout] | [INFO] [stdout] 2727 | 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:2728:10 [INFO] [stdout] | [INFO] [stdout] 2728 | 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_1` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4047:10 [INFO] [stdout] | [INFO] [stdout] 4047 | pub enum _bindgen_ty_1 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_NAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4048:5 [INFO] [stdout] | [INFO] [stdout] 4048 | FP_NAN = 0, [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FpNan` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_INFINITE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4049:5 [INFO] [stdout] | [INFO] [stdout] 4049 | FP_INFINITE = 1, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `FpInfinite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_ZERO` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4050:5 [INFO] [stdout] | [INFO] [stdout] 4050 | FP_ZERO = 2, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FpZero` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_SUBNORMAL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4051:5 [INFO] [stdout] | [INFO] [stdout] 4051 | FP_SUBNORMAL = 3, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FpSubnormal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_NORMAL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4052:5 [INFO] [stdout] | [INFO] [stdout] 4052 | FP_NORMAL = 4, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FpNormal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_LIB_VERSION_TYPE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4056:10 [INFO] [stdout] | [INFO] [stdout] 4056 | pub enum _LIB_VERSION_TYPE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LibVersionType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__locale_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4286:10 [INFO] [stdout] | [INFO] [stdout] 4286 | pub type __locale_t = *mut __locale_struct; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `locale_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4287:10 [INFO] [stdout] | [INFO] [stdout] 4287 | pub type locale_t = __locale_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8020:10 [INFO] [stdout] | [INFO] [stdout] 8020 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8021:10 [INFO] [stdout] | [INFO] [stdout] 8021 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8022:10 [INFO] [stdout] | [INFO] [stdout] 8022 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8023:10 [INFO] [stdout] | [INFO] [stdout] 8023 | pub type int_least64_t = ::std::os::raw::c_long; [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:8024:10 [INFO] [stdout] | [INFO] [stdout] 8024 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8025:10 [INFO] [stdout] | [INFO] [stdout] 8025 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8026:10 [INFO] [stdout] | [INFO] [stdout] 8026 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8027:10 [INFO] [stdout] | [INFO] [stdout] 8027 | pub type uint_least64_t = ::std::os::raw::c_ulong; [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:8028:10 [INFO] [stdout] | [INFO] [stdout] 8028 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8029:10 [INFO] [stdout] | [INFO] [stdout] 8029 | pub type int_fast16_t = ::std::os::raw::c_long; [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:8030:10 [INFO] [stdout] | [INFO] [stdout] 8030 | pub type int_fast32_t = ::std::os::raw::c_long; [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:8031:10 [INFO] [stdout] | [INFO] [stdout] 8031 | pub type int_fast64_t = ::std::os::raw::c_long; [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:8032:10 [INFO] [stdout] | [INFO] [stdout] 8032 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8033:10 [INFO] [stdout] | [INFO] [stdout] 8033 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [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:8034:10 [INFO] [stdout] | [INFO] [stdout] 8034 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [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:8035:10 [INFO] [stdout] | [INFO] [stdout] 8035 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [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:8036:10 [INFO] [stdout] | [INFO] [stdout] 8036 | 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:8037:10 [INFO] [stdout] | [INFO] [stdout] 8037 | 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 `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:19174:10 [INFO] [stdout] | [INFO] [stdout] 19174 | 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: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:290:10 [INFO] [stdout] | [INFO] [stdout] 290 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `idtype_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | 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:293:21 [INFO] [stdout] | [INFO] [stdout] 293 | 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:293:32 [INFO] [stdout] | [INFO] [stdout] 293 | 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:293:43 [INFO] [stdout] | [INFO] [stdout] 293 | 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 `__u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:294:10 [INFO] [stdout] | [INFO] [stdout] 294 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:295:10 [INFO] [stdout] | [INFO] [stdout] 295 | pub type __u_short = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UShort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:296:10 [INFO] [stdout] | [INFO] [stdout] 296 | pub type __u_int = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:297:10 [INFO] [stdout] | [INFO] [stdout] 297 | pub type __u_long = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:298:10 [INFO] [stdout] | [INFO] [stdout] 298 | pub type __int8_t = ::std::os::raw::c_schar; [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:299:10 [INFO] [stdout] | [INFO] [stdout] 299 | 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:300:10 [INFO] [stdout] | [INFO] [stdout] 300 | 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:301:10 [INFO] [stdout] | [INFO] [stdout] 301 | 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:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | 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:303:10 [INFO] [stdout] | [INFO] [stdout] 303 | 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:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | pub type __int64_t = ::std::os::raw::c_long; [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:305:10 [INFO] [stdout] | [INFO] [stdout] 305 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | pub type __quad_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `QuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:307:10 [INFO] [stdout] | [INFO] [stdout] 307 | pub type __u_quad_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:308:10 [INFO] [stdout] | [INFO] [stdout] 308 | pub type __dev_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:309:10 [INFO] [stdout] | [INFO] [stdout] 309 | pub type __uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | pub type __gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:311:10 [INFO] [stdout] | [INFO] [stdout] 311 | pub type __ino_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:312:10 [INFO] [stdout] | [INFO] [stdout] 312 | pub type __ino64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | pub type __mode_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:314:10 [INFO] [stdout] | [INFO] [stdout] 314 | pub type __nlink_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:315:10 [INFO] [stdout] | [INFO] [stdout] 315 | pub type __off_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:316:10 [INFO] [stdout] | [INFO] [stdout] 316 | pub type __off64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | pub type __pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:338:10 [INFO] [stdout] | [INFO] [stdout] 338 | pub type __clock_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:339:10 [INFO] [stdout] | [INFO] [stdout] 339 | pub type __rlim_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | pub type __rlim64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:341:10 [INFO] [stdout] | [INFO] [stdout] 341 | pub type __id_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | pub type __time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | pub type __useconds_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:344:10 [INFO] [stdout] | [INFO] [stdout] 344 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:345:10 [INFO] [stdout] | [INFO] [stdout] 345 | pub type __daddr_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | pub type __key_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:347:10 [INFO] [stdout] | [INFO] [stdout] 347 | pub type __clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:348:10 [INFO] [stdout] | [INFO] [stdout] 348 | pub type __timer_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:349:10 [INFO] [stdout] | [INFO] [stdout] 349 | pub type __blksize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:350:10 [INFO] [stdout] | [INFO] [stdout] 350 | pub type __blkcnt_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | pub type __blkcnt64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:352:10 [INFO] [stdout] | [INFO] [stdout] 352 | pub type __fsblkcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:354:10 [INFO] [stdout] | [INFO] [stdout] 354 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:355:10 [INFO] [stdout] | [INFO] [stdout] 355 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:356:10 [INFO] [stdout] | [INFO] [stdout] 356 | pub type __fsword_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:357:10 [INFO] [stdout] | [INFO] [stdout] 357 | pub type __ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:358:10 [INFO] [stdout] | [INFO] [stdout] 358 | pub type __syscall_slong_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | pub type __loff_t = __off64_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__qaddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | pub type __qaddr_t = *mut __quad_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `QaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | pub type __caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:363:10 [INFO] [stdout] | [INFO] [stdout] 363 | pub type __intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:364:10 [INFO] [stdout] | [INFO] [stdout] 364 | pub type __socklen_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:739:10 [INFO] [stdout] | [INFO] [stdout] 739 | pub type u_char = __u_char; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_short` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:740:10 [INFO] [stdout] | [INFO] [stdout] 740 | pub type u_short = __u_short; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UShort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:741:10 [INFO] [stdout] | [INFO] [stdout] 741 | pub type u_int = __u_int; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | pub type u_long = __u_long; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:743:10 [INFO] [stdout] | [INFO] [stdout] 743 | pub type quad_t = __quad_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `QuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | pub type u_quad_t = __u_quad_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:745:10 [INFO] [stdout] | [INFO] [stdout] 745 | pub type fsid_t = __fsid_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FsidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `loff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:746:10 [INFO] [stdout] | [INFO] [stdout] 746 | pub type loff_t = __loff_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:747:10 [INFO] [stdout] | [INFO] [stdout] 747 | pub type ino_t = __ino_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:748:10 [INFO] [stdout] | [INFO] [stdout] 748 | pub type dev_t = __dev_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:749:10 [INFO] [stdout] | [INFO] [stdout] 749 | pub type gid_t = __gid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:750:10 [INFO] [stdout] | [INFO] [stdout] 750 | pub type mode_t = __mode_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `nlink_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:751:10 [INFO] [stdout] | [INFO] [stdout] 751 | pub type nlink_t = __nlink_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:752:10 [INFO] [stdout] | [INFO] [stdout] 752 | pub type uid_t = __uid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:753:10 [INFO] [stdout] | [INFO] [stdout] 753 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:754:10 [INFO] [stdout] | [INFO] [stdout] 754 | pub type pid_t = __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:755:10 [INFO] [stdout] | [INFO] [stdout] 755 | pub type id_t = __id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:756:10 [INFO] [stdout] | [INFO] [stdout] 756 | pub type daddr_t = __daddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `caddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:757:10 [INFO] [stdout] | [INFO] [stdout] 757 | pub type caddr_t = __caddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:758:10 [INFO] [stdout] | [INFO] [stdout] 758 | pub type key_t = __key_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:759:10 [INFO] [stdout] | [INFO] [stdout] 759 | pub type clock_t = __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:760:10 [INFO] [stdout] | [INFO] [stdout] 760 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:761:10 [INFO] [stdout] | [INFO] [stdout] 761 | pub type clockid_t = __clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:762:10 [INFO] [stdout] | [INFO] [stdout] 762 | pub type timer_t = __timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:763:10 [INFO] [stdout] | [INFO] [stdout] 763 | pub type ulong = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:764:10 [INFO] [stdout] | [INFO] [stdout] 764 | pub type ushort = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:765:10 [INFO] [stdout] | [INFO] [stdout] 765 | pub type uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:766:10 [INFO] [stdout] | [INFO] [stdout] 766 | 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:767:10 [INFO] [stdout] | [INFO] [stdout] 767 | 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:768:10 [INFO] [stdout] | [INFO] [stdout] 768 | 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:769:10 [INFO] [stdout] | [INFO] [stdout] 769 | pub type u_int64_t = ::std::os::raw::c_ulong; [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:770:10 [INFO] [stdout] | [INFO] [stdout] 770 | pub type register_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:771:10 [INFO] [stdout] | [INFO] [stdout] 771 | 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 `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:792:10 [INFO] [stdout] | [INFO] [stdout] 792 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type suseconds_t = __suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:846:10 [INFO] [stdout] | [INFO] [stdout] 846 | pub type __fd_mask = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fd_mask` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:867:10 [INFO] [stdout] | [INFO] [stdout] 867 | pub type fd_mask = __fd_mask; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:892:10 [INFO] [stdout] | [INFO] [stdout] 892 | pub type blksize_t = __blksize_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:893:10 [INFO] [stdout] | [INFO] [stdout] 893 | pub type blkcnt_t = __blkcnt_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:894:10 [INFO] [stdout] | [INFO] [stdout] 894 | pub type fsblkcnt_t = __fsblkcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:895:10 [INFO] [stdout] | [INFO] [stdout] 895 | pub type fsfilcnt_t = __fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:896:10 [INFO] [stdout] | [INFO] [stdout] 896 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:952:10 [INFO] [stdout] | [INFO] [stdout] 952 | pub type __pthread_list_t = __pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1221:10 [INFO] [stdout] | [INFO] [stdout] 1221 | pub type pthread_key_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_once_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1222:10 [INFO] [stdout] | [INFO] [stdout] 1222 | pub type pthread_once_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_spinlock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1388:10 [INFO] [stdout] | [INFO] [stdout] 1388 | pub type pthread_spinlock_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__compar_fn_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1769:10 [INFO] [stdout] | [INFO] [stdout] 1769 | pub type __compar_fn_t = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ComparFnT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gnuc_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2202:10 [INFO] [stdout] | [INFO] [stdout] 2202 | pub type __gnuc_va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GnucVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2208:10 [INFO] [stdout] | [INFO] [stdout] 2208 | pub type _IO_lock_t = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__codecvt_result` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2243:10 [INFO] [stdout] | [INFO] [stdout] 2243 | pub enum __codecvt_result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_ok` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2244:5 [INFO] [stdout] | [INFO] [stdout] 2244 | __codecvt_ok = 0, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtOk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_partial` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2245:5 [INFO] [stdout] | [INFO] [stdout] 2245 | __codecvt_partial = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtPartial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_error` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2246:5 [INFO] [stdout] | [INFO] [stdout] 2246 | __codecvt_error = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_noconv` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2247:5 [INFO] [stdout] | [INFO] [stdout] 2247 | __codecvt_noconv = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtNoconv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_read_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2266:10 [INFO] [stdout] | [INFO] [stdout] 2266 | pub type __io_read_fn = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoReadFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_write_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2272:10 [INFO] [stdout] | [INFO] [stdout] 2272 | pub type __io_write_fn = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoWriteFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_seek_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2278:10 [INFO] [stdout] | [INFO] [stdout] 2278 | pub type __io_seek_fn = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoSeekFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_close_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2284:10 [INFO] [stdout] | [INFO] [stdout] 2284 | pub type __io_close_fn = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCloseFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2355:10 [INFO] [stdout] | [INFO] [stdout] 2355 | pub type va_list = __gnuc_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:2356:10 [INFO] [stdout] | [INFO] [stdout] 2356 | pub type fpos_t = _G_fpos_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FposT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `float_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2727:10 [INFO] [stdout] | [INFO] [stdout] 2727 | 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:2728:10 [INFO] [stdout] | [INFO] [stdout] 2728 | 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_1` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4047:10 [INFO] [stdout] | [INFO] [stdout] 4047 | pub enum _bindgen_ty_1 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_NAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4048:5 [INFO] [stdout] | [INFO] [stdout] 4048 | FP_NAN = 0, [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FpNan` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_INFINITE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4049:5 [INFO] [stdout] | [INFO] [stdout] 4049 | FP_INFINITE = 1, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `FpInfinite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_ZERO` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4050:5 [INFO] [stdout] | [INFO] [stdout] 4050 | FP_ZERO = 2, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FpZero` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_SUBNORMAL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4051:5 [INFO] [stdout] | [INFO] [stdout] 4051 | FP_SUBNORMAL = 3, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FpSubnormal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_NORMAL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4052:5 [INFO] [stdout] | [INFO] [stdout] 4052 | FP_NORMAL = 4, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FpNormal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_LIB_VERSION_TYPE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4056:10 [INFO] [stdout] | [INFO] [stdout] 4056 | pub enum _LIB_VERSION_TYPE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LibVersionType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__locale_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4286:10 [INFO] [stdout] | [INFO] [stdout] 4286 | pub type __locale_t = *mut __locale_struct; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `locale_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4287:10 [INFO] [stdout] | [INFO] [stdout] 4287 | pub type locale_t = __locale_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8020:10 [INFO] [stdout] | [INFO] [stdout] 8020 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8021:10 [INFO] [stdout] | [INFO] [stdout] 8021 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8022:10 [INFO] [stdout] | [INFO] [stdout] 8022 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8023:10 [INFO] [stdout] | [INFO] [stdout] 8023 | pub type int_least64_t = ::std::os::raw::c_long; [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:8024:10 [INFO] [stdout] | [INFO] [stdout] 8024 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8025:10 [INFO] [stdout] | [INFO] [stdout] 8025 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8026:10 [INFO] [stdout] | [INFO] [stdout] 8026 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8027:10 [INFO] [stdout] | [INFO] [stdout] 8027 | pub type uint_least64_t = ::std::os::raw::c_ulong; [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:8028:10 [INFO] [stdout] | [INFO] [stdout] 8028 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8029:10 [INFO] [stdout] | [INFO] [stdout] 8029 | pub type int_fast16_t = ::std::os::raw::c_long; [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:8030:10 [INFO] [stdout] | [INFO] [stdout] 8030 | pub type int_fast32_t = ::std::os::raw::c_long; [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:8031:10 [INFO] [stdout] | [INFO] [stdout] 8031 | pub type int_fast64_t = ::std::os::raw::c_long; [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:8032:10 [INFO] [stdout] | [INFO] [stdout] 8032 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8033:10 [INFO] [stdout] | [INFO] [stdout] 8033 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [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:8034:10 [INFO] [stdout] | [INFO] [stdout] 8034 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [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:8035:10 [INFO] [stdout] | [INFO] [stdout] 8035 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [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:8036:10 [INFO] [stdout] | [INFO] [stdout] 8036 | 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:8037:10 [INFO] [stdout] | [INFO] [stdout] 8037 | 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 `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:19174:10 [INFO] [stdout] | [INFO] [stdout] 19174 | 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 `__llvm__` should have an upper case name [INFO] [stdout] --> src/lib.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const __llvm__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `__LLVM` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang__` should have an upper case name [INFO] [stdout] --> src/lib.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const __clang__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__CLANG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_major__` should have an upper case name [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const __clang_major__: ::std::os::raw::c_uint = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_MAJOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_minor__` should have an upper case name [INFO] [stdout] --> src/lib.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const __clang_minor__: ::std::os::raw::c_uint = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_MINOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_patchlevel__` should have an upper case name [INFO] [stdout] --> src/lib.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const __clang_patchlevel__: ::std::os::raw::c_uint = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_PATCHLEVEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_version__` should have an upper case name [INFO] [stdout] --> src/lib.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const __clang_version__: &'static [u8; 31usize] = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_VERSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTMAX_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const __INTMAX_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTMAX_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTMAX_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | pub const __INTMAX_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTMAX_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | pub const __UINTMAX_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | pub const __UINTMAX_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | pub const __UINTMAX_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__PTRDIFF_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | pub const __PTRDIFF_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRDIFF_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__PTRDIFF_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:91:11 [INFO] [stdout] | [INFO] [stdout] 91 | pub const __PTRDIFF_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRDIFF_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTPTR_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | pub const __INTPTR_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTPTR_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTPTR_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:94:11 [INFO] [stdout] | [INFO] [stdout] 94 | pub const __INTPTR_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTPTR_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:96:11 [INFO] [stdout] | [INFO] [stdout] 96 | pub const __SIZE_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:97:11 [INFO] [stdout] | [INFO] [stdout] 97 | pub const __SIZE_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:98:11 [INFO] [stdout] | [INFO] [stdout] 98 | pub const __SIZE_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub const __UINTPTR_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:107:11 [INFO] [stdout] | [INFO] [stdout] 107 | pub const __UINTPTR_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:108:11 [INFO] [stdout] | [INFO] [stdout] 108 | pub const __UINTPTR_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:144:11 [INFO] [stdout] | [INFO] [stdout] 144 | pub const __INT8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:145:11 [INFO] [stdout] | [INFO] [stdout] 145 | pub const __INT8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:146:11 [INFO] [stdout] | [INFO] [stdout] 146 | pub const __INT16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:147:11 [INFO] [stdout] | [INFO] [stdout] 147 | pub const __INT16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:148:11 [INFO] [stdout] | [INFO] [stdout] 148 | pub const __INT32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:149:11 [INFO] [stdout] | [INFO] [stdout] 149 | pub const __INT32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:150:11 [INFO] [stdout] | [INFO] [stdout] 150 | pub const __INT64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:151:11 [INFO] [stdout] | [INFO] [stdout] 151 | pub const __INT64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub const __UINT8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:153:11 [INFO] [stdout] | [INFO] [stdout] 153 | pub const __UINT8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:154:11 [INFO] [stdout] | [INFO] [stdout] 154 | pub const __UINT8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:158:11 [INFO] [stdout] | [INFO] [stdout] 158 | pub const __UINT16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:159:11 [INFO] [stdout] | [INFO] [stdout] 159 | pub const __UINT16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:160:11 [INFO] [stdout] | [INFO] [stdout] 160 | pub const __UINT16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:164:11 [INFO] [stdout] | [INFO] [stdout] 164 | pub const __UINT32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:165:11 [INFO] [stdout] | [INFO] [stdout] 165 | pub const __UINT32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:166:11 [INFO] [stdout] | [INFO] [stdout] 166 | pub const __UINT32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | pub const __UINT64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:171:11 [INFO] [stdout] | [INFO] [stdout] 171 | pub const __UINT64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | pub const __UINT64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:177:11 [INFO] [stdout] | [INFO] [stdout] 177 | pub const __INT_LEAST8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:178:11 [INFO] [stdout] | [INFO] [stdout] 178 | pub const __INT_LEAST8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | pub const __UINT_LEAST8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:181:11 [INFO] [stdout] | [INFO] [stdout] 181 | pub const __UINT_LEAST8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:182:11 [INFO] [stdout] | [INFO] [stdout] 182 | pub const __UINT_LEAST8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | pub const __INT_LEAST16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:186:11 [INFO] [stdout] | [INFO] [stdout] 186 | pub const __INT_LEAST16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:188:11 [INFO] [stdout] | [INFO] [stdout] 188 | pub const __UINT_LEAST16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:189:11 [INFO] [stdout] | [INFO] [stdout] 189 | pub const __UINT_LEAST16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:190:11 [INFO] [stdout] | [INFO] [stdout] 190 | pub const __UINT_LEAST16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const __INT_LEAST32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const __INT_LEAST32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const __UINT_LEAST32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:197:11 [INFO] [stdout] | [INFO] [stdout] 197 | pub const __UINT_LEAST32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:198:11 [INFO] [stdout] | [INFO] [stdout] 198 | pub const __UINT_LEAST32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:202:11 [INFO] [stdout] | [INFO] [stdout] 202 | pub const __INT_LEAST64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:203:11 [INFO] [stdout] | [INFO] [stdout] 203 | pub const __INT_LEAST64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:205:11 [INFO] [stdout] | [INFO] [stdout] 205 | pub const __UINT_LEAST64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:206:11 [INFO] [stdout] | [INFO] [stdout] 206 | pub const __UINT_LEAST64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:207:11 [INFO] [stdout] | [INFO] [stdout] 207 | pub const __UINT_LEAST64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:210:11 [INFO] [stdout] | [INFO] [stdout] 210 | pub const __INT_FAST8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:211:11 [INFO] [stdout] | [INFO] [stdout] 211 | pub const __INT_FAST8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:213:11 [INFO] [stdout] | [INFO] [stdout] 213 | pub const __UINT_FAST8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:214:11 [INFO] [stdout] | [INFO] [stdout] 214 | pub const __UINT_FAST8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:215:11 [INFO] [stdout] | [INFO] [stdout] 215 | pub const __UINT_FAST8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:218:11 [INFO] [stdout] | [INFO] [stdout] 218 | pub const __INT_FAST16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:219:11 [INFO] [stdout] | [INFO] [stdout] 219 | pub const __INT_FAST16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:221:11 [INFO] [stdout] | [INFO] [stdout] 221 | pub const __UINT_FAST16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:222:11 [INFO] [stdout] | [INFO] [stdout] 222 | pub const __UINT_FAST16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:223:11 [INFO] [stdout] | [INFO] [stdout] 223 | pub const __UINT_FAST16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:226:11 [INFO] [stdout] | [INFO] [stdout] 226 | pub const __INT_FAST32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:227:11 [INFO] [stdout] | [INFO] [stdout] 227 | pub const __INT_FAST32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:229:11 [INFO] [stdout] | [INFO] [stdout] 229 | pub const __UINT_FAST32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | pub const __UINT_FAST32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:231:11 [INFO] [stdout] | [INFO] [stdout] 231 | pub const __UINT_FAST32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:235:11 [INFO] [stdout] | [INFO] [stdout] 235 | pub const __INT_FAST64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:236:11 [INFO] [stdout] | [INFO] [stdout] 236 | pub const __INT_FAST64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:238:11 [INFO] [stdout] | [INFO] [stdout] 238 | pub const __UINT_FAST64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:239:11 [INFO] [stdout] | [INFO] [stdout] 239 | pub const __UINT_FAST64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:240:11 [INFO] [stdout] | [INFO] [stdout] 240 | pub const __UINT_FAST64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__amd64__` should have an upper case name [INFO] [stdout] --> src/lib.rs:259:11 [INFO] [stdout] | [INFO] [stdout] 259 | pub const __amd64__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__AMD64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__amd64` should have an upper case name [INFO] [stdout] --> src/lib.rs:260:11 [INFO] [stdout] | [INFO] [stdout] 260 | pub const __amd64: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `__AMD64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__x86_64` should have an upper case name [INFO] [stdout] --> src/lib.rs:261:11 [INFO] [stdout] | [INFO] [stdout] 261 | pub const __x86_64: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `__X86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__x86_64__` should have an upper case name [INFO] [stdout] --> src/lib.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 262 | pub const __x86_64__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `__X86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__k8` should have an upper case name [INFO] [stdout] --> src/lib.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | pub const __k8: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case (notice the capitalization): `__K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__k8__` should have an upper case name [INFO] [stdout] --> src/lib.rs:264:11 [INFO] [stdout] | [INFO] [stdout] 264 | pub const __k8__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `__K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__tune_k8__` should have an upper case name [INFO] [stdout] --> src/lib.rs:265:11 [INFO] [stdout] | [INFO] [stdout] 265 | pub const __tune_k8__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `__TUNE_K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `unix` should have an upper case name [INFO] [stdout] --> src/lib.rs:277:11 [INFO] [stdout] | [INFO] [stdout] 277 | pub const unix: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__unix` should have an upper case name [INFO] [stdout] --> src/lib.rs:278:11 [INFO] [stdout] | [INFO] [stdout] 278 | pub const __unix: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `__UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__unix__` should have an upper case name [INFO] [stdout] --> src/lib.rs:279:11 [INFO] [stdout] | [INFO] [stdout] 279 | pub const __unix__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `__UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `linux` should have an upper case name [INFO] [stdout] --> src/lib.rs:280:11 [INFO] [stdout] | [INFO] [stdout] 280 | pub const linux: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__linux` should have an upper case name [INFO] [stdout] --> src/lib.rs:281:11 [INFO] [stdout] | [INFO] [stdout] 281 | pub const __linux: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `__LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__linux__` should have an upper case name [INFO] [stdout] --> src/lib.rs:282:11 [INFO] [stdout] | [INFO] [stdout] 282 | pub const __linux__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__gnu_linux__` should have an upper case name [INFO] [stdout] --> src/lib.rs:283:11 [INFO] [stdout] | [INFO] [stdout] 283 | pub const __gnu_linux__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GNU_LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_termsig` should have a snake case name [INFO] [stdout] --> src/lib.rs:399:12 [INFO] [stdout] | [INFO] [stdout] 399 | pub fn set___w_termsig(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_termsig` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_coredump` should have a snake case name [INFO] [stdout] --> src/lib.rs:417:12 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn set___w_coredump(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_coredump` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_retcode` should have a snake case name [INFO] [stdout] --> src/lib.rs:435:12 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn set___w_retcode(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_retcode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_stopval` should have a snake case name [INFO] [stdout] --> src/lib.rs:495:12 [INFO] [stdout] | [INFO] [stdout] 495 | pub fn set___w_stopval(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_stopval` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_stopsig` should have a snake case name [INFO] [stdout] --> src/lib.rs:513:12 [INFO] [stdout] | [INFO] [stdout] 513 | pub fn set___w_stopsig(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_stopsig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:1907:9 [INFO] [stdout] | [INFO] [stdout] 1907 | pub _IO_read_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1908:9 [INFO] [stdout] | [INFO] [stdout] 1908 | pub _IO_read_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1909:9 [INFO] [stdout] | [INFO] [stdout] 1909 | pub _IO_read_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1910:9 [INFO] [stdout] | [INFO] [stdout] 1910 | pub _IO_write_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:1911:9 [INFO] [stdout] | [INFO] [stdout] 1911 | pub _IO_write_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1912:9 [INFO] [stdout] | [INFO] [stdout] 1912 | pub _IO_write_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1913:9 [INFO] [stdout] | [INFO] [stdout] 1913 | pub _IO_buf_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1914:9 [INFO] [stdout] | [INFO] [stdout] 1914 | pub _IO_buf_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1915:9 [INFO] [stdout] | [INFO] [stdout] 1915 | pub _IO_save_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_backup_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1916:9 [INFO] [stdout] | [INFO] [stdout] 1916 | pub _IO_backup_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_backup_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1917:9 [INFO] [stdout] | [INFO] [stdout] 1917 | pub _IO_save_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:6970:9 [INFO] [stdout] | [INFO] [stdout] 6970 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7113:9 [INFO] [stdout] | [INFO] [stdout] 7113 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7258:9 [INFO] [stdout] | [INFO] [stdout] 7258 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7412:9 [INFO] [stdout] | [INFO] [stdout] 7412 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7566:9 [INFO] [stdout] | [INFO] [stdout] 7566 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7720:9 [INFO] [stdout] | [INFO] [stdout] 7720 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7874:9 [INFO] [stdout] | [INFO] [stdout] 7874 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:8102:9 [INFO] [stdout] | [INFO] [stdout] 8102 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:8608:9 [INFO] [stdout] | [INFO] [stdout] 8608 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:8610:9 [INFO] [stdout] | [INFO] [stdout] 8610 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9065:9 [INFO] [stdout] | [INFO] [stdout] 9065 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9067:9 [INFO] [stdout] | [INFO] [stdout] 9067 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9524:9 [INFO] [stdout] | [INFO] [stdout] 9524 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9526:9 [INFO] [stdout] | [INFO] [stdout] 9526 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9989:9 [INFO] [stdout] | [INFO] [stdout] 9989 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9991:9 [INFO] [stdout] | [INFO] [stdout] 9991 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:10454:9 [INFO] [stdout] | [INFO] [stdout] 10454 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:10456:9 [INFO] [stdout] | [INFO] [stdout] 10456 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:10920:9 [INFO] [stdout] | [INFO] [stdout] 10920 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:10922:9 [INFO] [stdout] | [INFO] [stdout] 10922 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:11379:9 [INFO] [stdout] | [INFO] [stdout] 11379 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:11381:9 [INFO] [stdout] | [INFO] [stdout] 11381 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:11844:9 [INFO] [stdout] | [INFO] [stdout] 11844 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:11846:9 [INFO] [stdout] | [INFO] [stdout] 11846 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 281 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__llvm__` should have an upper case name [INFO] [stdout] --> src/lib.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const __llvm__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `__LLVM` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang__` should have an upper case name [INFO] [stdout] --> src/lib.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const __clang__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__CLANG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_major__` should have an upper case name [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const __clang_major__: ::std::os::raw::c_uint = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_MAJOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_minor__` should have an upper case name [INFO] [stdout] --> src/lib.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const __clang_minor__: ::std::os::raw::c_uint = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_MINOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_patchlevel__` should have an upper case name [INFO] [stdout] --> src/lib.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const __clang_patchlevel__: ::std::os::raw::c_uint = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_PATCHLEVEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_version__` should have an upper case name [INFO] [stdout] --> src/lib.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const __clang_version__: &'static [u8; 31usize] = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_VERSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTMAX_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const __INTMAX_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTMAX_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTMAX_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | pub const __INTMAX_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTMAX_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | pub const __UINTMAX_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | pub const __UINTMAX_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | pub const __UINTMAX_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__PTRDIFF_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | pub const __PTRDIFF_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRDIFF_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__PTRDIFF_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:91:11 [INFO] [stdout] | [INFO] [stdout] 91 | pub const __PTRDIFF_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRDIFF_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTPTR_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | pub const __INTPTR_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTPTR_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTPTR_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:94:11 [INFO] [stdout] | [INFO] [stdout] 94 | pub const __INTPTR_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTPTR_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:96:11 [INFO] [stdout] | [INFO] [stdout] 96 | pub const __SIZE_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:97:11 [INFO] [stdout] | [INFO] [stdout] 97 | pub const __SIZE_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:98:11 [INFO] [stdout] | [INFO] [stdout] 98 | pub const __SIZE_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub const __UINTPTR_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:107:11 [INFO] [stdout] | [INFO] [stdout] 107 | pub const __UINTPTR_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:108:11 [INFO] [stdout] | [INFO] [stdout] 108 | pub const __UINTPTR_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:144:11 [INFO] [stdout] | [INFO] [stdout] 144 | pub const __INT8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:145:11 [INFO] [stdout] | [INFO] [stdout] 145 | pub const __INT8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:146:11 [INFO] [stdout] | [INFO] [stdout] 146 | pub const __INT16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:147:11 [INFO] [stdout] | [INFO] [stdout] 147 | pub const __INT16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:148:11 [INFO] [stdout] | [INFO] [stdout] 148 | pub const __INT32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:149:11 [INFO] [stdout] | [INFO] [stdout] 149 | pub const __INT32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:150:11 [INFO] [stdout] | [INFO] [stdout] 150 | pub const __INT64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:151:11 [INFO] [stdout] | [INFO] [stdout] 151 | pub const __INT64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub const __UINT8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:153:11 [INFO] [stdout] | [INFO] [stdout] 153 | pub const __UINT8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:154:11 [INFO] [stdout] | [INFO] [stdout] 154 | pub const __UINT8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:158:11 [INFO] [stdout] | [INFO] [stdout] 158 | pub const __UINT16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:159:11 [INFO] [stdout] | [INFO] [stdout] 159 | pub const __UINT16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:160:11 [INFO] [stdout] | [INFO] [stdout] 160 | pub const __UINT16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:164:11 [INFO] [stdout] | [INFO] [stdout] 164 | pub const __UINT32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:165:11 [INFO] [stdout] | [INFO] [stdout] 165 | pub const __UINT32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:166:11 [INFO] [stdout] | [INFO] [stdout] 166 | pub const __UINT32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | pub const __UINT64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:171:11 [INFO] [stdout] | [INFO] [stdout] 171 | pub const __UINT64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | pub const __UINT64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:177:11 [INFO] [stdout] | [INFO] [stdout] 177 | pub const __INT_LEAST8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:178:11 [INFO] [stdout] | [INFO] [stdout] 178 | pub const __INT_LEAST8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | pub const __UINT_LEAST8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:181:11 [INFO] [stdout] | [INFO] [stdout] 181 | pub const __UINT_LEAST8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:182:11 [INFO] [stdout] | [INFO] [stdout] 182 | pub const __UINT_LEAST8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | pub const __INT_LEAST16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:186:11 [INFO] [stdout] | [INFO] [stdout] 186 | pub const __INT_LEAST16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:188:11 [INFO] [stdout] | [INFO] [stdout] 188 | pub const __UINT_LEAST16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:189:11 [INFO] [stdout] | [INFO] [stdout] 189 | pub const __UINT_LEAST16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:190:11 [INFO] [stdout] | [INFO] [stdout] 190 | pub const __UINT_LEAST16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const __INT_LEAST32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const __INT_LEAST32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const __UINT_LEAST32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:197:11 [INFO] [stdout] | [INFO] [stdout] 197 | pub const __UINT_LEAST32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:198:11 [INFO] [stdout] | [INFO] [stdout] 198 | pub const __UINT_LEAST32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:202:11 [INFO] [stdout] | [INFO] [stdout] 202 | pub const __INT_LEAST64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:203:11 [INFO] [stdout] | [INFO] [stdout] 203 | pub const __INT_LEAST64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:205:11 [INFO] [stdout] | [INFO] [stdout] 205 | pub const __UINT_LEAST64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:206:11 [INFO] [stdout] | [INFO] [stdout] 206 | pub const __UINT_LEAST64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:207:11 [INFO] [stdout] | [INFO] [stdout] 207 | pub const __UINT_LEAST64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:210:11 [INFO] [stdout] | [INFO] [stdout] 210 | pub const __INT_FAST8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:211:11 [INFO] [stdout] | [INFO] [stdout] 211 | pub const __INT_FAST8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:213:11 [INFO] [stdout] | [INFO] [stdout] 213 | pub const __UINT_FAST8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:214:11 [INFO] [stdout] | [INFO] [stdout] 214 | pub const __UINT_FAST8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:215:11 [INFO] [stdout] | [INFO] [stdout] 215 | pub const __UINT_FAST8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:218:11 [INFO] [stdout] | [INFO] [stdout] 218 | pub const __INT_FAST16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:219:11 [INFO] [stdout] | [INFO] [stdout] 219 | pub const __INT_FAST16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:221:11 [INFO] [stdout] | [INFO] [stdout] 221 | pub const __UINT_FAST16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:222:11 [INFO] [stdout] | [INFO] [stdout] 222 | pub const __UINT_FAST16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:223:11 [INFO] [stdout] | [INFO] [stdout] 223 | pub const __UINT_FAST16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:226:11 [INFO] [stdout] | [INFO] [stdout] 226 | pub const __INT_FAST32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:227:11 [INFO] [stdout] | [INFO] [stdout] 227 | pub const __INT_FAST32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:229:11 [INFO] [stdout] | [INFO] [stdout] 229 | pub const __UINT_FAST32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | pub const __UINT_FAST32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:231:11 [INFO] [stdout] | [INFO] [stdout] 231 | pub const __UINT_FAST32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:235:11 [INFO] [stdout] | [INFO] [stdout] 235 | pub const __INT_FAST64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:236:11 [INFO] [stdout] | [INFO] [stdout] 236 | pub const __INT_FAST64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:238:11 [INFO] [stdout] | [INFO] [stdout] 238 | pub const __UINT_FAST64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:239:11 [INFO] [stdout] | [INFO] [stdout] 239 | pub const __UINT_FAST64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:240:11 [INFO] [stdout] | [INFO] [stdout] 240 | pub const __UINT_FAST64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__amd64__` should have an upper case name [INFO] [stdout] --> src/lib.rs:259:11 [INFO] [stdout] | [INFO] [stdout] 259 | pub const __amd64__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__AMD64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__amd64` should have an upper case name [INFO] [stdout] --> src/lib.rs:260:11 [INFO] [stdout] | [INFO] [stdout] 260 | pub const __amd64: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `__AMD64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__x86_64` should have an upper case name [INFO] [stdout] --> src/lib.rs:261:11 [INFO] [stdout] | [INFO] [stdout] 261 | pub const __x86_64: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `__X86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__x86_64__` should have an upper case name [INFO] [stdout] --> src/lib.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 262 | pub const __x86_64__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `__X86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__k8` should have an upper case name [INFO] [stdout] --> src/lib.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | pub const __k8: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case (notice the capitalization): `__K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__k8__` should have an upper case name [INFO] [stdout] --> src/lib.rs:264:11 [INFO] [stdout] | [INFO] [stdout] 264 | pub const __k8__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `__K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__tune_k8__` should have an upper case name [INFO] [stdout] --> src/lib.rs:265:11 [INFO] [stdout] | [INFO] [stdout] 265 | pub const __tune_k8__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `__TUNE_K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `unix` should have an upper case name [INFO] [stdout] --> src/lib.rs:277:11 [INFO] [stdout] | [INFO] [stdout] 277 | pub const unix: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__unix` should have an upper case name [INFO] [stdout] --> src/lib.rs:278:11 [INFO] [stdout] | [INFO] [stdout] 278 | pub const __unix: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `__UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__unix__` should have an upper case name [INFO] [stdout] --> src/lib.rs:279:11 [INFO] [stdout] | [INFO] [stdout] 279 | pub const __unix__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `__UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `linux` should have an upper case name [INFO] [stdout] --> src/lib.rs:280:11 [INFO] [stdout] | [INFO] [stdout] 280 | pub const linux: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__linux` should have an upper case name [INFO] [stdout] --> src/lib.rs:281:11 [INFO] [stdout] | [INFO] [stdout] 281 | pub const __linux: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `__LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__linux__` should have an upper case name [INFO] [stdout] --> src/lib.rs:282:11 [INFO] [stdout] | [INFO] [stdout] 282 | pub const __linux__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__gnu_linux__` should have an upper case name [INFO] [stdout] --> src/lib.rs:283:11 [INFO] [stdout] | [INFO] [stdout] 283 | pub const __gnu_linux__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GNU_LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___fsid_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:324:4 [INFO] [stdout] | [INFO] [stdout] 324 | fn bindgen_test_layout___fsid_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_fsid_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:330:19 [INFO] [stdout] | [INFO] [stdout] 330 | & ( * ( 0 as * const __fsid_t ) ) . __val as * const _ as [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: function `bindgen_test_layout_wait__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:380:4 [INFO] [stdout] | [INFO] [stdout] 380 | 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: method `set___w_termsig` should have a snake case name [INFO] [stdout] --> src/lib.rs:399:12 [INFO] [stdout] | [INFO] [stdout] 399 | pub fn set___w_termsig(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_termsig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_coredump` should have a snake case name [INFO] [stdout] --> src/lib.rs:417:12 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn set___w_coredump(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_coredump` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_retcode` should have a snake case name [INFO] [stdout] --> src/lib.rs:435:12 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn set___w_retcode(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_retcode` [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:476:4 [INFO] [stdout] | [INFO] [stdout] 476 | 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: method `set___w_stopval` should have a snake case name [INFO] [stdout] --> src/lib.rs:495:12 [INFO] [stdout] | [INFO] [stdout] 495 | pub fn set___w_stopval(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_stopval` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_stopsig` should have a snake case name [INFO] [stdout] --> src/lib.rs:513:12 [INFO] [stdout] | [INFO] [stdout] 513 | pub fn set___w_stopsig(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_stopsig` [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 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:551:19 [INFO] [stdout] | [INFO] [stdout] 551 | & ( * ( 0 as * const wait ) ) . __wait_terminated 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 wait ) ) . __wait_stopped as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___WAIT_STATUS` should have a snake case name [INFO] [stdout] --> src/lib.rs:572:4 [INFO] [stdout] | [INFO] [stdout] 572 | fn bindgen_test_layout___WAIT_STATUS() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_wait_status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:578:19 [INFO] [stdout] | [INFO] [stdout] 578 | & ( * ( 0 as * const __WAIT_STATUS ) ) . __uptr 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:583:19 [INFO] [stdout] | [INFO] [stdout] 583 | & ( * ( 0 as * const __WAIT_STATUS ) ) . __iptr 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:604:19 [INFO] [stdout] | [INFO] [stdout] 604 | & ( * ( 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:609:19 [INFO] [stdout] | [INFO] [stdout] 609 | & ( * ( 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:630:19 [INFO] [stdout] | [INFO] [stdout] 630 | & ( * ( 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:635:19 [INFO] [stdout] | [INFO] [stdout] 635 | & ( * ( 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:656:19 [INFO] [stdout] | [INFO] [stdout] 656 | & ( * ( 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:661:19 [INFO] [stdout] | [INFO] [stdout] 661 | & ( * ( 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: function `bindgen_test_layout___sigset_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:778:4 [INFO] [stdout] | [INFO] [stdout] 778 | fn bindgen_test_layout___sigset_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_sigset_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:784:19 [INFO] [stdout] | [INFO] [stdout] 784 | & ( * ( 0 as * const __sigset_t ) ) . __val 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:806:19 [INFO] [stdout] | [INFO] [stdout] 806 | & ( * ( 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:811:19 [INFO] [stdout] | [INFO] [stdout] 811 | & ( * ( 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:832:19 [INFO] [stdout] | [INFO] [stdout] 832 | & ( * ( 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:837:19 [INFO] [stdout] | [INFO] [stdout] 837 | & ( * ( 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:859:19 [INFO] [stdout] | [INFO] [stdout] 859 | & ( * ( 0 as * const fd_set ) ) . __fds_bits 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:911:19 [INFO] [stdout] | [INFO] [stdout] 911 | & ( * ( 0 as * const pthread_attr_t ) ) . __size 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:916:19 [INFO] [stdout] | [INFO] [stdout] 916 | & ( * ( 0 as * const pthread_attr_t ) ) . __align as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___pthread_internal_list` should have a snake case name [INFO] [stdout] --> src/lib.rs:931:4 [INFO] [stdout] | [INFO] [stdout] 931 | fn bindgen_test_layout___pthread_internal_list() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_pthread_internal_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:939:19 [INFO] [stdout] | [INFO] [stdout] 939 | & ( * ( 0 as * const __pthread_internal_list ) ) . __prev 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:944:19 [INFO] [stdout] | [INFO] [stdout] 944 | & ( * ( 0 as * const __pthread_internal_list ) ) . __next as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_pthread_mutex_t___pthread_mutex_s` should have a snake case name [INFO] [stdout] --> src/lib.rs:974:4 [INFO] [stdout] | [INFO] [stdout] 974 | fn bindgen_test_layout_pthread_mutex_t___pthread_mutex_s() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_pthread_mutex_t_pthread_mutex_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:984:19 [INFO] [stdout] | [INFO] [stdout] 984 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:990:19 [INFO] [stdout] | [INFO] [stdout] 990 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:996:19 [INFO] [stdout] | [INFO] [stdout] 996 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1002:19 [INFO] [stdout] | [INFO] [stdout] 1002 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1008:19 [INFO] [stdout] | [INFO] [stdout] 1008 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1014:19 [INFO] [stdout] | [INFO] [stdout] 1014 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1020:19 [INFO] [stdout] | [INFO] [stdout] 1020 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1026:19 [INFO] [stdout] | [INFO] [stdout] 1026 | & ( * ( 0 as * const pthread_mutex_t___pthread_mutex_s ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1042:19 [INFO] [stdout] | [INFO] [stdout] 1042 | & ( * ( 0 as * const pthread_mutex_t ) ) . __data 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:1047:19 [INFO] [stdout] | [INFO] [stdout] 1047 | & ( * ( 0 as * const pthread_mutex_t ) ) . __size 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:1052:19 [INFO] [stdout] | [INFO] [stdout] 1052 | & ( * ( 0 as * const pthread_mutex_t ) ) . __align 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:1075:19 [INFO] [stdout] | [INFO] [stdout] 1075 | & ( * ( 0 as * const pthread_mutexattr_t ) ) . __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:1080:19 [INFO] [stdout] | [INFO] [stdout] 1080 | & ( * ( 0 as * const pthread_mutexattr_t ) ) . __align as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_pthread_cond_t__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:1109:4 [INFO] [stdout] | [INFO] [stdout] 1109 | fn bindgen_test_layout_pthread_cond_t__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_pthread_cond_t_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1118:19 [INFO] [stdout] | [INFO] [stdout] 1118 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . __lock [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1124:19 [INFO] [stdout] | [INFO] [stdout] 1124 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [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 pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1136:19 [INFO] [stdout] | [INFO] [stdout] 1136 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1142:19 [INFO] [stdout] | [INFO] [stdout] 1142 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1148:19 [INFO] [stdout] | [INFO] [stdout] 1148 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1154:19 [INFO] [stdout] | [INFO] [stdout] 1154 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1160:19 [INFO] [stdout] | [INFO] [stdout] 1160 | & ( * ( 0 as * const pthread_cond_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1176:19 [INFO] [stdout] | [INFO] [stdout] 1176 | & ( * ( 0 as * const pthread_cond_t ) ) . __data 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:1181:19 [INFO] [stdout] | [INFO] [stdout] 1181 | & ( * ( 0 as * const pthread_cond_t ) ) . __size 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:1186:19 [INFO] [stdout] | [INFO] [stdout] 1186 | & ( * ( 0 as * const pthread_cond_t ) ) . __align 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:1208:19 [INFO] [stdout] | [INFO] [stdout] 1208 | & ( * ( 0 as * const pthread_condattr_t ) ) . __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:1213:19 [INFO] [stdout] | [INFO] [stdout] 1213 | & ( * ( 0 as * const pthread_condattr_t ) ) . __align as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_pthread_rwlock_t__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:1248:4 [INFO] [stdout] | [INFO] [stdout] 1248 | fn bindgen_test_layout_pthread_rwlock_t__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_pthread_rwlock_t_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1258:19 [INFO] [stdout] | [INFO] [stdout] 1258 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [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 pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [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 pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [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 pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [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 pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1296:19 [INFO] [stdout] | [INFO] [stdout] 1296 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1302:19 [INFO] [stdout] | [INFO] [stdout] 1302 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1308:19 [INFO] [stdout] | [INFO] [stdout] 1308 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1314:19 [INFO] [stdout] | [INFO] [stdout] 1314 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1320:19 [INFO] [stdout] | [INFO] [stdout] 1320 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1326:19 [INFO] [stdout] | [INFO] [stdout] 1326 | & ( * ( 0 as * const pthread_rwlock_t__bindgen_ty_1 ) ) . [INFO] [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 pthread_rwlock_t ) ) . __data 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:1347:19 [INFO] [stdout] | [INFO] [stdout] 1347 | & ( * ( 0 as * const pthread_rwlock_t ) ) . __size 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:1352:19 [INFO] [stdout] | [INFO] [stdout] 1352 | & ( * ( 0 as * const pthread_rwlock_t ) ) . __align 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:1375:19 [INFO] [stdout] | [INFO] [stdout] 1375 | & ( * ( 0 as * const pthread_rwlockattr_t ) ) . __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:1380:19 [INFO] [stdout] | [INFO] [stdout] 1380 | & ( * ( 0 as * const pthread_rwlockattr_t ) ) . __align 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:1403:19 [INFO] [stdout] | [INFO] [stdout] 1403 | & ( * ( 0 as * const pthread_barrier_t ) ) . __size 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:1408:19 [INFO] [stdout] | [INFO] [stdout] 1408 | & ( * ( 0 as * const pthread_barrier_t ) ) . __align 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:1432:19 [INFO] [stdout] | [INFO] [stdout] 1432 | & ( * ( 0 as * const pthread_barrierattr_t ) ) . __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:1437:19 [INFO] [stdout] | [INFO] [stdout] 1437 | & ( * ( 0 as * const pthread_barrierattr_t ) ) . __align 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:1478:19 [INFO] [stdout] | [INFO] [stdout] 1478 | & ( * ( 0 as * const random_data ) ) . fptr 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:1483:19 [INFO] [stdout] | [INFO] [stdout] 1483 | & ( * ( 0 as * const random_data ) ) . rptr 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:1488:19 [INFO] [stdout] | [INFO] [stdout] 1488 | & ( * ( 0 as * const random_data ) ) . state 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:1493:19 [INFO] [stdout] | [INFO] [stdout] 1493 | & ( * ( 0 as * const random_data ) ) . rand_type 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:1498:19 [INFO] [stdout] | [INFO] [stdout] 1498 | & ( * ( 0 as * const random_data ) ) . rand_deg 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:1503:19 [INFO] [stdout] | [INFO] [stdout] 1503 | & ( * ( 0 as * const random_data ) ) . rand_sep 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:1508:19 [INFO] [stdout] | [INFO] [stdout] 1508 | & ( * ( 0 as * const random_data ) ) . end_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:1590:19 [INFO] [stdout] | [INFO] [stdout] 1590 | & ( * ( 0 as * const drand48_data ) ) . __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:1595:19 [INFO] [stdout] | [INFO] [stdout] 1595 | & ( * ( 0 as * const drand48_data ) ) . __old_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:1600:19 [INFO] [stdout] | [INFO] [stdout] 1600 | & ( * ( 0 as * const drand48_data ) ) . __c 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:1605:19 [INFO] [stdout] | [INFO] [stdout] 1605 | & ( * ( 0 as * const drand48_data ) ) . __init 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:1610:19 [INFO] [stdout] | [INFO] [stdout] 1610 | & ( * ( 0 as * const drand48_data ) ) . __a as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:1907:9 [INFO] [stdout] | [INFO] [stdout] 1907 | pub _IO_read_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1908:9 [INFO] [stdout] | [INFO] [stdout] 1908 | pub _IO_read_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1909:9 [INFO] [stdout] | [INFO] [stdout] 1909 | pub _IO_read_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1910:9 [INFO] [stdout] | [INFO] [stdout] 1910 | pub _IO_write_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:1911:9 [INFO] [stdout] | [INFO] [stdout] 1911 | pub _IO_write_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1912:9 [INFO] [stdout] | [INFO] [stdout] 1912 | pub _IO_write_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1913:9 [INFO] [stdout] | [INFO] [stdout] 1913 | pub _IO_buf_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1914:9 [INFO] [stdout] | [INFO] [stdout] 1914 | pub _IO_buf_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1915:9 [INFO] [stdout] | [INFO] [stdout] 1915 | pub _IO_save_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_backup_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1916:9 [INFO] [stdout] | [INFO] [stdout] 1916 | pub _IO_backup_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_backup_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1917:9 [INFO] [stdout] | [INFO] [stdout] 1917 | pub _IO_save_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__IO_FILE` should have a snake case name [INFO] [stdout] --> src/lib.rs:1937:4 [INFO] [stdout] | [INFO] [stdout] 1937 | fn bindgen_test_layout__IO_FILE() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_io_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:1943:19 [INFO] [stdout] | [INFO] [stdout] 1943 | & ( * ( 0 as * const _IO_FILE ) ) . _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:1948:19 [INFO] [stdout] | [INFO] [stdout] 1948 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_read_ptr 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:1953:19 [INFO] [stdout] | [INFO] [stdout] 1953 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_read_end 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:1958:19 [INFO] [stdout] | [INFO] [stdout] 1958 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_read_base 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:1963:19 [INFO] [stdout] | [INFO] [stdout] 1963 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_write_base 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:1968:19 [INFO] [stdout] | [INFO] [stdout] 1968 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_write_ptr 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:1973:19 [INFO] [stdout] | [INFO] [stdout] 1973 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_write_end 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:1978:19 [INFO] [stdout] | [INFO] [stdout] 1978 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_buf_base 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:1983:19 [INFO] [stdout] | [INFO] [stdout] 1983 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_buf_end 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:1988:19 [INFO] [stdout] | [INFO] [stdout] 1988 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_save_base 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:1993:19 [INFO] [stdout] | [INFO] [stdout] 1993 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_backup_base 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:1998:19 [INFO] [stdout] | [INFO] [stdout] 1998 | & ( * ( 0 as * const _IO_FILE ) ) . _IO_save_end 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:2003:19 [INFO] [stdout] | [INFO] [stdout] 2003 | & ( * ( 0 as * const _IO_FILE ) ) . _markers 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:2008:19 [INFO] [stdout] | [INFO] [stdout] 2008 | & ( * ( 0 as * const _IO_FILE ) ) . _chain 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:2013:19 [INFO] [stdout] | [INFO] [stdout] 2013 | & ( * ( 0 as * const _IO_FILE ) ) . _fileno 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:2018:19 [INFO] [stdout] | [INFO] [stdout] 2018 | & ( * ( 0 as * const _IO_FILE ) ) . _flags2 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:2023:19 [INFO] [stdout] | [INFO] [stdout] 2023 | & ( * ( 0 as * const _IO_FILE ) ) . _old_offset 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:2028:19 [INFO] [stdout] | [INFO] [stdout] 2028 | & ( * ( 0 as * const _IO_FILE ) ) . _cur_column 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:2033:19 [INFO] [stdout] | [INFO] [stdout] 2033 | & ( * ( 0 as * const _IO_FILE ) ) . _vtable_offset 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:2038:19 [INFO] [stdout] | [INFO] [stdout] 2038 | & ( * ( 0 as * const _IO_FILE ) ) . _shortbuf 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:2043:19 [INFO] [stdout] | [INFO] [stdout] 2043 | & ( * ( 0 as * const _IO_FILE ) ) . _lock 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:2048:19 [INFO] [stdout] | [INFO] [stdout] 2048 | & ( * ( 0 as * const _IO_FILE ) ) . _offset 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:2053:19 [INFO] [stdout] | [INFO] [stdout] 2053 | & ( * ( 0 as * const _IO_FILE ) ) . __pad1 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:2058:19 [INFO] [stdout] | [INFO] [stdout] 2058 | & ( * ( 0 as * const _IO_FILE ) ) . __pad2 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:2063:19 [INFO] [stdout] | [INFO] [stdout] 2063 | & ( * ( 0 as * const _IO_FILE ) ) . __pad3 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:2068:19 [INFO] [stdout] | [INFO] [stdout] 2068 | & ( * ( 0 as * const _IO_FILE ) ) . __pad4 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:2073:19 [INFO] [stdout] | [INFO] [stdout] 2073 | & ( * ( 0 as * const _IO_FILE ) ) . __pad5 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:2078:19 [INFO] [stdout] | [INFO] [stdout] 2078 | & ( * ( 0 as * const _IO_FILE ) ) . _mode 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:2083:19 [INFO] [stdout] | [INFO] [stdout] 2083 | & ( * ( 0 as * const _IO_FILE ) ) . _unused2 as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___mbstate_t__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:2107:4 [INFO] [stdout] | [INFO] [stdout] 2107 | fn bindgen_test_layout___mbstate_t__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_mbstate_t_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2116:19 [INFO] [stdout] | [INFO] [stdout] 2116 | & ( * ( 0 as * const __mbstate_t__bindgen_ty_1 ) ) . __wch 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:2121:19 [INFO] [stdout] | [INFO] [stdout] 2121 | & ( * ( 0 as * const __mbstate_t__bindgen_ty_1 ) ) . __wchb as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___mbstate_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:2131:4 [INFO] [stdout] | [INFO] [stdout] 2131 | 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:2137:19 [INFO] [stdout] | [INFO] [stdout] 2137 | & ( * ( 0 as * const __mbstate_t ) ) . __count 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:2142:19 [INFO] [stdout] | [INFO] [stdout] 2142 | & ( * ( 0 as * const __mbstate_t ) ) . __value as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__G_fpos_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:2157:4 [INFO] [stdout] | [INFO] [stdout] 2157 | fn bindgen_test_layout__G_fpos_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_g_fpos_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2163:19 [INFO] [stdout] | [INFO] [stdout] 2163 | & ( * ( 0 as * const _G_fpos_t ) ) . __pos 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:2168:19 [INFO] [stdout] | [INFO] [stdout] 2168 | & ( * ( 0 as * const _G_fpos_t ) ) . __state as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__G_fpos64_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:2183:4 [INFO] [stdout] | [INFO] [stdout] 2183 | fn bindgen_test_layout__G_fpos64_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_g_fpos64_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2189:19 [INFO] [stdout] | [INFO] [stdout] 2189 | & ( * ( 0 as * const _G_fpos64_t ) ) . __pos 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:2194:19 [INFO] [stdout] | [INFO] [stdout] 2194 | & ( * ( 0 as * const _G_fpos64_t ) ) . __state as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__IO_marker` should have a snake case name [INFO] [stdout] --> src/lib.rs:2217:4 [INFO] [stdout] | [INFO] [stdout] 2217 | fn bindgen_test_layout__IO_marker() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_io_marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:2223:19 [INFO] [stdout] | [INFO] [stdout] 2223 | & ( * ( 0 as * const _IO_marker ) ) . _next 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:2228:19 [INFO] [stdout] | [INFO] [stdout] 2228 | & ( * ( 0 as * const _IO_marker ) ) . _sbuf 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:2233:19 [INFO] [stdout] | [INFO] [stdout] 2233 | & ( * ( 0 as * const _IO_marker ) ) . _pos 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:4083:19 [INFO] [stdout] | [INFO] [stdout] 4083 | & ( * ( 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:4088:19 [INFO] [stdout] | [INFO] [stdout] 4088 | & ( * ( 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:4093:19 [INFO] [stdout] | [INFO] [stdout] 4093 | & ( * ( 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:4098:19 [INFO] [stdout] | [INFO] [stdout] 4098 | & ( * ( 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:4103:19 [INFO] [stdout] | [INFO] [stdout] 4103 | & ( * ( 0 as * const exception ) ) . retval 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:4136:19 [INFO] [stdout] | [INFO] [stdout] 4136 | & ( * ( 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:4141:19 [INFO] [stdout] | [INFO] [stdout] 4141 | & ( * ( 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:4146:19 [INFO] [stdout] | [INFO] [stdout] 4146 | & ( * ( 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:4151:19 [INFO] [stdout] | [INFO] [stdout] 4151 | & ( * ( 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:4156:19 [INFO] [stdout] | [INFO] [stdout] 4156 | & ( * ( 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:4161:19 [INFO] [stdout] | [INFO] [stdout] 4161 | & ( * ( 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:4166:19 [INFO] [stdout] | [INFO] [stdout] 4166 | & ( * ( 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:4171:19 [INFO] [stdout] | [INFO] [stdout] 4171 | & ( * ( 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:4176:19 [INFO] [stdout] | [INFO] [stdout] 4176 | & ( * ( 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:4181:19 [INFO] [stdout] | [INFO] [stdout] 4181 | & ( * ( 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:4186:19 [INFO] [stdout] | [INFO] [stdout] 4186 | & ( * ( 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: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4207:19 [INFO] [stdout] | [INFO] [stdout] 4207 | & ( * ( 0 as * const itimerspec ) ) . it_interval 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:4212:19 [INFO] [stdout] | [INFO] [stdout] 4212 | & ( * ( 0 as * const itimerspec ) ) . it_value as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___locale_struct` should have a snake case name [INFO] [stdout] --> src/lib.rs:4252:4 [INFO] [stdout] | [INFO] [stdout] 4252 | fn bindgen_test_layout___locale_struct() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_locale_struct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4258:19 [INFO] [stdout] | [INFO] [stdout] 4258 | & ( * ( 0 as * const __locale_struct ) ) . __locales 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:4263:19 [INFO] [stdout] | [INFO] [stdout] 4263 | & ( * ( 0 as * const __locale_struct ) ) . __ctype_b 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:4268:19 [INFO] [stdout] | [INFO] [stdout] 4268 | & ( * ( 0 as * const __locale_struct ) ) . __ctype_tolower 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:4273:19 [INFO] [stdout] | [INFO] [stdout] 4273 | & ( * ( 0 as * const __locale_struct ) ) . __ctype_toupper 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:4278:19 [INFO] [stdout] | [INFO] [stdout] 4278 | & ( * ( 0 as * const __locale_struct ) ) . __names 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:4640:19 [INFO] [stdout] | [INFO] [stdout] 4640 | & ( * ( 0 as * const max_align_t ) ) . __max_align_ll 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:4645:19 [INFO] [stdout] | [INFO] [stdout] 4645 | & ( * ( 0 as * const max_align_t ) ) . __max_align_ld as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THDescBuff` should have a snake case name [INFO] [stdout] --> src/lib.rs:4670:4 [INFO] [stdout] | [INFO] [stdout] 4670 | fn bindgen_test_layout_THDescBuff() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thdesc_buff` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:4676:19 [INFO] [stdout] | [INFO] [stdout] 4676 | & ( * ( 0 as * const THDescBuff ) ) . str as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THGenerator` should have a snake case name [INFO] [stdout] --> src/lib.rs:6745:4 [INFO] [stdout] | [INFO] [stdout] 6745 | fn bindgen_test_layout_THGenerator() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thgenerator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6751:19 [INFO] [stdout] | [INFO] [stdout] 6751 | & ( * ( 0 as * const THGenerator ) ) . the_initial_seed 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:6756:19 [INFO] [stdout] | [INFO] [stdout] 6756 | & ( * ( 0 as * const THGenerator ) ) . left 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:6761:19 [INFO] [stdout] | [INFO] [stdout] 6761 | & ( * ( 0 as * const THGenerator ) ) . seeded 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:6766:19 [INFO] [stdout] | [INFO] [stdout] 6766 | & ( * ( 0 as * const THGenerator ) ) . next 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:6771:19 [INFO] [stdout] | [INFO] [stdout] 6771 | & ( * ( 0 as * const THGenerator ) ) . state 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:6776:19 [INFO] [stdout] | [INFO] [stdout] 6776 | & ( * ( 0 as * const THGenerator ) ) . normal_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:6781:19 [INFO] [stdout] | [INFO] [stdout] 6781 | & ( * ( 0 as * const THGenerator ) ) . normal_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:6786:19 [INFO] [stdout] | [INFO] [stdout] 6786 | & ( * ( 0 as * const THGenerator ) ) . normal_rho 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:6791:19 [INFO] [stdout] | [INFO] [stdout] 6791 | & ( * ( 0 as * const THGenerator ) ) . normal_is_valid as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THAllocator` should have a snake case name [INFO] [stdout] --> src/lib.rs:6884:4 [INFO] [stdout] | [INFO] [stdout] 6884 | fn bindgen_test_layout_THAllocator() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thallocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6890:19 [INFO] [stdout] | [INFO] [stdout] 6890 | & ( * ( 0 as * const THAllocator ) ) . malloc 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:6895:19 [INFO] [stdout] | [INFO] [stdout] 6895 | & ( * ( 0 as * const THAllocator ) ) . realloc 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:6900:19 [INFO] [stdout] | [INFO] [stdout] 6900 | & ( * ( 0 as * const THAllocator ) ) . free as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:6970:9 [INFO] [stdout] | [INFO] [stdout] 6970 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THFloatStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:6974:4 [INFO] [stdout] | [INFO] [stdout] 6974 | fn bindgen_test_layout_THFloatStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thfloat_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:6980:19 [INFO] [stdout] | [INFO] [stdout] 6980 | & ( * ( 0 as * const THFloatStorage ) ) . data 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:6985:19 [INFO] [stdout] | [INFO] [stdout] 6985 | & ( * ( 0 as * const THFloatStorage ) ) . size 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:6990:19 [INFO] [stdout] | [INFO] [stdout] 6990 | & ( * ( 0 as * const THFloatStorage ) ) . refcount 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:6995:19 [INFO] [stdout] | [INFO] [stdout] 6995 | & ( * ( 0 as * const THFloatStorage ) ) . flag 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:7000:19 [INFO] [stdout] | [INFO] [stdout] 7000 | & ( * ( 0 as * const THFloatStorage ) ) . allocator 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:7005:19 [INFO] [stdout] | [INFO] [stdout] 7005 | & ( * ( 0 as * const THFloatStorage ) ) . allocatorContext 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:7010:19 [INFO] [stdout] | [INFO] [stdout] 7010 | & ( * ( 0 as * const THFloatStorage ) ) . view as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7113:9 [INFO] [stdout] | [INFO] [stdout] 7113 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THDoubleStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7117:4 [INFO] [stdout] | [INFO] [stdout] 7117 | fn bindgen_test_layout_THDoubleStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thdouble_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7123:19 [INFO] [stdout] | [INFO] [stdout] 7123 | & ( * ( 0 as * const THDoubleStorage ) ) . data 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:7128:19 [INFO] [stdout] | [INFO] [stdout] 7128 | & ( * ( 0 as * const THDoubleStorage ) ) . size 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:7133:19 [INFO] [stdout] | [INFO] [stdout] 7133 | & ( * ( 0 as * const THDoubleStorage ) ) . refcount 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:7138:19 [INFO] [stdout] | [INFO] [stdout] 7138 | & ( * ( 0 as * const THDoubleStorage ) ) . flag 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:7143:19 [INFO] [stdout] | [INFO] [stdout] 7143 | & ( * ( 0 as * const THDoubleStorage ) ) . allocator 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:7148:19 [INFO] [stdout] | [INFO] [stdout] 7148 | & ( * ( 0 as * const THDoubleStorage ) ) . allocatorContext 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:7153:19 [INFO] [stdout] | [INFO] [stdout] 7153 | & ( * ( 0 as * const THDoubleStorage ) ) . view as * const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7258:9 [INFO] [stdout] | [INFO] [stdout] 7258 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THByteStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7262:4 [INFO] [stdout] | [INFO] [stdout] 7262 | fn bindgen_test_layout_THByteStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thbyte_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7268:19 [INFO] [stdout] | [INFO] [stdout] 7268 | & ( * ( 0 as * const THByteStorage ) ) . data 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:7273:19 [INFO] [stdout] | [INFO] [stdout] 7273 | & ( * ( 0 as * const THByteStorage ) ) . size 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:7278:19 [INFO] [stdout] | [INFO] [stdout] 7278 | & ( * ( 0 as * const THByteStorage ) ) . refcount 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:7283:19 [INFO] [stdout] | [INFO] [stdout] 7283 | & ( * ( 0 as * const THByteStorage ) ) . flag 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:7288:19 [INFO] [stdout] | [INFO] [stdout] 7288 | & ( * ( 0 as * const THByteStorage ) ) . allocator 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:7293:19 [INFO] [stdout] | [INFO] [stdout] 7293 | & ( * ( 0 as * const THByteStorage ) ) . allocatorContext 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:7298:19 [INFO] [stdout] | [INFO] [stdout] 7298 | & ( * ( 0 as * const THByteStorage ) ) . view as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7412:9 [INFO] [stdout] | [INFO] [stdout] 7412 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THCharStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7416:4 [INFO] [stdout] | [INFO] [stdout] 7416 | fn bindgen_test_layout_THCharStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thchar_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7422:19 [INFO] [stdout] | [INFO] [stdout] 7422 | & ( * ( 0 as * const THCharStorage ) ) . data 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:7427:19 [INFO] [stdout] | [INFO] [stdout] 7427 | & ( * ( 0 as * const THCharStorage ) ) . size 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:7432:19 [INFO] [stdout] | [INFO] [stdout] 7432 | & ( * ( 0 as * const THCharStorage ) ) . refcount 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:7437:19 [INFO] [stdout] | [INFO] [stdout] 7437 | & ( * ( 0 as * const THCharStorage ) ) . flag 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:7442:19 [INFO] [stdout] | [INFO] [stdout] 7442 | & ( * ( 0 as * const THCharStorage ) ) . allocator 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:7447:19 [INFO] [stdout] | [INFO] [stdout] 7447 | & ( * ( 0 as * const THCharStorage ) ) . allocatorContext 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:7452:19 [INFO] [stdout] | [INFO] [stdout] 7452 | & ( * ( 0 as * const THCharStorage ) ) . view as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7566:9 [INFO] [stdout] | [INFO] [stdout] 7566 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THShortStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7570:4 [INFO] [stdout] | [INFO] [stdout] 7570 | fn bindgen_test_layout_THShortStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thshort_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7576:19 [INFO] [stdout] | [INFO] [stdout] 7576 | & ( * ( 0 as * const THShortStorage ) ) . data 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:7581:19 [INFO] [stdout] | [INFO] [stdout] 7581 | & ( * ( 0 as * const THShortStorage ) ) . size 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:7586:19 [INFO] [stdout] | [INFO] [stdout] 7586 | & ( * ( 0 as * const THShortStorage ) ) . refcount 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:7591:19 [INFO] [stdout] | [INFO] [stdout] 7591 | & ( * ( 0 as * const THShortStorage ) ) . flag 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:7596:19 [INFO] [stdout] | [INFO] [stdout] 7596 | & ( * ( 0 as * const THShortStorage ) ) . allocator 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:7601:19 [INFO] [stdout] | [INFO] [stdout] 7601 | & ( * ( 0 as * const THShortStorage ) ) . allocatorContext 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:7606:19 [INFO] [stdout] | [INFO] [stdout] 7606 | & ( * ( 0 as * const THShortStorage ) ) . view as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7720:9 [INFO] [stdout] | [INFO] [stdout] 7720 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THIntStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7724:4 [INFO] [stdout] | [INFO] [stdout] 7724 | fn bindgen_test_layout_THIntStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thint_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7730:19 [INFO] [stdout] | [INFO] [stdout] 7730 | & ( * ( 0 as * const THIntStorage ) ) . data 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:7735:19 [INFO] [stdout] | [INFO] [stdout] 7735 | & ( * ( 0 as * const THIntStorage ) ) . size 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:7740:19 [INFO] [stdout] | [INFO] [stdout] 7740 | & ( * ( 0 as * const THIntStorage ) ) . refcount 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:7745:19 [INFO] [stdout] | [INFO] [stdout] 7745 | & ( * ( 0 as * const THIntStorage ) ) . flag 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:7750:19 [INFO] [stdout] | [INFO] [stdout] 7750 | & ( * ( 0 as * const THIntStorage ) ) . allocator 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:7755:19 [INFO] [stdout] | [INFO] [stdout] 7755 | & ( * ( 0 as * const THIntStorage ) ) . allocatorContext 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:7760:19 [INFO] [stdout] | [INFO] [stdout] 7760 | & ( * ( 0 as * const THIntStorage ) ) . view as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7874:9 [INFO] [stdout] | [INFO] [stdout] 7874 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THLongStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7878:4 [INFO] [stdout] | [INFO] [stdout] 7878 | fn bindgen_test_layout_THLongStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thlong_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:7884:19 [INFO] [stdout] | [INFO] [stdout] 7884 | & ( * ( 0 as * const THLongStorage ) ) . data 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:7889:19 [INFO] [stdout] | [INFO] [stdout] 7889 | & ( * ( 0 as * const THLongStorage ) ) . size 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:7894:19 [INFO] [stdout] | [INFO] [stdout] 7894 | & ( * ( 0 as * const THLongStorage ) ) . refcount 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:7899:19 [INFO] [stdout] | [INFO] [stdout] 7899 | & ( * ( 0 as * const THLongStorage ) ) . flag 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:7904:19 [INFO] [stdout] | [INFO] [stdout] 7904 | & ( * ( 0 as * const THLongStorage ) ) . allocator 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:7909:19 [INFO] [stdout] | [INFO] [stdout] 7909 | & ( * ( 0 as * const THLongStorage ) ) . allocatorContext 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:7914:19 [INFO] [stdout] | [INFO] [stdout] 7914 | & ( * ( 0 as * const THLongStorage ) ) . view as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___THHalf` should have a snake case name [INFO] [stdout] --> src/lib.rs:8044:4 [INFO] [stdout] | [INFO] [stdout] 8044 | fn bindgen_test_layout___THHalf() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thhalf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:8050:19 [INFO] [stdout] | [INFO] [stdout] 8050 | & ( * ( 0 as * const __THHalf ) ) . x as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___THHalf2` should have a snake case name [INFO] [stdout] --> src/lib.rs:8064:4 [INFO] [stdout] | [INFO] [stdout] 8064 | fn bindgen_test_layout___THHalf2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thhalf2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:8070:19 [INFO] [stdout] | [INFO] [stdout] 8070 | & ( * ( 0 as * const __THHalf2 ) ) . x as * const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:8102:9 [INFO] [stdout] | [INFO] [stdout] 8102 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THHalfStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:8106:4 [INFO] [stdout] | [INFO] [stdout] 8106 | fn bindgen_test_layout_THHalfStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thhalf_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:8112:19 [INFO] [stdout] | [INFO] [stdout] 8112 | & ( * ( 0 as * const THHalfStorage ) ) . data 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:8117:19 [INFO] [stdout] | [INFO] [stdout] 8117 | & ( * ( 0 as * const THHalfStorage ) ) . size 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:8122:19 [INFO] [stdout] | [INFO] [stdout] 8122 | & ( * ( 0 as * const THHalfStorage ) ) . refcount 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:8127:19 [INFO] [stdout] | [INFO] [stdout] 8127 | & ( * ( 0 as * const THHalfStorage ) ) . flag 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:8132:19 [INFO] [stdout] | [INFO] [stdout] 8132 | & ( * ( 0 as * const THHalfStorage ) ) . allocator 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:8137:19 [INFO] [stdout] | [INFO] [stdout] 8137 | & ( * ( 0 as * const THHalfStorage ) ) . allocatorContext 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:8142:19 [INFO] [stdout] | [INFO] [stdout] 8142 | & ( * ( 0 as * const THHalfStorage ) ) . view as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:8608:9 [INFO] [stdout] | [INFO] [stdout] 8608 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:8610:9 [INFO] [stdout] | [INFO] [stdout] 8610 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THFloatTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:8615:4 [INFO] [stdout] | [INFO] [stdout] 8615 | fn bindgen_test_layout_THFloatTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thfloat_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:8621:19 [INFO] [stdout] | [INFO] [stdout] 8621 | & ( * ( 0 as * const THFloatTensor ) ) . size 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:8626:19 [INFO] [stdout] | [INFO] [stdout] 8626 | & ( * ( 0 as * const THFloatTensor ) ) . stride 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:8631:19 [INFO] [stdout] | [INFO] [stdout] 8631 | & ( * ( 0 as * const THFloatTensor ) ) . nDimension 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:8636:19 [INFO] [stdout] | [INFO] [stdout] 8636 | & ( * ( 0 as * const THFloatTensor ) ) . storage 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:8641:19 [INFO] [stdout] | [INFO] [stdout] 8641 | & ( * ( 0 as * const THFloatTensor ) ) . storageOffset 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:8646:19 [INFO] [stdout] | [INFO] [stdout] 8646 | & ( * ( 0 as * const THFloatTensor ) ) . refcount 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:8651:19 [INFO] [stdout] | [INFO] [stdout] 8651 | & ( * ( 0 as * const THFloatTensor ) ) . flag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9065:9 [INFO] [stdout] | [INFO] [stdout] 9065 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9067:9 [INFO] [stdout] | [INFO] [stdout] 9067 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THDoubleTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:9072:4 [INFO] [stdout] | [INFO] [stdout] 9072 | fn bindgen_test_layout_THDoubleTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thdouble_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:9078:19 [INFO] [stdout] | [INFO] [stdout] 9078 | & ( * ( 0 as * const THDoubleTensor ) ) . size 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:9083:19 [INFO] [stdout] | [INFO] [stdout] 9083 | & ( * ( 0 as * const THDoubleTensor ) ) . stride 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:9088:19 [INFO] [stdout] | [INFO] [stdout] 9088 | & ( * ( 0 as * const THDoubleTensor ) ) . nDimension 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:9093:19 [INFO] [stdout] | [INFO] [stdout] 9093 | & ( * ( 0 as * const THDoubleTensor ) ) . storage 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:9098:19 [INFO] [stdout] | [INFO] [stdout] 9098 | & ( * ( 0 as * const THDoubleTensor ) ) . storageOffset 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:9103:19 [INFO] [stdout] | [INFO] [stdout] 9103 | & ( * ( 0 as * const THDoubleTensor ) ) . refcount 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:9108:19 [INFO] [stdout] | [INFO] [stdout] 9108 | & ( * ( 0 as * const THDoubleTensor ) ) . flag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9524:9 [INFO] [stdout] | [INFO] [stdout] 9524 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9526:9 [INFO] [stdout] | [INFO] [stdout] 9526 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THByteTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:9531:4 [INFO] [stdout] | [INFO] [stdout] 9531 | fn bindgen_test_layout_THByteTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thbyte_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:9537:19 [INFO] [stdout] | [INFO] [stdout] 9537 | & ( * ( 0 as * const THByteTensor ) ) . size 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:9542:19 [INFO] [stdout] | [INFO] [stdout] 9542 | & ( * ( 0 as * const THByteTensor ) ) . stride 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:9547:19 [INFO] [stdout] | [INFO] [stdout] 9547 | & ( * ( 0 as * const THByteTensor ) ) . nDimension 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:9552:19 [INFO] [stdout] | [INFO] [stdout] 9552 | & ( * ( 0 as * const THByteTensor ) ) . storage 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:9557:19 [INFO] [stdout] | [INFO] [stdout] 9557 | & ( * ( 0 as * const THByteTensor ) ) . storageOffset 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:9562:19 [INFO] [stdout] | [INFO] [stdout] 9562 | & ( * ( 0 as * const THByteTensor ) ) . refcount 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:9567:19 [INFO] [stdout] | [INFO] [stdout] 9567 | & ( * ( 0 as * const THByteTensor ) ) . flag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9989:9 [INFO] [stdout] | [INFO] [stdout] 9989 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9991:9 [INFO] [stdout] | [INFO] [stdout] 9991 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THCharTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:9996:4 [INFO] [stdout] | [INFO] [stdout] 9996 | fn bindgen_test_layout_THCharTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thchar_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:10002:19 [INFO] [stdout] | [INFO] [stdout] 10002 | & ( * ( 0 as * const THCharTensor ) ) . size 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:10007:19 [INFO] [stdout] | [INFO] [stdout] 10007 | & ( * ( 0 as * const THCharTensor ) ) . stride 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:10012:19 [INFO] [stdout] | [INFO] [stdout] 10012 | & ( * ( 0 as * const THCharTensor ) ) . nDimension 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:10017:19 [INFO] [stdout] | [INFO] [stdout] 10017 | & ( * ( 0 as * const THCharTensor ) ) . storage 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:10022:19 [INFO] [stdout] | [INFO] [stdout] 10022 | & ( * ( 0 as * const THCharTensor ) ) . storageOffset 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:10027:19 [INFO] [stdout] | [INFO] [stdout] 10027 | & ( * ( 0 as * const THCharTensor ) ) . refcount 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:10032:19 [INFO] [stdout] | [INFO] [stdout] 10032 | & ( * ( 0 as * const THCharTensor ) ) . flag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:10454:9 [INFO] [stdout] | [INFO] [stdout] 10454 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:10456:9 [INFO] [stdout] | [INFO] [stdout] 10456 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THShortTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:10461:4 [INFO] [stdout] | [INFO] [stdout] 10461 | fn bindgen_test_layout_THShortTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thshort_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:10467:19 [INFO] [stdout] | [INFO] [stdout] 10467 | & ( * ( 0 as * const THShortTensor ) ) . size 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:10472:19 [INFO] [stdout] | [INFO] [stdout] 10472 | & ( * ( 0 as * const THShortTensor ) ) . stride 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:10477:19 [INFO] [stdout] | [INFO] [stdout] 10477 | & ( * ( 0 as * const THShortTensor ) ) . nDimension 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:10482:19 [INFO] [stdout] | [INFO] [stdout] 10482 | & ( * ( 0 as * const THShortTensor ) ) . storage 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:10487:19 [INFO] [stdout] | [INFO] [stdout] 10487 | & ( * ( 0 as * const THShortTensor ) ) . storageOffset 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:10492:19 [INFO] [stdout] | [INFO] [stdout] 10492 | & ( * ( 0 as * const THShortTensor ) ) . refcount 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:10497:19 [INFO] [stdout] | [INFO] [stdout] 10497 | & ( * ( 0 as * const THShortTensor ) ) . flag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:10920:9 [INFO] [stdout] | [INFO] [stdout] 10920 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:10922:9 [INFO] [stdout] | [INFO] [stdout] 10922 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THIntTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:10927:4 [INFO] [stdout] | [INFO] [stdout] 10927 | fn bindgen_test_layout_THIntTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thint_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:10933:19 [INFO] [stdout] | [INFO] [stdout] 10933 | & ( * ( 0 as * const THIntTensor ) ) . size 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:10938:19 [INFO] [stdout] | [INFO] [stdout] 10938 | & ( * ( 0 as * const THIntTensor ) ) . stride 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:10943:19 [INFO] [stdout] | [INFO] [stdout] 10943 | & ( * ( 0 as * const THIntTensor ) ) . nDimension 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:10948:19 [INFO] [stdout] | [INFO] [stdout] 10948 | & ( * ( 0 as * const THIntTensor ) ) . storage 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:10953:19 [INFO] [stdout] | [INFO] [stdout] 10953 | & ( * ( 0 as * const THIntTensor ) ) . storageOffset 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:10958:19 [INFO] [stdout] | [INFO] [stdout] 10958 | & ( * ( 0 as * const THIntTensor ) ) . refcount 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:10963:19 [INFO] [stdout] | [INFO] [stdout] 10963 | & ( * ( 0 as * const THIntTensor ) ) . flag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:11379:9 [INFO] [stdout] | [INFO] [stdout] 11379 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:11381:9 [INFO] [stdout] | [INFO] [stdout] 11381 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THLongTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:11386:4 [INFO] [stdout] | [INFO] [stdout] 11386 | fn bindgen_test_layout_THLongTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thlong_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:11392:19 [INFO] [stdout] | [INFO] [stdout] 11392 | & ( * ( 0 as * const THLongTensor ) ) . size 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:11397:19 [INFO] [stdout] | [INFO] [stdout] 11397 | & ( * ( 0 as * const THLongTensor ) ) . stride 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:11402:19 [INFO] [stdout] | [INFO] [stdout] 11402 | & ( * ( 0 as * const THLongTensor ) ) . nDimension 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:11407:19 [INFO] [stdout] | [INFO] [stdout] 11407 | & ( * ( 0 as * const THLongTensor ) ) . storage 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:11412:19 [INFO] [stdout] | [INFO] [stdout] 11412 | & ( * ( 0 as * const THLongTensor ) ) . storageOffset 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:11417:19 [INFO] [stdout] | [INFO] [stdout] 11417 | & ( * ( 0 as * const THLongTensor ) ) . refcount 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:11422:19 [INFO] [stdout] | [INFO] [stdout] 11422 | & ( * ( 0 as * const THLongTensor ) ) . flag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:11844:9 [INFO] [stdout] | [INFO] [stdout] 11844 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:11846:9 [INFO] [stdout] | [INFO] [stdout] 11846 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THHalfTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:11851:4 [INFO] [stdout] | [INFO] [stdout] 11851 | fn bindgen_test_layout_THHalfTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thhalf_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:11857:19 [INFO] [stdout] | [INFO] [stdout] 11857 | & ( * ( 0 as * const THHalfTensor ) ) . size 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:11862:19 [INFO] [stdout] | [INFO] [stdout] 11862 | & ( * ( 0 as * const THHalfTensor ) ) . stride 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:11867:19 [INFO] [stdout] | [INFO] [stdout] 11867 | & ( * ( 0 as * const THHalfTensor ) ) . nDimension 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:11872:19 [INFO] [stdout] | [INFO] [stdout] 11872 | & ( * ( 0 as * const THHalfTensor ) ) . storage 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:11877:19 [INFO] [stdout] | [INFO] [stdout] 11877 | & ( * ( 0 as * const THHalfTensor ) ) . storageOffset 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:11882:19 [INFO] [stdout] | [INFO] [stdout] 11882 | & ( * ( 0 as * const THHalfTensor ) ) . refcount 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:11887:19 [INFO] [stdout] | [INFO] [stdout] 11887 | & ( * ( 0 as * const THHalfTensor ) ) . flag as * const _ as [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___va_list_tag` should have a snake case name [INFO] [stdout] --> src/lib.rs:19145:4 [INFO] [stdout] | [INFO] [stdout] 19145 | fn bindgen_test_layout___va_list_tag() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_va_list_tag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/lib.rs:19151:19 [INFO] [stdout] | [INFO] [stdout] 19151 | & ( * ( 0 as * const __va_list_tag ) ) . gp_offset 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:19156:19 [INFO] [stdout] | [INFO] [stdout] 19156 | & ( * ( 0 as * const __va_list_tag ) ) . fp_offset 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:19161:19 [INFO] [stdout] | [INFO] [stdout] 19161 | & ( * ( 0 as * const __va_list_tag ) ) . overflow_arg_area 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:19166:19 [INFO] [stdout] | [INFO] [stdout] 19166 | & ( * ( 0 as * const __va_list_tag ) ) . reg_save_area as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 596 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.04s [INFO] running `Command { std: "docker" "inspect" "dcab98834137d051f273a8d47156c953ea60e004e99b8afff7fb66a02b34f68e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcab98834137d051f273a8d47156c953ea60e004e99b8afff7fb66a02b34f68e", kill_on_drop: false }` [INFO] [stdout] dcab98834137d051f273a8d47156c953ea60e004e99b8afff7fb66a02b34f68e