[INFO] cloning repository https://github.com/semtexzv/libyuv [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/semtexzv/libyuv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsemtexzv%2Flibyuv", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsemtexzv%2Flibyuv'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 70a4168e6bfa7e7d794e62db57e480718387a89a [INFO] testing semtexzv/libyuv against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsemtexzv%2Flibyuv" "/workspace/builds/worker-44/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-44/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/semtexzv/libyuv on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/semtexzv/libyuv [INFO] finished tweaking git repo https://github.com/semtexzv/libyuv [INFO] tweaked toml for git repo https://github.com/semtexzv/libyuv written to /workspace/builds/worker-44/source/Cargo.toml [INFO] crate git repo https://github.com/semtexzv/libyuv already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0cfbbec85a7ef3be3fd0d3557ee0b8c6647732da2783df2b9d83d108b9f745c0 [INFO] running `Command { std: "docker" "start" "-a" "0cfbbec85a7ef3be3fd0d3557ee0b8c6647732da2783df2b9d83d108b9f745c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0cfbbec85a7ef3be3fd0d3557ee0b8c6647732da2783df2b9d83d108b9f745c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cfbbec85a7ef3be3fd0d3557ee0b8c6647732da2783df2b9d83d108b9f745c0", kill_on_drop: false }` [INFO] [stdout] 0cfbbec85a7ef3be3fd0d3557ee0b8c6647732da2783df2b9d83d108b9f745c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6145679f6bd714db59ef238e78285fef32460c14d276dc1c4c969210cca0473 [INFO] running `Command { std: "docker" "start" "-a" "e6145679f6bd714db59ef238e78285fef32460c14d276dc1c4c969210cca0473", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling yuv-sys v0.1.0 (/opt/rustwide/workdir/yuv-sys) [INFO] [stdout] warning: type `size_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:186:10 [INFO] [stdout] | [INFO] [stdout] 186 | pub type size_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `SizeT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:187:10 [INFO] [stdout] | [INFO] [stdout] 187 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:233:10 [INFO] [stdout] | [INFO] [stdout] 233 | 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] --> yuv-sys/src/ffi.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | 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] --> yuv-sys/src/ffi.rs:235:10 [INFO] [stdout] | [INFO] [stdout] 235 | 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] --> yuv-sys/src/ffi.rs:236:10 [INFO] [stdout] | [INFO] [stdout] 236 | 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] --> yuv-sys/src/ffi.rs:237:10 [INFO] [stdout] | [INFO] [stdout] 237 | 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] --> yuv-sys/src/ffi.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | 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] --> yuv-sys/src/ffi.rs:239:10 [INFO] [stdout] | [INFO] [stdout] 239 | 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] --> yuv-sys/src/ffi.rs:240:10 [INFO] [stdout] | [INFO] [stdout] 240 | 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] --> yuv-sys/src/ffi.rs:241:10 [INFO] [stdout] | [INFO] [stdout] 241 | 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] --> yuv-sys/src/ffi.rs:242:10 [INFO] [stdout] | [INFO] [stdout] 242 | 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] --> yuv-sys/src/ffi.rs:243:10 [INFO] [stdout] | [INFO] [stdout] 243 | 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] --> yuv-sys/src/ffi.rs:244:10 [INFO] [stdout] | [INFO] [stdout] 244 | 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] --> yuv-sys/src/ffi.rs:245:10 [INFO] [stdout] | [INFO] [stdout] 245 | 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] --> yuv-sys/src/ffi.rs:246:10 [INFO] [stdout] | [INFO] [stdout] 246 | 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] --> yuv-sys/src/ffi.rs:247:10 [INFO] [stdout] | [INFO] [stdout] 247 | 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] --> yuv-sys/src/ffi.rs:248:10 [INFO] [stdout] | [INFO] [stdout] 248 | 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] --> yuv-sys/src/ffi.rs:249:10 [INFO] [stdout] | [INFO] [stdout] 249 | 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] --> yuv-sys/src/ffi.rs:250:10 [INFO] [stdout] | [INFO] [stdout] 250 | 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] --> yuv-sys/src/ffi.rs:251:10 [INFO] [stdout] | [INFO] [stdout] 251 | 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] --> yuv-sys/src/ffi.rs:252:10 [INFO] [stdout] | [INFO] [stdout] 252 | 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] --> yuv-sys/src/ffi.rs:253:10 [INFO] [stdout] | [INFO] [stdout] 253 | 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] --> yuv-sys/src/ffi.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | 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] --> yuv-sys/src/ffi.rs:255:10 [INFO] [stdout] | [INFO] [stdout] 255 | 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] --> yuv-sys/src/ffi.rs:256:10 [INFO] [stdout] | [INFO] [stdout] 256 | 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] --> yuv-sys/src/ffi.rs:257:10 [INFO] [stdout] | [INFO] [stdout] 257 | 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] --> yuv-sys/src/ffi.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | 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] --> yuv-sys/src/ffi.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | 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] --> yuv-sys/src/ffi.rs:260:10 [INFO] [stdout] | [INFO] [stdout] 260 | 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] --> yuv-sys/src/ffi.rs:261:10 [INFO] [stdout] | [INFO] [stdout] 261 | 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] --> yuv-sys/src/ffi.rs:262:10 [INFO] [stdout] | [INFO] [stdout] 262 | 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] --> yuv-sys/src/ffi.rs:263:10 [INFO] [stdout] | [INFO] [stdout] 263 | 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] --> yuv-sys/src/ffi.rs:264:10 [INFO] [stdout] | [INFO] [stdout] 264 | 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] --> yuv-sys/src/ffi.rs:265:10 [INFO] [stdout] | [INFO] [stdout] 265 | 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] --> yuv-sys/src/ffi.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | 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] --> yuv-sys/src/ffi.rs:295:10 [INFO] [stdout] | [INFO] [stdout] 295 | 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] --> yuv-sys/src/ffi.rs:296:10 [INFO] [stdout] | [INFO] [stdout] 296 | 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] --> yuv-sys/src/ffi.rs:297:10 [INFO] [stdout] | [INFO] [stdout] 297 | 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] --> yuv-sys/src/ffi.rs:298:10 [INFO] [stdout] | [INFO] [stdout] 298 | 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] --> yuv-sys/src/ffi.rs:299:10 [INFO] [stdout] | [INFO] [stdout] 299 | 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] --> yuv-sys/src/ffi.rs:300:10 [INFO] [stdout] | [INFO] [stdout] 300 | 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] --> yuv-sys/src/ffi.rs:301:10 [INFO] [stdout] | [INFO] [stdout] 301 | 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 `__suseconds64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | pub type __suseconds64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Suseconds64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:303:10 [INFO] [stdout] | [INFO] [stdout] 303 | 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] --> yuv-sys/src/ffi.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | 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] --> yuv-sys/src/ffi.rs:305:10 [INFO] [stdout] | [INFO] [stdout] 305 | 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] --> yuv-sys/src/ffi.rs:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | 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] --> yuv-sys/src/ffi.rs:307:10 [INFO] [stdout] | [INFO] [stdout] 307 | 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] --> yuv-sys/src/ffi.rs:308:10 [INFO] [stdout] | [INFO] [stdout] 308 | 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] --> yuv-sys/src/ffi.rs:309:10 [INFO] [stdout] | [INFO] [stdout] 309 | 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] --> yuv-sys/src/ffi.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | 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] --> yuv-sys/src/ffi.rs:311:10 [INFO] [stdout] | [INFO] [stdout] 311 | 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] --> yuv-sys/src/ffi.rs:312:10 [INFO] [stdout] | [INFO] [stdout] 312 | 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] --> yuv-sys/src/ffi.rs:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | 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] --> yuv-sys/src/ffi.rs:314:10 [INFO] [stdout] | [INFO] [stdout] 314 | 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] --> yuv-sys/src/ffi.rs:315:10 [INFO] [stdout] | [INFO] [stdout] 315 | 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] --> yuv-sys/src/ffi.rs:316:10 [INFO] [stdout] | [INFO] [stdout] 316 | 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] --> yuv-sys/src/ffi.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | 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] --> yuv-sys/src/ffi.rs:318:10 [INFO] [stdout] | [INFO] [stdout] 318 | 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] --> yuv-sys/src/ffi.rs:319:10 [INFO] [stdout] | [INFO] [stdout] 319 | 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] --> yuv-sys/src/ffi.rs:320:10 [INFO] [stdout] | [INFO] [stdout] 320 | 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] --> yuv-sys/src/ffi.rs:321:10 [INFO] [stdout] | [INFO] [stdout] 321 | 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] --> yuv-sys/src/ffi.rs:322:10 [INFO] [stdout] | [INFO] [stdout] 322 | pub type __sig_atomic_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:323:10 [INFO] [stdout] | [INFO] [stdout] 323 | pub type int_least8_t = __int_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:324:10 [INFO] [stdout] | [INFO] [stdout] 324 | pub type int_least16_t = __int_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | pub type int_least32_t = __int_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:326:10 [INFO] [stdout] | [INFO] [stdout] 326 | pub type int_least64_t = __int_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:327:10 [INFO] [stdout] | [INFO] [stdout] 327 | pub type uint_least8_t = __uint_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:328:10 [INFO] [stdout] | [INFO] [stdout] 328 | pub type uint_least16_t = __uint_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:329:10 [INFO] [stdout] | [INFO] [stdout] 329 | pub type uint_least32_t = __uint_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:330:10 [INFO] [stdout] | [INFO] [stdout] 330 | pub type uint_least64_t = __uint_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:331:10 [INFO] [stdout] | [INFO] [stdout] 331 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:332:10 [INFO] [stdout] | [INFO] [stdout] 332 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:333:10 [INFO] [stdout] | [INFO] [stdout] 333 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:334:10 [INFO] [stdout] | [INFO] [stdout] 334 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:335:10 [INFO] [stdout] | [INFO] [stdout] 335 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:336:10 [INFO] [stdout] | [INFO] [stdout] 336 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:338:10 [INFO] [stdout] | [INFO] [stdout] 338 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `intmax_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:339:10 [INFO] [stdout] | [INFO] [stdout] 339 | pub type intmax_t = __intmax_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | pub type uintmax_t = __uintmax_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5181:10 [INFO] [stdout] | [INFO] [stdout] 5181 | 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] --> yuv-sys/src/ffi.rs:5182:10 [INFO] [stdout] | [INFO] [stdout] 5182 | 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] --> yuv-sys/src/ffi.rs:5183:10 [INFO] [stdout] | [INFO] [stdout] 5183 | 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] --> yuv-sys/src/ffi.rs:5184:10 [INFO] [stdout] | [INFO] [stdout] 5184 | 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] --> yuv-sys/src/ffi.rs:5185:10 [INFO] [stdout] | [INFO] [stdout] 5185 | 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] --> yuv-sys/src/ffi.rs:5186:10 [INFO] [stdout] | [INFO] [stdout] 5186 | 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] --> yuv-sys/src/ffi.rs:5187:10 [INFO] [stdout] | [INFO] [stdout] 5187 | 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] --> yuv-sys/src/ffi.rs:5188:10 [INFO] [stdout] | [INFO] [stdout] 5188 | 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] --> yuv-sys/src/ffi.rs:5189:10 [INFO] [stdout] | [INFO] [stdout] 5189 | 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] --> yuv-sys/src/ffi.rs:5190:10 [INFO] [stdout] | [INFO] [stdout] 5190 | 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] --> yuv-sys/src/ffi.rs:5191:10 [INFO] [stdout] | [INFO] [stdout] 5191 | 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] --> yuv-sys/src/ffi.rs:5192:10 [INFO] [stdout] | [INFO] [stdout] 5192 | 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] --> yuv-sys/src/ffi.rs:5193:10 [INFO] [stdout] | [INFO] [stdout] 5193 | 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] --> yuv-sys/src/ffi.rs:5194:10 [INFO] [stdout] | [INFO] [stdout] 5194 | 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] --> yuv-sys/src/ffi.rs:5195:10 [INFO] [stdout] | [INFO] [stdout] 5195 | 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] --> yuv-sys/src/ffi.rs:5196:10 [INFO] [stdout] | [INFO] [stdout] 5196 | 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] --> yuv-sys/src/ffi.rs:5197:10 [INFO] [stdout] | [INFO] [stdout] 5197 | 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 `ssize_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5198:10 [INFO] [stdout] | [INFO] [stdout] 5198 | pub type ssize_t = __ssize_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5199:10 [INFO] [stdout] | [INFO] [stdout] 5199 | 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] --> yuv-sys/src/ffi.rs:5200:10 [INFO] [stdout] | [INFO] [stdout] 5200 | 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] --> yuv-sys/src/ffi.rs:5201:10 [INFO] [stdout] | [INFO] [stdout] 5201 | 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] --> yuv-sys/src/ffi.rs:5202:10 [INFO] [stdout] | [INFO] [stdout] 5202 | 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] --> yuv-sys/src/ffi.rs:5203:10 [INFO] [stdout] | [INFO] [stdout] 5203 | 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] --> yuv-sys/src/ffi.rs:5204:10 [INFO] [stdout] | [INFO] [stdout] 5204 | 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] --> yuv-sys/src/ffi.rs:5205:10 [INFO] [stdout] | [INFO] [stdout] 5205 | 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] --> yuv-sys/src/ffi.rs:5206:10 [INFO] [stdout] | [INFO] [stdout] 5206 | 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] --> yuv-sys/src/ffi.rs:5207:10 [INFO] [stdout] | [INFO] [stdout] 5207 | 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] --> yuv-sys/src/ffi.rs:5208:10 [INFO] [stdout] | [INFO] [stdout] 5208 | 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] --> yuv-sys/src/ffi.rs:5209:10 [INFO] [stdout] | [INFO] [stdout] 5209 | pub type u_int8_t = __uint8_t; [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] --> yuv-sys/src/ffi.rs:5210:10 [INFO] [stdout] | [INFO] [stdout] 5210 | pub type u_int16_t = __uint16_t; [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] --> yuv-sys/src/ffi.rs:5211:10 [INFO] [stdout] | [INFO] [stdout] 5211 | pub type u_int32_t = __uint32_t; [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] --> yuv-sys/src/ffi.rs:5212:10 [INFO] [stdout] | [INFO] [stdout] 5212 | pub type u_int64_t = __uint64_t; [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] --> yuv-sys/src/ffi.rs:5213:10 [INFO] [stdout] | [INFO] [stdout] 5213 | 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] --> yuv-sys/src/ffi.rs:5242:10 [INFO] [stdout] | [INFO] [stdout] 5242 | 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] --> yuv-sys/src/ffi.rs:5321:10 [INFO] [stdout] | [INFO] [stdout] 5321 | 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] --> yuv-sys/src/ffi.rs:5322:10 [INFO] [stdout] | [INFO] [stdout] 5322 | 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] --> yuv-sys/src/ffi.rs:5351:10 [INFO] [stdout] | [INFO] [stdout] 5351 | 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] --> yuv-sys/src/ffi.rs:5371:10 [INFO] [stdout] | [INFO] [stdout] 5371 | 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] --> yuv-sys/src/ffi.rs:5372:10 [INFO] [stdout] | [INFO] [stdout] 5372 | 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] --> yuv-sys/src/ffi.rs:5373:10 [INFO] [stdout] | [INFO] [stdout] 5373 | 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] --> yuv-sys/src/ffi.rs:5374:10 [INFO] [stdout] | [INFO] [stdout] 5374 | 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] --> yuv-sys/src/ffi.rs:5414:10 [INFO] [stdout] | [INFO] [stdout] 5414 | 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_slist_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5443:10 [INFO] [stdout] | [INFO] [stdout] 5443 | pub type __pthread_slist_t = __pthread_internal_slist; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSlistT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__tss_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5976:10 [INFO] [stdout] | [INFO] [stdout] 5976 | pub type __tss_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TssT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__thrd_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5977:10 [INFO] [stdout] | [INFO] [stdout] 5977 | pub type __thrd_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ThrdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6006:10 [INFO] [stdout] | [INFO] [stdout] 6006 | 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] --> yuv-sys/src/ffi.rs:6085:10 [INFO] [stdout] | [INFO] [stdout] 6085 | 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] --> yuv-sys/src/ffi.rs:6086:10 [INFO] [stdout] | [INFO] [stdout] 6086 | 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] --> yuv-sys/src/ffi.rs:6315:10 [INFO] [stdout] | [INFO] [stdout] 6315 | 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] --> yuv-sys/src/ffi.rs:6804:10 [INFO] [stdout] | [INFO] [stdout] 6804 | 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 `vec16` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6975:10 [INFO] [stdout] | [INFO] [stdout] 6975 | pub type vec16 = [i16; 8usize]; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Vec16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vec32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6976:10 [INFO] [stdout] | [INFO] [stdout] 6976 | pub type vec32 = [i32; 4usize]; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Vec32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vecf32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6977:10 [INFO] [stdout] | [INFO] [stdout] 6977 | pub type vecf32 = [f32; 4usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Vecf32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vec8` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6978:10 [INFO] [stdout] | [INFO] [stdout] 6978 | pub type vec8 = [i8; 16usize]; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Vec8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uvec16` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6979:10 [INFO] [stdout] | [INFO] [stdout] 6979 | pub type uvec16 = [u16; 8usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uvec16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uvec32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6980:10 [INFO] [stdout] | [INFO] [stdout] 6980 | pub type uvec32 = [u32; 4usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uvec32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uvec8` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6981:10 [INFO] [stdout] | [INFO] [stdout] 6981 | pub type uvec8 = [u8; 16usize]; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uvec8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lvec16` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6982:10 [INFO] [stdout] | [INFO] [stdout] 6982 | pub type lvec16 = [i16; 16usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Lvec16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lvec32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6983:10 [INFO] [stdout] | [INFO] [stdout] 6983 | pub type lvec32 = [i32; 8usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Lvec32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lvec8` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6984:10 [INFO] [stdout] | [INFO] [stdout] 6984 | pub type lvec8 = [i8; 32usize]; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Lvec8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulvec16` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6985:10 [INFO] [stdout] | [INFO] [stdout] 6985 | pub type ulvec16 = [u16; 16usize]; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulvec16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulvec32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6986:10 [INFO] [stdout] | [INFO] [stdout] 6986 | pub type ulvec32 = [u32; 8usize]; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulvec32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulvec8` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6987:10 [INFO] [stdout] | [INFO] [stdout] 6987 | pub type ulvec8 = [u8; 32usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulvec8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const __glibc_c99_flexarr_available: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GLIBC_C99_FLEXARR_AVAILABLE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ldiv_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:125:11 [INFO] [stdout] | [INFO] [stdout] 125 | pub const __ldiv_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__LDIV_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__lldiv_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:126:11 [INFO] [stdout] | [INFO] [stdout] 126 | pub const __lldiv_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__LLDIV_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clock_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:131:11 [INFO] [stdout] | [INFO] [stdout] 131 | pub const __clock_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCK_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clockid_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:132:11 [INFO] [stdout] | [INFO] [stdout] 132 | pub const __clockid_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCKID_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__time_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:133:11 [INFO] [stdout] | [INFO] [stdout] 133 | pub const __time_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIME_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__timer_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | pub const __timer_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMER_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__sigset_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:151:11 [INFO] [stdout] | [INFO] [stdout] 151 | pub const __sigset_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIGSET_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__timeval_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub const __timeval_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMEVAL_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__have_pthread_attr_t` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:169:11 [INFO] [stdout] | [INFO] [stdout] 169 | pub const __have_pthread_attr_t: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__HAVE_PTHREAD_ATTR_T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kMaxPsnr` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:376:11 [INFO] [stdout] | [INFO] [stdout] 376 | pub const kMaxPsnr: ::std::os::raw::c_int = 128; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `K_MAX_PSNR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RotationMode` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:436:9 [INFO] [stdout] | [INFO] [stdout] 436 | pub mod RotationMode { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `rotation_mode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVToB` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:604:9 [INFO] [stdout] | [INFO] [stdout] 604 | pub kUVToB: [i8; 32usize], [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `k_uvto_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVToG` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:605:9 [INFO] [stdout] | [INFO] [stdout] 605 | pub kUVToG: [i8; 32usize], [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `k_uvto_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVToR` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:606:9 [INFO] [stdout] | [INFO] [stdout] 606 | pub kUVToR: [i8; 32usize], [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `k_uvto_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVBiasB` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:607:9 [INFO] [stdout] | [INFO] [stdout] 607 | pub kUVBiasB: [i16; 16usize], [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `k_uvbias_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVBiasG` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:608:9 [INFO] [stdout] | [INFO] [stdout] 608 | pub kUVBiasG: [i16; 16usize], [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `k_uvbias_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVBiasR` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:609:9 [INFO] [stdout] | [INFO] [stdout] 609 | pub kUVBiasR: [i16; 16usize], [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `k_uvbias_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kYToRgb` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:610:9 [INFO] [stdout] | [INFO] [stdout] 610 | pub kYToRgb: [i16; 16usize], [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `k_yto_rgb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kYBiasToRgb` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:611:9 [INFO] [stdout] | [INFO] [stdout] 611 | pub kYBiasToRgb: [i16; 16usize], [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `k_ybias_to_rgb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuInitialized` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4926:11 [INFO] [stdout] | [INFO] [stdout] 4926 | pub const kCpuInitialized: ::std::os::raw::c_int = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasARM` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4927:11 [INFO] [stdout] | [INFO] [stdout] 4927 | pub const kCpuHasARM: ::std::os::raw::c_int = 2; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_ARM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasNEON` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4928:11 [INFO] [stdout] | [INFO] [stdout] 4928 | pub const kCpuHasNEON: ::std::os::raw::c_int = 4; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_NEON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasX86` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4929:11 [INFO] [stdout] | [INFO] [stdout] 4929 | pub const kCpuHasX86: ::std::os::raw::c_int = 16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_X86` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasSSE2` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4930:11 [INFO] [stdout] | [INFO] [stdout] 4930 | pub const kCpuHasSSE2: ::std::os::raw::c_int = 32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_SSE2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasSSSE3` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4931:11 [INFO] [stdout] | [INFO] [stdout] 4931 | pub const kCpuHasSSSE3: ::std::os::raw::c_int = 64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_SSSE3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasSSE41` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4932:11 [INFO] [stdout] | [INFO] [stdout] 4932 | pub const kCpuHasSSE41: ::std::os::raw::c_int = 128; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_SSE41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasSSE42` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4933:11 [INFO] [stdout] | [INFO] [stdout] 4933 | pub const kCpuHasSSE42: ::std::os::raw::c_int = 256; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_SSE42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4934:11 [INFO] [stdout] | [INFO] [stdout] 4934 | pub const kCpuHasAVX: ::std::os::raw::c_int = 512; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX2` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4935:11 [INFO] [stdout] | [INFO] [stdout] 4935 | pub const kCpuHasAVX2: ::std::os::raw::c_int = 1024; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasERMS` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4936:11 [INFO] [stdout] | [INFO] [stdout] 4936 | pub const kCpuHasERMS: ::std::os::raw::c_int = 2048; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_ERMS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasFMA3` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4937:11 [INFO] [stdout] | [INFO] [stdout] 4937 | pub const kCpuHasFMA3: ::std::os::raw::c_int = 4096; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_FMA3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasF16C` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4938:11 [INFO] [stdout] | [INFO] [stdout] 4938 | pub const kCpuHasF16C: ::std::os::raw::c_int = 8192; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_F16_C` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasGFNI` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4939:11 [INFO] [stdout] | [INFO] [stdout] 4939 | pub const kCpuHasGFNI: ::std::os::raw::c_int = 16384; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_GFNI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512BW` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4940:11 [INFO] [stdout] | [INFO] [stdout] 4940 | pub const kCpuHasAVX512BW: ::std::os::raw::c_int = 32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_BW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VL` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4941:11 [INFO] [stdout] | [INFO] [stdout] 4941 | pub const kCpuHasAVX512VL: ::std::os::raw::c_int = 65536; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VBMI` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4942:11 [INFO] [stdout] | [INFO] [stdout] 4942 | pub const kCpuHasAVX512VBMI: ::std::os::raw::c_int = 131072; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VBMI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VBMI2` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4943:11 [INFO] [stdout] | [INFO] [stdout] 4943 | pub const kCpuHasAVX512VBMI2: ::std::os::raw::c_int = 262144; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VBMI2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VBITALG` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4944:11 [INFO] [stdout] | [INFO] [stdout] 4944 | pub const kCpuHasAVX512VBITALG: ::std::os::raw::c_int = 524288; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VBITALG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VPOPCNTDQ` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4945:11 [INFO] [stdout] | [INFO] [stdout] 4945 | pub const kCpuHasAVX512VPOPCNTDQ: ::std::os::raw::c_int = 1048576; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VPOPCNTDQ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasMIPS` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4946:11 [INFO] [stdout] | [INFO] [stdout] 4946 | pub const kCpuHasMIPS: ::std::os::raw::c_int = 2097152; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_MIPS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasMSA` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4947:11 [INFO] [stdout] | [INFO] [stdout] 4947 | pub const kCpuHasMSA: ::std::os::raw::c_int = 4194304; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_MSA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasMMI` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4948:11 [INFO] [stdout] | [INFO] [stdout] 4948 | pub const kCpuHasMMI: ::std::os::raw::c_int = 8388608; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_MMI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:5131:10 [INFO] [stdout] | [INFO] [stdout] 5131 | ) -> u128; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6873:18 [INFO] [stdout] | [INFO] [stdout] 6873 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6881:18 [INFO] [stdout] | [INFO] [stdout] 6881 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6889:18 [INFO] [stdout] | [INFO] [stdout] 6889 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6916:18 [INFO] [stdout] | [INFO] [stdout] 6916 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6926:18 [INFO] [stdout] | [INFO] [stdout] 6926 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `FilterMode` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15497:9 [INFO] [stdout] | [INFO] [stdout] 15497 | pub mod FilterMode { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `filter_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `FourCC` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:18667:9 [INFO] [stdout] | [INFO] [stdout] 18667 | pub mod FourCC { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `four_cc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `FourCCBpp` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:18745:9 [INFO] [stdout] | [INFO] [stdout] 18745 | pub mod FourCCBpp { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `four_ccbpp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotate0` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:438:15 [INFO] [stdout] | [INFO] [stdout] 438 | pub const kRotate0: Type = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotate90` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:439:15 [INFO] [stdout] | [INFO] [stdout] 439 | pub const kRotate90: Type = 90; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE90` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotate180` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:440:15 [INFO] [stdout] | [INFO] [stdout] 440 | pub const kRotate180: Type = 180; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE180` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotate270` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:441:15 [INFO] [stdout] | [INFO] [stdout] 441 | pub const kRotate270: Type = 270; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE270` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotateNone` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:442:15 [INFO] [stdout] | [INFO] [stdout] 442 | pub const kRotateNone: Type = 0; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotateClockwise` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:443:15 [INFO] [stdout] | [INFO] [stdout] 443 | pub const kRotateClockwise: Type = 90; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE_CLOCKWISE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotateCounterClockwise` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:444:15 [INFO] [stdout] | [INFO] [stdout] 444 | pub const kRotateCounterClockwise: Type = 270; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE_COUNTER_CLOCKWISE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kFilterNone` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15499:15 [INFO] [stdout] | [INFO] [stdout] 15499 | pub const kFilterNone: Type = 0; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_FILTER_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kFilterLinear` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15500:15 [INFO] [stdout] | [INFO] [stdout] 15500 | pub const kFilterLinear: Type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_FILTER_LINEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kFilterBilinear` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15501:15 [INFO] [stdout] | [INFO] [stdout] 15501 | pub const kFilterBilinear: Type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_FILTER_BILINEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kFilterBox` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15502:15 [INFO] [stdout] | [INFO] [stdout] 15502 | pub const kFilterBox: Type = 3; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_FILTER_BOX` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling yuv v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 208 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.13s [INFO] running `Command { std: "docker" "inspect" "e6145679f6bd714db59ef238e78285fef32460c14d276dc1c4c969210cca0473", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6145679f6bd714db59ef238e78285fef32460c14d276dc1c4c969210cca0473", kill_on_drop: false }` [INFO] [stdout] e6145679f6bd714db59ef238e78285fef32460c14d276dc1c4c969210cca0473 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ecc462ac115009dd7a86be726a97bb193e26f2ee695b8e711e4604210d909d45 [INFO] running `Command { std: "docker" "start" "-a" "ecc462ac115009dd7a86be726a97bb193e26f2ee695b8e711e4604210d909d45", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: type `size_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:186:10 [INFO] [stdout] | [INFO] [stdout] 186 | pub type size_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `SizeT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:187:10 [INFO] [stdout] | [INFO] [stdout] 187 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:233:10 [INFO] [stdout] | [INFO] [stdout] 233 | 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] --> yuv-sys/src/ffi.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | 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] --> yuv-sys/src/ffi.rs:235:10 [INFO] [stdout] | [INFO] [stdout] 235 | 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] --> yuv-sys/src/ffi.rs:236:10 [INFO] [stdout] | [INFO] [stdout] 236 | 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] --> yuv-sys/src/ffi.rs:237:10 [INFO] [stdout] | [INFO] [stdout] 237 | 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] --> yuv-sys/src/ffi.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | 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] --> yuv-sys/src/ffi.rs:239:10 [INFO] [stdout] | [INFO] [stdout] 239 | 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] --> yuv-sys/src/ffi.rs:240:10 [INFO] [stdout] | [INFO] [stdout] 240 | 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] --> yuv-sys/src/ffi.rs:241:10 [INFO] [stdout] | [INFO] [stdout] 241 | 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] --> yuv-sys/src/ffi.rs:242:10 [INFO] [stdout] | [INFO] [stdout] 242 | 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] --> yuv-sys/src/ffi.rs:243:10 [INFO] [stdout] | [INFO] [stdout] 243 | 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] --> yuv-sys/src/ffi.rs:244:10 [INFO] [stdout] | [INFO] [stdout] 244 | 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] --> yuv-sys/src/ffi.rs:245:10 [INFO] [stdout] | [INFO] [stdout] 245 | 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] --> yuv-sys/src/ffi.rs:246:10 [INFO] [stdout] | [INFO] [stdout] 246 | 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] --> yuv-sys/src/ffi.rs:247:10 [INFO] [stdout] | [INFO] [stdout] 247 | 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] --> yuv-sys/src/ffi.rs:248:10 [INFO] [stdout] | [INFO] [stdout] 248 | 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] --> yuv-sys/src/ffi.rs:249:10 [INFO] [stdout] | [INFO] [stdout] 249 | 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] --> yuv-sys/src/ffi.rs:250:10 [INFO] [stdout] | [INFO] [stdout] 250 | 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] --> yuv-sys/src/ffi.rs:251:10 [INFO] [stdout] | [INFO] [stdout] 251 | 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] --> yuv-sys/src/ffi.rs:252:10 [INFO] [stdout] | [INFO] [stdout] 252 | 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] --> yuv-sys/src/ffi.rs:253:10 [INFO] [stdout] | [INFO] [stdout] 253 | 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] --> yuv-sys/src/ffi.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | 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] --> yuv-sys/src/ffi.rs:255:10 [INFO] [stdout] | [INFO] [stdout] 255 | 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] --> yuv-sys/src/ffi.rs:256:10 [INFO] [stdout] | [INFO] [stdout] 256 | 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] --> yuv-sys/src/ffi.rs:257:10 [INFO] [stdout] | [INFO] [stdout] 257 | 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] --> yuv-sys/src/ffi.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | 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] --> yuv-sys/src/ffi.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | 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] --> yuv-sys/src/ffi.rs:260:10 [INFO] [stdout] | [INFO] [stdout] 260 | 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] --> yuv-sys/src/ffi.rs:261:10 [INFO] [stdout] | [INFO] [stdout] 261 | 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] --> yuv-sys/src/ffi.rs:262:10 [INFO] [stdout] | [INFO] [stdout] 262 | 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] --> yuv-sys/src/ffi.rs:263:10 [INFO] [stdout] | [INFO] [stdout] 263 | 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] --> yuv-sys/src/ffi.rs:264:10 [INFO] [stdout] | [INFO] [stdout] 264 | 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] --> yuv-sys/src/ffi.rs:265:10 [INFO] [stdout] | [INFO] [stdout] 265 | 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] --> yuv-sys/src/ffi.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | 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] --> yuv-sys/src/ffi.rs:295:10 [INFO] [stdout] | [INFO] [stdout] 295 | 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] --> yuv-sys/src/ffi.rs:296:10 [INFO] [stdout] | [INFO] [stdout] 296 | 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] --> yuv-sys/src/ffi.rs:297:10 [INFO] [stdout] | [INFO] [stdout] 297 | 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] --> yuv-sys/src/ffi.rs:298:10 [INFO] [stdout] | [INFO] [stdout] 298 | 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] --> yuv-sys/src/ffi.rs:299:10 [INFO] [stdout] | [INFO] [stdout] 299 | 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] --> yuv-sys/src/ffi.rs:300:10 [INFO] [stdout] | [INFO] [stdout] 300 | 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] --> yuv-sys/src/ffi.rs:301:10 [INFO] [stdout] | [INFO] [stdout] 301 | 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 `__suseconds64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | pub type __suseconds64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Suseconds64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:303:10 [INFO] [stdout] | [INFO] [stdout] 303 | 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] --> yuv-sys/src/ffi.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | 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] --> yuv-sys/src/ffi.rs:305:10 [INFO] [stdout] | [INFO] [stdout] 305 | 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] --> yuv-sys/src/ffi.rs:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | 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] --> yuv-sys/src/ffi.rs:307:10 [INFO] [stdout] | [INFO] [stdout] 307 | 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] --> yuv-sys/src/ffi.rs:308:10 [INFO] [stdout] | [INFO] [stdout] 308 | 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] --> yuv-sys/src/ffi.rs:309:10 [INFO] [stdout] | [INFO] [stdout] 309 | 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] --> yuv-sys/src/ffi.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | 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] --> yuv-sys/src/ffi.rs:311:10 [INFO] [stdout] | [INFO] [stdout] 311 | 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] --> yuv-sys/src/ffi.rs:312:10 [INFO] [stdout] | [INFO] [stdout] 312 | 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] --> yuv-sys/src/ffi.rs:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | 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] --> yuv-sys/src/ffi.rs:314:10 [INFO] [stdout] | [INFO] [stdout] 314 | 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] --> yuv-sys/src/ffi.rs:315:10 [INFO] [stdout] | [INFO] [stdout] 315 | 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] --> yuv-sys/src/ffi.rs:316:10 [INFO] [stdout] | [INFO] [stdout] 316 | 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] --> yuv-sys/src/ffi.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | 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] --> yuv-sys/src/ffi.rs:318:10 [INFO] [stdout] | [INFO] [stdout] 318 | 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] --> yuv-sys/src/ffi.rs:319:10 [INFO] [stdout] | [INFO] [stdout] 319 | 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] --> yuv-sys/src/ffi.rs:320:10 [INFO] [stdout] | [INFO] [stdout] 320 | 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] --> yuv-sys/src/ffi.rs:321:10 [INFO] [stdout] | [INFO] [stdout] 321 | 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] --> yuv-sys/src/ffi.rs:322:10 [INFO] [stdout] | [INFO] [stdout] 322 | pub type __sig_atomic_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:323:10 [INFO] [stdout] | [INFO] [stdout] 323 | pub type int_least8_t = __int_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:324:10 [INFO] [stdout] | [INFO] [stdout] 324 | pub type int_least16_t = __int_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | pub type int_least32_t = __int_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:326:10 [INFO] [stdout] | [INFO] [stdout] 326 | pub type int_least64_t = __int_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:327:10 [INFO] [stdout] | [INFO] [stdout] 327 | pub type uint_least8_t = __uint_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:328:10 [INFO] [stdout] | [INFO] [stdout] 328 | pub type uint_least16_t = __uint_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:329:10 [INFO] [stdout] | [INFO] [stdout] 329 | pub type uint_least32_t = __uint_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:330:10 [INFO] [stdout] | [INFO] [stdout] 330 | pub type uint_least64_t = __uint_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:331:10 [INFO] [stdout] | [INFO] [stdout] 331 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:332:10 [INFO] [stdout] | [INFO] [stdout] 332 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:333:10 [INFO] [stdout] | [INFO] [stdout] 333 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:334:10 [INFO] [stdout] | [INFO] [stdout] 334 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:335:10 [INFO] [stdout] | [INFO] [stdout] 335 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:336:10 [INFO] [stdout] | [INFO] [stdout] 336 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:337:10 [INFO] [stdout] | [INFO] [stdout] 337 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:338:10 [INFO] [stdout] | [INFO] [stdout] 338 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `intmax_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:339:10 [INFO] [stdout] | [INFO] [stdout] 339 | pub type intmax_t = __intmax_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | pub type uintmax_t = __uintmax_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5181:10 [INFO] [stdout] | [INFO] [stdout] 5181 | 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] --> yuv-sys/src/ffi.rs:5182:10 [INFO] [stdout] | [INFO] [stdout] 5182 | 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] --> yuv-sys/src/ffi.rs:5183:10 [INFO] [stdout] | [INFO] [stdout] 5183 | 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] --> yuv-sys/src/ffi.rs:5184:10 [INFO] [stdout] | [INFO] [stdout] 5184 | 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] --> yuv-sys/src/ffi.rs:5185:10 [INFO] [stdout] | [INFO] [stdout] 5185 | 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] --> yuv-sys/src/ffi.rs:5186:10 [INFO] [stdout] | [INFO] [stdout] 5186 | 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] --> yuv-sys/src/ffi.rs:5187:10 [INFO] [stdout] | [INFO] [stdout] 5187 | 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] --> yuv-sys/src/ffi.rs:5188:10 [INFO] [stdout] | [INFO] [stdout] 5188 | 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] --> yuv-sys/src/ffi.rs:5189:10 [INFO] [stdout] | [INFO] [stdout] 5189 | 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] --> yuv-sys/src/ffi.rs:5190:10 [INFO] [stdout] | [INFO] [stdout] 5190 | 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] --> yuv-sys/src/ffi.rs:5191:10 [INFO] [stdout] | [INFO] [stdout] 5191 | 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] --> yuv-sys/src/ffi.rs:5192:10 [INFO] [stdout] | [INFO] [stdout] 5192 | 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] --> yuv-sys/src/ffi.rs:5193:10 [INFO] [stdout] | [INFO] [stdout] 5193 | 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] --> yuv-sys/src/ffi.rs:5194:10 [INFO] [stdout] | [INFO] [stdout] 5194 | 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] --> yuv-sys/src/ffi.rs:5195:10 [INFO] [stdout] | [INFO] [stdout] 5195 | 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] --> yuv-sys/src/ffi.rs:5196:10 [INFO] [stdout] | [INFO] [stdout] 5196 | 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] --> yuv-sys/src/ffi.rs:5197:10 [INFO] [stdout] | [INFO] [stdout] 5197 | 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 `ssize_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5198:10 [INFO] [stdout] | [INFO] [stdout] 5198 | pub type ssize_t = __ssize_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5199:10 [INFO] [stdout] | [INFO] [stdout] 5199 | 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] --> yuv-sys/src/ffi.rs:5200:10 [INFO] [stdout] | [INFO] [stdout] 5200 | 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] --> yuv-sys/src/ffi.rs:5201:10 [INFO] [stdout] | [INFO] [stdout] 5201 | 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] --> yuv-sys/src/ffi.rs:5202:10 [INFO] [stdout] | [INFO] [stdout] 5202 | 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] --> yuv-sys/src/ffi.rs:5203:10 [INFO] [stdout] | [INFO] [stdout] 5203 | 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] --> yuv-sys/src/ffi.rs:5204:10 [INFO] [stdout] | [INFO] [stdout] 5204 | 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] --> yuv-sys/src/ffi.rs:5205:10 [INFO] [stdout] | [INFO] [stdout] 5205 | 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] --> yuv-sys/src/ffi.rs:5206:10 [INFO] [stdout] | [INFO] [stdout] 5206 | 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] --> yuv-sys/src/ffi.rs:5207:10 [INFO] [stdout] | [INFO] [stdout] 5207 | 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] --> yuv-sys/src/ffi.rs:5208:10 [INFO] [stdout] | [INFO] [stdout] 5208 | 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] --> yuv-sys/src/ffi.rs:5209:10 [INFO] [stdout] | [INFO] [stdout] 5209 | pub type u_int8_t = __uint8_t; [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] --> yuv-sys/src/ffi.rs:5210:10 [INFO] [stdout] | [INFO] [stdout] 5210 | pub type u_int16_t = __uint16_t; [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] --> yuv-sys/src/ffi.rs:5211:10 [INFO] [stdout] | [INFO] [stdout] 5211 | pub type u_int32_t = __uint32_t; [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] --> yuv-sys/src/ffi.rs:5212:10 [INFO] [stdout] | [INFO] [stdout] 5212 | pub type u_int64_t = __uint64_t; [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] --> yuv-sys/src/ffi.rs:5213:10 [INFO] [stdout] | [INFO] [stdout] 5213 | 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] --> yuv-sys/src/ffi.rs:5242:10 [INFO] [stdout] | [INFO] [stdout] 5242 | 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] --> yuv-sys/src/ffi.rs:5321:10 [INFO] [stdout] | [INFO] [stdout] 5321 | 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] --> yuv-sys/src/ffi.rs:5322:10 [INFO] [stdout] | [INFO] [stdout] 5322 | 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] --> yuv-sys/src/ffi.rs:5351:10 [INFO] [stdout] | [INFO] [stdout] 5351 | 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] --> yuv-sys/src/ffi.rs:5371:10 [INFO] [stdout] | [INFO] [stdout] 5371 | 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] --> yuv-sys/src/ffi.rs:5372:10 [INFO] [stdout] | [INFO] [stdout] 5372 | 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] --> yuv-sys/src/ffi.rs:5373:10 [INFO] [stdout] | [INFO] [stdout] 5373 | 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] --> yuv-sys/src/ffi.rs:5374:10 [INFO] [stdout] | [INFO] [stdout] 5374 | 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] --> yuv-sys/src/ffi.rs:5414:10 [INFO] [stdout] | [INFO] [stdout] 5414 | 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_slist_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5443:10 [INFO] [stdout] | [INFO] [stdout] 5443 | pub type __pthread_slist_t = __pthread_internal_slist; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSlistT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__tss_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5976:10 [INFO] [stdout] | [INFO] [stdout] 5976 | pub type __tss_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TssT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__thrd_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:5977:10 [INFO] [stdout] | [INFO] [stdout] 5977 | pub type __thrd_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ThrdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6006:10 [INFO] [stdout] | [INFO] [stdout] 6006 | 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] --> yuv-sys/src/ffi.rs:6085:10 [INFO] [stdout] | [INFO] [stdout] 6085 | 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] --> yuv-sys/src/ffi.rs:6086:10 [INFO] [stdout] | [INFO] [stdout] 6086 | 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] --> yuv-sys/src/ffi.rs:6315:10 [INFO] [stdout] | [INFO] [stdout] 6315 | 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] --> yuv-sys/src/ffi.rs:6804:10 [INFO] [stdout] | [INFO] [stdout] 6804 | 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 `vec16` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6975:10 [INFO] [stdout] | [INFO] [stdout] 6975 | pub type vec16 = [i16; 8usize]; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Vec16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vec32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6976:10 [INFO] [stdout] | [INFO] [stdout] 6976 | pub type vec32 = [i32; 4usize]; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Vec32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vecf32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6977:10 [INFO] [stdout] | [INFO] [stdout] 6977 | pub type vecf32 = [f32; 4usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Vecf32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `vec8` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6978:10 [INFO] [stdout] | [INFO] [stdout] 6978 | pub type vec8 = [i8; 16usize]; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Vec8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uvec16` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6979:10 [INFO] [stdout] | [INFO] [stdout] 6979 | pub type uvec16 = [u16; 8usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uvec16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uvec32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6980:10 [INFO] [stdout] | [INFO] [stdout] 6980 | pub type uvec32 = [u32; 4usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uvec32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uvec8` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6981:10 [INFO] [stdout] | [INFO] [stdout] 6981 | pub type uvec8 = [u8; 16usize]; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uvec8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lvec16` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6982:10 [INFO] [stdout] | [INFO] [stdout] 6982 | pub type lvec16 = [i16; 16usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Lvec16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lvec32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6983:10 [INFO] [stdout] | [INFO] [stdout] 6983 | pub type lvec32 = [i32; 8usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Lvec32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lvec8` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6984:10 [INFO] [stdout] | [INFO] [stdout] 6984 | pub type lvec8 = [i8; 32usize]; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Lvec8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulvec16` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6985:10 [INFO] [stdout] | [INFO] [stdout] 6985 | pub type ulvec16 = [u16; 16usize]; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulvec16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulvec32` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6986:10 [INFO] [stdout] | [INFO] [stdout] 6986 | pub type ulvec32 = [u32; 8usize]; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulvec32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulvec8` should have an upper camel case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:6987:10 [INFO] [stdout] | [INFO] [stdout] 6987 | pub type ulvec8 = [u8; 32usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulvec8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const __glibc_c99_flexarr_available: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GLIBC_C99_FLEXARR_AVAILABLE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling yuv v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `__ldiv_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:125:11 [INFO] [stdout] | [INFO] [stdout] 125 | pub const __ldiv_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__LDIV_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__lldiv_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:126:11 [INFO] [stdout] | [INFO] [stdout] 126 | pub const __lldiv_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__LLDIV_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clock_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:131:11 [INFO] [stdout] | [INFO] [stdout] 131 | pub const __clock_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCK_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clockid_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:132:11 [INFO] [stdout] | [INFO] [stdout] 132 | pub const __clockid_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCKID_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__time_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:133:11 [INFO] [stdout] | [INFO] [stdout] 133 | pub const __time_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIME_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__timer_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | pub const __timer_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMER_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__sigset_t_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:151:11 [INFO] [stdout] | [INFO] [stdout] 151 | pub const __sigset_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIGSET_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__timeval_defined` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub const __timeval_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMEVAL_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__have_pthread_attr_t` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:169:11 [INFO] [stdout] | [INFO] [stdout] 169 | pub const __have_pthread_attr_t: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__HAVE_PTHREAD_ATTR_T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kMaxPsnr` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:376:11 [INFO] [stdout] | [INFO] [stdout] 376 | pub const kMaxPsnr: ::std::os::raw::c_int = 128; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `K_MAX_PSNR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RotationMode` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:436:9 [INFO] [stdout] | [INFO] [stdout] 436 | pub mod RotationMode { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `rotation_mode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVToB` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:604:9 [INFO] [stdout] | [INFO] [stdout] 604 | pub kUVToB: [i8; 32usize], [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `k_uvto_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVToG` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:605:9 [INFO] [stdout] | [INFO] [stdout] 605 | pub kUVToG: [i8; 32usize], [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `k_uvto_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVToR` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:606:9 [INFO] [stdout] | [INFO] [stdout] 606 | pub kUVToR: [i8; 32usize], [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `k_uvto_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVBiasB` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:607:9 [INFO] [stdout] | [INFO] [stdout] 607 | pub kUVBiasB: [i16; 16usize], [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `k_uvbias_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVBiasG` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:608:9 [INFO] [stdout] | [INFO] [stdout] 608 | pub kUVBiasG: [i16; 16usize], [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `k_uvbias_g` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kUVBiasR` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:609:9 [INFO] [stdout] | [INFO] [stdout] 609 | pub kUVBiasR: [i16; 16usize], [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `k_uvbias_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kYToRgb` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:610:9 [INFO] [stdout] | [INFO] [stdout] 610 | pub kYToRgb: [i16; 16usize], [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `k_yto_rgb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `kYBiasToRgb` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:611:9 [INFO] [stdout] | [INFO] [stdout] 611 | pub kYBiasToRgb: [i16; 16usize], [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `k_ybias_to_rgb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuInitialized` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4926:11 [INFO] [stdout] | [INFO] [stdout] 4926 | pub const kCpuInitialized: ::std::os::raw::c_int = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasARM` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4927:11 [INFO] [stdout] | [INFO] [stdout] 4927 | pub const kCpuHasARM: ::std::os::raw::c_int = 2; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_ARM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasNEON` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4928:11 [INFO] [stdout] | [INFO] [stdout] 4928 | pub const kCpuHasNEON: ::std::os::raw::c_int = 4; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_NEON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasX86` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4929:11 [INFO] [stdout] | [INFO] [stdout] 4929 | pub const kCpuHasX86: ::std::os::raw::c_int = 16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_X86` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasSSE2` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4930:11 [INFO] [stdout] | [INFO] [stdout] 4930 | pub const kCpuHasSSE2: ::std::os::raw::c_int = 32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_SSE2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasSSSE3` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4931:11 [INFO] [stdout] | [INFO] [stdout] 4931 | pub const kCpuHasSSSE3: ::std::os::raw::c_int = 64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_SSSE3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasSSE41` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4932:11 [INFO] [stdout] | [INFO] [stdout] 4932 | pub const kCpuHasSSE41: ::std::os::raw::c_int = 128; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_SSE41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasSSE42` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4933:11 [INFO] [stdout] | [INFO] [stdout] 4933 | pub const kCpuHasSSE42: ::std::os::raw::c_int = 256; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_SSE42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4934:11 [INFO] [stdout] | [INFO] [stdout] 4934 | pub const kCpuHasAVX: ::std::os::raw::c_int = 512; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX2` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4935:11 [INFO] [stdout] | [INFO] [stdout] 4935 | pub const kCpuHasAVX2: ::std::os::raw::c_int = 1024; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasERMS` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4936:11 [INFO] [stdout] | [INFO] [stdout] 4936 | pub const kCpuHasERMS: ::std::os::raw::c_int = 2048; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_ERMS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasFMA3` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4937:11 [INFO] [stdout] | [INFO] [stdout] 4937 | pub const kCpuHasFMA3: ::std::os::raw::c_int = 4096; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_FMA3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasF16C` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4938:11 [INFO] [stdout] | [INFO] [stdout] 4938 | pub const kCpuHasF16C: ::std::os::raw::c_int = 8192; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_F16_C` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasGFNI` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4939:11 [INFO] [stdout] | [INFO] [stdout] 4939 | pub const kCpuHasGFNI: ::std::os::raw::c_int = 16384; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_GFNI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512BW` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4940:11 [INFO] [stdout] | [INFO] [stdout] 4940 | pub const kCpuHasAVX512BW: ::std::os::raw::c_int = 32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_BW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VL` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4941:11 [INFO] [stdout] | [INFO] [stdout] 4941 | pub const kCpuHasAVX512VL: ::std::os::raw::c_int = 65536; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VBMI` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4942:11 [INFO] [stdout] | [INFO] [stdout] 4942 | pub const kCpuHasAVX512VBMI: ::std::os::raw::c_int = 131072; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VBMI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VBMI2` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4943:11 [INFO] [stdout] | [INFO] [stdout] 4943 | pub const kCpuHasAVX512VBMI2: ::std::os::raw::c_int = 262144; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VBMI2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VBITALG` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4944:11 [INFO] [stdout] | [INFO] [stdout] 4944 | pub const kCpuHasAVX512VBITALG: ::std::os::raw::c_int = 524288; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VBITALG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasAVX512VPOPCNTDQ` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4945:11 [INFO] [stdout] | [INFO] [stdout] 4945 | pub const kCpuHasAVX512VPOPCNTDQ: ::std::os::raw::c_int = 1048576; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_AVX512_VPOPCNTDQ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasMIPS` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4946:11 [INFO] [stdout] | [INFO] [stdout] 4946 | pub const kCpuHasMIPS: ::std::os::raw::c_int = 2097152; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_MIPS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasMSA` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4947:11 [INFO] [stdout] | [INFO] [stdout] 4947 | pub const kCpuHasMSA: ::std::os::raw::c_int = 4194304; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_MSA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kCpuHasMMI` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:4948:11 [INFO] [stdout] | [INFO] [stdout] 4948 | pub const kCpuHasMMI: ::std::os::raw::c_int = 8388608; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_CPU_HAS_MMI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:5131:10 [INFO] [stdout] | [INFO] [stdout] 5131 | ) -> u128; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6873:18 [INFO] [stdout] | [INFO] [stdout] 6873 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6881:18 [INFO] [stdout] | [INFO] [stdout] 6881 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6889:18 [INFO] [stdout] | [INFO] [stdout] 6889 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6916:18 [INFO] [stdout] | [INFO] [stdout] 6916 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> yuv-sys/src/ffi.rs:6926:18 [INFO] [stdout] | [INFO] [stdout] 6926 | __value: u128, [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `FilterMode` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15497:9 [INFO] [stdout] | [INFO] [stdout] 15497 | pub mod FilterMode { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `filter_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `FourCC` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:18667:9 [INFO] [stdout] | [INFO] [stdout] 18667 | pub mod FourCC { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `four_cc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `FourCCBpp` should have a snake case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:18745:9 [INFO] [stdout] | [INFO] [stdout] 18745 | pub mod FourCCBpp { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `four_ccbpp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotate0` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:438:15 [INFO] [stdout] | [INFO] [stdout] 438 | pub const kRotate0: Type = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotate90` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:439:15 [INFO] [stdout] | [INFO] [stdout] 439 | pub const kRotate90: Type = 90; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE90` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotate180` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:440:15 [INFO] [stdout] | [INFO] [stdout] 440 | pub const kRotate180: Type = 180; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE180` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotate270` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:441:15 [INFO] [stdout] | [INFO] [stdout] 441 | pub const kRotate270: Type = 270; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE270` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotateNone` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:442:15 [INFO] [stdout] | [INFO] [stdout] 442 | pub const kRotateNone: Type = 0; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotateClockwise` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:443:15 [INFO] [stdout] | [INFO] [stdout] 443 | pub const kRotateClockwise: Type = 90; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE_CLOCKWISE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kRotateCounterClockwise` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:444:15 [INFO] [stdout] | [INFO] [stdout] 444 | pub const kRotateCounterClockwise: Type = 270; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_ROTATE_COUNTER_CLOCKWISE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kFilterNone` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15499:15 [INFO] [stdout] | [INFO] [stdout] 15499 | pub const kFilterNone: Type = 0; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `K_FILTER_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kFilterLinear` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15500:15 [INFO] [stdout] | [INFO] [stdout] 15500 | pub const kFilterLinear: Type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_FILTER_LINEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kFilterBilinear` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15501:15 [INFO] [stdout] | [INFO] [stdout] 15501 | pub const kFilterBilinear: Type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `K_FILTER_BILINEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `kFilterBox` should have an upper case name [INFO] [stdout] --> yuv-sys/src/ffi.rs:15502:15 [INFO] [stdout] | [INFO] [stdout] 15502 | pub const kFilterBox: Type = 3; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `K_FILTER_BOX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 208 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.yuv.5cce6e7b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e.3a2bms13jacwfwbp.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libyuv_sys-4733c1639fc44f87.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lyuv" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/yuv-3c920ed6edf8ea6e" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lyuv [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `yuv` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "ecc462ac115009dd7a86be726a97bb193e26f2ee695b8e711e4604210d909d45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecc462ac115009dd7a86be726a97bb193e26f2ee695b8e711e4604210d909d45", kill_on_drop: false }` [INFO] [stdout] ecc462ac115009dd7a86be726a97bb193e26f2ee695b8e711e4604210d909d45