[INFO] fetching crate torch 0.1.0... [INFO] documenting torch-0.1.0 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate torch 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate torch 0.1.0 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate 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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42ffc40155d29ceb98435a33c373302c2e88d4d2e6e8a70fa9e4151c275a23fa [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" "42ffc40155d29ceb98435a33c373302c2e88d4d2e6e8a70fa9e4151c275a23fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42ffc40155d29ceb98435a33c373302c2e88d4d2e6e8a70fa9e4151c275a23fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42ffc40155d29ceb98435a33c373302c2e88d4d2e6e8a70fa9e4151c275a23fa", kill_on_drop: false }` [INFO] [stdout] 42ffc40155d29ceb98435a33c373302c2e88d4d2e6e8a70fa9e4151c275a23fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 981a5c9b4007480ae1d1f0374a182ca1c905f6c2f4e5e427c5f7e427dd7bab7f [INFO] running `Command { std: "docker" "start" "-a" "981a5c9b4007480ae1d1f0374a182ca1c905f6c2f4e5e427c5f7e427dd7bab7f", kill_on_drop: false }` [INFO] [stderr] Documenting 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: 146 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.92s [INFO] running `Command { std: "docker" "inspect" "981a5c9b4007480ae1d1f0374a182ca1c905f6c2f4e5e427c5f7e427dd7bab7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "981a5c9b4007480ae1d1f0374a182ca1c905f6c2f4e5e427c5f7e427dd7bab7f", kill_on_drop: false }` [INFO] [stdout] 981a5c9b4007480ae1d1f0374a182ca1c905f6c2f4e5e427c5f7e427dd7bab7f