[INFO] fetching crate porcupine-sys 0.0.4... [INFO] testing porcupine-sys-0.0.4 against 1.60.0 for beta-1.61-1 [INFO] extracting crate porcupine-sys 0.0.4 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate porcupine-sys 0.0.4 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate porcupine-sys 0.0.4 [INFO] finished tweaking crates.io crate porcupine-sys 0.0.4 [INFO] tweaked toml for crates.io crate porcupine-sys 0.0.4 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4287af27b753d840a107c16101b8a1751872e0a90a89aa058f2cba6f340af6a5 [INFO] running `Command { std: "docker" "start" "-a" "4287af27b753d840a107c16101b8a1751872e0a90a89aa058f2cba6f340af6a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4287af27b753d840a107c16101b8a1751872e0a90a89aa058f2cba6f340af6a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4287af27b753d840a107c16101b8a1751872e0a90a89aa058f2cba6f340af6a5", kill_on_drop: false }` [INFO] [stdout] 4287af27b753d840a107c16101b8a1751872e0a90a89aa058f2cba6f340af6a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7da21b70a42aa724f9ea738fd6ecfb46cf95787acba45210293f81a54f1abc33 [INFO] running `Command { std: "docker" "start" "-a" "7da21b70a42aa724f9ea738fd6ecfb46cf95787acba45210293f81a54f1abc33", kill_on_drop: false }` [INFO] [stderr] Compiling porcupine-sys v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/c.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/c.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | 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/c.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | 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/c.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | 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/c.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | 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/c.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | 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/c.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | 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/c.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | 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/c.rs:98:10 [INFO] [stdout] | [INFO] [stdout] 98 | 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/c.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | 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/c.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | 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/c.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | 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 `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | 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/c.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | 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/c.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | 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/c.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | 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/c.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | 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/c.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | 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/c.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | 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/c.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | 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/c.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | 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/c.rs:111:10 [INFO] [stdout] | [INFO] [stdout] 111 | 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/c.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | 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/c.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | 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/c.rs:114:10 [INFO] [stdout] | [INFO] [stdout] 114 | 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/c.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 115 | 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/c.rs:144:10 [INFO] [stdout] | [INFO] [stdout] 144 | 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/c.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | 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/c.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | 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/c.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | 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/c.rs:148:10 [INFO] [stdout] | [INFO] [stdout] 148 | 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/c.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | 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/c.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | 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/c.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | 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/c.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | 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/c.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | 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/c.rs:155:10 [INFO] [stdout] | [INFO] [stdout] 155 | 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/c.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | 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/c.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | 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/c.rs:158:10 [INFO] [stdout] | [INFO] [stdout] 158 | 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/c.rs:159:10 [INFO] [stdout] | [INFO] [stdout] 159 | 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/c.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | 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/c.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | 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/c.rs:162:10 [INFO] [stdout] | [INFO] [stdout] 162 | 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/c.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | 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/c.rs:164:10 [INFO] [stdout] | [INFO] [stdout] 164 | 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/c.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | 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/c.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | 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/c.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 167 | 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/c.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | 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/c.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | 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/c.rs:170:10 [INFO] [stdout] | [INFO] [stdout] 170 | 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/c.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | pub type int_least8_t = ::std::os::raw::c_schar; [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/c.rs:172:10 [INFO] [stdout] | [INFO] [stdout] 172 | pub type int_least16_t = ::std::os::raw::c_short; [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/c.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | pub type int_least32_t = ::std::os::raw::c_int; [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/c.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | pub type int_least64_t = ::std::os::raw::c_long; [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/c.rs:175:10 [INFO] [stdout] | [INFO] [stdout] 175 | pub type uint_least8_t = ::std::os::raw::c_uchar; [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/c.rs:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | pub type uint_least16_t = ::std::os::raw::c_ushort; [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/c.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | pub type uint_least32_t = ::std::os::raw::c_uint; [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/c.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | pub type uint_least64_t = ::std::os::raw::c_ulong; [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/c.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | 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/c.rs:180:10 [INFO] [stdout] | [INFO] [stdout] 180 | 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/c.rs:181:10 [INFO] [stdout] | [INFO] [stdout] 181 | 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/c.rs:182:10 [INFO] [stdout] | [INFO] [stdout] 182 | 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/c.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 183 | 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/c.rs:184:10 [INFO] [stdout] | [INFO] [stdout] 184 | 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/c.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | 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/c.rs:186:10 [INFO] [stdout] | [INFO] [stdout] 186 | 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/c.rs:187:10 [INFO] [stdout] | [INFO] [stdout] 187 | 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/c.rs:188:10 [INFO] [stdout] | [INFO] [stdout] 188 | 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 `pv_status_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | pub type pv_status_t = u32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PvStatusT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pv_porcupine_object_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:210:10 [INFO] [stdout] | [INFO] [stdout] 210 | pub type pv_porcupine_object_t = pv_porcupine_object; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PvPorcupineObjectT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `true_` [INFO] [stdout] --> src/c.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub const true_: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `false_` [INFO] [stdout] --> src/c.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub const false_: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT8_MIN` [INFO] [stdout] --> src/c.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub const INT8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT16_MIN` [INFO] [stdout] --> src/c.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | pub const INT16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT32_MIN` [INFO] [stdout] --> src/c.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | pub const INT32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT8_MAX` [INFO] [stdout] --> src/c.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub const INT8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT16_MAX` [INFO] [stdout] --> src/c.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | pub const INT16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT32_MAX` [INFO] [stdout] --> src/c.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | pub const INT32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT8_MAX` [INFO] [stdout] --> src/c.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | pub const UINT8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT16_MAX` [INFO] [stdout] --> src/c.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | pub const UINT16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT32_MAX` [INFO] [stdout] --> src/c.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | pub const UINT32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST8_MIN` [INFO] [stdout] --> src/c.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | pub const INT_LEAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST16_MIN` [INFO] [stdout] --> src/c.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | pub const INT_LEAST16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST32_MIN` [INFO] [stdout] --> src/c.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | pub const INT_LEAST32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST8_MAX` [INFO] [stdout] --> src/c.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub const INT_LEAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST16_MAX` [INFO] [stdout] --> src/c.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | pub const INT_LEAST16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST32_MAX` [INFO] [stdout] --> src/c.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | pub const INT_LEAST32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST8_MAX` [INFO] [stdout] --> src/c.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | pub const UINT_LEAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST16_MAX` [INFO] [stdout] --> src/c.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub const UINT_LEAST16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST32_MAX` [INFO] [stdout] --> src/c.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | pub const UINT_LEAST32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST8_MIN` [INFO] [stdout] --> src/c.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub const INT_FAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST16_MIN` [INFO] [stdout] --> src/c.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | pub const INT_FAST16_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST32_MIN` [INFO] [stdout] --> src/c.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | pub const INT_FAST32_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST8_MAX` [INFO] [stdout] --> src/c.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | pub const INT_FAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST16_MAX` [INFO] [stdout] --> src/c.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | pub const INT_FAST16_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST32_MAX` [INFO] [stdout] --> src/c.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | pub const INT_FAST32_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST8_MAX` [INFO] [stdout] --> src/c.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | pub const UINT_FAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST16_MAX` [INFO] [stdout] --> src/c.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | pub const UINT_FAST16_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST32_MAX` [INFO] [stdout] --> src/c.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub const UINT_FAST32_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTPTR_MIN` [INFO] [stdout] --> src/c.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | pub const INTPTR_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTPTR_MAX` [INFO] [stdout] --> src/c.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | pub const INTPTR_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINTPTR_MAX` [INFO] [stdout] --> src/c.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | pub const UINTPTR_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PTRDIFF_MIN` [INFO] [stdout] --> src/c.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | pub const PTRDIFF_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PTRDIFF_MAX` [INFO] [stdout] --> src/c.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | pub const PTRDIFF_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIG_ATOMIC_MIN` [INFO] [stdout] --> src/c.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | pub const SIG_ATOMIC_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIG_ATOMIC_MAX` [INFO] [stdout] --> src/c.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | pub const SIG_ATOMIC_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIZE_MAX` [INFO] [stdout] --> src/c.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | pub const SIZE_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WINT_MIN` [INFO] [stdout] --> src/c.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | pub const WINT_MIN: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WINT_MAX` [INFO] [stdout] --> src/c.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | pub const WINT_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least8_t` [INFO] [stdout] --> src/c.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least16_t` [INFO] [stdout] --> src/c.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 172 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least32_t` [INFO] [stdout] --> src/c.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least64_t` [INFO] [stdout] --> src/c.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | pub type int_least64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least8_t` [INFO] [stdout] --> src/c.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least16_t` [INFO] [stdout] --> src/c.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least32_t` [INFO] [stdout] --> src/c.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least64_t` [INFO] [stdout] --> src/c.rs:178:1 [INFO] [stdout] | [INFO] [stdout] 178 | pub type uint_least64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast8_t` [INFO] [stdout] --> src/c.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast16_t` [INFO] [stdout] --> src/c.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast32_t` [INFO] [stdout] --> src/c.rs:181:1 [INFO] [stdout] | [INFO] [stdout] 181 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast64_t` [INFO] [stdout] --> src/c.rs:182:1 [INFO] [stdout] | [INFO] [stdout] 182 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast8_t` [INFO] [stdout] --> src/c.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 183 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast16_t` [INFO] [stdout] --> src/c.rs:184:1 [INFO] [stdout] | [INFO] [stdout] 184 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast32_t` [INFO] [stdout] --> src/c.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 185 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast64_t` [INFO] [stdout] --> src/c.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `intmax_t` [INFO] [stdout] --> src/c.rs:187:1 [INFO] [stdout] | [INFO] [stdout] 187 | pub type intmax_t = __intmax_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uintmax_t` [INFO] [stdout] --> src/c.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | pub type uintmax_t = __uintmax_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_SUCCESS` [INFO] [stdout] --> src/c.rs:193:1 [INFO] [stdout] | [INFO] [stdout] 193 | pub const pv_status_t_PV_STATUS_SUCCESS: pv_status_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_OUT_OF_MEMORY` [INFO] [stdout] --> src/c.rs:194:1 [INFO] [stdout] | [INFO] [stdout] 194 | pub const pv_status_t_PV_STATUS_OUT_OF_MEMORY: pv_status_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_IO_ERROR` [INFO] [stdout] --> src/c.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | pub const pv_status_t_PV_STATUS_IO_ERROR: pv_status_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_INVALID_ARGUMENT` [INFO] [stdout] --> src/c.rs:196:1 [INFO] [stdout] | [INFO] [stdout] 196 | pub const pv_status_t_PV_STATUS_INVALID_ARGUMENT: pv_status_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `true_` should have an upper case name [INFO] [stdout] --> src/c.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const true_: u32 = 1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `TRUE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `false_` should have an upper case name [INFO] [stdout] --> src/c.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const false_: u32 = 0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FALSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__bool_true_false_are_defined` should have an upper case name [INFO] [stdout] --> src/c.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const __bool_true_false_are_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__BOOL_TRUE_FALSE_ARE_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> src/c.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const __glibc_c99_flexarr_available: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GLIBC_C99_FLEXARR_AVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_SUCCESS` should have an upper case name [INFO] [stdout] --> src/c.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const pv_status_t_PV_STATUS_SUCCESS: pv_status_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_SUCCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_OUT_OF_MEMORY` should have an upper case name [INFO] [stdout] --> src/c.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const pv_status_t_PV_STATUS_OUT_OF_MEMORY: pv_status_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_IO_ERROR` should have an upper case name [INFO] [stdout] --> src/c.rs:195:11 [INFO] [stdout] | [INFO] [stdout] 195 | pub const pv_status_t_PV_STATUS_IO_ERROR: pv_status_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_IO_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_INVALID_ARGUMENT` should have an upper case name [INFO] [stdout] --> src/c.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const pv_status_t_PV_STATUS_INVALID_ARGUMENT: pv_status_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_INVALID_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 142 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.39s [INFO] running `Command { std: "docker" "inspect" "7da21b70a42aa724f9ea738fd6ecfb46cf95787acba45210293f81a54f1abc33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7da21b70a42aa724f9ea738fd6ecfb46cf95787acba45210293f81a54f1abc33", kill_on_drop: false }` [INFO] [stdout] 7da21b70a42aa724f9ea738fd6ecfb46cf95787acba45210293f81a54f1abc33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27e1d5a999f80ea64cd1c83a73580a99f37475ca96788c2f384ab7fe90a3e285 [INFO] running `Command { std: "docker" "start" "-a" "27e1d5a999f80ea64cd1c83a73580a99f37475ca96788c2f384ab7fe90a3e285", kill_on_drop: false }` [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/c.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/c.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | 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/c.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | 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/c.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | 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/c.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | 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/c.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | 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/c.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | 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/c.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | 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/c.rs:98:10 [INFO] [stdout] | [INFO] [stdout] 98 | 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/c.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | 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/c.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | 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/c.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | 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 `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | 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/c.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | 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/c.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | 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/c.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | 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/c.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | 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/c.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | 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/c.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | 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/c.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | 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/c.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | 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/c.rs:111:10 [INFO] [stdout] | [INFO] [stdout] 111 | 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/c.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | 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/c.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | 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/c.rs:114:10 [INFO] [stdout] | [INFO] [stdout] 114 | 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/c.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 115 | 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/c.rs:144:10 [INFO] [stdout] | [INFO] [stdout] 144 | 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/c.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | 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/c.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | 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/c.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | 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/c.rs:148:10 [INFO] [stdout] | [INFO] [stdout] 148 | 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/c.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | 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/c.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | 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/c.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | 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/c.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | 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/c.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | 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/c.rs:155:10 [INFO] [stdout] | [INFO] [stdout] 155 | 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/c.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | 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/c.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | 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/c.rs:158:10 [INFO] [stdout] | [INFO] [stdout] 158 | 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/c.rs:159:10 [INFO] [stdout] | [INFO] [stdout] 159 | 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/c.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | 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/c.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | 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/c.rs:162:10 [INFO] [stdout] | [INFO] [stdout] 162 | 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/c.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | 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/c.rs:164:10 [INFO] [stdout] | [INFO] [stdout] 164 | 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/c.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | 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/c.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | 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/c.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 167 | 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/c.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | 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/c.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | 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/c.rs:170:10 [INFO] [stdout] | [INFO] [stdout] 170 | 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/c.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | pub type int_least8_t = ::std::os::raw::c_schar; [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/c.rs:172:10 [INFO] [stdout] | [INFO] [stdout] 172 | pub type int_least16_t = ::std::os::raw::c_short; [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/c.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | pub type int_least32_t = ::std::os::raw::c_int; [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/c.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | pub type int_least64_t = ::std::os::raw::c_long; [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/c.rs:175:10 [INFO] [stdout] | [INFO] [stdout] 175 | pub type uint_least8_t = ::std::os::raw::c_uchar; [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/c.rs:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | pub type uint_least16_t = ::std::os::raw::c_ushort; [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/c.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | pub type uint_least32_t = ::std::os::raw::c_uint; [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/c.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | pub type uint_least64_t = ::std::os::raw::c_ulong; [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/c.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | 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/c.rs:180:10 [INFO] [stdout] | [INFO] [stdout] 180 | 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/c.rs:181:10 [INFO] [stdout] | [INFO] [stdout] 181 | 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/c.rs:182:10 [INFO] [stdout] | [INFO] [stdout] 182 | 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/c.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 183 | 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/c.rs:184:10 [INFO] [stdout] | [INFO] [stdout] 184 | 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/c.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | 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/c.rs:186:10 [INFO] [stdout] | [INFO] [stdout] 186 | 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/c.rs:187:10 [INFO] [stdout] | [INFO] [stdout] 187 | 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/c.rs:188:10 [INFO] [stdout] | [INFO] [stdout] 188 | 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 `pv_status_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | pub type pv_status_t = u32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PvStatusT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pv_porcupine_object_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:210:10 [INFO] [stdout] | [INFO] [stdout] 210 | pub type pv_porcupine_object_t = pv_porcupine_object; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PvPorcupineObjectT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `true_` [INFO] [stdout] --> src/c.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub const true_: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `false_` [INFO] [stdout] --> src/c.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub const false_: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT8_MIN` [INFO] [stdout] --> src/c.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub const INT8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT16_MIN` [INFO] [stdout] --> src/c.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | pub const INT16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT32_MIN` [INFO] [stdout] --> src/c.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | pub const INT32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT8_MAX` [INFO] [stdout] --> src/c.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub const INT8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT16_MAX` [INFO] [stdout] --> src/c.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | pub const INT16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT32_MAX` [INFO] [stdout] --> src/c.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | pub const INT32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT8_MAX` [INFO] [stdout] --> src/c.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | pub const UINT8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT16_MAX` [INFO] [stdout] --> src/c.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | pub const UINT16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT32_MAX` [INFO] [stdout] --> src/c.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | pub const UINT32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST8_MIN` [INFO] [stdout] --> src/c.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | pub const INT_LEAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST16_MIN` [INFO] [stdout] --> src/c.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | pub const INT_LEAST16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST32_MIN` [INFO] [stdout] --> src/c.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | pub const INT_LEAST32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST8_MAX` [INFO] [stdout] --> src/c.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub const INT_LEAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST16_MAX` [INFO] [stdout] --> src/c.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | pub const INT_LEAST16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST32_MAX` [INFO] [stdout] --> src/c.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | pub const INT_LEAST32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST8_MAX` [INFO] [stdout] --> src/c.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | pub const UINT_LEAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST16_MAX` [INFO] [stdout] --> src/c.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub const UINT_LEAST16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST32_MAX` [INFO] [stdout] --> src/c.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | pub const UINT_LEAST32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST8_MIN` [INFO] [stdout] --> src/c.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub const INT_FAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST16_MIN` [INFO] [stdout] --> src/c.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | pub const INT_FAST16_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST32_MIN` [INFO] [stdout] --> src/c.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | pub const INT_FAST32_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST8_MAX` [INFO] [stdout] --> src/c.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | pub const INT_FAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST16_MAX` [INFO] [stdout] --> src/c.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | pub const INT_FAST16_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST32_MAX` [INFO] [stdout] --> src/c.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | pub const INT_FAST32_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST8_MAX` [INFO] [stdout] --> src/c.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | pub const UINT_FAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST16_MAX` [INFO] [stdout] --> src/c.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | pub const UINT_FAST16_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST32_MAX` [INFO] [stdout] --> src/c.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub const UINT_FAST32_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTPTR_MIN` [INFO] [stdout] --> src/c.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | pub const INTPTR_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTPTR_MAX` [INFO] [stdout] --> src/c.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | pub const INTPTR_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINTPTR_MAX` [INFO] [stdout] --> src/c.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | pub const UINTPTR_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PTRDIFF_MIN` [INFO] [stdout] --> src/c.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | pub const PTRDIFF_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PTRDIFF_MAX` [INFO] [stdout] --> src/c.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | pub const PTRDIFF_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIG_ATOMIC_MIN` [INFO] [stdout] --> src/c.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | pub const SIG_ATOMIC_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIG_ATOMIC_MAX` [INFO] [stdout] --> src/c.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | pub const SIG_ATOMIC_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIZE_MAX` [INFO] [stdout] --> src/c.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | pub const SIZE_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WINT_MIN` [INFO] [stdout] --> src/c.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | pub const WINT_MIN: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WINT_MAX` [INFO] [stdout] --> src/c.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | pub const WINT_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least8_t` [INFO] [stdout] --> src/c.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least16_t` [INFO] [stdout] --> src/c.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 172 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least32_t` [INFO] [stdout] --> src/c.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least64_t` [INFO] [stdout] --> src/c.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | pub type int_least64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least8_t` [INFO] [stdout] --> src/c.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least16_t` [INFO] [stdout] --> src/c.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least32_t` [INFO] [stdout] --> src/c.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least64_t` [INFO] [stdout] --> src/c.rs:178:1 [INFO] [stdout] | [INFO] [stdout] 178 | pub type uint_least64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast8_t` [INFO] [stdout] --> src/c.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast16_t` [INFO] [stdout] --> src/c.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast32_t` [INFO] [stdout] --> src/c.rs:181:1 [INFO] [stdout] | [INFO] [stdout] 181 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast64_t` [INFO] [stdout] --> src/c.rs:182:1 [INFO] [stdout] | [INFO] [stdout] 182 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast8_t` [INFO] [stdout] --> src/c.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 183 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast16_t` [INFO] [stdout] --> src/c.rs:184:1 [INFO] [stdout] | [INFO] [stdout] 184 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast32_t` [INFO] [stdout] --> src/c.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 185 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast64_t` [INFO] [stdout] --> src/c.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `intmax_t` [INFO] [stdout] --> src/c.rs:187:1 [INFO] [stdout] | [INFO] [stdout] 187 | pub type intmax_t = __intmax_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uintmax_t` [INFO] [stdout] --> src/c.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | pub type uintmax_t = __uintmax_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_SUCCESS` [INFO] [stdout] --> src/c.rs:193:1 [INFO] [stdout] | [INFO] [stdout] 193 | pub const pv_status_t_PV_STATUS_SUCCESS: pv_status_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_OUT_OF_MEMORY` [INFO] [stdout] --> src/c.rs:194:1 [INFO] [stdout] | [INFO] [stdout] 194 | pub const pv_status_t_PV_STATUS_OUT_OF_MEMORY: pv_status_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_IO_ERROR` [INFO] [stdout] --> src/c.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | pub const pv_status_t_PV_STATUS_IO_ERROR: pv_status_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_INVALID_ARGUMENT` [INFO] [stdout] --> src/c.rs:196:1 [INFO] [stdout] | [INFO] [stdout] 196 | pub const pv_status_t_PV_STATUS_INVALID_ARGUMENT: pv_status_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `true_` should have an upper case name [INFO] [stdout] --> src/c.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const true_: u32 = 1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `TRUE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `false_` should have an upper case name [INFO] [stdout] --> src/c.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const false_: u32 = 0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FALSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__bool_true_false_are_defined` should have an upper case name [INFO] [stdout] --> src/c.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const __bool_true_false_are_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__BOOL_TRUE_FALSE_ARE_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> src/c.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const __glibc_c99_flexarr_available: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GLIBC_C99_FLEXARR_AVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_SUCCESS` should have an upper case name [INFO] [stdout] --> src/c.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const pv_status_t_PV_STATUS_SUCCESS: pv_status_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_SUCCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_OUT_OF_MEMORY` should have an upper case name [INFO] [stdout] --> src/c.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const pv_status_t_PV_STATUS_OUT_OF_MEMORY: pv_status_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_IO_ERROR` should have an upper case name [INFO] [stdout] --> src/c.rs:195:11 [INFO] [stdout] | [INFO] [stdout] 195 | pub const pv_status_t_PV_STATUS_IO_ERROR: pv_status_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_IO_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_INVALID_ARGUMENT` should have an upper case name [INFO] [stdout] --> src/c.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const pv_status_t_PV_STATUS_INVALID_ARGUMENT: pv_status_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_INVALID_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 142 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling porcupine-sys v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/c.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/c.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | 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/c.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | 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/c.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | 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/c.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | 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/c.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | 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/c.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | 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/c.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | 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/c.rs:98:10 [INFO] [stdout] | [INFO] [stdout] 98 | 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/c.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | 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/c.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | 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/c.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | 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 `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | 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/c.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | 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/c.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | 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/c.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | 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/c.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | 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/c.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | 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/c.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | 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/c.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | 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/c.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | 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/c.rs:111:10 [INFO] [stdout] | [INFO] [stdout] 111 | 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/c.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | 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/c.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | 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/c.rs:114:10 [INFO] [stdout] | [INFO] [stdout] 114 | 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/c.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 115 | 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/c.rs:144:10 [INFO] [stdout] | [INFO] [stdout] 144 | 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/c.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | 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/c.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | 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/c.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | 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/c.rs:148:10 [INFO] [stdout] | [INFO] [stdout] 148 | 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/c.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | 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/c.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | 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/c.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | 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/c.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | 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/c.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | 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/c.rs:155:10 [INFO] [stdout] | [INFO] [stdout] 155 | 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/c.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | 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/c.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | 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/c.rs:158:10 [INFO] [stdout] | [INFO] [stdout] 158 | 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/c.rs:159:10 [INFO] [stdout] | [INFO] [stdout] 159 | 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/c.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | 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/c.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | 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/c.rs:162:10 [INFO] [stdout] | [INFO] [stdout] 162 | 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/c.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | 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/c.rs:164:10 [INFO] [stdout] | [INFO] [stdout] 164 | 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/c.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | 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/c.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | 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/c.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 167 | 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/c.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | 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/c.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | 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/c.rs:170:10 [INFO] [stdout] | [INFO] [stdout] 170 | 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/c.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | pub type int_least8_t = ::std::os::raw::c_schar; [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/c.rs:172:10 [INFO] [stdout] | [INFO] [stdout] 172 | pub type int_least16_t = ::std::os::raw::c_short; [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/c.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | pub type int_least32_t = ::std::os::raw::c_int; [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/c.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | pub type int_least64_t = ::std::os::raw::c_long; [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/c.rs:175:10 [INFO] [stdout] | [INFO] [stdout] 175 | pub type uint_least8_t = ::std::os::raw::c_uchar; [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/c.rs:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | pub type uint_least16_t = ::std::os::raw::c_ushort; [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/c.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | pub type uint_least32_t = ::std::os::raw::c_uint; [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/c.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | pub type uint_least64_t = ::std::os::raw::c_ulong; [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/c.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | 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/c.rs:180:10 [INFO] [stdout] | [INFO] [stdout] 180 | 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/c.rs:181:10 [INFO] [stdout] | [INFO] [stdout] 181 | 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/c.rs:182:10 [INFO] [stdout] | [INFO] [stdout] 182 | 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/c.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 183 | 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/c.rs:184:10 [INFO] [stdout] | [INFO] [stdout] 184 | 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/c.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | 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/c.rs:186:10 [INFO] [stdout] | [INFO] [stdout] 186 | 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/c.rs:187:10 [INFO] [stdout] | [INFO] [stdout] 187 | 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/c.rs:188:10 [INFO] [stdout] | [INFO] [stdout] 188 | 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 `pv_status_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | pub type pv_status_t = u32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PvStatusT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pv_porcupine_object_t` should have an upper camel case name [INFO] [stdout] --> src/c.rs:210:10 [INFO] [stdout] | [INFO] [stdout] 210 | pub type pv_porcupine_object_t = pv_porcupine_object; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PvPorcupineObjectT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `true_` [INFO] [stdout] --> src/c.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub const true_: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `false_` [INFO] [stdout] --> src/c.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub const false_: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT8_MIN` [INFO] [stdout] --> src/c.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub const INT8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT16_MIN` [INFO] [stdout] --> src/c.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | pub const INT16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT32_MIN` [INFO] [stdout] --> src/c.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | pub const INT32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT8_MAX` [INFO] [stdout] --> src/c.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub const INT8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT16_MAX` [INFO] [stdout] --> src/c.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | pub const INT16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT32_MAX` [INFO] [stdout] --> src/c.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | pub const INT32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT8_MAX` [INFO] [stdout] --> src/c.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | pub const UINT8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT16_MAX` [INFO] [stdout] --> src/c.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | pub const UINT16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT32_MAX` [INFO] [stdout] --> src/c.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | pub const UINT32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST8_MIN` [INFO] [stdout] --> src/c.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | pub const INT_LEAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST16_MIN` [INFO] [stdout] --> src/c.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | pub const INT_LEAST16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST32_MIN` [INFO] [stdout] --> src/c.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | pub const INT_LEAST32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST8_MAX` [INFO] [stdout] --> src/c.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub const INT_LEAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST16_MAX` [INFO] [stdout] --> src/c.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | pub const INT_LEAST16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST32_MAX` [INFO] [stdout] --> src/c.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | pub const INT_LEAST32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST8_MAX` [INFO] [stdout] --> src/c.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | pub const UINT_LEAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST16_MAX` [INFO] [stdout] --> src/c.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub const UINT_LEAST16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST32_MAX` [INFO] [stdout] --> src/c.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | pub const UINT_LEAST32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST8_MIN` [INFO] [stdout] --> src/c.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub const INT_FAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST16_MIN` [INFO] [stdout] --> src/c.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | pub const INT_FAST16_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST32_MIN` [INFO] [stdout] --> src/c.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | pub const INT_FAST32_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST8_MAX` [INFO] [stdout] --> src/c.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | pub const INT_FAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST16_MAX` [INFO] [stdout] --> src/c.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | pub const INT_FAST16_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST32_MAX` [INFO] [stdout] --> src/c.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | pub const INT_FAST32_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST8_MAX` [INFO] [stdout] --> src/c.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | pub const UINT_FAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST16_MAX` [INFO] [stdout] --> src/c.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | pub const UINT_FAST16_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST32_MAX` [INFO] [stdout] --> src/c.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub const UINT_FAST32_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTPTR_MIN` [INFO] [stdout] --> src/c.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | pub const INTPTR_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTPTR_MAX` [INFO] [stdout] --> src/c.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | pub const INTPTR_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINTPTR_MAX` [INFO] [stdout] --> src/c.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | pub const UINTPTR_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PTRDIFF_MIN` [INFO] [stdout] --> src/c.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | pub const PTRDIFF_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PTRDIFF_MAX` [INFO] [stdout] --> src/c.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | pub const PTRDIFF_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIG_ATOMIC_MIN` [INFO] [stdout] --> src/c.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | pub const SIG_ATOMIC_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIG_ATOMIC_MAX` [INFO] [stdout] --> src/c.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | pub const SIG_ATOMIC_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIZE_MAX` [INFO] [stdout] --> src/c.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | pub const SIZE_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WINT_MIN` [INFO] [stdout] --> src/c.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | pub const WINT_MIN: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WINT_MAX` [INFO] [stdout] --> src/c.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | pub const WINT_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least8_t` [INFO] [stdout] --> src/c.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least16_t` [INFO] [stdout] --> src/c.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 172 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least32_t` [INFO] [stdout] --> src/c.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least64_t` [INFO] [stdout] --> src/c.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | pub type int_least64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least8_t` [INFO] [stdout] --> src/c.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least16_t` [INFO] [stdout] --> src/c.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least32_t` [INFO] [stdout] --> src/c.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least64_t` [INFO] [stdout] --> src/c.rs:178:1 [INFO] [stdout] | [INFO] [stdout] 178 | pub type uint_least64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast8_t` [INFO] [stdout] --> src/c.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast16_t` [INFO] [stdout] --> src/c.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast32_t` [INFO] [stdout] --> src/c.rs:181:1 [INFO] [stdout] | [INFO] [stdout] 181 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast64_t` [INFO] [stdout] --> src/c.rs:182:1 [INFO] [stdout] | [INFO] [stdout] 182 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast8_t` [INFO] [stdout] --> src/c.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 183 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast16_t` [INFO] [stdout] --> src/c.rs:184:1 [INFO] [stdout] | [INFO] [stdout] 184 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast32_t` [INFO] [stdout] --> src/c.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 185 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast64_t` [INFO] [stdout] --> src/c.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `intmax_t` [INFO] [stdout] --> src/c.rs:187:1 [INFO] [stdout] | [INFO] [stdout] 187 | pub type intmax_t = __intmax_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uintmax_t` [INFO] [stdout] --> src/c.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | pub type uintmax_t = __uintmax_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_SUCCESS` [INFO] [stdout] --> src/c.rs:193:1 [INFO] [stdout] | [INFO] [stdout] 193 | pub const pv_status_t_PV_STATUS_SUCCESS: pv_status_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_OUT_OF_MEMORY` [INFO] [stdout] --> src/c.rs:194:1 [INFO] [stdout] | [INFO] [stdout] 194 | pub const pv_status_t_PV_STATUS_OUT_OF_MEMORY: pv_status_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_IO_ERROR` [INFO] [stdout] --> src/c.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | pub const pv_status_t_PV_STATUS_IO_ERROR: pv_status_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `pv_status_t_PV_STATUS_INVALID_ARGUMENT` [INFO] [stdout] --> src/c.rs:196:1 [INFO] [stdout] | [INFO] [stdout] 196 | pub const pv_status_t_PV_STATUS_INVALID_ARGUMENT: pv_status_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `true_` should have an upper case name [INFO] [stdout] --> src/c.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const true_: u32 = 1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `TRUE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `false_` should have an upper case name [INFO] [stdout] --> src/c.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const false_: u32 = 0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FALSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__bool_true_false_are_defined` should have an upper case name [INFO] [stdout] --> src/c.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const __bool_true_false_are_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__BOOL_TRUE_FALSE_ARE_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> src/c.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const __glibc_c99_flexarr_available: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GLIBC_C99_FLEXARR_AVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___fsid_t` should have a snake case name [INFO] [stdout] --> src/c.rs:122:4 [INFO] [stdout] | [INFO] [stdout] 122 | fn bindgen_test_layout___fsid_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_fsid_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/c.rs:134:19 [INFO] [stdout] | [INFO] [stdout] 134 | unsafe { &(*(::std::ptr::null::<__fsid_t>())).__val as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_SUCCESS` should have an upper case name [INFO] [stdout] --> src/c.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const pv_status_t_PV_STATUS_SUCCESS: pv_status_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_SUCCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_OUT_OF_MEMORY` should have an upper case name [INFO] [stdout] --> src/c.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const pv_status_t_PV_STATUS_OUT_OF_MEMORY: pv_status_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_IO_ERROR` should have an upper case name [INFO] [stdout] --> src/c.rs:195:11 [INFO] [stdout] | [INFO] [stdout] 195 | pub const pv_status_t_PV_STATUS_IO_ERROR: pv_status_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_IO_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pv_status_t_PV_STATUS_INVALID_ARGUMENT` should have an upper case name [INFO] [stdout] --> src/c.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const pv_status_t_PV_STATUS_INVALID_ARGUMENT: pv_status_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PV_STATUS_T_PV_STATUS_INVALID_ARGUMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.porcupine_sys.f42551f2-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6.1n0n6d2m57hwwbx5.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lpv_porcupine" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b6a068090bf40c71.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-1c1e08c768cd8903.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f4474e7a3a1f53f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-ec55ab174918e77a.rlib" "/opt/rustwide/target/debug/deps/liblibc-cbcf0797f466a12c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/porcupine_sys-d994656cece3deb6" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lpv_porcupine [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `porcupine-sys` due to 2 previous errors; 144 warnings emitted [INFO] [stdout] error: aborting due to previous error; 144 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.multiple.02623300-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662.1d60fgimai5sd99b.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libporcupine_sys-2c56d59cce683c15.rlib" "/opt/rustwide/target/debug/deps/liblibc-cbcf0797f466a12c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lpv_porcupine" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/multiple-ea4507bda3c06662" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lpv_porcupine [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.single.99675f1b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60.fvrndcqpp7yjtu6.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libporcupine_sys-2c56d59cce683c15.rlib" "/opt/rustwide/target/debug/deps/liblibc-cbcf0797f466a12c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lpv_porcupine" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/single-50094ece85990d60" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lpv_porcupine [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "27e1d5a999f80ea64cd1c83a73580a99f37475ca96788c2f384ab7fe90a3e285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27e1d5a999f80ea64cd1c83a73580a99f37475ca96788c2f384ab7fe90a3e285", kill_on_drop: false }` [INFO] [stdout] 27e1d5a999f80ea64cd1c83a73580a99f37475ca96788c2f384ab7fe90a3e285