[INFO] fetching crate mpvr 0.1.0...
[INFO] checking mpvr-0.1.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate mpvr 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate mpvr 0.1.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mpvr 0.1.0
[INFO] finished tweaking crates.io crate mpvr 0.1.0
[INFO] tweaked toml for crates.io crate mpvr 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate mpvr 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf7377f97ad78cb1f348cd8a4242c675755211192d154c57c2c4616a87e1c5bf
[INFO] running `Command { std: "docker" "start" "-a" "cf7377f97ad78cb1f348cd8a4242c675755211192d154c57c2c4616a87e1c5bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf7377f97ad78cb1f348cd8a4242c675755211192d154c57c2c4616a87e1c5bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf7377f97ad78cb1f348cd8a4242c675755211192d154c57c2c4616a87e1c5bf", kill_on_drop: false }`
[INFO] [stdout] cf7377f97ad78cb1f348cd8a4242c675755211192d154c57c2c4616a87e1c5bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 258e86d7e4b0ae5c750312f300b671c3aed9b27cd32d4289609a2896538332a0
[INFO] running `Command { std: "docker" "start" "-a" "258e86d7e4b0ae5c750312f300b671c3aed9b27cd32d4289609a2896538332a0", kill_on_drop: false }`
[INFO] [stderr]     Checking mpvr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `wchar_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `WcharT`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_char` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:144:10
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub type __u_char = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UChar`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_short` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub type __u_short = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UShort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_int` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub type __u_int = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_long` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub type __u_long = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ULong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:148:10
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub type __int8_t = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:149:10
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub type __uint8_t = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:150:10
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub type __int16_t = ::std::os::raw::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:151:10
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub type __uint16_t = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub type __int32_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub type __uint32_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:154:10
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub type __int64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:155:10
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub type __uint64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:156:10
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub type __int_least8_t = __int8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:157:10
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub type __uint_least8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:158:10
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub type __int_least16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:159:10
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub type __uint_least16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub type __int_least32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:161:10
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub type __uint_least32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub type __int_least64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:163:10
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:164:10
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub type __quad_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `QuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:165:10
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub type __u_quad_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:166:10
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub type __intmax_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uintmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:167:10
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub type __uintmax_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__dev_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:168:10
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub type __dev_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `DevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:169:10
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub type __uid_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__gid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:170:10
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub type __gid_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `GidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub type __ino_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `InoT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub type __ino64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:173:10
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub type __mode_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:174:10
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub type __nlink_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub type __off_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:176:10
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub type __off64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:177:10
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub type __pid_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clock_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub type __clock_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type __rlim_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:210:10
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub type __rlim64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__id_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:211:10
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub type __id_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `IdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub type __time_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:213:10
[INFO] [stdout]     |
[INFO] [stdout] 213 | pub type __useconds_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:214:10
[INFO] [stdout]     |
[INFO] [stdout] 214 | 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]    --> src/bindgen/client.rs:215:10
[INFO] [stdout]     |
[INFO] [stdout] 215 | 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]    --> src/bindgen/client.rs:216:10
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub type __daddr_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `DaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__key_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:217:10
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub type __key_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `KeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:218:10
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub type __clockid_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__timer_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:219:10
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub type __timer_t = *mut ::std::os::raw::c_void;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:220:10
[INFO] [stdout]     |
[INFO] [stdout] 220 | pub type __blksize_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:221:10
[INFO] [stdout]     |
[INFO] [stdout] 221 | pub type __blkcnt_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:222:10
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub type __blkcnt64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:223:10
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub type __fsblkcnt_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsblkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:224:10
[INFO] [stdout]     |
[INFO] [stdout] 224 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:225:10
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:226:10
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:227:10
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub type __fsword_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub type __ssize_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:229:10
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub type __syscall_slong_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__loff_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub type __loff_t = __off64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub type __caddr_t = *mut ::std::os::raw::c_char;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:233:10
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub type __intptr_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:234:10
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub type __socklen_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:235:10
[INFO] [stdout]     |
[INFO] [stdout] 235 | pub type __sig_atomic_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:236:10
[INFO] [stdout]     |
[INFO] [stdout] 236 | pub type int_least8_t = __int_least8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:237:10
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub type int_least16_t = __int_least16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:238:10
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub type int_least32_t = __int_least32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:239:10
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub type int_least64_t = __int_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:240:10
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub type uint_least8_t = __uint_least8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:241:10
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub type uint_least16_t = __uint_least16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 | pub type uint_least32_t = __uint_least32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:243:10
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 244 | pub type int_fast8_t = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:245:10
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub type int_fast16_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub type int_fast32_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:247:10
[INFO] [stdout]     |
[INFO] [stdout] 247 | pub type int_fast64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:248:10
[INFO] [stdout]     |
[INFO] [stdout] 248 | pub type uint_fast8_t = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:249:10
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub type uint_fast16_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:250:10
[INFO] [stdout]     |
[INFO] [stdout] 250 | pub type uint_fast32_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:251:10
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub type uint_fast64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:252:10
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub type intmax_t = __intmax_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 | 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 `mpv_error` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:307:10
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub type mpv_error = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `MpvError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_format` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:403:10
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub type mpv_format = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_event_id` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:849:10
[INFO] [stdout]     |
[INFO] [stdout] 849 | pub type mpv_event_id = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvEventId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_log_level` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:926:10
[INFO] [stdout]     |
[INFO] [stdout] 926 | pub type mpv_log_level = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvLogLevel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_end_file_reason` should have an upper camel case name
[INFO] [stdout]     --> src/bindgen/client.rs:1006:10
[INFO] [stdout]      |
[INFO] [stdout] 1006 | pub type mpv_end_file_reason = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvEndFileReason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `wchar_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `WcharT`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_char` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:144:10
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub type __u_char = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UChar`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_short` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub type __u_short = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UShort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_int` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub type __u_int = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_long` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub type __u_long = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ULong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:148:10
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub type __int8_t = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:149:10
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub type __uint8_t = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:150:10
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub type __int16_t = ::std::os::raw::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:151:10
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub type __uint16_t = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub type __int32_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub type __uint32_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:154:10
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub type __int64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:155:10
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub type __uint64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:156:10
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub type __int_least8_t = __int8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:157:10
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub type __uint_least8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:158:10
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub type __int_least16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:159:10
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub type __uint_least16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub type __int_least32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:161:10
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub type __uint_least32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub type __int_least64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:163:10
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:164:10
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub type __quad_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `QuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:165:10
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub type __u_quad_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:166:10
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub type __intmax_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uintmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:167:10
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub type __uintmax_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__dev_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:168:10
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub type __dev_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `DevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:169:10
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub type __uid_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__gid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:170:10
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub type __gid_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `GidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub type __ino_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `InoT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub type __ino64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:173:10
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub type __mode_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:174:10
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub type __nlink_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub type __off_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:176:10
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub type __off64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:177:10
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub type __pid_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clock_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub type __clock_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type __rlim_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:210:10
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub type __rlim64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__id_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:211:10
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub type __id_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `IdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub type __time_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:213:10
[INFO] [stdout]     |
[INFO] [stdout] 213 | pub type __useconds_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:214:10
[INFO] [stdout]     |
[INFO] [stdout] 214 | 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]    --> src/bindgen/client.rs:215:10
[INFO] [stdout]     |
[INFO] [stdout] 215 | 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]    --> src/bindgen/client.rs:216:10
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub type __daddr_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `DaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__key_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:217:10
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub type __key_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `KeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:218:10
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub type __clockid_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__timer_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:219:10
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub type __timer_t = *mut ::std::os::raw::c_void;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:220:10
[INFO] [stdout]     |
[INFO] [stdout] 220 | pub type __blksize_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:221:10
[INFO] [stdout]     |
[INFO] [stdout] 221 | pub type __blkcnt_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:222:10
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub type __blkcnt64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:223:10
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub type __fsblkcnt_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsblkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:224:10
[INFO] [stdout]     |
[INFO] [stdout] 224 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:225:10
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:226:10
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:227:10
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub type __fsword_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub type __ssize_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:229:10
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub type __syscall_slong_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__loff_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub type __loff_t = __off64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub type __caddr_t = *mut ::std::os::raw::c_char;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:233:10
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub type __intptr_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:234:10
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub type __socklen_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:235:10
[INFO] [stdout]     |
[INFO] [stdout] 235 | pub type __sig_atomic_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:236:10
[INFO] [stdout]     |
[INFO] [stdout] 236 | pub type int_least8_t = __int_least8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:237:10
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub type int_least16_t = __int_least16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:238:10
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub type int_least32_t = __int_least32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:239:10
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub type int_least64_t = __int_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:240:10
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub type uint_least8_t = __uint_least8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:241:10
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub type uint_least16_t = __uint_least16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 | pub type uint_least32_t = __uint_least32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:243:10
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 244 | pub type int_fast8_t = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:245:10
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub type int_fast16_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub type int_fast32_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:247:10
[INFO] [stdout]     |
[INFO] [stdout] 247 | pub type int_fast64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:248:10
[INFO] [stdout]     |
[INFO] [stdout] 248 | pub type uint_fast8_t = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:249:10
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub type uint_fast16_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:250:10
[INFO] [stdout]     |
[INFO] [stdout] 250 | pub type uint_fast32_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:251:10
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub type uint_fast64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:252:10
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub type intmax_t = __intmax_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 | 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 `mpv_error` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:307:10
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub type mpv_error = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `MpvError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_format` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:403:10
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub type mpv_format = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_event_id` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:849:10
[INFO] [stdout]     |
[INFO] [stdout] 849 | pub type mpv_event_id = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvEventId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_log_level` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:926:10
[INFO] [stdout]     |
[INFO] [stdout] 926 | pub type mpv_log_level = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvLogLevel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_end_file_reason` should have an upper camel case name
[INFO] [stdout]     --> src/bindgen/client.rs:1006:10
[INFO] [stdout]      |
[INFO] [stdout] 1006 | pub type mpv_end_file_reason = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvEndFileReason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name
[INFO] [stdout]   --> src/bindgen/client.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 | 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 `mpv_error_MPV_ERROR_SUCCESS` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:265:11
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub const mpv_error_MPV_ERROR_SUCCESS: mpv_error = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_SUCCESS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_EVENT_QUEUE_FULL` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:267:11
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub const mpv_error_MPV_ERROR_EVENT_QUEUE_FULL: mpv_error = -1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_EVENT_QUEUE_FULL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOMEM` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:269:11
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub const mpv_error_MPV_ERROR_NOMEM: mpv_error = -2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOMEM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNINITIALIZED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:271:11
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub const mpv_error_MPV_ERROR_UNINITIALIZED: mpv_error = -3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNINITIALIZED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_INVALID_PARAMETER` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:273:11
[INFO] [stdout]     |
[INFO] [stdout] 273 | pub const mpv_error_MPV_ERROR_INVALID_PARAMETER: mpv_error = -4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_INVALID_PARAMETER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_NOT_FOUND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:275:11
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub const mpv_error_MPV_ERROR_OPTION_NOT_FOUND: mpv_error = -5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:277:11
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub const mpv_error_MPV_ERROR_OPTION_FORMAT: mpv_error = -6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:279:11
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub const mpv_error_MPV_ERROR_OPTION_ERROR: mpv_error = -7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_NOT_FOUND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:281:11
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub const mpv_error_MPV_ERROR_PROPERTY_NOT_FOUND: mpv_error = -8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:283:11
[INFO] [stdout]     |
[INFO] [stdout] 283 | pub const mpv_error_MPV_ERROR_PROPERTY_FORMAT: mpv_error = -9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_UNAVAILABLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:285:11
[INFO] [stdout]     |
[INFO] [stdout] 285 | pub const mpv_error_MPV_ERROR_PROPERTY_UNAVAILABLE: mpv_error = -10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_UNAVAILABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:287:11
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub const mpv_error_MPV_ERROR_PROPERTY_ERROR: mpv_error = -11;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_COMMAND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:289:11
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub const mpv_error_MPV_ERROR_COMMAND: mpv_error = -12;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_COMMAND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_LOADING_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:291:11
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub const mpv_error_MPV_ERROR_LOADING_FAILED: mpv_error = -13;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_LOADING_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_AO_INIT_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:293:11
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub const mpv_error_MPV_ERROR_AO_INIT_FAILED: mpv_error = -14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_AO_INIT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_VO_INIT_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:295:11
[INFO] [stdout]     |
[INFO] [stdout] 295 | pub const mpv_error_MPV_ERROR_VO_INIT_FAILED: mpv_error = -15;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_VO_INIT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOTHING_TO_PLAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:297:11
[INFO] [stdout]     |
[INFO] [stdout] 297 | pub const mpv_error_MPV_ERROR_NOTHING_TO_PLAY: mpv_error = -16;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOTHING_TO_PLAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNKNOWN_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:299:11
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub const mpv_error_MPV_ERROR_UNKNOWN_FORMAT: mpv_error = -17;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNKNOWN_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNSUPPORTED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:301:11
[INFO] [stdout]     |
[INFO] [stdout] 301 | pub const mpv_error_MPV_ERROR_UNSUPPORTED: mpv_error = -18;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNSUPPORTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOT_IMPLEMENTED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:303:11
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub const mpv_error_MPV_ERROR_NOT_IMPLEMENTED: mpv_error = -19;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOT_IMPLEMENTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_GENERIC` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:305:11
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub const mpv_error_MPV_ERROR_GENERIC: mpv_error = -20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_GENERIC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:383:11
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub const mpv_format_MPV_FORMAT_NONE: mpv_format = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_STRING` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:385:11
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub const mpv_format_MPV_FORMAT_STRING: mpv_format = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_OSD_STRING` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:387:11
[INFO] [stdout]     |
[INFO] [stdout] 387 | pub const mpv_format_MPV_FORMAT_OSD_STRING: mpv_format = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_OSD_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_FLAG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:389:11
[INFO] [stdout]     |
[INFO] [stdout] 389 | pub const mpv_format_MPV_FORMAT_FLAG: mpv_format = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_FLAG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_INT64` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:391:11
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub const mpv_format_MPV_FORMAT_INT64: mpv_format = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_INT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_DOUBLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:393:11
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub const mpv_format_MPV_FORMAT_DOUBLE: mpv_format = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_DOUBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:395:11
[INFO] [stdout]     |
[INFO] [stdout] 395 | pub const mpv_format_MPV_FORMAT_NODE: mpv_format = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE_ARRAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:397:11
[INFO] [stdout]     |
[INFO] [stdout] 397 | pub const mpv_format_MPV_FORMAT_NODE_ARRAY: mpv_format = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE_MAP` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:399:11
[INFO] [stdout]     |
[INFO] [stdout] 399 | pub const mpv_format_MPV_FORMAT_NODE_MAP: mpv_format = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE_MAP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_BYTE_ARRAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:401:11
[INFO] [stdout]     |
[INFO] [stdout] 401 | pub const mpv_format_MPV_FORMAT_BYTE_ARRAY: mpv_format = 9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_BYTE_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:812:11
[INFO] [stdout]     |
[INFO] [stdout] 812 | pub const mpv_event_id_MPV_EVENT_NONE: mpv_event_id = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SHUTDOWN` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:814:11
[INFO] [stdout]     |
[INFO] [stdout] 814 | pub const mpv_event_id_MPV_EVENT_SHUTDOWN: mpv_event_id = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SHUTDOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_LOG_MESSAGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:816:11
[INFO] [stdout]     |
[INFO] [stdout] 816 | pub const mpv_event_id_MPV_EVENT_LOG_MESSAGE: mpv_event_id = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_LOG_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_GET_PROPERTY_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:818:11
[INFO] [stdout]     |
[INFO] [stdout] 818 | pub const mpv_event_id_MPV_EVENT_GET_PROPERTY_REPLY: mpv_event_id = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_GET_PROPERTY_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SET_PROPERTY_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:820:11
[INFO] [stdout]     |
[INFO] [stdout] 820 | pub const mpv_event_id_MPV_EVENT_SET_PROPERTY_REPLY: mpv_event_id = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SET_PROPERTY_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_COMMAND_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:822:11
[INFO] [stdout]     |
[INFO] [stdout] 822 | pub const mpv_event_id_MPV_EVENT_COMMAND_REPLY: mpv_event_id = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_COMMAND_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_START_FILE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:824:11
[INFO] [stdout]     |
[INFO] [stdout] 824 | pub const mpv_event_id_MPV_EVENT_START_FILE: mpv_event_id = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_START_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_END_FILE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:826:11
[INFO] [stdout]     |
[INFO] [stdout] 826 | pub const mpv_event_id_MPV_EVENT_END_FILE: mpv_event_id = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_END_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_FILE_LOADED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:828:11
[INFO] [stdout]     |
[INFO] [stdout] 828 | pub const mpv_event_id_MPV_EVENT_FILE_LOADED: mpv_event_id = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_FILE_LOADED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_IDLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:830:11
[INFO] [stdout]     |
[INFO] [stdout] 830 | pub const mpv_event_id_MPV_EVENT_IDLE: mpv_event_id = 11;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_IDLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_TICK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:832:11
[INFO] [stdout]     |
[INFO] [stdout] 832 | pub const mpv_event_id_MPV_EVENT_TICK: mpv_event_id = 14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_TICK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_CLIENT_MESSAGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:834:11
[INFO] [stdout]     |
[INFO] [stdout] 834 | pub const mpv_event_id_MPV_EVENT_CLIENT_MESSAGE: mpv_event_id = 16;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_CLIENT_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_VIDEO_RECONFIG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:836:11
[INFO] [stdout]     |
[INFO] [stdout] 836 | pub const mpv_event_id_MPV_EVENT_VIDEO_RECONFIG: mpv_event_id = 17;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_VIDEO_RECONFIG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_AUDIO_RECONFIG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:838:11
[INFO] [stdout]     |
[INFO] [stdout] 838 | pub const mpv_event_id_MPV_EVENT_AUDIO_RECONFIG: mpv_event_id = 18;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_AUDIO_RECONFIG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SEEK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:840:11
[INFO] [stdout]     |
[INFO] [stdout] 840 | pub const mpv_event_id_MPV_EVENT_SEEK: mpv_event_id = 20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SEEK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_PLAYBACK_RESTART` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:842:11
[INFO] [stdout]     |
[INFO] [stdout] 842 | pub const mpv_event_id_MPV_EVENT_PLAYBACK_RESTART: mpv_event_id = 21;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_PLAYBACK_RESTART`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_PROPERTY_CHANGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:844:11
[INFO] [stdout]     |
[INFO] [stdout] 844 | pub const mpv_event_id_MPV_EVENT_PROPERTY_CHANGE: mpv_event_id = 22;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_PROPERTY_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_QUEUE_OVERFLOW` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:846:11
[INFO] [stdout]     |
[INFO] [stdout] 846 | pub const mpv_event_id_MPV_EVENT_QUEUE_OVERFLOW: mpv_event_id = 24;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_QUEUE_OVERFLOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_HOOK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:848:11
[INFO] [stdout]     |
[INFO] [stdout] 848 | pub const mpv_event_id_MPV_EVENT_HOOK: mpv_event_id = 25;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_HOOK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:910:11
[INFO] [stdout]     |
[INFO] [stdout] 910 | pub const mpv_log_level_MPV_LOG_LEVEL_NONE: mpv_log_level = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_FATAL` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:912:11
[INFO] [stdout]     |
[INFO] [stdout] 912 | pub const mpv_log_level_MPV_LOG_LEVEL_FATAL: mpv_log_level = 10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_FATAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:914:11
[INFO] [stdout]     |
[INFO] [stdout] 914 | pub const mpv_log_level_MPV_LOG_LEVEL_ERROR: mpv_log_level = 20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_WARN` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:916:11
[INFO] [stdout]     |
[INFO] [stdout] 916 | pub const mpv_log_level_MPV_LOG_LEVEL_WARN: mpv_log_level = 30;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_WARN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_INFO` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:918:11
[INFO] [stdout]     |
[INFO] [stdout] 918 | pub const mpv_log_level_MPV_LOG_LEVEL_INFO: mpv_log_level = 40;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_INFO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_V` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:920:11
[INFO] [stdout]     |
[INFO] [stdout] 920 | pub const mpv_log_level_MPV_LOG_LEVEL_V: mpv_log_level = 50;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_V`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_DEBUG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:922:11
[INFO] [stdout]     |
[INFO] [stdout] 922 | pub const mpv_log_level_MPV_LOG_LEVEL_DEBUG: mpv_log_level = 60;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_DEBUG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_TRACE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:924:11
[INFO] [stdout]     |
[INFO] [stdout] 924 | pub const mpv_log_level_MPV_LOG_LEVEL_TRACE: mpv_log_level = 70;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_TRACE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_EOF` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:996:11
[INFO] [stdout]     |
[INFO] [stdout] 996 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_EOF: mpv_end_file_reason = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_EOF`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_STOP` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_STOP: mpv_end_file_reason = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_STOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_QUIT` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1000:11
[INFO] [stdout]      |
[INFO] [stdout] 1000 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_QUIT: mpv_end_file_reason = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_QUIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_ERROR` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1002:11
[INFO] [stdout]      |
[INFO] [stdout] 1002 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_ERROR: mpv_end_file_reason = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_REDIRECT` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1004:11
[INFO] [stdout]      |
[INFO] [stdout] 1004 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_REDIRECT: mpv_end_file_reason = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_REDIRECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:254:32
[INFO] [stdout]     |
[INFO] [stdout] 254 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:308:32
[INFO] [stdout]     |
[INFO] [stdout] 308 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:313:32
[INFO] [stdout]     |
[INFO] [stdout] 313 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:318:32
[INFO] [stdout]     |
[INFO] [stdout] 318 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:323:32
[INFO] [stdout]     |
[INFO] [stdout] 323 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:328:32
[INFO] [stdout]     |
[INFO] [stdout] 328 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:333:32
[INFO] [stdout]     |
[INFO] [stdout] 333 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:338:32
[INFO] [stdout]     |
[INFO] [stdout] 338 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:343:32
[INFO] [stdout]     |
[INFO] [stdout] 343 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:348:32
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:356:32
[INFO] [stdout]     |
[INFO] [stdout] 356 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:364:32
[INFO] [stdout]     |
[INFO] [stdout] 364 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:372:32
[INFO] [stdout]     |
[INFO] [stdout] 372 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:377:32
[INFO] [stdout]     |
[INFO] [stdout] 377 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:638:32
[INFO] [stdout]     |
[INFO] [stdout] 638 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:643:32
[INFO] [stdout]     |
[INFO] [stdout] 643 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:653:32
[INFO] [stdout]     |
[INFO] [stdout] 653 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:662:32
[INFO] [stdout]     |
[INFO] [stdout] 662 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:670:32
[INFO] [stdout]     |
[INFO] [stdout] 670 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:679:32
[INFO] [stdout]     |
[INFO] [stdout] 679 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:688:32
[INFO] [stdout]     |
[INFO] [stdout] 688 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:696:32
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:705:32
[INFO] [stdout]     |
[INFO] [stdout] 705 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:714:32
[INFO] [stdout]     |
[INFO] [stdout] 714 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:729:32
[INFO] [stdout]     |
[INFO] [stdout] 729 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:738:32
[INFO] [stdout]     |
[INFO] [stdout] 738 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:746:32
[INFO] [stdout]     |
[INFO] [stdout] 746 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:757:32
[INFO] [stdout]     |
[INFO] [stdout] 757 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:767:32
[INFO] [stdout]     |
[INFO] [stdout] 767 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:775:32
[INFO] [stdout]     |
[INFO] [stdout] 775 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:783:32
[INFO] [stdout]     |
[INFO] [stdout] 783 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:793:32
[INFO] [stdout]     |
[INFO] [stdout] 793 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:803:32
[INFO] [stdout]     |
[INFO] [stdout] 803 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:850:32
[INFO] [stdout]     |
[INFO] [stdout] 850 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1302:32
[INFO] [stdout]      |
[INFO] [stdout] 1302 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1307:32
[INFO] [stdout]      |
[INFO] [stdout] 1307 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mpvr` (lib) due to 46 previous errors; 150 warnings emitted
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1316:32
[INFO] [stdout]      |
[INFO] [stdout] 1316 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1324:32
[INFO] [stdout]      |
[INFO] [stdout] 1324 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1329:32
[INFO] [stdout]      |
[INFO] [stdout] 1329 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1334:32
[INFO] [stdout]      |
[INFO] [stdout] 1334 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1343:32
[INFO] [stdout]      |
[INFO] [stdout] 1343 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1348:32
[INFO] [stdout]      |
[INFO] [stdout] 1348 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1358:32
[INFO] [stdout]      |
[INFO] [stdout] 1358 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1363:32
[INFO] [stdout]      |
[INFO] [stdout] 1363 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 45 previous errors; 150 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name
[INFO] [stdout]   --> src/bindgen/client.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 | 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: function `bindgen_test_layout___fsid_t` should have a snake case name
[INFO] [stdout]    --> src/bindgen/client.rs:184:4
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn bindgen_test_layout___fsid_t() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_fsid_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_SUCCESS` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:265:11
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub const mpv_error_MPV_ERROR_SUCCESS: mpv_error = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_SUCCESS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_EVENT_QUEUE_FULL` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:267:11
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub const mpv_error_MPV_ERROR_EVENT_QUEUE_FULL: mpv_error = -1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_EVENT_QUEUE_FULL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOMEM` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:269:11
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub const mpv_error_MPV_ERROR_NOMEM: mpv_error = -2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOMEM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNINITIALIZED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:271:11
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub const mpv_error_MPV_ERROR_UNINITIALIZED: mpv_error = -3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNINITIALIZED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_INVALID_PARAMETER` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:273:11
[INFO] [stdout]     |
[INFO] [stdout] 273 | pub const mpv_error_MPV_ERROR_INVALID_PARAMETER: mpv_error = -4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_INVALID_PARAMETER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_NOT_FOUND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:275:11
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub const mpv_error_MPV_ERROR_OPTION_NOT_FOUND: mpv_error = -5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:277:11
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub const mpv_error_MPV_ERROR_OPTION_FORMAT: mpv_error = -6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:279:11
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub const mpv_error_MPV_ERROR_OPTION_ERROR: mpv_error = -7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_NOT_FOUND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:281:11
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub const mpv_error_MPV_ERROR_PROPERTY_NOT_FOUND: mpv_error = -8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:283:11
[INFO] [stdout]     |
[INFO] [stdout] 283 | pub const mpv_error_MPV_ERROR_PROPERTY_FORMAT: mpv_error = -9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_UNAVAILABLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:285:11
[INFO] [stdout]     |
[INFO] [stdout] 285 | pub const mpv_error_MPV_ERROR_PROPERTY_UNAVAILABLE: mpv_error = -10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_UNAVAILABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:287:11
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub const mpv_error_MPV_ERROR_PROPERTY_ERROR: mpv_error = -11;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_COMMAND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:289:11
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub const mpv_error_MPV_ERROR_COMMAND: mpv_error = -12;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_COMMAND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_LOADING_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:291:11
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub const mpv_error_MPV_ERROR_LOADING_FAILED: mpv_error = -13;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_LOADING_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_AO_INIT_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:293:11
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub const mpv_error_MPV_ERROR_AO_INIT_FAILED: mpv_error = -14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_AO_INIT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_VO_INIT_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:295:11
[INFO] [stdout]     |
[INFO] [stdout] 295 | pub const mpv_error_MPV_ERROR_VO_INIT_FAILED: mpv_error = -15;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_VO_INIT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOTHING_TO_PLAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:297:11
[INFO] [stdout]     |
[INFO] [stdout] 297 | pub const mpv_error_MPV_ERROR_NOTHING_TO_PLAY: mpv_error = -16;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOTHING_TO_PLAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNKNOWN_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:299:11
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub const mpv_error_MPV_ERROR_UNKNOWN_FORMAT: mpv_error = -17;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNKNOWN_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNSUPPORTED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:301:11
[INFO] [stdout]     |
[INFO] [stdout] 301 | pub const mpv_error_MPV_ERROR_UNSUPPORTED: mpv_error = -18;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNSUPPORTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOT_IMPLEMENTED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:303:11
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub const mpv_error_MPV_ERROR_NOT_IMPLEMENTED: mpv_error = -19;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOT_IMPLEMENTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_GENERIC` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:305:11
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub const mpv_error_MPV_ERROR_GENERIC: mpv_error = -20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_GENERIC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:383:11
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub const mpv_format_MPV_FORMAT_NONE: mpv_format = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_STRING` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:385:11
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub const mpv_format_MPV_FORMAT_STRING: mpv_format = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_OSD_STRING` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:387:11
[INFO] [stdout]     |
[INFO] [stdout] 387 | pub const mpv_format_MPV_FORMAT_OSD_STRING: mpv_format = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_OSD_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_FLAG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:389:11
[INFO] [stdout]     |
[INFO] [stdout] 389 | pub const mpv_format_MPV_FORMAT_FLAG: mpv_format = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_FLAG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_INT64` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:391:11
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub const mpv_format_MPV_FORMAT_INT64: mpv_format = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_INT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_DOUBLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:393:11
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub const mpv_format_MPV_FORMAT_DOUBLE: mpv_format = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_DOUBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:395:11
[INFO] [stdout]     |
[INFO] [stdout] 395 | pub const mpv_format_MPV_FORMAT_NODE: mpv_format = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE_ARRAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:397:11
[INFO] [stdout]     |
[INFO] [stdout] 397 | pub const mpv_format_MPV_FORMAT_NODE_ARRAY: mpv_format = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE_MAP` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:399:11
[INFO] [stdout]     |
[INFO] [stdout] 399 | pub const mpv_format_MPV_FORMAT_NODE_MAP: mpv_format = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE_MAP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_BYTE_ARRAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:401:11
[INFO] [stdout]     |
[INFO] [stdout] 401 | pub const mpv_format_MPV_FORMAT_BYTE_ARRAY: mpv_format = 9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_BYTE_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_mpv_node__bindgen_ty_1` should have a snake case name
[INFO] [stdout]    --> src/bindgen/client.rs:428:4
[INFO] [stdout]     |
[INFO] [stdout] 428 | fn bindgen_test_layout_mpv_node__bindgen_ty_1() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_mpv_node_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:812:11
[INFO] [stdout]     |
[INFO] [stdout] 812 | pub const mpv_event_id_MPV_EVENT_NONE: mpv_event_id = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SHUTDOWN` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:814:11
[INFO] [stdout]     |
[INFO] [stdout] 814 | pub const mpv_event_id_MPV_EVENT_SHUTDOWN: mpv_event_id = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SHUTDOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_LOG_MESSAGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:816:11
[INFO] [stdout]     |
[INFO] [stdout] 816 | pub const mpv_event_id_MPV_EVENT_LOG_MESSAGE: mpv_event_id = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_LOG_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_GET_PROPERTY_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:818:11
[INFO] [stdout]     |
[INFO] [stdout] 818 | pub const mpv_event_id_MPV_EVENT_GET_PROPERTY_REPLY: mpv_event_id = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_GET_PROPERTY_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SET_PROPERTY_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:820:11
[INFO] [stdout]     |
[INFO] [stdout] 820 | pub const mpv_event_id_MPV_EVENT_SET_PROPERTY_REPLY: mpv_event_id = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SET_PROPERTY_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_COMMAND_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:822:11
[INFO] [stdout]     |
[INFO] [stdout] 822 | pub const mpv_event_id_MPV_EVENT_COMMAND_REPLY: mpv_event_id = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_COMMAND_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_START_FILE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:824:11
[INFO] [stdout]     |
[INFO] [stdout] 824 | pub const mpv_event_id_MPV_EVENT_START_FILE: mpv_event_id = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_START_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_END_FILE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:826:11
[INFO] [stdout]     |
[INFO] [stdout] 826 | pub const mpv_event_id_MPV_EVENT_END_FILE: mpv_event_id = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_END_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_FILE_LOADED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:828:11
[INFO] [stdout]     |
[INFO] [stdout] 828 | pub const mpv_event_id_MPV_EVENT_FILE_LOADED: mpv_event_id = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_FILE_LOADED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_IDLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:830:11
[INFO] [stdout]     |
[INFO] [stdout] 830 | pub const mpv_event_id_MPV_EVENT_IDLE: mpv_event_id = 11;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_IDLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_TICK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:832:11
[INFO] [stdout]     |
[INFO] [stdout] 832 | pub const mpv_event_id_MPV_EVENT_TICK: mpv_event_id = 14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_TICK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_CLIENT_MESSAGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:834:11
[INFO] [stdout]     |
[INFO] [stdout] 834 | pub const mpv_event_id_MPV_EVENT_CLIENT_MESSAGE: mpv_event_id = 16;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_CLIENT_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_VIDEO_RECONFIG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:836:11
[INFO] [stdout]     |
[INFO] [stdout] 836 | pub const mpv_event_id_MPV_EVENT_VIDEO_RECONFIG: mpv_event_id = 17;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_VIDEO_RECONFIG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_AUDIO_RECONFIG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:838:11
[INFO] [stdout]     |
[INFO] [stdout] 838 | pub const mpv_event_id_MPV_EVENT_AUDIO_RECONFIG: mpv_event_id = 18;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_AUDIO_RECONFIG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SEEK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:840:11
[INFO] [stdout]     |
[INFO] [stdout] 840 | pub const mpv_event_id_MPV_EVENT_SEEK: mpv_event_id = 20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SEEK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_PLAYBACK_RESTART` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:842:11
[INFO] [stdout]     |
[INFO] [stdout] 842 | pub const mpv_event_id_MPV_EVENT_PLAYBACK_RESTART: mpv_event_id = 21;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_PLAYBACK_RESTART`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_PROPERTY_CHANGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:844:11
[INFO] [stdout]     |
[INFO] [stdout] 844 | pub const mpv_event_id_MPV_EVENT_PROPERTY_CHANGE: mpv_event_id = 22;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_PROPERTY_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_QUEUE_OVERFLOW` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:846:11
[INFO] [stdout]     |
[INFO] [stdout] 846 | pub const mpv_event_id_MPV_EVENT_QUEUE_OVERFLOW: mpv_event_id = 24;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_QUEUE_OVERFLOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_HOOK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:848:11
[INFO] [stdout]     |
[INFO] [stdout] 848 | pub const mpv_event_id_MPV_EVENT_HOOK: mpv_event_id = 25;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_HOOK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:910:11
[INFO] [stdout]     |
[INFO] [stdout] 910 | pub const mpv_log_level_MPV_LOG_LEVEL_NONE: mpv_log_level = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_FATAL` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:912:11
[INFO] [stdout]     |
[INFO] [stdout] 912 | pub const mpv_log_level_MPV_LOG_LEVEL_FATAL: mpv_log_level = 10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_FATAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:914:11
[INFO] [stdout]     |
[INFO] [stdout] 914 | pub const mpv_log_level_MPV_LOG_LEVEL_ERROR: mpv_log_level = 20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_WARN` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:916:11
[INFO] [stdout]     |
[INFO] [stdout] 916 | pub const mpv_log_level_MPV_LOG_LEVEL_WARN: mpv_log_level = 30;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_WARN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_INFO` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:918:11
[INFO] [stdout]     |
[INFO] [stdout] 918 | pub const mpv_log_level_MPV_LOG_LEVEL_INFO: mpv_log_level = 40;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_INFO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_V` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:920:11
[INFO] [stdout]     |
[INFO] [stdout] 920 | pub const mpv_log_level_MPV_LOG_LEVEL_V: mpv_log_level = 50;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_V`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_DEBUG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:922:11
[INFO] [stdout]     |
[INFO] [stdout] 922 | pub const mpv_log_level_MPV_LOG_LEVEL_DEBUG: mpv_log_level = 60;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_DEBUG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_TRACE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:924:11
[INFO] [stdout]     |
[INFO] [stdout] 924 | pub const mpv_log_level_MPV_LOG_LEVEL_TRACE: mpv_log_level = 70;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_TRACE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_EOF` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:996:11
[INFO] [stdout]     |
[INFO] [stdout] 996 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_EOF: mpv_end_file_reason = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_EOF`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_STOP` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_STOP: mpv_end_file_reason = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_STOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_QUIT` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1000:11
[INFO] [stdout]      |
[INFO] [stdout] 1000 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_QUIT: mpv_end_file_reason = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_QUIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_ERROR` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1002:11
[INFO] [stdout]      |
[INFO] [stdout] 1002 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_ERROR: mpv_end_file_reason = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_REDIRECT` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1004:11
[INFO] [stdout]      |
[INFO] [stdout] 1004 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_REDIRECT: mpv_end_file_reason = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_REDIRECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:254:32
[INFO] [stdout]     |
[INFO] [stdout] 254 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:308:32
[INFO] [stdout]     |
[INFO] [stdout] 308 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:313:32
[INFO] [stdout]     |
[INFO] [stdout] 313 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:318:32
[INFO] [stdout]     |
[INFO] [stdout] 318 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:323:32
[INFO] [stdout]     |
[INFO] [stdout] 323 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:328:32
[INFO] [stdout]     |
[INFO] [stdout] 328 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:333:32
[INFO] [stdout]     |
[INFO] [stdout] 333 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:338:32
[INFO] [stdout]     |
[INFO] [stdout] 338 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:343:32
[INFO] [stdout]     |
[INFO] [stdout] 343 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:348:32
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:356:32
[INFO] [stdout]     |
[INFO] [stdout] 356 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:364:32
[INFO] [stdout]     |
[INFO] [stdout] 364 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:372:32
[INFO] [stdout]     |
[INFO] [stdout] 372 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:377:32
[INFO] [stdout]     |
[INFO] [stdout] 377 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:638:32
[INFO] [stdout]     |
[INFO] [stdout] 638 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:643:32
[INFO] [stdout]     |
[INFO] [stdout] 643 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:653:32
[INFO] [stdout]     |
[INFO] [stdout] 653 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:662:32
[INFO] [stdout]     |
[INFO] [stdout] 662 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:670:32
[INFO] [stdout]     |
[INFO] [stdout] 670 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:679:32
[INFO] [stdout]     |
[INFO] [stdout] 679 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:688:32
[INFO] [stdout]     |
[INFO] [stdout] 688 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:696:32
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:705:32
[INFO] [stdout]     |
[INFO] [stdout] 705 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:714:32
[INFO] [stdout]     |
[INFO] [stdout] 714 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:729:32
[INFO] [stdout]     |
[INFO] [stdout] 729 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:738:32
[INFO] [stdout]     |
[INFO] [stdout] 738 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:746:32
[INFO] [stdout]     |
[INFO] [stdout] 746 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:757:32
[INFO] [stdout]     |
[INFO] [stdout] 757 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:767:32
[INFO] [stdout]     |
[INFO] [stdout] 767 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:775:32
[INFO] [stdout]     |
[INFO] [stdout] 775 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:783:32
[INFO] [stdout]     |
[INFO] [stdout] 783 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:793:32
[INFO] [stdout]     |
[INFO] [stdout] 793 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:803:32
[INFO] [stdout]     |
[INFO] [stdout] 803 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:850:32
[INFO] [stdout]     |
[INFO] [stdout] 850 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1302:32
[INFO] [stdout]      |
[INFO] [stdout] 1302 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1307:32
[INFO] [stdout]      |
[INFO] [stdout] 1307 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1316:32
[INFO] [stdout]      |
[INFO] [stdout] 1316 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1324:32
[INFO] [stdout]      |
[INFO] [stdout] 1324 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1329:32
[INFO] [stdout]      |
[INFO] [stdout] 1329 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1334:32
[INFO] [stdout]      |
[INFO] [stdout] 1334 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1343:32
[INFO] [stdout]      |
[INFO] [stdout] 1343 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1348:32
[INFO] [stdout]      |
[INFO] [stdout] 1348 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1358:32
[INFO] [stdout]      |
[INFO] [stdout] 1358 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1363:32
[INFO] [stdout]      |
[INFO] [stdout] 1363 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 45 previous errors; 152 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mpvr` (lib test) due to 46 previous errors; 152 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "258e86d7e4b0ae5c750312f300b671c3aed9b27cd32d4289609a2896538332a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "258e86d7e4b0ae5c750312f300b671c3aed9b27cd32d4289609a2896538332a0", kill_on_drop: false }`
[INFO] [stdout] 258e86d7e4b0ae5c750312f300b671c3aed9b27cd32d4289609a2896538332a0
[INFO] checking mpvr-0.1.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate mpvr 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate mpvr 0.1.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mpvr 0.1.0
[INFO] finished tweaking crates.io crate mpvr 0.1.0
[INFO] tweaked toml for crates.io crate mpvr 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate mpvr 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b22ca48c0fac46512191a35d77af4ec4f4d114841645f9e0980c88e60ceef35d
[INFO] running `Command { std: "docker" "start" "-a" "b22ca48c0fac46512191a35d77af4ec4f4d114841645f9e0980c88e60ceef35d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b22ca48c0fac46512191a35d77af4ec4f4d114841645f9e0980c88e60ceef35d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b22ca48c0fac46512191a35d77af4ec4f4d114841645f9e0980c88e60ceef35d", kill_on_drop: false }`
[INFO] [stdout] b22ca48c0fac46512191a35d77af4ec4f4d114841645f9e0980c88e60ceef35d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fdeeb017db728729b51be2f0365bf230cdec53149a95ca9a4f667049ef74510d
[INFO] running `Command { std: "docker" "start" "-a" "fdeeb017db728729b51be2f0365bf230cdec53149a95ca9a4f667049ef74510d", kill_on_drop: false }`
[INFO] [stderr]     Checking mpvr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `wchar_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `WcharT`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_char` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:144:10
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub type __u_char = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `UChar`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_short` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub type __u_short = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UShort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_int` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub type __u_int = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_long` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub type __u_long = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ULong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:148:10
[INFO] [stdout]     |
[INFO] [stdout] 148 | pub type __int8_t = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:149:10
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub type __uint8_t = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:150:10
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub type __int16_t = ::std::os::raw::c_short;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:151:10
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub type __uint16_t = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub type __int32_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub type __uint32_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:154:10
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub type __int64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:155:10
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub type __uint64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:156:10
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub type __int_least8_t = __int8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:157:10
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub type __uint_least8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:158:10
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub type __int_least16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:159:10
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub type __uint_least16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub type __int_least32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:161:10
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub type __uint_least32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub type __int_least64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:163:10
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:164:10
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub type __quad_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `QuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:165:10
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub type __u_quad_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:166:10
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub type __intmax_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uintmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:167:10
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub type __uintmax_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__dev_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:168:10
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub type __dev_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `DevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:169:10
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub type __uid_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__gid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:170:10
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub type __gid_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `GidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub type __ino_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `InoT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub type __ino64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:173:10
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub type __mode_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:174:10
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub type __nlink_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub type __off_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:176:10
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub type __off64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:177:10
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub type __pid_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clock_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub type __clock_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type __rlim_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:210:10
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub type __rlim64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__id_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:211:10
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub type __id_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `IdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub type __time_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:213:10
[INFO] [stdout]     |
[INFO] [stdout] 213 | pub type __useconds_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:214:10
[INFO] [stdout]     |
[INFO] [stdout] 214 | 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]    --> src/bindgen/client.rs:215:10
[INFO] [stdout]     |
[INFO] [stdout] 215 | 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]    --> src/bindgen/client.rs:216:10
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub type __daddr_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `DaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__key_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:217:10
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub type __key_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `KeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:218:10
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub type __clockid_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__timer_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:219:10
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub type __timer_t = *mut ::std::os::raw::c_void;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:220:10
[INFO] [stdout]     |
[INFO] [stdout] 220 | pub type __blksize_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:221:10
[INFO] [stdout]     |
[INFO] [stdout] 221 | pub type __blkcnt_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:222:10
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub type __blkcnt64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:223:10
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub type __fsblkcnt_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsblkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:224:10
[INFO] [stdout]     |
[INFO] [stdout] 224 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:225:10
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:226:10
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:227:10
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub type __fsword_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub type __ssize_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:229:10
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub type __syscall_slong_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__loff_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub type __loff_t = __off64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub type __caddr_t = *mut ::std::os::raw::c_char;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:233:10
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub type __intptr_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:234:10
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub type __socklen_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:235:10
[INFO] [stdout]     |
[INFO] [stdout] 235 | pub type __sig_atomic_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:236:10
[INFO] [stdout]     |
[INFO] [stdout] 236 | pub type int_least8_t = __int_least8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:237:10
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub type int_least16_t = __int_least16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:238:10
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub type int_least32_t = __int_least32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:239:10
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub type int_least64_t = __int_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:240:10
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub type uint_least8_t = __uint_least8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:241:10
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub type uint_least16_t = __uint_least16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 | pub type uint_least32_t = __uint_least32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:243:10
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 244 | pub type int_fast8_t = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:245:10
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub type int_fast16_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub type int_fast32_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:247:10
[INFO] [stdout]     |
[INFO] [stdout] 247 | pub type int_fast64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:248:10
[INFO] [stdout]     |
[INFO] [stdout] 248 | pub type uint_fast8_t = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:249:10
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub type uint_fast16_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:250:10
[INFO] [stdout]     |
[INFO] [stdout] 250 | 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 `wchar_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `WcharT`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:251:10
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub type uint_fast64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:252:10
[INFO] [stdout]     |
[INFO] [stdout] 252 | 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 `__u_char` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:144:10
[INFO] [stdout]     |
[INFO] [stdout] 144 | 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 `uintmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 | 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 `mpv_error` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:307:10
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub type mpv_error = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `MpvError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_short` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub type __u_short = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `UShort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_int` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:146:10
[INFO] [stdout]     |
[INFO] [stdout] 146 | 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 `mpv_format` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:403:10
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub type mpv_format = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_long` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub type __u_long = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ULong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:148:10
[INFO] [stdout]     |
[INFO] [stdout] 148 | 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 `mpv_event_id` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:849:10
[INFO] [stdout]     |
[INFO] [stdout] 849 | pub type mpv_event_id = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvEventId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:149:10
[INFO] [stdout]     |
[INFO] [stdout] 149 | 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 `mpv_log_level` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:926:10
[INFO] [stdout]     |
[INFO] [stdout] 926 | pub type mpv_log_level = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvLogLevel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:150:10
[INFO] [stdout]     |
[INFO] [stdout] 150 | 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 `mpv_end_file_reason` should have an upper camel case name
[INFO] [stdout]     --> src/bindgen/client.rs:1006:10
[INFO] [stdout]      |
[INFO] [stdout] 1006 | pub type mpv_end_file_reason = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvEndFileReason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:151:10
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub type __uint16_t = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:152:10
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub type __int32_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub type __uint32_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:154:10
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub type __int64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:155:10
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub type __uint64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:156:10
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub type __int_least8_t = __int8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:157:10
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub type __uint_least8_t = __uint8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:158:10
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub type __int_least16_t = __int16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:159:10
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub type __uint_least16_t = __uint16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub type __int_least32_t = __int32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:161:10
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub type __uint_least32_t = __uint32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub type __int_least64_t = __int64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:163:10
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub type __uint_least64_t = __uint64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:164:10
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub type __quad_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `QuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__u_quad_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:165:10
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub type __u_quad_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:166:10
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub type __intmax_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uintmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:167:10
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub type __uintmax_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__dev_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:168:10
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub type __dev_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `DevT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__uid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:169:10
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub type __uid_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `UidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__gid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:170:10
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub type __gid_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `GidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub type __ino_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `InoT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub type __ino64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__mode_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:173:10
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub type __mode_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:174:10
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub type __nlink_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub type __off_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `OffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__off64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:176:10
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub type __off64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__pid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:177:10
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub type __pid_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `PidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clock_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub type __clock_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type __rlim_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:210:10
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub type __rlim64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__id_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:211:10
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub type __id_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `IdT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__time_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub type __time_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:213:10
[INFO] [stdout]     |
[INFO] [stdout] 213 | pub type __useconds_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:214:10
[INFO] [stdout]     |
[INFO] [stdout] 214 | 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]    --> src/bindgen/client.rs:215:10
[INFO] [stdout]     |
[INFO] [stdout] 215 | 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]    --> src/bindgen/client.rs:216:10
[INFO] [stdout]     |
[INFO] [stdout] 216 | pub type __daddr_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `DaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__key_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:217:10
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub type __key_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `KeyT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:218:10
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub type __clockid_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__timer_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:219:10
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub type __timer_t = *mut ::std::os::raw::c_void;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:220:10
[INFO] [stdout]     |
[INFO] [stdout] 220 | pub type __blksize_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:221:10
[INFO] [stdout]     |
[INFO] [stdout] 221 | pub type __blkcnt_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:222:10
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub type __blkcnt64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:223:10
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub type __fsblkcnt_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsblkcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:224:10
[INFO] [stdout]     |
[INFO] [stdout] 224 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:225:10
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:226:10
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:227:10
[INFO] [stdout]     |
[INFO] [stdout] 227 | pub type __fsword_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub type __ssize_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:229:10
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub type __syscall_slong_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__loff_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub type __loff_t = __off64_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub type __caddr_t = *mut ::std::os::raw::c_char;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:233:10
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub type __intptr_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:234:10
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub type __socklen_t = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:235:10
[INFO] [stdout]     |
[INFO] [stdout] 235 | pub type __sig_atomic_t = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:236:10
[INFO] [stdout]     |
[INFO] [stdout] 236 | pub type int_least8_t = __int_least8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:237:10
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub type int_least16_t = __int_least16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:238:10
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub type int_least32_t = __int_least32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:239:10
[INFO] [stdout]     |
[INFO] [stdout] 239 | pub type int_least64_t = __int_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:240:10
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub type uint_least8_t = __uint_least8_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:241:10
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub type uint_least16_t = __uint_least16_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 | pub type uint_least32_t = __uint_least32_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:243:10
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub type uint_least64_t = __uint_least64_t;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 244 | pub type int_fast8_t = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:245:10
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub type int_fast16_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub type int_fast32_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:247:10
[INFO] [stdout]     |
[INFO] [stdout] 247 | pub type int_fast64_t = ::std::os::raw::c_long;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:248:10
[INFO] [stdout]     |
[INFO] [stdout] 248 | pub type uint_fast8_t = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:249:10
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub type uint_fast16_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:250:10
[INFO] [stdout]     |
[INFO] [stdout] 250 | pub type uint_fast32_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:251:10
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub type uint_fast64_t = ::std::os::raw::c_ulong;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `intmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:252:10
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub type intmax_t = __intmax_t;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 | 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 `mpv_error` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:307:10
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub type mpv_error = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `MpvError`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_format` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:403:10
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub type mpv_format = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_event_id` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:849:10
[INFO] [stdout]     |
[INFO] [stdout] 849 | pub type mpv_event_id = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvEventId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_log_level` should have an upper camel case name
[INFO] [stdout]    --> src/bindgen/client.rs:926:10
[INFO] [stdout]     |
[INFO] [stdout] 926 | pub type mpv_log_level = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvLogLevel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `mpv_end_file_reason` should have an upper camel case name
[INFO] [stdout]     --> src/bindgen/client.rs:1006:10
[INFO] [stdout]      |
[INFO] [stdout] 1006 | pub type mpv_end_file_reason = ::std::os::raw::c_uint;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MpvEndFileReason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name
[INFO] [stdout]   --> src/bindgen/client.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 | 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 `mpv_error_MPV_ERROR_SUCCESS` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:265:11
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub const mpv_error_MPV_ERROR_SUCCESS: mpv_error = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_SUCCESS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_EVENT_QUEUE_FULL` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:267:11
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub const mpv_error_MPV_ERROR_EVENT_QUEUE_FULL: mpv_error = -1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_EVENT_QUEUE_FULL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOMEM` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:269:11
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub const mpv_error_MPV_ERROR_NOMEM: mpv_error = -2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOMEM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNINITIALIZED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:271:11
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub const mpv_error_MPV_ERROR_UNINITIALIZED: mpv_error = -3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNINITIALIZED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_INVALID_PARAMETER` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:273:11
[INFO] [stdout]     |
[INFO] [stdout] 273 | pub const mpv_error_MPV_ERROR_INVALID_PARAMETER: mpv_error = -4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_INVALID_PARAMETER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_NOT_FOUND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:275:11
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub const mpv_error_MPV_ERROR_OPTION_NOT_FOUND: mpv_error = -5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:277:11
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub const mpv_error_MPV_ERROR_OPTION_FORMAT: mpv_error = -6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:279:11
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub const mpv_error_MPV_ERROR_OPTION_ERROR: mpv_error = -7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_NOT_FOUND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:281:11
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub const mpv_error_MPV_ERROR_PROPERTY_NOT_FOUND: mpv_error = -8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:283:11
[INFO] [stdout]     |
[INFO] [stdout] 283 | pub const mpv_error_MPV_ERROR_PROPERTY_FORMAT: mpv_error = -9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_UNAVAILABLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:285:11
[INFO] [stdout]     |
[INFO] [stdout] 285 | pub const mpv_error_MPV_ERROR_PROPERTY_UNAVAILABLE: mpv_error = -10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_UNAVAILABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:287:11
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub const mpv_error_MPV_ERROR_PROPERTY_ERROR: mpv_error = -11;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_COMMAND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:289:11
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub const mpv_error_MPV_ERROR_COMMAND: mpv_error = -12;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_COMMAND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_LOADING_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:291:11
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub const mpv_error_MPV_ERROR_LOADING_FAILED: mpv_error = -13;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_LOADING_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_AO_INIT_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:293:11
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub const mpv_error_MPV_ERROR_AO_INIT_FAILED: mpv_error = -14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_AO_INIT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_VO_INIT_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:295:11
[INFO] [stdout]     |
[INFO] [stdout] 295 | pub const mpv_error_MPV_ERROR_VO_INIT_FAILED: mpv_error = -15;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_VO_INIT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOTHING_TO_PLAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:297:11
[INFO] [stdout]     |
[INFO] [stdout] 297 | pub const mpv_error_MPV_ERROR_NOTHING_TO_PLAY: mpv_error = -16;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOTHING_TO_PLAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNKNOWN_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:299:11
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub const mpv_error_MPV_ERROR_UNKNOWN_FORMAT: mpv_error = -17;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNKNOWN_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNSUPPORTED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:301:11
[INFO] [stdout]     |
[INFO] [stdout] 301 | pub const mpv_error_MPV_ERROR_UNSUPPORTED: mpv_error = -18;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNSUPPORTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOT_IMPLEMENTED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:303:11
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub const mpv_error_MPV_ERROR_NOT_IMPLEMENTED: mpv_error = -19;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOT_IMPLEMENTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_GENERIC` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:305:11
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub const mpv_error_MPV_ERROR_GENERIC: mpv_error = -20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_GENERIC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:383:11
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub const mpv_format_MPV_FORMAT_NONE: mpv_format = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_STRING` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:385:11
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub const mpv_format_MPV_FORMAT_STRING: mpv_format = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_OSD_STRING` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:387:11
[INFO] [stdout]     |
[INFO] [stdout] 387 | pub const mpv_format_MPV_FORMAT_OSD_STRING: mpv_format = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_OSD_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_FLAG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:389:11
[INFO] [stdout]     |
[INFO] [stdout] 389 | pub const mpv_format_MPV_FORMAT_FLAG: mpv_format = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_FLAG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_INT64` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:391:11
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub const mpv_format_MPV_FORMAT_INT64: mpv_format = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_INT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_DOUBLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:393:11
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub const mpv_format_MPV_FORMAT_DOUBLE: mpv_format = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_DOUBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:395:11
[INFO] [stdout]     |
[INFO] [stdout] 395 | pub const mpv_format_MPV_FORMAT_NODE: mpv_format = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE_ARRAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:397:11
[INFO] [stdout]     |
[INFO] [stdout] 397 | pub const mpv_format_MPV_FORMAT_NODE_ARRAY: mpv_format = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE_MAP` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:399:11
[INFO] [stdout]     |
[INFO] [stdout] 399 | pub const mpv_format_MPV_FORMAT_NODE_MAP: mpv_format = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE_MAP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_BYTE_ARRAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:401:11
[INFO] [stdout]     |
[INFO] [stdout] 401 | pub const mpv_format_MPV_FORMAT_BYTE_ARRAY: mpv_format = 9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_BYTE_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:812:11
[INFO] [stdout]     |
[INFO] [stdout] 812 | pub const mpv_event_id_MPV_EVENT_NONE: mpv_event_id = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SHUTDOWN` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:814:11
[INFO] [stdout]     |
[INFO] [stdout] 814 | pub const mpv_event_id_MPV_EVENT_SHUTDOWN: mpv_event_id = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SHUTDOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_LOG_MESSAGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:816:11
[INFO] [stdout]     |
[INFO] [stdout] 816 | pub const mpv_event_id_MPV_EVENT_LOG_MESSAGE: mpv_event_id = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_LOG_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_GET_PROPERTY_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:818:11
[INFO] [stdout]     |
[INFO] [stdout] 818 | pub const mpv_event_id_MPV_EVENT_GET_PROPERTY_REPLY: mpv_event_id = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_GET_PROPERTY_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SET_PROPERTY_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:820:11
[INFO] [stdout]     |
[INFO] [stdout] 820 | pub const mpv_event_id_MPV_EVENT_SET_PROPERTY_REPLY: mpv_event_id = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SET_PROPERTY_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_COMMAND_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:822:11
[INFO] [stdout]     |
[INFO] [stdout] 822 | pub const mpv_event_id_MPV_EVENT_COMMAND_REPLY: mpv_event_id = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_COMMAND_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_START_FILE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:824:11
[INFO] [stdout]     |
[INFO] [stdout] 824 | pub const mpv_event_id_MPV_EVENT_START_FILE: mpv_event_id = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_START_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_END_FILE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:826:11
[INFO] [stdout]     |
[INFO] [stdout] 826 | pub const mpv_event_id_MPV_EVENT_END_FILE: mpv_event_id = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_END_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_FILE_LOADED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:828:11
[INFO] [stdout]     |
[INFO] [stdout] 828 | pub const mpv_event_id_MPV_EVENT_FILE_LOADED: mpv_event_id = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_FILE_LOADED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_IDLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:830:11
[INFO] [stdout]     |
[INFO] [stdout] 830 | pub const mpv_event_id_MPV_EVENT_IDLE: mpv_event_id = 11;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_IDLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_TICK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:832:11
[INFO] [stdout]     |
[INFO] [stdout] 832 | pub const mpv_event_id_MPV_EVENT_TICK: mpv_event_id = 14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_TICK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_CLIENT_MESSAGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:834:11
[INFO] [stdout]     |
[INFO] [stdout] 834 | pub const mpv_event_id_MPV_EVENT_CLIENT_MESSAGE: mpv_event_id = 16;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_CLIENT_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_VIDEO_RECONFIG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:836:11
[INFO] [stdout]     |
[INFO] [stdout] 836 | pub const mpv_event_id_MPV_EVENT_VIDEO_RECONFIG: mpv_event_id = 17;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_VIDEO_RECONFIG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_AUDIO_RECONFIG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:838:11
[INFO] [stdout]     |
[INFO] [stdout] 838 | pub const mpv_event_id_MPV_EVENT_AUDIO_RECONFIG: mpv_event_id = 18;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_AUDIO_RECONFIG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SEEK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:840:11
[INFO] [stdout]     |
[INFO] [stdout] 840 | pub const mpv_event_id_MPV_EVENT_SEEK: mpv_event_id = 20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SEEK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_PLAYBACK_RESTART` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:842:11
[INFO] [stdout]     |
[INFO] [stdout] 842 | pub const mpv_event_id_MPV_EVENT_PLAYBACK_RESTART: mpv_event_id = 21;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_PLAYBACK_RESTART`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_PROPERTY_CHANGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:844:11
[INFO] [stdout]     |
[INFO] [stdout] 844 | pub const mpv_event_id_MPV_EVENT_PROPERTY_CHANGE: mpv_event_id = 22;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_PROPERTY_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_QUEUE_OVERFLOW` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:846:11
[INFO] [stdout]     |
[INFO] [stdout] 846 | pub const mpv_event_id_MPV_EVENT_QUEUE_OVERFLOW: mpv_event_id = 24;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_QUEUE_OVERFLOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_HOOK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:848:11
[INFO] [stdout]     |
[INFO] [stdout] 848 | pub const mpv_event_id_MPV_EVENT_HOOK: mpv_event_id = 25;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_HOOK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:910:11
[INFO] [stdout]     |
[INFO] [stdout] 910 | pub const mpv_log_level_MPV_LOG_LEVEL_NONE: mpv_log_level = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_FATAL` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:912:11
[INFO] [stdout]     |
[INFO] [stdout] 912 | pub const mpv_log_level_MPV_LOG_LEVEL_FATAL: mpv_log_level = 10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_FATAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:914:11
[INFO] [stdout]     |
[INFO] [stdout] 914 | pub const mpv_log_level_MPV_LOG_LEVEL_ERROR: mpv_log_level = 20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_WARN` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:916:11
[INFO] [stdout]     |
[INFO] [stdout] 916 | pub const mpv_log_level_MPV_LOG_LEVEL_WARN: mpv_log_level = 30;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_WARN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_INFO` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:918:11
[INFO] [stdout]     |
[INFO] [stdout] 918 | pub const mpv_log_level_MPV_LOG_LEVEL_INFO: mpv_log_level = 40;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_INFO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_V` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:920:11
[INFO] [stdout]     |
[INFO] [stdout] 920 | pub const mpv_log_level_MPV_LOG_LEVEL_V: mpv_log_level = 50;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_V`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_DEBUG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:922:11
[INFO] [stdout]     |
[INFO] [stdout] 922 | pub const mpv_log_level_MPV_LOG_LEVEL_DEBUG: mpv_log_level = 60;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_DEBUG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_TRACE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:924:11
[INFO] [stdout]     |
[INFO] [stdout] 924 | pub const mpv_log_level_MPV_LOG_LEVEL_TRACE: mpv_log_level = 70;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_TRACE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_EOF` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:996:11
[INFO] [stdout]     |
[INFO] [stdout] 996 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_EOF: mpv_end_file_reason = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_EOF`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_STOP` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_STOP: mpv_end_file_reason = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_STOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_QUIT` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1000:11
[INFO] [stdout]      |
[INFO] [stdout] 1000 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_QUIT: mpv_end_file_reason = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_QUIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_ERROR` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1002:11
[INFO] [stdout]      |
[INFO] [stdout] 1002 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_ERROR: mpv_end_file_reason = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_REDIRECT` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1004:11
[INFO] [stdout]      |
[INFO] [stdout] 1004 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_REDIRECT: mpv_end_file_reason = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_REDIRECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:254:32
[INFO] [stdout]     |
[INFO] [stdout] 254 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:308:32
[INFO] [stdout]     |
[INFO] [stdout] 308 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:313:32
[INFO] [stdout]     |
[INFO] [stdout] 313 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:318:32
[INFO] [stdout]     |
[INFO] [stdout] 318 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:323:32
[INFO] [stdout]     |
[INFO] [stdout] 323 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:328:32
[INFO] [stdout]     |
[INFO] [stdout] 328 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:333:32
[INFO] [stdout]     |
[INFO] [stdout] 333 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:338:32
[INFO] [stdout]     |
[INFO] [stdout] 338 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:343:32
[INFO] [stdout]     |
[INFO] [stdout] 343 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:348:32
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:356:32
[INFO] [stdout]     |
[INFO] [stdout] 356 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:364:32
[INFO] [stdout]     |
[INFO] [stdout] 364 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:372:32
[INFO] [stdout]     |
[INFO] [stdout] 372 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:377:32
[INFO] [stdout]     |
[INFO] [stdout] 377 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:638:32
[INFO] [stdout]     |
[INFO] [stdout] 638 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:643:32
[INFO] [stdout]     |
[INFO] [stdout] 643 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:653:32
[INFO] [stdout]     |
[INFO] [stdout] 653 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:662:32
[INFO] [stdout]     |
[INFO] [stdout] 662 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:670:32
[INFO] [stdout]     |
[INFO] [stdout] 670 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:679:32
[INFO] [stdout]     |
[INFO] [stdout] 679 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:688:32
[INFO] [stdout]     |
[INFO] [stdout] 688 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:696:32
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:705:32
[INFO] [stdout]     |
[INFO] [stdout] 705 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:714:32
[INFO] [stdout]     |
[INFO] [stdout] 714 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:729:32
[INFO] [stdout]     |
[INFO] [stdout] 729 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:738:32
[INFO] [stdout]     |
[INFO] [stdout] 738 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:746:32
[INFO] [stdout]     |
[INFO] [stdout] 746 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:757:32
[INFO] [stdout]     |
[INFO] [stdout] 757 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:767:32
[INFO] [stdout]     |
[INFO] [stdout] 767 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:775:32
[INFO] [stdout]     |
[INFO] [stdout] 775 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:783:32
[INFO] [stdout]     |
[INFO] [stdout] 783 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:793:32
[INFO] [stdout]     |
[INFO] [stdout] 793 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:803:32
[INFO] [stdout]     |
[INFO] [stdout] 803 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:850:32
[INFO] [stdout]     |
[INFO] [stdout] 850 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1302:32
[INFO] [stdout]      |
[INFO] [stdout] 1302 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1307:32
[INFO] [stdout]      |
[INFO] [stdout] 1307 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1316:32
[INFO] [stdout]      |
[INFO] [stdout] 1316 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1324:32
[INFO] [stdout]      |
[INFO] [stdout] 1324 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1329:32
[INFO] [stdout]      |
[INFO] [stdout] 1329 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1334:32
[INFO] [stdout]      |
[INFO] [stdout] 1334 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1343:32
[INFO] [stdout]      |
[INFO] [stdout] 1343 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1348:32
[INFO] [stdout]      |
[INFO] [stdout] 1348 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1358:32
[INFO] [stdout]      |
[INFO] [stdout] 1358 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1363:32
[INFO] [stdout]      |
[INFO] [stdout] 1363 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 45 previous errors; 150 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mpvr` (lib) due to 46 previous errors; 150 warnings emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name
[INFO] [stdout]   --> src/bindgen/client.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 | 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: function `bindgen_test_layout___fsid_t` should have a snake case name
[INFO] [stdout]    --> src/bindgen/client.rs:184:4
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn bindgen_test_layout___fsid_t() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_fsid_t`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_SUCCESS` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:265:11
[INFO] [stdout]     |
[INFO] [stdout] 265 | pub const mpv_error_MPV_ERROR_SUCCESS: mpv_error = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_SUCCESS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_EVENT_QUEUE_FULL` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:267:11
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub const mpv_error_MPV_ERROR_EVENT_QUEUE_FULL: mpv_error = -1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_EVENT_QUEUE_FULL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOMEM` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:269:11
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub const mpv_error_MPV_ERROR_NOMEM: mpv_error = -2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOMEM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNINITIALIZED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:271:11
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub const mpv_error_MPV_ERROR_UNINITIALIZED: mpv_error = -3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNINITIALIZED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_INVALID_PARAMETER` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:273:11
[INFO] [stdout]     |
[INFO] [stdout] 273 | pub const mpv_error_MPV_ERROR_INVALID_PARAMETER: mpv_error = -4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_INVALID_PARAMETER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_NOT_FOUND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:275:11
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub const mpv_error_MPV_ERROR_OPTION_NOT_FOUND: mpv_error = -5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:277:11
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub const mpv_error_MPV_ERROR_OPTION_FORMAT: mpv_error = -6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_OPTION_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:279:11
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub const mpv_error_MPV_ERROR_OPTION_ERROR: mpv_error = -7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_OPTION_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_NOT_FOUND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:281:11
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub const mpv_error_MPV_ERROR_PROPERTY_NOT_FOUND: mpv_error = -8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_NOT_FOUND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:283:11
[INFO] [stdout]     |
[INFO] [stdout] 283 | pub const mpv_error_MPV_ERROR_PROPERTY_FORMAT: mpv_error = -9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_UNAVAILABLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:285:11
[INFO] [stdout]     |
[INFO] [stdout] 285 | pub const mpv_error_MPV_ERROR_PROPERTY_UNAVAILABLE: mpv_error = -10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_UNAVAILABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_PROPERTY_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:287:11
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub const mpv_error_MPV_ERROR_PROPERTY_ERROR: mpv_error = -11;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_PROPERTY_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_COMMAND` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:289:11
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub const mpv_error_MPV_ERROR_COMMAND: mpv_error = -12;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_COMMAND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_LOADING_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:291:11
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub const mpv_error_MPV_ERROR_LOADING_FAILED: mpv_error = -13;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_LOADING_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_AO_INIT_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:293:11
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub const mpv_error_MPV_ERROR_AO_INIT_FAILED: mpv_error = -14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_AO_INIT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_VO_INIT_FAILED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:295:11
[INFO] [stdout]     |
[INFO] [stdout] 295 | pub const mpv_error_MPV_ERROR_VO_INIT_FAILED: mpv_error = -15;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_VO_INIT_FAILED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOTHING_TO_PLAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:297:11
[INFO] [stdout]     |
[INFO] [stdout] 297 | pub const mpv_error_MPV_ERROR_NOTHING_TO_PLAY: mpv_error = -16;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOTHING_TO_PLAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNKNOWN_FORMAT` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:299:11
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub const mpv_error_MPV_ERROR_UNKNOWN_FORMAT: mpv_error = -17;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNKNOWN_FORMAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_UNSUPPORTED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:301:11
[INFO] [stdout]     |
[INFO] [stdout] 301 | pub const mpv_error_MPV_ERROR_UNSUPPORTED: mpv_error = -18;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_UNSUPPORTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_NOT_IMPLEMENTED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:303:11
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub const mpv_error_MPV_ERROR_NOT_IMPLEMENTED: mpv_error = -19;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_NOT_IMPLEMENTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_error_MPV_ERROR_GENERIC` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:305:11
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub const mpv_error_MPV_ERROR_GENERIC: mpv_error = -20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_ERROR_MPV_ERROR_GENERIC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:383:11
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub const mpv_format_MPV_FORMAT_NONE: mpv_format = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_STRING` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:385:11
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub const mpv_format_MPV_FORMAT_STRING: mpv_format = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_OSD_STRING` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:387:11
[INFO] [stdout]     |
[INFO] [stdout] 387 | pub const mpv_format_MPV_FORMAT_OSD_STRING: mpv_format = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_OSD_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_FLAG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:389:11
[INFO] [stdout]     |
[INFO] [stdout] 389 | pub const mpv_format_MPV_FORMAT_FLAG: mpv_format = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_FLAG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_INT64` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:391:11
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub const mpv_format_MPV_FORMAT_INT64: mpv_format = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_INT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_DOUBLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:393:11
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub const mpv_format_MPV_FORMAT_DOUBLE: mpv_format = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_DOUBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:395:11
[INFO] [stdout]     |
[INFO] [stdout] 395 | pub const mpv_format_MPV_FORMAT_NODE: mpv_format = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE_ARRAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:397:11
[INFO] [stdout]     |
[INFO] [stdout] 397 | pub const mpv_format_MPV_FORMAT_NODE_ARRAY: mpv_format = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_NODE_MAP` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:399:11
[INFO] [stdout]     |
[INFO] [stdout] 399 | pub const mpv_format_MPV_FORMAT_NODE_MAP: mpv_format = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_NODE_MAP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_format_MPV_FORMAT_BYTE_ARRAY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:401:11
[INFO] [stdout]     |
[INFO] [stdout] 401 | pub const mpv_format_MPV_FORMAT_BYTE_ARRAY: mpv_format = 9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_FORMAT_MPV_FORMAT_BYTE_ARRAY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_mpv_node__bindgen_ty_1` should have a snake case name
[INFO] [stdout]    --> src/bindgen/client.rs:428:4
[INFO] [stdout]     |
[INFO] [stdout] 428 | fn bindgen_test_layout_mpv_node__bindgen_ty_1() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_mpv_node_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:812:11
[INFO] [stdout]     |
[INFO] [stdout] 812 | pub const mpv_event_id_MPV_EVENT_NONE: mpv_event_id = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SHUTDOWN` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:814:11
[INFO] [stdout]     |
[INFO] [stdout] 814 | pub const mpv_event_id_MPV_EVENT_SHUTDOWN: mpv_event_id = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SHUTDOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_LOG_MESSAGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:816:11
[INFO] [stdout]     |
[INFO] [stdout] 816 | pub const mpv_event_id_MPV_EVENT_LOG_MESSAGE: mpv_event_id = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_LOG_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_GET_PROPERTY_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:818:11
[INFO] [stdout]     |
[INFO] [stdout] 818 | pub const mpv_event_id_MPV_EVENT_GET_PROPERTY_REPLY: mpv_event_id = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_GET_PROPERTY_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SET_PROPERTY_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:820:11
[INFO] [stdout]     |
[INFO] [stdout] 820 | pub const mpv_event_id_MPV_EVENT_SET_PROPERTY_REPLY: mpv_event_id = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SET_PROPERTY_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_COMMAND_REPLY` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:822:11
[INFO] [stdout]     |
[INFO] [stdout] 822 | pub const mpv_event_id_MPV_EVENT_COMMAND_REPLY: mpv_event_id = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_COMMAND_REPLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_START_FILE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:824:11
[INFO] [stdout]     |
[INFO] [stdout] 824 | pub const mpv_event_id_MPV_EVENT_START_FILE: mpv_event_id = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_START_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_END_FILE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:826:11
[INFO] [stdout]     |
[INFO] [stdout] 826 | pub const mpv_event_id_MPV_EVENT_END_FILE: mpv_event_id = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_END_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_FILE_LOADED` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:828:11
[INFO] [stdout]     |
[INFO] [stdout] 828 | pub const mpv_event_id_MPV_EVENT_FILE_LOADED: mpv_event_id = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_FILE_LOADED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_IDLE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:830:11
[INFO] [stdout]     |
[INFO] [stdout] 830 | pub const mpv_event_id_MPV_EVENT_IDLE: mpv_event_id = 11;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_IDLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_TICK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:832:11
[INFO] [stdout]     |
[INFO] [stdout] 832 | pub const mpv_event_id_MPV_EVENT_TICK: mpv_event_id = 14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_TICK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_CLIENT_MESSAGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:834:11
[INFO] [stdout]     |
[INFO] [stdout] 834 | pub const mpv_event_id_MPV_EVENT_CLIENT_MESSAGE: mpv_event_id = 16;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_CLIENT_MESSAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_VIDEO_RECONFIG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:836:11
[INFO] [stdout]     |
[INFO] [stdout] 836 | pub const mpv_event_id_MPV_EVENT_VIDEO_RECONFIG: mpv_event_id = 17;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_VIDEO_RECONFIG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_AUDIO_RECONFIG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:838:11
[INFO] [stdout]     |
[INFO] [stdout] 838 | pub const mpv_event_id_MPV_EVENT_AUDIO_RECONFIG: mpv_event_id = 18;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_AUDIO_RECONFIG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_SEEK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:840:11
[INFO] [stdout]     |
[INFO] [stdout] 840 | pub const mpv_event_id_MPV_EVENT_SEEK: mpv_event_id = 20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_SEEK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_PLAYBACK_RESTART` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:842:11
[INFO] [stdout]     |
[INFO] [stdout] 842 | pub const mpv_event_id_MPV_EVENT_PLAYBACK_RESTART: mpv_event_id = 21;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_PLAYBACK_RESTART`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_PROPERTY_CHANGE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:844:11
[INFO] [stdout]     |
[INFO] [stdout] 844 | pub const mpv_event_id_MPV_EVENT_PROPERTY_CHANGE: mpv_event_id = 22;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_PROPERTY_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_QUEUE_OVERFLOW` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:846:11
[INFO] [stdout]     |
[INFO] [stdout] 846 | pub const mpv_event_id_MPV_EVENT_QUEUE_OVERFLOW: mpv_event_id = 24;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_QUEUE_OVERFLOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_event_id_MPV_EVENT_HOOK` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:848:11
[INFO] [stdout]     |
[INFO] [stdout] 848 | pub const mpv_event_id_MPV_EVENT_HOOK: mpv_event_id = 25;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_EVENT_ID_MPV_EVENT_HOOK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_NONE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:910:11
[INFO] [stdout]     |
[INFO] [stdout] 910 | pub const mpv_log_level_MPV_LOG_LEVEL_NONE: mpv_log_level = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_FATAL` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:912:11
[INFO] [stdout]     |
[INFO] [stdout] 912 | pub const mpv_log_level_MPV_LOG_LEVEL_FATAL: mpv_log_level = 10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_FATAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_ERROR` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:914:11
[INFO] [stdout]     |
[INFO] [stdout] 914 | pub const mpv_log_level_MPV_LOG_LEVEL_ERROR: mpv_log_level = 20;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_WARN` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:916:11
[INFO] [stdout]     |
[INFO] [stdout] 916 | pub const mpv_log_level_MPV_LOG_LEVEL_WARN: mpv_log_level = 30;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_WARN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_INFO` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:918:11
[INFO] [stdout]     |
[INFO] [stdout] 918 | pub const mpv_log_level_MPV_LOG_LEVEL_INFO: mpv_log_level = 40;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_INFO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_V` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:920:11
[INFO] [stdout]     |
[INFO] [stdout] 920 | pub const mpv_log_level_MPV_LOG_LEVEL_V: mpv_log_level = 50;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_V`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_DEBUG` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:922:11
[INFO] [stdout]     |
[INFO] [stdout] 922 | pub const mpv_log_level_MPV_LOG_LEVEL_DEBUG: mpv_log_level = 60;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_DEBUG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_log_level_MPV_LOG_LEVEL_TRACE` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:924:11
[INFO] [stdout]     |
[INFO] [stdout] 924 | pub const mpv_log_level_MPV_LOG_LEVEL_TRACE: mpv_log_level = 70;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_LOG_LEVEL_MPV_LOG_LEVEL_TRACE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_EOF` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:996:11
[INFO] [stdout]     |
[INFO] [stdout] 996 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_EOF: mpv_end_file_reason = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_EOF`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_STOP` should have an upper case name
[INFO] [stdout]    --> src/bindgen/client.rs:998:11
[INFO] [stdout]     |
[INFO] [stdout] 998 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_STOP: mpv_end_file_reason = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_STOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_QUIT` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1000:11
[INFO] [stdout]      |
[INFO] [stdout] 1000 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_QUIT: mpv_end_file_reason = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_QUIT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_ERROR` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1002:11
[INFO] [stdout]      |
[INFO] [stdout] 1002 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_ERROR: mpv_end_file_reason = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `mpv_end_file_reason_MPV_END_FILE_REASON_REDIRECT` should have an upper case name
[INFO] [stdout]     --> src/bindgen/client.rs:1004:11
[INFO] [stdout]      |
[INFO] [stdout] 1004 | pub const mpv_end_file_reason_MPV_END_FILE_REASON_REDIRECT: mpv_end_file_reason = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MPV_END_FILE_REASON_MPV_END_FILE_REASON_REDIRECT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:254:32
[INFO] [stdout]     |
[INFO] [stdout] 254 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:308:32
[INFO] [stdout]     |
[INFO] [stdout] 308 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:313:32
[INFO] [stdout]     |
[INFO] [stdout] 313 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:318:32
[INFO] [stdout]     |
[INFO] [stdout] 318 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:323:32
[INFO] [stdout]     |
[INFO] [stdout] 323 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:328:32
[INFO] [stdout]     |
[INFO] [stdout] 328 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:333:32
[INFO] [stdout]     |
[INFO] [stdout] 333 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:338:32
[INFO] [stdout]     |
[INFO] [stdout] 338 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:343:32
[INFO] [stdout]     |
[INFO] [stdout] 343 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:348:32
[INFO] [stdout]     |
[INFO] [stdout] 348 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:356:32
[INFO] [stdout]     |
[INFO] [stdout] 356 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:364:32
[INFO] [stdout]     |
[INFO] [stdout] 364 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:372:32
[INFO] [stdout]     |
[INFO] [stdout] 372 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:377:32
[INFO] [stdout]     |
[INFO] [stdout] 377 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:638:32
[INFO] [stdout]     |
[INFO] [stdout] 638 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:643:32
[INFO] [stdout]     |
[INFO] [stdout] 643 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:653:32
[INFO] [stdout]     |
[INFO] [stdout] 653 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:662:32
[INFO] [stdout]     |
[INFO] [stdout] 662 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:670:32
[INFO] [stdout]     |
[INFO] [stdout] 670 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:679:32
[INFO] [stdout]     |
[INFO] [stdout] 679 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:688:32
[INFO] [stdout]     |
[INFO] [stdout] 688 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:696:32
[INFO] [stdout]     |
[INFO] [stdout] 696 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:705:32
[INFO] [stdout]     |
[INFO] [stdout] 705 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:714:32
[INFO] [stdout]     |
[INFO] [stdout] 714 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:719:32
[INFO] [stdout]     |
[INFO] [stdout] 719 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:729:32
[INFO] [stdout]     |
[INFO] [stdout] 729 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:738:32
[INFO] [stdout]     |
[INFO] [stdout] 738 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:746:32
[INFO] [stdout]     |
[INFO] [stdout] 746 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:757:32
[INFO] [stdout]     |
[INFO] [stdout] 757 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:767:32
[INFO] [stdout]     |
[INFO] [stdout] 767 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:775:32
[INFO] [stdout]     |
[INFO] [stdout] 775 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:783:32
[INFO] [stdout]     |
[INFO] [stdout] 783 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:793:32
[INFO] [stdout]     |
[INFO] [stdout] 793 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:803:32
[INFO] [stdout]     |
[INFO] [stdout] 803 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/bindgen/client.rs:850:32
[INFO] [stdout]     |
[INFO] [stdout] 850 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]     |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1302:32
[INFO] [stdout]      |
[INFO] [stdout] 1302 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1307:32
[INFO] [stdout]      |
[INFO] [stdout] 1307 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1316:32
[INFO] [stdout]      |
[INFO] [stdout] 1316 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1324:32
[INFO] [stdout]      |
[INFO] [stdout] 1324 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1329:32
[INFO] [stdout]      |
[INFO] [stdout] 1329 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1334:32
[INFO] [stdout]      |
[INFO] [stdout] 1334 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1343:32
[INFO] [stdout]      |
[INFO] [stdout] 1343 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1348:32
[INFO] [stdout]      |
[INFO] [stdout] 1348 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1358:32
[INFO] [stdout]      |
[INFO] [stdout] 1358 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/bindgen/client.rs:1363:32
[INFO] [stdout]      |
[INFO] [stdout] 1363 | #[link(name = "libmpv", kind = "raw-dylib")]
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 45 previous errors; 152 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mpvr` (lib test) due to 46 previous errors; 152 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "fdeeb017db728729b51be2f0365bf230cdec53149a95ca9a4f667049ef74510d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdeeb017db728729b51be2f0365bf230cdec53149a95ca9a4f667049ef74510d", kill_on_drop: false }`
[INFO] [stdout] fdeeb017db728729b51be2f0365bf230cdec53149a95ca9a4f667049ef74510d
