[INFO] fetching crate flac-sys 0.1.0... [INFO] documenting flac-sys-0.1.0 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate flac-sys 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate flac-sys 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 flac-sys 0.1.0 [INFO] finished tweaking crates.io crate flac-sys 0.1.0 [INFO] tweaked toml for crates.io crate flac-sys 0.1.0 written to /workspace/builds/worker-8/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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 58ba5df6383dd124f001fcc79bdb0c41a1287e6016c68411c1fbd1b96b84c746 [INFO] running `Command { std: "docker" "start" "-a" "58ba5df6383dd124f001fcc79bdb0c41a1287e6016c68411c1fbd1b96b84c746", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58ba5df6383dd124f001fcc79bdb0c41a1287e6016c68411c1fbd1b96b84c746", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58ba5df6383dd124f001fcc79bdb0c41a1287e6016c68411c1fbd1b96b84c746", kill_on_drop: false }` [INFO] [stdout] 58ba5df6383dd124f001fcc79bdb0c41a1287e6016c68411c1fbd1b96b84c746 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 74a3d57245116151306cc85d19f1f48b49f285eeed3445ca5bae34f4332b41fc [INFO] running `Command { std: "docker" "start" "-a" "74a3d57245116151306cc85d19f1f48b49f285eeed3445ca5bae34f4332b41fc", kill_on_drop: false }` [INFO] [stderr] Documenting flac-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:305:10 [INFO] [stdout] | [INFO] [stdout] 305 | 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:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | 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:307:10 [INFO] [stdout] | [INFO] [stdout] 307 | 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:308:10 [INFO] [stdout] | [INFO] [stdout] 308 | 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:309:10 [INFO] [stdout] | [INFO] [stdout] 309 | 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:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | 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:311:10 [INFO] [stdout] | [INFO] [stdout] 311 | 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:312:10 [INFO] [stdout] | [INFO] [stdout] 312 | 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:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | 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:314:10 [INFO] [stdout] | [INFO] [stdout] 314 | 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:315:10 [INFO] [stdout] | [INFO] [stdout] 315 | 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 `__int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:316:10 [INFO] [stdout] | [INFO] [stdout] 316 | pub type __int_least8_t = __int8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | pub type __uint_least8_t = __uint8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:318:10 [INFO] [stdout] | [INFO] [stdout] 318 | pub type __int_least16_t = __int16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:319:10 [INFO] [stdout] | [INFO] [stdout] 319 | pub type __uint_least16_t = __uint16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:320:10 [INFO] [stdout] | [INFO] [stdout] 320 | pub type __int_least32_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:321:10 [INFO] [stdout] | [INFO] [stdout] 321 | pub type __uint_least32_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:322:10 [INFO] [stdout] | [INFO] [stdout] 322 | pub type __int_least64_t = __int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:323:10 [INFO] [stdout] | [INFO] [stdout] 323 | pub type __uint_least64_t = __uint64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:324:10 [INFO] [stdout] | [INFO] [stdout] 324 | 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:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | 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 `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:326:10 [INFO] [stdout] | [INFO] [stdout] 326 | 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:327:10 [INFO] [stdout] | [INFO] [stdout] 327 | 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 `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:328:10 [INFO] [stdout] | [INFO] [stdout] 328 | 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:329:10 [INFO] [stdout] | [INFO] [stdout] 329 | 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:330:10 [INFO] [stdout] | [INFO] [stdout] 330 | 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:331:10 [INFO] [stdout] | [INFO] [stdout] 331 | 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:332:10 [INFO] [stdout] | [INFO] [stdout] 332 | 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:333:10 [INFO] [stdout] | [INFO] [stdout] 333 | 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:334:10 [INFO] [stdout] | [INFO] [stdout] 334 | 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:335:10 [INFO] [stdout] | [INFO] [stdout] 335 | 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:336:10 [INFO] [stdout] | [INFO] [stdout] 336 | 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:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | 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:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | 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:344:10 [INFO] [stdout] | [INFO] [stdout] 344 | 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:345:10 [INFO] [stdout] | [INFO] [stdout] 345 | 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:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | 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:347:10 [INFO] [stdout] | [INFO] [stdout] 347 | 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:348:10 [INFO] [stdout] | [INFO] [stdout] 348 | 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:349:10 [INFO] [stdout] | [INFO] [stdout] 349 | 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:350:10 [INFO] [stdout] | [INFO] [stdout] 350 | 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:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | 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:352:10 [INFO] [stdout] | [INFO] [stdout] 352 | 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:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | 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:354:10 [INFO] [stdout] | [INFO] [stdout] 354 | 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:355:10 [INFO] [stdout] | [INFO] [stdout] 355 | 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:356:10 [INFO] [stdout] | [INFO] [stdout] 356 | 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:357:10 [INFO] [stdout] | [INFO] [stdout] 357 | 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:358:10 [INFO] [stdout] | [INFO] [stdout] 358 | 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:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | 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:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | 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:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | 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:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | 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:363:10 [INFO] [stdout] | [INFO] [stdout] 363 | 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:364:10 [INFO] [stdout] | [INFO] [stdout] 364 | 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:365:10 [INFO] [stdout] | [INFO] [stdout] 365 | 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 `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:366:10 [INFO] [stdout] | [INFO] [stdout] 366 | 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:367:10 [INFO] [stdout] | [INFO] [stdout] 367 | 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:368:10 [INFO] [stdout] | [INFO] [stdout] 368 | 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 `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:369:10 [INFO] [stdout] | [INFO] [stdout] 369 | 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 `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:370:10 [INFO] [stdout] | [INFO] [stdout] 370 | pub type int_least8_t = __int_least8_t; [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:371:10 [INFO] [stdout] | [INFO] [stdout] 371 | pub type int_least16_t = __int_least16_t; [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:372:10 [INFO] [stdout] | [INFO] [stdout] 372 | pub type int_least32_t = __int_least32_t; [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:373:10 [INFO] [stdout] | [INFO] [stdout] 373 | pub type int_least64_t = __int_least64_t; [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:374:10 [INFO] [stdout] | [INFO] [stdout] 374 | pub type uint_least8_t = __uint_least8_t; [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:375:10 [INFO] [stdout] | [INFO] [stdout] 375 | pub type uint_least16_t = __uint_least16_t; [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:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | pub type uint_least32_t = __uint_least32_t; [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:377:10 [INFO] [stdout] | [INFO] [stdout] 377 | pub type uint_least64_t = __uint_least64_t; [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:378:10 [INFO] [stdout] | [INFO] [stdout] 378 | 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:379:10 [INFO] [stdout] | [INFO] [stdout] 379 | 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:380:10 [INFO] [stdout] | [INFO] [stdout] 380 | 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:381:10 [INFO] [stdout] | [INFO] [stdout] 381 | 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:382:10 [INFO] [stdout] | [INFO] [stdout] 382 | 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:383:10 [INFO] [stdout] | [INFO] [stdout] 383 | 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:384:10 [INFO] [stdout] | [INFO] [stdout] 384 | 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:385:10 [INFO] [stdout] | [INFO] [stdout] 385 | 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:386:10 [INFO] [stdout] | [INFO] [stdout] 386 | pub type intmax_t = __intmax_t; [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:387:10 [INFO] [stdout] | [INFO] [stdout] 387 | pub type uintmax_t = __uintmax_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__int8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:388:10 [INFO] [stdout] | [INFO] [stdout] 388 | pub type FLAC__int8 = i8; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacInt8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__uint8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:389:10 [INFO] [stdout] | [INFO] [stdout] 389 | pub type FLAC__uint8 = u8; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacUint8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__int16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:390:10 [INFO] [stdout] | [INFO] [stdout] 390 | pub type FLAC__int16 = i16; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacInt16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__int32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:391:10 [INFO] [stdout] | [INFO] [stdout] 391 | pub type FLAC__int32 = i32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacInt32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__int64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:392:10 [INFO] [stdout] | [INFO] [stdout] 392 | pub type FLAC__int64 = i64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacInt64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__uint16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | pub type FLAC__uint16 = u16; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacUint16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__uint32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:394:10 [INFO] [stdout] | [INFO] [stdout] 394 | pub type FLAC__uint32 = u32; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacUint32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__uint64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:395:10 [INFO] [stdout] | [INFO] [stdout] 395 | pub type FLAC__uint64 = u64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacUint64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__bool` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:396:10 [INFO] [stdout] | [INFO] [stdout] 396 | pub type FLAC__bool = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacBool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__byte` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:397:10 [INFO] [stdout] | [INFO] [stdout] 397 | pub type FLAC__byte = FLAC__uint8; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacByte` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:398:10 [INFO] [stdout] | [INFO] [stdout] 398 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | 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:503:10 [INFO] [stdout] | [INFO] [stdout] 503 | 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:504:10 [INFO] [stdout] | [INFO] [stdout] 504 | 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:505:10 [INFO] [stdout] | [INFO] [stdout] 505 | 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:506:10 [INFO] [stdout] | [INFO] [stdout] 506 | 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:507:10 [INFO] [stdout] | [INFO] [stdout] 507 | 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:508:10 [INFO] [stdout] | [INFO] [stdout] 508 | 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:509:10 [INFO] [stdout] | [INFO] [stdout] 509 | 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:510:10 [INFO] [stdout] | [INFO] [stdout] 510 | 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:511:10 [INFO] [stdout] | [INFO] [stdout] 511 | 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:512:10 [INFO] [stdout] | [INFO] [stdout] 512 | 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:513:10 [INFO] [stdout] | [INFO] [stdout] 513 | 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:514:10 [INFO] [stdout] | [INFO] [stdout] 514 | 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:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | 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:516:10 [INFO] [stdout] | [INFO] [stdout] 516 | 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:517:10 [INFO] [stdout] | [INFO] [stdout] 517 | 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:518:10 [INFO] [stdout] | [INFO] [stdout] 518 | 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:519:10 [INFO] [stdout] | [INFO] [stdout] 519 | 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:520:10 [INFO] [stdout] | [INFO] [stdout] 520 | 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:521:10 [INFO] [stdout] | [INFO] [stdout] 521 | 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:522:10 [INFO] [stdout] | [INFO] [stdout] 522 | 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 `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | 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 `time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:524:10 [INFO] [stdout] | [INFO] [stdout] 524 | 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 `timer_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:525:10 [INFO] [stdout] | [INFO] [stdout] 525 | 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:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | 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:527:10 [INFO] [stdout] | [INFO] [stdout] 527 | 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:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | 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:529:10 [INFO] [stdout] | [INFO] [stdout] 529 | 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:530:10 [INFO] [stdout] | [INFO] [stdout] 530 | 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:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | 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:532:10 [INFO] [stdout] | [INFO] [stdout] 532 | 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:533:10 [INFO] [stdout] | [INFO] [stdout] 533 | 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 `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:539:10 [INFO] [stdout] | [INFO] [stdout] 539 | 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:552:10 [INFO] [stdout] | [INFO] [stdout] 552 | 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:553:10 [INFO] [stdout] | [INFO] [stdout] 553 | 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:559:10 [INFO] [stdout] | [INFO] [stdout] 559 | 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:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | 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:580:10 [INFO] [stdout] | [INFO] [stdout] 580 | 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:581:10 [INFO] [stdout] | [INFO] [stdout] 581 | 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:582:10 [INFO] [stdout] | [INFO] [stdout] 582 | 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_list_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:605:10 [INFO] [stdout] | [INFO] [stdout] 605 | 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_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:655:10 [INFO] [stdout] | [INFO] [stdout] 655 | 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_key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:670:10 [INFO] [stdout] | [INFO] [stdout] 670 | 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:671:10 [INFO] [stdout] | [INFO] [stdout] 671 | 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:710:10 [INFO] [stdout] | [INFO] [stdout] 710 | 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:986:10 [INFO] [stdout] | [INFO] [stdout] 986 | pub type __compar_fn_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ComparFnT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__IOHandle` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1151:10 [INFO] [stdout] | [INFO] [stdout] 1151 | pub type FLAC__IOHandle = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacIohandle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__IOCallback_Read` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1162:10 [INFO] [stdout] | [INFO] [stdout] 1162 | pub type FLAC__IOCallback_Read = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacIocallbackRead` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__IOCallback_Write` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1180:10 [INFO] [stdout] | [INFO] [stdout] 1180 | pub type FLAC__IOCallback_Write = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacIocallbackWrite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__IOCallback_Seek` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1198:10 [INFO] [stdout] | [INFO] [stdout] 1198 | pub type FLAC__IOCallback_Seek = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacIocallbackSeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__IOCallback_Tell` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1213:10 [INFO] [stdout] | [INFO] [stdout] 1213 | pub type FLAC__IOCallback_Tell = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacIocallbackTell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__IOCallback_Eof` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1223:10 [INFO] [stdout] | [INFO] [stdout] 1223 | pub type FLAC__IOCallback_Eof = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacIocallbackEof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__IOCallback_Close` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1232:10 [INFO] [stdout] | [INFO] [stdout] 1232 | pub type FLAC__IOCallback_Close = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacIocallbackClose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__EntropyCodingMethodType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1276:10 [INFO] [stdout] | [INFO] [stdout] 1276 | pub type FLAC__EntropyCodingMethodType = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacEntropyCodingMethodType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__SubframeType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1348:10 [INFO] [stdout] | [INFO] [stdout] 1348 | pub type FLAC__SubframeType = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacSubframeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__ChannelAssignment` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1450:10 [INFO] [stdout] | [INFO] [stdout] 1450 | pub type FLAC__ChannelAssignment = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacChannelAssignment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__FrameNumberType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1460:10 [INFO] [stdout] | [INFO] [stdout] 1460 | pub type FLAC__FrameNumberType = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacFrameNumberType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__MetadataType` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1553:10 [INFO] [stdout] | [INFO] [stdout] 1553 | pub type FLAC__MetadataType = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacMetadataType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamMetadata_Picture_Type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1889:10 [INFO] [stdout] | [INFO] [stdout] 1889 | pub type FLAC__StreamMetadata_Picture_Type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamMetadataPictureType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__Metadata_SimpleIteratorStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2347:10 [INFO] [stdout] | [INFO] [stdout] 2347 | pub type FLAC__Metadata_SimpleIteratorStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacMetadataSimpleIteratorStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__Metadata_ChainStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2777:10 [INFO] [stdout] | [INFO] [stdout] 2777 | pub type FLAC__Metadata_ChainStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacMetadataChainStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4322:10 [INFO] [stdout] | [INFO] [stdout] 4322 | pub type va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gnuc_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4323:10 [INFO] [stdout] | [INFO] [stdout] 4323 | 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 `__fpos_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4343:10 [INFO] [stdout] | [INFO] [stdout] 4343 | 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 `__fpos64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4350:10 [INFO] [stdout] | [INFO] [stdout] 4350 | pub type __fpos64_t = _G_fpos64_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Fpos64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4368:10 [INFO] [stdout] | [INFO] [stdout] 4368 | 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 `fpos_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4402:10 [INFO] [stdout] | [INFO] [stdout] 4402 | pub type fpos_t = __fpos_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FposT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderState` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4871:10 [INFO] [stdout] | [INFO] [stdout] 4871 | pub type FLAC__StreamDecoderState = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderInitStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4889:10 [INFO] [stdout] | [INFO] [stdout] 4889 | pub type FLAC__StreamDecoderInitStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderInitStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderReadStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4901:10 [INFO] [stdout] | [INFO] [stdout] 4901 | pub type FLAC__StreamDecoderReadStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderReadStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderSeekStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4913:10 [INFO] [stdout] | [INFO] [stdout] 4913 | pub type FLAC__StreamDecoderSeekStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderSeekStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderTellStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4925:10 [INFO] [stdout] | [INFO] [stdout] 4925 | pub type FLAC__StreamDecoderTellStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderTellStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderLengthStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4937:10 [INFO] [stdout] | [INFO] [stdout] 4937 | pub type FLAC__StreamDecoderLengthStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderLengthStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderWriteStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4947:10 [INFO] [stdout] | [INFO] [stdout] 4947 | pub type FLAC__StreamDecoderWriteStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderWriteStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderErrorStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4974:10 [INFO] [stdout] | [INFO] [stdout] 4974 | pub type FLAC__StreamDecoderErrorStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderErrorStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderReadCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5048:10 [INFO] [stdout] | [INFO] [stdout] 5048 | pub type FLAC__StreamDecoderReadCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderReadCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderSeekCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5088:10 [INFO] [stdout] | [INFO] [stdout] 5088 | pub type FLAC__StreamDecoderSeekCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderSeekCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderTellCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5130:10 [INFO] [stdout] | [INFO] [stdout] 5130 | pub type FLAC__StreamDecoderTellCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderTellCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderLengthCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5172:10 [INFO] [stdout] | [INFO] [stdout] 5172 | pub type FLAC__StreamDecoderLengthCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderLengthCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderEofCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5203:10 [INFO] [stdout] | [INFO] [stdout] 5203 | pub type FLAC__StreamDecoderEofCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderEofCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderWriteCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5234:10 [INFO] [stdout] | [INFO] [stdout] 5234 | pub type FLAC__StreamDecoderWriteCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderWriteCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderMetadataCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5266:10 [INFO] [stdout] | [INFO] [stdout] 5266 | pub type FLAC__StreamDecoderMetadataCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderMetadataCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamDecoderErrorCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5287:10 [INFO] [stdout] | [INFO] [stdout] 5287 | pub type FLAC__StreamDecoderErrorCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamDecoderErrorCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderState` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6173:10 [INFO] [stdout] | [INFO] [stdout] 6173 | pub type FLAC__StreamEncoderState = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderInitStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6204:10 [INFO] [stdout] | [INFO] [stdout] 6204 | pub type FLAC__StreamEncoderInitStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderInitStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderReadStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6218:10 [INFO] [stdout] | [INFO] [stdout] 6218 | pub type FLAC__StreamEncoderReadStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderReadStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderWriteStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6228:10 [INFO] [stdout] | [INFO] [stdout] 6228 | pub type FLAC__StreamEncoderWriteStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderWriteStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderSeekStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6240:10 [INFO] [stdout] | [INFO] [stdout] 6240 | pub type FLAC__StreamEncoderSeekStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderSeekStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderTellStatus` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6252:10 [INFO] [stdout] | [INFO] [stdout] 6252 | pub type FLAC__StreamEncoderTellStatus = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderTellStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderReadCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6326:10 [INFO] [stdout] | [INFO] [stdout] 6326 | pub type FLAC__StreamEncoderReadCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderReadCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderWriteCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6369:10 [INFO] [stdout] | [INFO] [stdout] 6369 | pub type FLAC__StreamEncoderWriteCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderWriteCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderSeekCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6410:10 [INFO] [stdout] | [INFO] [stdout] 6410 | pub type FLAC__StreamEncoderSeekCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderSeekCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderTellCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6459:10 [INFO] [stdout] | [INFO] [stdout] 6459 | pub type FLAC__StreamEncoderTellCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderTellCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderMetadataCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6482:10 [INFO] [stdout] | [INFO] [stdout] 6482 | pub type FLAC__StreamEncoderMetadataCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderMetadataCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `FLAC__StreamEncoderProgressCallback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6509:10 [INFO] [stdout] | [INFO] [stdout] 6509 | pub type FLAC__StreamEncoderProgressCallback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FlacStreamEncoderProgressCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:7762:10 [INFO] [stdout] | [INFO] [stdout] 7762 | 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: 186 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.17s [INFO] running `Command { std: "docker" "inspect" "74a3d57245116151306cc85d19f1f48b49f285eeed3445ca5bae34f4332b41fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74a3d57245116151306cc85d19f1f48b49f285eeed3445ca5bae34f4332b41fc", kill_on_drop: false }` [INFO] [stdout] 74a3d57245116151306cc85d19f1f48b49f285eeed3445ca5bae34f4332b41fc