[INFO] cloning repository https://github.com/tonal-glyph/faustus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tonal-glyph/faustus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonal-glyph%2Ffaustus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonal-glyph%2Ffaustus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cc887b115aceaee202edbdb37ee0e4087bfb5a33 [INFO] documenting tonal-glyph/faustus against try#6ee483316d2e4581572121d60a955affb2032eb3+cargoflags=-Zrustdoc-scrape-examples for scrape-examples [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftonal-glyph%2Ffaustus" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tonal-glyph/faustus on toolchain 6ee483316d2e4581572121d60a955affb2032eb3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tonal-glyph/faustus [INFO] finished tweaking git repo https://github.com/tonal-glyph/faustus [INFO] tweaked toml for git repo https://github.com/tonal-glyph/faustus written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/tonal-glyph/faustus already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b500ba250f071c8dad04c196e955ba15e2a1b70d3f224c871c4cdc550e35ea3 [INFO] running `Command { std: "docker" "start" "-a" "5b500ba250f071c8dad04c196e955ba15e2a1b70d3f224c871c4cdc550e35ea3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b500ba250f071c8dad04c196e955ba15e2a1b70d3f224c871c4cdc550e35ea3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b500ba250f071c8dad04c196e955ba15e2a1b70d3f224c871c4cdc550e35ea3", kill_on_drop: false }` [INFO] [stdout] 5b500ba250f071c8dad04c196e955ba15e2a1b70d3f224c871c4cdc550e35ea3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] fb64adadaabdb15e911b1d688b72776f88a946eebed48cc5db606d5e9fec0049 [INFO] running `Command { std: "docker" "start" "-a" "fb64adadaabdb15e911b1d688b72776f88a946eebed48cc5db606d5e9fec0049", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling cc v1.0.35 [INFO] [stderr] Compiling proc-macro2 v0.4.28 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.32 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling rustc-demangle v0.1.14 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling bindgen v0.47.3 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling faust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Scraping faust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting faust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | 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 `__u_char` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:332:10 [INFO] [stdout] | [INFO] [stdout] 332 | 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/ffi.rs:333:10 [INFO] [stdout] | [INFO] [stdout] 333 | 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/ffi.rs:334:10 [INFO] [stdout] | [INFO] [stdout] 334 | 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/ffi.rs:335:10 [INFO] [stdout] | [INFO] [stdout] 335 | 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/ffi.rs:336:10 [INFO] [stdout] | [INFO] [stdout] 336 | 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/ffi.rs:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | 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/ffi.rs:338:10 [INFO] [stdout] | [INFO] [stdout] 338 | 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/ffi.rs:339:10 [INFO] [stdout] | [INFO] [stdout] 339 | 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/ffi.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | 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/ffi.rs:341:10 [INFO] [stdout] | [INFO] [stdout] 341 | 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/ffi.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | 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/ffi.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | 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/ffi.rs:344:10 [INFO] [stdout] | [INFO] [stdout] 344 | 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/ffi.rs:345:10 [INFO] [stdout] | [INFO] [stdout] 345 | 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/ffi.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | 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/ffi.rs:347:10 [INFO] [stdout] | [INFO] [stdout] 347 | 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/ffi.rs:348:10 [INFO] [stdout] | [INFO] [stdout] 348 | 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/ffi.rs:349:10 [INFO] [stdout] | [INFO] [stdout] 349 | 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/ffi.rs:350:10 [INFO] [stdout] | [INFO] [stdout] 350 | 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/ffi.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | 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/ffi.rs:352:10 [INFO] [stdout] | [INFO] [stdout] 352 | 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/ffi.rs:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | 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/ffi.rs:354:10 [INFO] [stdout] | [INFO] [stdout] 354 | 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/ffi.rs:355:10 [INFO] [stdout] | [INFO] [stdout] 355 | 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/ffi.rs:356:10 [INFO] [stdout] | [INFO] [stdout] 356 | 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/ffi.rs:357:10 [INFO] [stdout] | [INFO] [stdout] 357 | 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/ffi.rs:358:10 [INFO] [stdout] | [INFO] [stdout] 358 | 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/ffi.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | 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/ffi.rs:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | 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/ffi.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | 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/ffi.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | 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/ffi.rs:363:10 [INFO] [stdout] | [INFO] [stdout] 363 | 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/ffi.rs:364:10 [INFO] [stdout] | [INFO] [stdout] 364 | 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/ffi.rs:365:10 [INFO] [stdout] | [INFO] [stdout] 365 | 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/ffi.rs:394:10 [INFO] [stdout] | [INFO] [stdout] 394 | 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/ffi.rs:395:10 [INFO] [stdout] | [INFO] [stdout] 395 | 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/ffi.rs:396:10 [INFO] [stdout] | [INFO] [stdout] 396 | 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/ffi.rs:397:10 [INFO] [stdout] | [INFO] [stdout] 397 | 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/ffi.rs:398:10 [INFO] [stdout] | [INFO] [stdout] 398 | 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/ffi.rs:399:10 [INFO] [stdout] | [INFO] [stdout] 399 | 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/ffi.rs:400:10 [INFO] [stdout] | [INFO] [stdout] 400 | 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/ffi.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | 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/ffi.rs:402:10 [INFO] [stdout] | [INFO] [stdout] 402 | 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/ffi.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | 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/ffi.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | 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/ffi.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | 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/ffi.rs:406:10 [INFO] [stdout] | [INFO] [stdout] 406 | 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/ffi.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | 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/ffi.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | 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/ffi.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | 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/ffi.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | 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/ffi.rs:411:10 [INFO] [stdout] | [INFO] [stdout] 411 | 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/ffi.rs:412:10 [INFO] [stdout] | [INFO] [stdout] 412 | 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/ffi.rs:413:10 [INFO] [stdout] | [INFO] [stdout] 413 | 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/ffi.rs:414:10 [INFO] [stdout] | [INFO] [stdout] 414 | 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/ffi.rs:415:10 [INFO] [stdout] | [INFO] [stdout] 415 | 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/ffi.rs:416:10 [INFO] [stdout] | [INFO] [stdout] 416 | 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/ffi.rs:417:10 [INFO] [stdout] | [INFO] [stdout] 417 | 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/ffi.rs:418:10 [INFO] [stdout] | [INFO] [stdout] 418 | 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/ffi.rs:419:10 [INFO] [stdout] | [INFO] [stdout] 419 | 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/ffi.rs:420:10 [INFO] [stdout] | [INFO] [stdout] 420 | 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 `u_char` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:421:10 [INFO] [stdout] | [INFO] [stdout] 421 | 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/ffi.rs:422:10 [INFO] [stdout] | [INFO] [stdout] 422 | 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/ffi.rs:423:10 [INFO] [stdout] | [INFO] [stdout] 423 | 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/ffi.rs:424:10 [INFO] [stdout] | [INFO] [stdout] 424 | 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/ffi.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | 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/ffi.rs:426:10 [INFO] [stdout] | [INFO] [stdout] 426 | 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/ffi.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | 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/ffi.rs:428:10 [INFO] [stdout] | [INFO] [stdout] 428 | 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/ffi.rs:429:10 [INFO] [stdout] | [INFO] [stdout] 429 | 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/ffi.rs:430:10 [INFO] [stdout] | [INFO] [stdout] 430 | 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/ffi.rs:431:10 [INFO] [stdout] | [INFO] [stdout] 431 | 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/ffi.rs:432:10 [INFO] [stdout] | [INFO] [stdout] 432 | 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/ffi.rs:433:10 [INFO] [stdout] | [INFO] [stdout] 433 | 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/ffi.rs:434:10 [INFO] [stdout] | [INFO] [stdout] 434 | 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/ffi.rs:435:10 [INFO] [stdout] | [INFO] [stdout] 435 | 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/ffi.rs:436:10 [INFO] [stdout] | [INFO] [stdout] 436 | 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/ffi.rs:437:10 [INFO] [stdout] | [INFO] [stdout] 437 | 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/ffi.rs:438:10 [INFO] [stdout] | [INFO] [stdout] 438 | 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/ffi.rs:439:10 [INFO] [stdout] | [INFO] [stdout] 439 | 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/ffi.rs:440:10 [INFO] [stdout] | [INFO] [stdout] 440 | 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/ffi.rs:441:10 [INFO] [stdout] | [INFO] [stdout] 441 | 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/ffi.rs:442:10 [INFO] [stdout] | [INFO] [stdout] 442 | 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/ffi.rs:443:10 [INFO] [stdout] | [INFO] [stdout] 443 | 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/ffi.rs:444:10 [INFO] [stdout] | [INFO] [stdout] 444 | 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/ffi.rs:445:10 [INFO] [stdout] | [INFO] [stdout] 445 | 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/ffi.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | 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/ffi.rs:447:10 [INFO] [stdout] | [INFO] [stdout] 447 | 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/ffi.rs:448:10 [INFO] [stdout] | [INFO] [stdout] 448 | 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/ffi.rs:449:10 [INFO] [stdout] | [INFO] [stdout] 449 | 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/ffi.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | 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/ffi.rs:451:10 [INFO] [stdout] | [INFO] [stdout] 451 | 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/ffi.rs:452:10 [INFO] [stdout] | [INFO] [stdout] 452 | 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/ffi.rs:481:10 [INFO] [stdout] | [INFO] [stdout] 481 | 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/ffi.rs:560:10 [INFO] [stdout] | [INFO] [stdout] 560 | 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/ffi.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | 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/ffi.rs:590:10 [INFO] [stdout] | [INFO] [stdout] 590 | 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/ffi.rs:610:10 [INFO] [stdout] | [INFO] [stdout] 610 | 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/ffi.rs:611:10 [INFO] [stdout] | [INFO] [stdout] 611 | 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/ffi.rs:612:10 [INFO] [stdout] | [INFO] [stdout] 612 | 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/ffi.rs:613:10 [INFO] [stdout] | [INFO] [stdout] 613 | 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/ffi.rs:821:10 [INFO] [stdout] | [INFO] [stdout] 821 | 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/ffi.rs:1213:10 [INFO] [stdout] | [INFO] [stdout] 1213 | 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/ffi.rs:1304:10 [INFO] [stdout] | [INFO] [stdout] 1304 | 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/ffi.rs:1305:10 [INFO] [stdout] | [INFO] [stdout] 1305 | 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/ffi.rs:1564:10 [INFO] [stdout] | [INFO] [stdout] 1564 | 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/ffi.rs:2067:10 [INFO] [stdout] | [INFO] [stdout] 2067 | 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 `openTabBoxFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2235:10 [INFO] [stdout] | [INFO] [stdout] 2235 | pub type openTabBoxFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpenTabBoxFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `openHorizontalBoxFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2241:10 [INFO] [stdout] | [INFO] [stdout] 2241 | pub type openHorizontalBoxFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpenHorizontalBoxFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `openVerticalBoxFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2247:10 [INFO] [stdout] | [INFO] [stdout] 2247 | pub type openVerticalBoxFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpenVerticalBoxFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `closeBoxFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2253:10 [INFO] [stdout] | [INFO] [stdout] 2253 | pub type closeBoxFun = [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CloseBoxFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addButtonFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2255:10 [INFO] [stdout] | [INFO] [stdout] 2255 | pub type addButtonFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddButtonFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addCheckButtonFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2262:10 [INFO] [stdout] | [INFO] [stdout] 2262 | pub type addCheckButtonFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddCheckButtonFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addVerticalSliderFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2269:10 [INFO] [stdout] | [INFO] [stdout] 2269 | pub type addVerticalSliderFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddVerticalSliderFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addHorizontalSliderFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2280:10 [INFO] [stdout] | [INFO] [stdout] 2280 | pub type addHorizontalSliderFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddHorizontalSliderFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addNumEntryFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2291:10 [INFO] [stdout] | [INFO] [stdout] 2291 | pub type addNumEntryFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddNumEntryFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addHorizontalBargraphFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2302:10 [INFO] [stdout] | [INFO] [stdout] 2302 | pub type addHorizontalBargraphFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddHorizontalBargraphFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addVerticalBargraphFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2311:10 [INFO] [stdout] | [INFO] [stdout] 2311 | pub type addVerticalBargraphFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddVerticalBargraphFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addSoundFileFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2320:10 [INFO] [stdout] | [INFO] [stdout] 2320 | pub type addSoundFileFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddSoundFileFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `declareFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2328:10 [INFO] [stdout] | [INFO] [stdout] 2328 | pub type declareFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `DeclareFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `metaDeclareFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2512:10 [INFO] [stdout] | [INFO] [stdout] 2512 | pub type metaDeclareFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MetaDeclareFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `newDspFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2568:10 [INFO] [stdout] | [INFO] [stdout] 2568 | pub type newDspFun = ::std::option::Option *mut dsp_imp>; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NewDspFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `deleteDspFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2569:10 [INFO] [stdout] | [INFO] [stdout] 2569 | pub type deleteDspFun = ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DeleteDspFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `getNumInputsFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2570:10 [INFO] [stdout] | [INFO] [stdout] 2570 | pub type getNumInputsFun = [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GetNumInputsFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `getNumOutputsFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2572:10 [INFO] [stdout] | [INFO] [stdout] 2572 | pub type getNumOutputsFun = [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GetNumOutputsFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `buildUserInterfaceFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2574:10 [INFO] [stdout] | [INFO] [stdout] 2574 | pub type buildUserInterfaceFun = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuildUserInterfaceFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `initFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2576:10 [INFO] [stdout] | [INFO] [stdout] 2576 | pub type initFun = [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `InitFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clearFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2578:10 [INFO] [stdout] | [INFO] [stdout] 2578 | pub type clearFun = ::std::option::Option; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `ClearFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `getSampleRateFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2579:10 [INFO] [stdout] | [INFO] [stdout] 2579 | pub type getSampleRateFun = [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GetSampleRateFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `computeFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2581:10 [INFO] [stdout] | [INFO] [stdout] 2581 | pub type computeFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `ComputeFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `metadataFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2589:10 [INFO] [stdout] | [INFO] [stdout] 2589 | pub type metadataFun = ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MetadataFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `getJSONFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2590:10 [INFO] [stdout] | [INFO] [stdout] 2590 | pub type getJSONFun = [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GetJsonfun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `setDefaultSoundFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2592:10 [INFO] [stdout] | [INFO] [stdout] 2592 | pub type setDefaultSoundFun = ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `SetDefaultSoundFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `allocateFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2593:10 [INFO] [stdout] | [INFO] [stdout] 2593 | pub type allocateFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AllocateFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `destroyFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2599:10 [INFO] [stdout] | [INFO] [stdout] 2599 | pub type destroyFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `DestroyFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 136 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.00s [INFO] running `Command { std: "docker" "inspect" "fb64adadaabdb15e911b1d688b72776f88a946eebed48cc5db606d5e9fec0049", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb64adadaabdb15e911b1d688b72776f88a946eebed48cc5db606d5e9fec0049", kill_on_drop: false }` [INFO] [stdout] fb64adadaabdb15e911b1d688b72776f88a946eebed48cc5db606d5e9fec0049 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] e56a28e8fb72532c938f69e789a3ddf1934c543b4116a6cb12bb99f05d682237 [INFO] running `Command { std: "docker" "start" "-a" "e56a28e8fb72532c938f69e789a3ddf1934c543b4116a6cb12bb99f05d682237", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling faust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Scraping faust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting faust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | 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 `__u_char` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:332:10 [INFO] [stdout] | [INFO] [stdout] 332 | 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/ffi.rs:333:10 [INFO] [stdout] | [INFO] [stdout] 333 | 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/ffi.rs:334:10 [INFO] [stdout] | [INFO] [stdout] 334 | 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/ffi.rs:335:10 [INFO] [stdout] | [INFO] [stdout] 335 | 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/ffi.rs:336:10 [INFO] [stdout] | [INFO] [stdout] 336 | 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/ffi.rs:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | 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/ffi.rs:338:10 [INFO] [stdout] | [INFO] [stdout] 338 | 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/ffi.rs:339:10 [INFO] [stdout] | [INFO] [stdout] 339 | 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/ffi.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | 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/ffi.rs:341:10 [INFO] [stdout] | [INFO] [stdout] 341 | 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/ffi.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | 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/ffi.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | 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/ffi.rs:344:10 [INFO] [stdout] | [INFO] [stdout] 344 | 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/ffi.rs:345:10 [INFO] [stdout] | [INFO] [stdout] 345 | 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/ffi.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | 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/ffi.rs:347:10 [INFO] [stdout] | [INFO] [stdout] 347 | 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/ffi.rs:348:10 [INFO] [stdout] | [INFO] [stdout] 348 | 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/ffi.rs:349:10 [INFO] [stdout] | [INFO] [stdout] 349 | 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/ffi.rs:350:10 [INFO] [stdout] | [INFO] [stdout] 350 | 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/ffi.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | 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/ffi.rs:352:10 [INFO] [stdout] | [INFO] [stdout] 352 | 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/ffi.rs:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | 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/ffi.rs:354:10 [INFO] [stdout] | [INFO] [stdout] 354 | 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/ffi.rs:355:10 [INFO] [stdout] | [INFO] [stdout] 355 | 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/ffi.rs:356:10 [INFO] [stdout] | [INFO] [stdout] 356 | 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/ffi.rs:357:10 [INFO] [stdout] | [INFO] [stdout] 357 | 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/ffi.rs:358:10 [INFO] [stdout] | [INFO] [stdout] 358 | 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/ffi.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | 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/ffi.rs:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | 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/ffi.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | 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/ffi.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | 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/ffi.rs:363:10 [INFO] [stdout] | [INFO] [stdout] 363 | 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/ffi.rs:364:10 [INFO] [stdout] | [INFO] [stdout] 364 | 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/ffi.rs:365:10 [INFO] [stdout] | [INFO] [stdout] 365 | 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/ffi.rs:394:10 [INFO] [stdout] | [INFO] [stdout] 394 | 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/ffi.rs:395:10 [INFO] [stdout] | [INFO] [stdout] 395 | 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/ffi.rs:396:10 [INFO] [stdout] | [INFO] [stdout] 396 | 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/ffi.rs:397:10 [INFO] [stdout] | [INFO] [stdout] 397 | 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/ffi.rs:398:10 [INFO] [stdout] | [INFO] [stdout] 398 | 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/ffi.rs:399:10 [INFO] [stdout] | [INFO] [stdout] 399 | 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/ffi.rs:400:10 [INFO] [stdout] | [INFO] [stdout] 400 | 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/ffi.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | 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/ffi.rs:402:10 [INFO] [stdout] | [INFO] [stdout] 402 | 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/ffi.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | 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/ffi.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | 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/ffi.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | 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/ffi.rs:406:10 [INFO] [stdout] | [INFO] [stdout] 406 | 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/ffi.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | 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/ffi.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | 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/ffi.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | 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/ffi.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | 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/ffi.rs:411:10 [INFO] [stdout] | [INFO] [stdout] 411 | 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/ffi.rs:412:10 [INFO] [stdout] | [INFO] [stdout] 412 | 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/ffi.rs:413:10 [INFO] [stdout] | [INFO] [stdout] 413 | 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/ffi.rs:414:10 [INFO] [stdout] | [INFO] [stdout] 414 | 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/ffi.rs:415:10 [INFO] [stdout] | [INFO] [stdout] 415 | 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/ffi.rs:416:10 [INFO] [stdout] | [INFO] [stdout] 416 | 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/ffi.rs:417:10 [INFO] [stdout] | [INFO] [stdout] 417 | 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/ffi.rs:418:10 [INFO] [stdout] | [INFO] [stdout] 418 | 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/ffi.rs:419:10 [INFO] [stdout] | [INFO] [stdout] 419 | 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/ffi.rs:420:10 [INFO] [stdout] | [INFO] [stdout] 420 | 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 `u_char` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:421:10 [INFO] [stdout] | [INFO] [stdout] 421 | 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/ffi.rs:422:10 [INFO] [stdout] | [INFO] [stdout] 422 | 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/ffi.rs:423:10 [INFO] [stdout] | [INFO] [stdout] 423 | 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/ffi.rs:424:10 [INFO] [stdout] | [INFO] [stdout] 424 | 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/ffi.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | 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/ffi.rs:426:10 [INFO] [stdout] | [INFO] [stdout] 426 | 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/ffi.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | 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/ffi.rs:428:10 [INFO] [stdout] | [INFO] [stdout] 428 | 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/ffi.rs:429:10 [INFO] [stdout] | [INFO] [stdout] 429 | 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/ffi.rs:430:10 [INFO] [stdout] | [INFO] [stdout] 430 | 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/ffi.rs:431:10 [INFO] [stdout] | [INFO] [stdout] 431 | 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/ffi.rs:432:10 [INFO] [stdout] | [INFO] [stdout] 432 | 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/ffi.rs:433:10 [INFO] [stdout] | [INFO] [stdout] 433 | 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/ffi.rs:434:10 [INFO] [stdout] | [INFO] [stdout] 434 | 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/ffi.rs:435:10 [INFO] [stdout] | [INFO] [stdout] 435 | 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/ffi.rs:436:10 [INFO] [stdout] | [INFO] [stdout] 436 | 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/ffi.rs:437:10 [INFO] [stdout] | [INFO] [stdout] 437 | 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/ffi.rs:438:10 [INFO] [stdout] | [INFO] [stdout] 438 | 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/ffi.rs:439:10 [INFO] [stdout] | [INFO] [stdout] 439 | 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/ffi.rs:440:10 [INFO] [stdout] | [INFO] [stdout] 440 | 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/ffi.rs:441:10 [INFO] [stdout] | [INFO] [stdout] 441 | 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/ffi.rs:442:10 [INFO] [stdout] | [INFO] [stdout] 442 | 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/ffi.rs:443:10 [INFO] [stdout] | [INFO] [stdout] 443 | 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/ffi.rs:444:10 [INFO] [stdout] | [INFO] [stdout] 444 | 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/ffi.rs:445:10 [INFO] [stdout] | [INFO] [stdout] 445 | 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/ffi.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | 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/ffi.rs:447:10 [INFO] [stdout] | [INFO] [stdout] 447 | 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/ffi.rs:448:10 [INFO] [stdout] | [INFO] [stdout] 448 | 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/ffi.rs:449:10 [INFO] [stdout] | [INFO] [stdout] 449 | 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/ffi.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | 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/ffi.rs:451:10 [INFO] [stdout] | [INFO] [stdout] 451 | 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/ffi.rs:452:10 [INFO] [stdout] | [INFO] [stdout] 452 | 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/ffi.rs:481:10 [INFO] [stdout] | [INFO] [stdout] 481 | 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/ffi.rs:560:10 [INFO] [stdout] | [INFO] [stdout] 560 | 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/ffi.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | 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/ffi.rs:590:10 [INFO] [stdout] | [INFO] [stdout] 590 | 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/ffi.rs:610:10 [INFO] [stdout] | [INFO] [stdout] 610 | 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/ffi.rs:611:10 [INFO] [stdout] | [INFO] [stdout] 611 | 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/ffi.rs:612:10 [INFO] [stdout] | [INFO] [stdout] 612 | 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/ffi.rs:613:10 [INFO] [stdout] | [INFO] [stdout] 613 | 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/ffi.rs:821:10 [INFO] [stdout] | [INFO] [stdout] 821 | 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/ffi.rs:1213:10 [INFO] [stdout] | [INFO] [stdout] 1213 | 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/ffi.rs:1304:10 [INFO] [stdout] | [INFO] [stdout] 1304 | 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/ffi.rs:1305:10 [INFO] [stdout] | [INFO] [stdout] 1305 | 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/ffi.rs:1564:10 [INFO] [stdout] | [INFO] [stdout] 1564 | 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/ffi.rs:2067:10 [INFO] [stdout] | [INFO] [stdout] 2067 | 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 `openTabBoxFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2235:10 [INFO] [stdout] | [INFO] [stdout] 2235 | pub type openTabBoxFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpenTabBoxFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `openHorizontalBoxFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2241:10 [INFO] [stdout] | [INFO] [stdout] 2241 | pub type openHorizontalBoxFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpenHorizontalBoxFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `openVerticalBoxFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2247:10 [INFO] [stdout] | [INFO] [stdout] 2247 | pub type openVerticalBoxFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpenVerticalBoxFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `closeBoxFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2253:10 [INFO] [stdout] | [INFO] [stdout] 2253 | pub type closeBoxFun = [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CloseBoxFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addButtonFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2255:10 [INFO] [stdout] | [INFO] [stdout] 2255 | pub type addButtonFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddButtonFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addCheckButtonFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2262:10 [INFO] [stdout] | [INFO] [stdout] 2262 | pub type addCheckButtonFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddCheckButtonFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addVerticalSliderFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2269:10 [INFO] [stdout] | [INFO] [stdout] 2269 | pub type addVerticalSliderFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddVerticalSliderFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addHorizontalSliderFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2280:10 [INFO] [stdout] | [INFO] [stdout] 2280 | pub type addHorizontalSliderFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddHorizontalSliderFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addNumEntryFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2291:10 [INFO] [stdout] | [INFO] [stdout] 2291 | pub type addNumEntryFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddNumEntryFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addHorizontalBargraphFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2302:10 [INFO] [stdout] | [INFO] [stdout] 2302 | pub type addHorizontalBargraphFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddHorizontalBargraphFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addVerticalBargraphFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2311:10 [INFO] [stdout] | [INFO] [stdout] 2311 | pub type addVerticalBargraphFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddVerticalBargraphFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `addSoundFileFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2320:10 [INFO] [stdout] | [INFO] [stdout] 2320 | pub type addSoundFileFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AddSoundFileFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `declareFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2328:10 [INFO] [stdout] | [INFO] [stdout] 2328 | pub type declareFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `DeclareFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `metaDeclareFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2512:10 [INFO] [stdout] | [INFO] [stdout] 2512 | pub type metaDeclareFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MetaDeclareFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `newDspFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2568:10 [INFO] [stdout] | [INFO] [stdout] 2568 | pub type newDspFun = ::std::option::Option *mut dsp_imp>; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NewDspFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `deleteDspFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2569:10 [INFO] [stdout] | [INFO] [stdout] 2569 | pub type deleteDspFun = ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DeleteDspFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `getNumInputsFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2570:10 [INFO] [stdout] | [INFO] [stdout] 2570 | pub type getNumInputsFun = [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GetNumInputsFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `getNumOutputsFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2572:10 [INFO] [stdout] | [INFO] [stdout] 2572 | pub type getNumOutputsFun = [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GetNumOutputsFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `buildUserInterfaceFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2574:10 [INFO] [stdout] | [INFO] [stdout] 2574 | pub type buildUserInterfaceFun = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuildUserInterfaceFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `initFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2576:10 [INFO] [stdout] | [INFO] [stdout] 2576 | pub type initFun = [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `InitFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clearFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2578:10 [INFO] [stdout] | [INFO] [stdout] 2578 | pub type clearFun = ::std::option::Option; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `ClearFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `getSampleRateFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2579:10 [INFO] [stdout] | [INFO] [stdout] 2579 | pub type getSampleRateFun = [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GetSampleRateFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `computeFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2581:10 [INFO] [stdout] | [INFO] [stdout] 2581 | pub type computeFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `ComputeFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `metadataFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2589:10 [INFO] [stdout] | [INFO] [stdout] 2589 | pub type metadataFun = ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MetadataFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `getJSONFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2590:10 [INFO] [stdout] | [INFO] [stdout] 2590 | pub type getJSONFun = [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GetJsonfun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `setDefaultSoundFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2592:10 [INFO] [stdout] | [INFO] [stdout] 2592 | pub type setDefaultSoundFun = ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `SetDefaultSoundFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `allocateFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2593:10 [INFO] [stdout] | [INFO] [stdout] 2593 | pub type allocateFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `AllocateFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `destroyFun` should have an upper camel case name [INFO] [stdout] --> src/ffi.rs:2599:10 [INFO] [stdout] | [INFO] [stdout] 2599 | pub type destroyFun = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `DestroyFun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 136 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "e56a28e8fb72532c938f69e789a3ddf1934c543b4116a6cb12bb99f05d682237", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e56a28e8fb72532c938f69e789a3ddf1934c543b4116a6cb12bb99f05d682237", kill_on_drop: false }` [INFO] [stdout] e56a28e8fb72532c938f69e789a3ddf1934c543b4116a6cb12bb99f05d682237