[INFO] fetching crate mpvr 0.1.0... [INFO] documenting mpvr-0.1.0 against beta-2025-09-21 for beta-rustdoc-1.91-2 [INFO] extracting crate mpvr 0.1.0 into /workspace/builds/worker-4-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mpvr 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0f1cc70015444a94c37dc481cc1cf5f2f69b0c2c27eb21d9f32b18c4086edff [INFO] running `Command { std: "docker" "start" "-a" "b0f1cc70015444a94c37dc481cc1cf5f2f69b0c2c27eb21d9f32b18c4086edff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0f1cc70015444a94c37dc481cc1cf5f2f69b0c2c27eb21d9f32b18c4086edff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0f1cc70015444a94c37dc481cc1cf5f2f69b0c2c27eb21d9f32b18c4086edff", kill_on_drop: false }` [INFO] [stdout] b0f1cc70015444a94c37dc481cc1cf5f2f69b0c2c27eb21d9f32b18c4086edff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2025-09-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2925b0376ca227353fe73011d94c4cd8fd298d181816ce0061bad70a56cec83e [INFO] running `Command { std: "docker" "start" "-a" "2925b0376ca227353fe73011d94c4cd8fd298d181816ce0061bad70a56cec83e", 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)]` (part of `#[warn(nonstandard_style)]`) 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] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:254:32 [INFO] [stdout] | [INFO] [stdout] 254 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:308:32 [INFO] [stdout] | [INFO] [stdout] 308 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:313:32 [INFO] [stdout] | [INFO] [stdout] 313 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:318:32 [INFO] [stdout] | [INFO] [stdout] 318 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:323:32 [INFO] [stdout] | [INFO] [stdout] 323 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:328:32 [INFO] [stdout] | [INFO] [stdout] 328 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:333:32 [INFO] [stdout] | [INFO] [stdout] 333 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:338:32 [INFO] [stdout] | [INFO] [stdout] 338 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:343:32 [INFO] [stdout] | [INFO] [stdout] 343 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:348:32 [INFO] [stdout] | [INFO] [stdout] 348 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:356:32 [INFO] [stdout] | [INFO] [stdout] 356 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:364:32 [INFO] [stdout] | [INFO] [stdout] 364 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:372:32 [INFO] [stdout] | [INFO] [stdout] 372 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:377:32 [INFO] [stdout] | [INFO] [stdout] 377 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:638:32 [INFO] [stdout] | [INFO] [stdout] 638 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:643:32 [INFO] [stdout] | [INFO] [stdout] 643 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:653:32 [INFO] [stdout] | [INFO] [stdout] 653 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:662:32 [INFO] [stdout] | [INFO] [stdout] 662 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:670:32 [INFO] [stdout] | [INFO] [stdout] 670 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:679:32 [INFO] [stdout] | [INFO] [stdout] 679 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:688:32 [INFO] [stdout] | [INFO] [stdout] 688 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:696:32 [INFO] [stdout] | [INFO] [stdout] 696 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:705:32 [INFO] [stdout] | [INFO] [stdout] 705 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:714:32 [INFO] [stdout] | [INFO] [stdout] 714 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:719:32 [INFO] [stdout] | [INFO] [stdout] 719 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:729:32 [INFO] [stdout] | [INFO] [stdout] 729 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:738:32 [INFO] [stdout] | [INFO] [stdout] 738 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:746:32 [INFO] [stdout] | [INFO] [stdout] 746 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:757:32 [INFO] [stdout] | [INFO] [stdout] 757 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:767:32 [INFO] [stdout] | [INFO] [stdout] 767 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:775:32 [INFO] [stdout] | [INFO] [stdout] 775 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:783:32 [INFO] [stdout] | [INFO] [stdout] 783 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:793:32 [INFO] [stdout] | [INFO] [stdout] 793 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:803:32 [INFO] [stdout] | [INFO] [stdout] 803 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:850:32 [INFO] [stdout] | [INFO] [stdout] 850 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1302:32 [INFO] [stdout] | [INFO] [stdout] 1302 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1307:32 [INFO] [stdout] | [INFO] [stdout] 1307 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1316:32 [INFO] [stdout] | [INFO] [stdout] 1316 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1324:32 [INFO] [stdout] | [INFO] [stdout] 1324 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1329:32 [INFO] [stdout] | [INFO] [stdout] 1329 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1334:32 [INFO] [stdout] | [INFO] [stdout] 1334 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1343:32 [INFO] [stdout] | [INFO] [stdout] 1343 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1348:32 [INFO] [stdout] | [INFO] [stdout] 1348 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1358:32 [INFO] [stdout] | [INFO] [stdout] 1358 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets [INFO] [stdout] --> src/bindgen/client.rs:1363:32 [INFO] [stdout] | [INFO] [stdout] 1363 | #[link(name = "libmpv", kind = "raw-dylib")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0455`. [INFO] [stdout] [INFO] [stderr] error: could not document `mpvr` [INFO] running `Command { std: "docker" "inspect" "2925b0376ca227353fe73011d94c4cd8fd298d181816ce0061bad70a56cec83e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2925b0376ca227353fe73011d94c4cd8fd298d181816ce0061bad70a56cec83e", kill_on_drop: false }` [INFO] [stdout] 2925b0376ca227353fe73011d94c4cd8fd298d181816ce0061bad70a56cec83e