[INFO] fetching crate mpvr 0.1.0...
[INFO] documenting mpvr-0.1.0 against 1.90.0 for beta-rustdoc-1.91-2
[INFO] extracting crate mpvr 0.1.0 into /workspace/builds/worker-4-tc1/source
[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] validating manifest of crates.io crate mpvr 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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" "+1.90.0" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5442696417aa56161df2b10e40e484e739262e21c8d7d98bc674723607bfddf
[INFO] running `Command { std: "docker" "start" "-a" "d5442696417aa56161df2b10e40e484e739262e21c8d7d98bc674723607bfddf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5442696417aa56161df2b10e40e484e739262e21c8d7d98bc674723607bfddf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5442696417aa56161df2b10e40e484e739262e21c8d7d98bc674723607bfddf", kill_on_drop: false }`
[INFO] [stdout] d5442696417aa56161df2b10e40e484e739262e21c8d7d98bc674723607bfddf
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b9ef722da3d1a104bc8441ec4d62e6d978fc9f1360a8de732bb3dbd756c8702
[INFO] running `Command { std: "docker" "start" "-a" "4b9ef722da3d1a104bc8441ec4d62e6d978fc9f1360a8de732bb3dbd756c8702", kill_on_drop: false }`
[INFO] [stderr]  Documenting 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: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:645:13
[INFO] [stdout]     |
[INFO] [stdout] 645 | ... = " Set an option. Note that you can't normally ...ccording to the format).\n @return error code"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] data Option value (according to the format).
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:664:13
[INFO] [stdout]     |
[INFO] [stdout] 664 | ... = " Send a command to the player. Commands are t...ing items are arguments.\n @return error code"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] args NULL-terminated list of strings. Usually, the first item
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:672:13
[INFO] [stdout]     |
[INFO] [stdout] 672 | ... = " Same as mpv_command(), but allows passing st...de (the result parameter is not set on error)"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] args mpv_node with format set to one of the values documented
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]    --> src/bindgen/client.rs:672:1393
[INFO] [stdout]     |
[INFO] [stdout] 672 | ...            above (see there for details)\n @param[out] result Optional, pass NULL if unused. If not NULL, and if the\n               ...
[INFO] [stdout]     |                                                       ^^^ no item named `out` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:681:13
[INFO] [stdout]     |
[INFO] [stdout] 681 | ... = " This is essentially identical to mpv_command...de (the result parameter is not set on error)"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] args NULL-terminated list of strings. Usually, the first item
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]    --> src/bindgen/client.rs:681:305
[INFO] [stdout]     |
[INFO] [stdout] 681 | ...d, and the following items are arguments.\n @param[out] result Optional, pass NULL if unused. If not NULL, and if the\n               ...
[INFO] [stdout]     |                                                       ^^^ no item named `out` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:721:13
[INFO] [stdout]     |
[INFO] [stdout] 721 | ... = " Set a property to a given value. Properties ...m[in] data Option value.\n @return error code"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] data Option value.
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `name`
[INFO] [stdout]    --> src/bindgen/client.rs:740:13
[INFO] [stdout]     |
[INFO] [stdout] 740 | ... = " Convenience function to delete a property.\n\n This is equivalent to running the command \"del [name]\".\n\n @param name The property name. See input.rst for a list of properties.\n @return error code"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             This is equivalent to running the command "del [name]".
[INFO] [stdout]                                                             ^^^^
[INFO] [stdout]     = note: no item named `name` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:748:13
[INFO] [stdout]     |
[INFO] [stdout] 748 | ... = " Set a property asynchronously. You will rece...turn error code if sending the request failed"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] data Option value. The value will be copied by the function. It
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]    --> src/bindgen/client.rs:759:488
[INFO] [stdout]     |
[INFO] [stdout] 759 | ...ame.\n @param format see enum mpv_format.\n @param[out] data Pointer to the variable holding the option value. On\n                  s...
[INFO] [stdout]     |                                                       ^^^ no item named `out` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]     --> src/bindgen/client.rs:1365:13
[INFO] [stdout]      |
[INFO] [stdout] 1365 | ... = " Return a UNIX file descriptor referring to ... MS Windows/MinGW, this will always return -1."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]                   struct pollfd pfds[1] = {
[INFO] [stdout]                                      ^
[INFO] [stdout]      = note: no item named `1` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]     --> src/bindgen/client.rs:1365:13
[INFO] [stdout]      |
[INFO] [stdout] 1365 | ... = " Return a UNIX file descriptor referring to ... MS Windows/MinGW, this will always return -1."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]                   if (pfds[0].revents & POLLIN) {
[INFO] [stdout]                            ^
[INFO] [stdout]      = note: no item named `0` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `256`
[INFO] [stdout]     --> src/bindgen/client.rs:1365:2027
[INFO] [stdout]      |
[INFO] [stdout] 1365 | ... in unlikely corner cases).\n          char unused[256];\n          read(pipefd, unused, sizeof(unused));\n          while (1) {\n    ...
[INFO] [stdout]      |                                                       ^^^ no item named `256` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 | ... = " MPV_FORMAT_NODE_ARRAY:\n  values[N] refers to value of the Nth item\n\n MPV_FORMAT_NODE_MAP:\n  values[N] refers to value of the Nth key/value pair\n\n If num > 0, values[0] to values[num-1] (inclusive) are valid.\n Otherwise, this can be NULL."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              values[N] refers to value of the Nth item
[INFO] [stdout]                     ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 | ... = " MPV_FORMAT_NODE_ARRAY:\n  values[N] refers to value of the Nth item\n\n MPV_FORMAT_NODE_MAP:\n  values[N] refers to value of the Nth key/value pair\n\n If num > 0, values[0] to values[num-1] (inclusive) are valid.\n Otherwise, this can be NULL."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              values[N] refers to value of the Nth key/value pair
[INFO] [stdout]                     ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/bindgen/client.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 | ... = " MPV_FORMAT_NODE_ARRAY:\n  values[N] refers to value of the Nth item\n\n MPV_FORMAT_NODE_MAP:\n  values[N] refers to value of the Nth key/value pair\n\n If num > 0, values[0] to values[num-1] (inclusive) are valid.\n Otherwise, this can be NULL."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             If num > 0, values[0] to values[num-1] (inclusive) are valid.
[INFO] [stdout]                                ^
[INFO] [stdout]     = note: no item named `0` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:546:13
[INFO] [stdout]     |
[INFO] [stdout] 546 | ... = " MPV_FORMAT_NODE_ARRAY:\n  unused (typically ...e value values[N]. NULL keys are not allowed."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              keys[N] refers to key of the Nth key/value pair. If num > 0, keys[0] to
[INFO] [stdout]                   ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/bindgen/client.rs:546:13
[INFO] [stdout]     |
[INFO] [stdout] 546 | ... = " MPV_FORMAT_NODE_ARRAY:\n  unused (typically ...e value values[N]. NULL keys are not allowed."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              keys[N] refers to key of the Nth key/value pair. If num > 0, keys[0] to
[INFO] [stdout]                                                                                ^
[INFO] [stdout]     = note: no item named `0` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:546:13
[INFO] [stdout]     |
[INFO] [stdout] 546 | ... = " MPV_FORMAT_NODE_ARRAY:\n  unused (typically ...e value values[N]. NULL keys are not allowed."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              The keys are in random order. The only guarantee is that keys[N] belongs
[INFO] [stdout]                                                                            ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:546:13
[INFO] [stdout]     |
[INFO] [stdout] 546 | ... = " MPV_FORMAT_NODE_ARRAY:\n  unused (typically ...e value values[N]. NULL keys are not allowed."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              to the value values[N]. NULL keys are not allowed.
[INFO] [stdout]                                  ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]     --> src/bindgen/client.rs:1121:13
[INFO] [stdout]      |
[INFO] [stdout] 1121 | ... = " Arbitrary arguments chosen by the sender of the message. If num_args > 0,\n you can access args[0] through args[num_args - 1] (inclusive). What\n these arguments mean is up to the sender and receiver.\n None of the valid items are NULL."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]              you can access args[0] through args[num_args - 1] (inclusive). What
[INFO] [stdout]                                  ^
[INFO] [stdout]      = note: no item named `0` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `id`
[INFO] [stdout]    --> src/bindgen/client.rs:325:13
[INFO] [stdout]     |
[INFO] [stdout] 325 | ... = " Return the ID of this client handle. Every c... in\n this manner.\n\n @return The client ID."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/mpvr/index.html
[INFO] running `Command { std: "docker" "inspect" "4b9ef722da3d1a104bc8441ec4d62e6d978fc9f1360a8de732bb3dbd756c8702", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b9ef722da3d1a104bc8441ec4d62e6d978fc9f1360a8de732bb3dbd756c8702", kill_on_drop: false }`
[INFO] [stdout] 4b9ef722da3d1a104bc8441ec4d62e6d978fc9f1360a8de732bb3dbd756c8702
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe8d7dc2384eaff1a0f5ed143518eb6b306f6c862a86b5edda4509ecbc0790e9
[INFO] running `Command { std: "docker" "start" "-a" "fe8d7dc2384eaff1a0f5ed143518eb6b306f6c862a86b5edda4509ecbc0790e9", kill_on_drop: false }`
[INFO] [stderr]  Documenting 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: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:645:13
[INFO] [stdout]     |
[INFO] [stdout] 645 | ... = " Set an option. Note that you can't normally ...ccording to the format).\n @return error code"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] data Option value (according to the format).
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:664:13
[INFO] [stdout]     |
[INFO] [stdout] 664 | ... = " Send a command to the player. Commands are t...ing items are arguments.\n @return error code"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] args NULL-terminated list of strings. Usually, the first item
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:672:13
[INFO] [stdout]     |
[INFO] [stdout] 672 | ... = " Same as mpv_command(), but allows passing st...de (the result parameter is not set on error)"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] args mpv_node with format set to one of the values documented
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]    --> src/bindgen/client.rs:672:1393
[INFO] [stdout]     |
[INFO] [stdout] 672 | ...            above (see there for details)\n @param[out] result Optional, pass NULL if unused. If not NULL, and if the\n               ...
[INFO] [stdout]     |                                                       ^^^ no item named `out` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:681:13
[INFO] [stdout]     |
[INFO] [stdout] 681 | ... = " This is essentially identical to mpv_command...de (the result parameter is not set on error)"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] args NULL-terminated list of strings. Usually, the first item
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]    --> src/bindgen/client.rs:681:305
[INFO] [stdout]     |
[INFO] [stdout] 681 | ...d, and the following items are arguments.\n @param[out] result Optional, pass NULL if unused. If not NULL, and if the\n               ...
[INFO] [stdout]     |                                                       ^^^ no item named `out` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:721:13
[INFO] [stdout]     |
[INFO] [stdout] 721 | ... = " Set a property to a given value. Properties ...m[in] data Option value.\n @return error code"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] data Option value.
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `name`
[INFO] [stdout]    --> src/bindgen/client.rs:740:13
[INFO] [stdout]     |
[INFO] [stdout] 740 | ... = " Convenience function to delete a property.\n\n This is equivalent to running the command \"del [name]\".\n\n @param name The property name. See input.rst for a list of properties.\n @return error code"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             This is equivalent to running the command "del [name]".
[INFO] [stdout]                                                             ^^^^
[INFO] [stdout]     = note: no item named `name` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout]    --> src/bindgen/client.rs:748:13
[INFO] [stdout]     |
[INFO] [stdout] 748 | ... = " Set a property asynchronously. You will rece...turn error code if sending the request failed"]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             @param[in] data Option value. The value will be copied by the function. It
[INFO] [stdout]                    ^^
[INFO] [stdout]     = note: no item named `in` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout]    --> src/bindgen/client.rs:759:488
[INFO] [stdout]     |
[INFO] [stdout] 759 | ...ame.\n @param format see enum mpv_format.\n @param[out] data Pointer to the variable holding the option value. On\n                  s...
[INFO] [stdout]     |                                                       ^^^ no item named `out` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]     --> src/bindgen/client.rs:1365:13
[INFO] [stdout]      |
[INFO] [stdout] 1365 | ... = " Return a UNIX file descriptor referring to ... MS Windows/MinGW, this will always return -1."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]                   struct pollfd pfds[1] = {
[INFO] [stdout]                                      ^
[INFO] [stdout]      = note: no item named `1` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]     --> src/bindgen/client.rs:1365:13
[INFO] [stdout]      |
[INFO] [stdout] 1365 | ... = " Return a UNIX file descriptor referring to ... MS Windows/MinGW, this will always return -1."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]                   if (pfds[0].revents & POLLIN) {
[INFO] [stdout]                            ^
[INFO] [stdout]      = note: no item named `0` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `256`
[INFO] [stdout]     --> src/bindgen/client.rs:1365:2027
[INFO] [stdout]      |
[INFO] [stdout] 1365 | ... in unlikely corner cases).\n          char unused[256];\n          read(pipefd, unused, sizeof(unused));\n          while (1) {\n    ...
[INFO] [stdout]      |                                                       ^^^ no item named `256` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 | ... = " MPV_FORMAT_NODE_ARRAY:\n  values[N] refers to value of the Nth item\n\n MPV_FORMAT_NODE_MAP:\n  values[N] refers to value of the Nth key/value pair\n\n If num > 0, values[0] to values[num-1] (inclusive) are valid.\n Otherwise, this can be NULL."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              values[N] refers to value of the Nth item
[INFO] [stdout]                     ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 | ... = " MPV_FORMAT_NODE_ARRAY:\n  values[N] refers to value of the Nth item\n\n MPV_FORMAT_NODE_MAP:\n  values[N] refers to value of the Nth key/value pair\n\n If num > 0, values[0] to values[num-1] (inclusive) are valid.\n Otherwise, this can be NULL."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              values[N] refers to value of the Nth key/value pair
[INFO] [stdout]                     ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/bindgen/client.rs:544:13
[INFO] [stdout]     |
[INFO] [stdout] 544 | ... = " MPV_FORMAT_NODE_ARRAY:\n  values[N] refers to value of the Nth item\n\n MPV_FORMAT_NODE_MAP:\n  values[N] refers to value of the Nth key/value pair\n\n If num > 0, values[0] to values[num-1] (inclusive) are valid.\n Otherwise, this can be NULL."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             If num > 0, values[0] to values[num-1] (inclusive) are valid.
[INFO] [stdout]                                ^
[INFO] [stdout]     = note: no item named `0` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:546:13
[INFO] [stdout]     |
[INFO] [stdout] 546 | ... = " MPV_FORMAT_NODE_ARRAY:\n  unused (typically ...e value values[N]. NULL keys are not allowed."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              keys[N] refers to key of the Nth key/value pair. If num > 0, keys[0] to
[INFO] [stdout]                   ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/bindgen/client.rs:546:13
[INFO] [stdout]     |
[INFO] [stdout] 546 | ... = " MPV_FORMAT_NODE_ARRAY:\n  unused (typically ...e value values[N]. NULL keys are not allowed."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              keys[N] refers to key of the Nth key/value pair. If num > 0, keys[0] to
[INFO] [stdout]                                                                                ^
[INFO] [stdout]     = note: no item named `0` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:546:13
[INFO] [stdout]     |
[INFO] [stdout] 546 | ... = " MPV_FORMAT_NODE_ARRAY:\n  unused (typically ...e value values[N]. NULL keys are not allowed."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              The keys are in random order. The only guarantee is that keys[N] belongs
[INFO] [stdout]                                                                            ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/bindgen/client.rs:546:13
[INFO] [stdout]     |
[INFO] [stdout] 546 | ... = " MPV_FORMAT_NODE_ARRAY:\n  unused (typically ...e value values[N]. NULL keys are not allowed."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]              to the value values[N]. NULL keys are not allowed.
[INFO] [stdout]                                  ^
[INFO] [stdout]     = note: no item named `N` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]     --> src/bindgen/client.rs:1121:13
[INFO] [stdout]      |
[INFO] [stdout] 1121 | ... = " Arbitrary arguments chosen by the sender of the message. If num_args > 0,\n you can access args[0] through args[num_args - 1] (inclusive). What\n these arguments mean is up to the sender and receiver.\n None of the valid items are NULL."]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: the link appears in this line:
[INFO] [stdout]              
[INFO] [stdout]              you can access args[0] through args[num_args - 1] (inclusive). What
[INFO] [stdout]                                  ^
[INFO] [stdout]      = note: no item named `0` in scope
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `id`
[INFO] [stdout]    --> src/bindgen/client.rs:325:13
[INFO] [stdout]     |
[INFO] [stdout] 325 | ... = " Return the ID of this client handle. Every c... in\n this manner.\n\n @return The client ID."]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/mpvr/index.html
[INFO] running `Command { std: "docker" "inspect" "fe8d7dc2384eaff1a0f5ed143518eb6b306f6c862a86b5edda4509ecbc0790e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe8d7dc2384eaff1a0f5ed143518eb6b306f6c862a86b5edda4509ecbc0790e9", kill_on_drop: false }`
[INFO] [stdout] fe8d7dc2384eaff1a0f5ed143518eb6b306f6c862a86b5edda4509ecbc0790e9
