[INFO] fetching crate rtlsdr-full 0.1.7... [INFO] checking rtlsdr-full-0.1.7 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate rtlsdr-full 0.1.7 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate rtlsdr-full 0.1.7 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rtlsdr-full 0.1.7 [INFO] finished tweaking crates.io crate rtlsdr-full 0.1.7 [INFO] tweaked toml for crates.io crate rtlsdr-full 0.1.7 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc1cd07eceb1413f6082a75381b40ad4514069365657801e933c233a6398dcf4 [INFO] running `Command { std: "docker" "start" "-a" "cc1cd07eceb1413f6082a75381b40ad4514069365657801e933c233a6398dcf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc1cd07eceb1413f6082a75381b40ad4514069365657801e933c233a6398dcf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc1cd07eceb1413f6082a75381b40ad4514069365657801e933c233a6398dcf4", kill_on_drop: false }` [INFO] [stdout] cc1cd07eceb1413f6082a75381b40ad4514069365657801e933c233a6398dcf4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae14dfe5d2e7556816fd340e60423cf32d8cc344e2a8b5ac9e28b58316f6c7b8 [INFO] running `Command { std: "docker" "start" "-a" "ae14dfe5d2e7556816fd340e60423cf32d8cc344e2a8b5ac9e28b58316f6c7b8", kill_on_drop: false }` [INFO] [stderr] Compiling rtlsdr-full v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | 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/sys.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | 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/sys.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | 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/sys.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | 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/sys.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | 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/sys.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | 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/sys.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | 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/sys.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | 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/sys.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | 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/sys.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | 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/sys.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | 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/sys.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:111:10 [INFO] [stdout] | [INFO] [stdout] 111 | pub type __int_least8_t = __int8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | pub type __uint_least8_t = __uint8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | pub type __int_least16_t = __int16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | 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 `__uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:114:10 [INFO] [stdout] | [INFO] [stdout] 114 | pub type __uint_least16_t = __uint16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 115 | pub type __int_least32_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | 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 `__uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | pub type __uint_least32_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_int` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | 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/sys.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | 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 `__int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | pub type __int_least64_t = __int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | 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 `__uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:118:10 [INFO] [stdout] | [INFO] [stdout] 118 | pub type __uint_least64_t = __uint64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | 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 `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | 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/sys.rs:120:10 [INFO] [stdout] | [INFO] [stdout] 120 | 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 `__int16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | 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 `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | 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 `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | 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 `__uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | 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 `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | 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 `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:123:10 [INFO] [stdout] | [INFO] [stdout] 123 | 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/sys.rs:124:10 [INFO] [stdout] | [INFO] [stdout] 124 | 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 `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | 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 `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:125:10 [INFO] [stdout] | [INFO] [stdout] 125 | 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 `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | 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 `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | 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 `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | 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 `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | 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 `__int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:111:10 [INFO] [stdout] | [INFO] [stdout] 111 | pub type __int_least8_t = __int8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:128:10 [INFO] [stdout] | [INFO] [stdout] 128 | 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 `__uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | pub type __uint_least8_t = __uint8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | 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 `__int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:113:10 [INFO] [stdout] | [INFO] [stdout] 113 | pub type __int_least16_t = __int16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:130:10 [INFO] [stdout] | [INFO] [stdout] 130 | 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 `__uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:114:10 [INFO] [stdout] | [INFO] [stdout] 114 | pub type __uint_least16_t = __uint16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | 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 `__int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 115 | pub type __int_least32_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | 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 `__uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | pub type __uint_least32_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | 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 `__int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | pub type __int_least64_t = __int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:164:10 [INFO] [stdout] | [INFO] [stdout] 164 | 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 `__uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:118:10 [INFO] [stdout] | [INFO] [stdout] 118 | pub type __uint_least64_t = __uint64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | 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 `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | 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 `__id_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | 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 `__u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:120:10 [INFO] [stdout] | [INFO] [stdout] 120 | 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 `__time_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 167 | 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 `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | 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 `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | 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 `__uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | 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 `__suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | 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 `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:123:10 [INFO] [stdout] | [INFO] [stdout] 123 | 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 `__suseconds64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:170:10 [INFO] [stdout] | [INFO] [stdout] 170 | pub type __suseconds64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Suseconds64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uid_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:124:10 [INFO] [stdout] | [INFO] [stdout] 124 | 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 `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | 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/sys.rs:172:10 [INFO] [stdout] | [INFO] [stdout] 172 | 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/sys.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | 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 `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:125:10 [INFO] [stdout] | [INFO] [stdout] 125 | 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 `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | 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 `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | 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 `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:175:10 [INFO] [stdout] | [INFO] [stdout] 175 | 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/sys.rs:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | 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 `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | 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 `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | 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 `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:128:10 [INFO] [stdout] | [INFO] [stdout] 128 | 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/sys.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | 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 `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | 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 `__off_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:130:10 [INFO] [stdout] | [INFO] [stdout] 130 | 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 `__fsblkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | 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 `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | 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 `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:180:10 [INFO] [stdout] | [INFO] [stdout] 180 | 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 `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | 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 `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:181:10 [INFO] [stdout] | [INFO] [stdout] 181 | 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 `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | 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 `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:182:10 [INFO] [stdout] | [INFO] [stdout] 182 | 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 `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:164:10 [INFO] [stdout] | [INFO] [stdout] 164 | 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 `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 183 | 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 `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | 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 `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:184:10 [INFO] [stdout] | [INFO] [stdout] 184 | 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 `__id_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | 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 `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | 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 `__time_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 167 | 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 `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:186:10 [INFO] [stdout] | [INFO] [stdout] 186 | 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 `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | 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/sys.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | 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 `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:187:10 [INFO] [stdout] | [INFO] [stdout] 187 | 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 `__suseconds64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:170:10 [INFO] [stdout] | [INFO] [stdout] 170 | pub type __suseconds64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Suseconds64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:188:10 [INFO] [stdout] | [INFO] [stdout] 188 | 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 `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | 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 `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:189:10 [INFO] [stdout] | [INFO] [stdout] 189 | 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/sys.rs:190:10 [INFO] [stdout] | [INFO] [stdout] 190 | 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 `__key_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:172:10 [INFO] [stdout] | [INFO] [stdout] 172 | 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 `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:191:10 [INFO] [stdout] | [INFO] [stdout] 191 | pub type int_least8_t = __int_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | 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 `int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:192:10 [INFO] [stdout] | [INFO] [stdout] 192 | pub type int_least16_t = __int_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | 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 `int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:193:10 [INFO] [stdout] | [INFO] [stdout] 193 | pub type int_least32_t = __int_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:175:10 [INFO] [stdout] | [INFO] [stdout] 175 | 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/sys.rs:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | 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 `int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | pub type int_least64_t = __int_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | 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 `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:195:10 [INFO] [stdout] | [INFO] [stdout] 195 | pub type uint_least8_t = __uint_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | 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/sys.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | 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 `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:196:10 [INFO] [stdout] | [INFO] [stdout] 196 | pub type uint_least16_t = __uint_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:180:10 [INFO] [stdout] | [INFO] [stdout] 180 | 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 `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:197:10 [INFO] [stdout] | [INFO] [stdout] 197 | pub type uint_least32_t = __uint_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:181:10 [INFO] [stdout] | [INFO] [stdout] 181 | 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 `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | pub type uint_least64_t = __uint_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:199:10 [INFO] [stdout] | [INFO] [stdout] 199 | 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 `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:182:10 [INFO] [stdout] | [INFO] [stdout] 182 | 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 `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | 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 `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 183 | 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 `int_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:201:10 [INFO] [stdout] | [INFO] [stdout] 201 | 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/sys.rs:202:10 [INFO] [stdout] | [INFO] [stdout] 202 | 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 `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:184:10 [INFO] [stdout] | [INFO] [stdout] 184 | 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 `uint_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:203:10 [INFO] [stdout] | [INFO] [stdout] 203 | 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 `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:185:10 [INFO] [stdout] | [INFO] [stdout] 185 | 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 `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:204:10 [INFO] [stdout] | [INFO] [stdout] 204 | 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 `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:186:10 [INFO] [stdout] | [INFO] [stdout] 186 | 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/sys.rs:187:10 [INFO] [stdout] | [INFO] [stdout] 187 | 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 `uint_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:205:10 [INFO] [stdout] | [INFO] [stdout] 205 | 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 `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:188:10 [INFO] [stdout] | [INFO] [stdout] 188 | 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 `uint_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | 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 `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:189:10 [INFO] [stdout] | [INFO] [stdout] 189 | 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 `intmax_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:207:10 [INFO] [stdout] | [INFO] [stdout] 207 | 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/sys.rs:208:10 [INFO] [stdout] | [INFO] [stdout] 208 | 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 `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:190:10 [INFO] [stdout] | [INFO] [stdout] 190 | 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 `rtlsdr_dev_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:214:10 [INFO] [stdout] | [INFO] [stdout] 214 | pub type rtlsdr_dev_t = rtlsdr_dev; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RtlsdrDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:191:10 [INFO] [stdout] | [INFO] [stdout] 191 | pub type int_least8_t = __int_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:192:10 [INFO] [stdout] | [INFO] [stdout] 192 | pub type int_least16_t = __int_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rtlsdr_tuner` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | pub type rtlsdr_tuner = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RtlsdrTuner` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:193:10 [INFO] [stdout] | [INFO] [stdout] 193 | pub type int_least32_t = __int_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rtlsdr_read_async_cb_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | pub type rtlsdr_read_async_cb_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RtlsdrReadAsyncCbT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | pub type int_least64_t = __int_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:195:10 [INFO] [stdout] | [INFO] [stdout] 195 | pub type uint_least8_t = __uint_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:196:10 [INFO] [stdout] | [INFO] [stdout] 196 | pub type uint_least16_t = __uint_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:197:10 [INFO] [stdout] | [INFO] [stdout] 197 | pub type uint_least32_t = __uint_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | pub type uint_least64_t = __uint_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:199:10 [INFO] [stdout] | [INFO] [stdout] 199 | 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/sys.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | 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/sys.rs:201:10 [INFO] [stdout] | [INFO] [stdout] 201 | 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/sys.rs:202:10 [INFO] [stdout] | [INFO] [stdout] 202 | 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/sys.rs:203:10 [INFO] [stdout] | [INFO] [stdout] 203 | 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/sys.rs:204:10 [INFO] [stdout] | [INFO] [stdout] 204 | 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/sys.rs:205:10 [INFO] [stdout] | [INFO] [stdout] 205 | 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/sys.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | 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/sys.rs:207:10 [INFO] [stdout] | [INFO] [stdout] 207 | 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/sys.rs:208:10 [INFO] [stdout] | [INFO] [stdout] 208 | 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 `rtlsdr_dev_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:214:10 [INFO] [stdout] | [INFO] [stdout] 214 | pub type rtlsdr_dev_t = rtlsdr_dev; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RtlsdrDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rtlsdr_tuner` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | pub type rtlsdr_tuner = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RtlsdrTuner` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rtlsdr_read_async_cb_t` should have an upper camel case name [INFO] [stdout] --> src/sys.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | pub type rtlsdr_read_async_cb_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RtlsdrReadAsyncCbT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT8_MIN` is never used [INFO] [stdout] --> src/sys.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | pub const INT8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT16_MIN` is never used [INFO] [stdout] --> src/sys.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | pub const INT16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT32_MIN` is never used [INFO] [stdout] --> src/sys.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub const INT32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT8_MAX` is never used [INFO] [stdout] --> src/sys.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | pub const INT8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT16_MAX` is never used [INFO] [stdout] --> src/sys.rs:66:11 [INFO] [stdout] | [INFO] [stdout] 66 | pub const INT16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT32_MAX` is never used [INFO] [stdout] --> src/sys.rs:67:11 [INFO] [stdout] | [INFO] [stdout] 67 | pub const INT32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT8_MAX` is never used [INFO] [stdout] --> src/sys.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | pub const UINT8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT16_MAX` is never used [INFO] [stdout] --> src/sys.rs:69:11 [INFO] [stdout] | [INFO] [stdout] 69 | pub const UINT16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT32_MAX` is never used [INFO] [stdout] --> src/sys.rs:70:11 [INFO] [stdout] | [INFO] [stdout] 70 | pub const UINT32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST8_MIN` is never used [INFO] [stdout] --> src/sys.rs:71:11 [INFO] [stdout] | [INFO] [stdout] 71 | pub const INT_LEAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST16_MIN` is never used [INFO] [stdout] --> src/sys.rs:72:11 [INFO] [stdout] | [INFO] [stdout] 72 | pub const INT_LEAST16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST32_MIN` is never used [INFO] [stdout] --> src/sys.rs:73:11 [INFO] [stdout] | [INFO] [stdout] 73 | pub const INT_LEAST32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST8_MAX` is never used [INFO] [stdout] --> src/sys.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub const INT_LEAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST16_MAX` is never used [INFO] [stdout] --> src/sys.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 75 | pub const INT_LEAST16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST32_MAX` is never used [INFO] [stdout] --> src/sys.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | pub const INT_LEAST32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_LEAST8_MAX` is never used [INFO] [stdout] --> src/sys.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | pub const UINT_LEAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_LEAST16_MAX` is never used [INFO] [stdout] --> src/sys.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | pub const UINT_LEAST16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_LEAST32_MAX` is never used [INFO] [stdout] --> src/sys.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | pub const UINT_LEAST32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST8_MIN` is never used [INFO] [stdout] --> src/sys.rs:80:11 [INFO] [stdout] | [INFO] [stdout] 80 | pub const INT_FAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST16_MIN` is never used [INFO] [stdout] --> src/sys.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | pub const INT_FAST16_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST32_MIN` is never used [INFO] [stdout] --> src/sys.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | pub const INT_FAST32_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST8_MAX` is never used [INFO] [stdout] --> src/sys.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const INT_FAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST16_MAX` is never used [INFO] [stdout] --> src/sys.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | pub const INT_FAST16_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST32_MAX` is never used [INFO] [stdout] --> src/sys.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | pub const INT_FAST32_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_FAST8_MAX` is never used [INFO] [stdout] --> src/sys.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | pub const UINT_FAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_FAST16_MAX` is never used [INFO] [stdout] --> src/sys.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | pub const UINT_FAST16_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_FAST32_MAX` is never used [INFO] [stdout] --> src/sys.rs:88:11 [INFO] [stdout] | [INFO] [stdout] 88 | pub const UINT_FAST32_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INTPTR_MIN` is never used [INFO] [stdout] --> src/sys.rs:89:11 [INFO] [stdout] | [INFO] [stdout] 89 | pub const INTPTR_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INTPTR_MAX` is never used [INFO] [stdout] --> src/sys.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | pub const INTPTR_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINTPTR_MAX` is never used [INFO] [stdout] --> src/sys.rs:91:11 [INFO] [stdout] | [INFO] [stdout] 91 | pub const UINTPTR_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PTRDIFF_MIN` is never used [INFO] [stdout] --> src/sys.rs:92:11 [INFO] [stdout] | [INFO] [stdout] 92 | pub const PTRDIFF_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PTRDIFF_MAX` is never used [INFO] [stdout] --> src/sys.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | pub const PTRDIFF_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SIG_ATOMIC_MIN` is never used [INFO] [stdout] --> src/sys.rs:94:11 [INFO] [stdout] | [INFO] [stdout] 94 | pub const SIG_ATOMIC_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SIG_ATOMIC_MAX` is never used [INFO] [stdout] --> src/sys.rs:95:11 [INFO] [stdout] | [INFO] [stdout] 95 | pub const SIG_ATOMIC_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SIZE_MAX` is never used [INFO] [stdout] --> src/sys.rs:96:11 [INFO] [stdout] | [INFO] [stdout] 96 | pub const SIZE_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WINT_MIN` is never used [INFO] [stdout] --> src/sys.rs:97:11 [INFO] [stdout] | [INFO] [stdout] 97 | pub const WINT_MIN: u32 = 0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WINT_MAX` is never used [INFO] [stdout] --> src/sys.rs:98:11 [INFO] [stdout] | [INFO] [stdout] 98 | pub const WINT_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_least8_t` is never used [INFO] [stdout] --> src/sys.rs:191:10 [INFO] [stdout] | [INFO] [stdout] 191 | pub type int_least8_t = __int_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_least16_t` is never used [INFO] [stdout] --> src/sys.rs:192:10 [INFO] [stdout] | [INFO] [stdout] 192 | pub type int_least16_t = __int_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_least32_t` is never used [INFO] [stdout] --> src/sys.rs:193:10 [INFO] [stdout] | [INFO] [stdout] 193 | pub type int_least32_t = __int_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_least64_t` is never used [INFO] [stdout] --> src/sys.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | pub type int_least64_t = __int_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_least8_t` is never used [INFO] [stdout] --> src/sys.rs:195:10 [INFO] [stdout] | [INFO] [stdout] 195 | pub type uint_least8_t = __uint_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_least16_t` is never used [INFO] [stdout] --> src/sys.rs:196:10 [INFO] [stdout] | [INFO] [stdout] 196 | pub type uint_least16_t = __uint_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_least32_t` is never used [INFO] [stdout] --> src/sys.rs:197:10 [INFO] [stdout] | [INFO] [stdout] 197 | pub type uint_least32_t = __uint_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_least64_t` is never used [INFO] [stdout] --> src/sys.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | pub type uint_least64_t = __uint_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_fast8_t` is never used [INFO] [stdout] --> src/sys.rs:199:10 [INFO] [stdout] | [INFO] [stdout] 199 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_fast16_t` is never used [INFO] [stdout] --> src/sys.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_fast32_t` is never used [INFO] [stdout] --> src/sys.rs:201:10 [INFO] [stdout] | [INFO] [stdout] 201 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_fast64_t` is never used [INFO] [stdout] --> src/sys.rs:202:10 [INFO] [stdout] | [INFO] [stdout] 202 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_fast8_t` is never used [INFO] [stdout] --> src/sys.rs:203:10 [INFO] [stdout] | [INFO] [stdout] 203 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_fast16_t` is never used [INFO] [stdout] --> src/sys.rs:204:10 [INFO] [stdout] | [INFO] [stdout] 204 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_fast32_t` is never used [INFO] [stdout] --> src/sys.rs:205:10 [INFO] [stdout] | [INFO] [stdout] 205 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_fast64_t` is never used [INFO] [stdout] --> src/sys.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `intmax_t` is never used [INFO] [stdout] --> src/sys.rs:207:10 [INFO] [stdout] | [INFO] [stdout] 207 | pub type intmax_t = __intmax_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uintmax_t` is never used [INFO] [stdout] --> src/sys.rs:208:10 [INFO] [stdout] | [INFO] [stdout] 208 | pub type uintmax_t = __uintmax_t; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_UNKNOWN` is never used [INFO] [stdout] --> src/sys.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const rtlsdr_tuner_RTLSDR_TUNER_UNKNOWN: rtlsdr_tuner = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_E4000` is never used [INFO] [stdout] --> src/sys.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | pub const rtlsdr_tuner_RTLSDR_TUNER_E4000: rtlsdr_tuner = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC0012` is never used [INFO] [stdout] --> src/sys.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC0012: rtlsdr_tuner = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC0013` is never used [INFO] [stdout] --> src/sys.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC0013: rtlsdr_tuner = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC2580` is never used [INFO] [stdout] --> src/sys.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC2580: rtlsdr_tuner = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_R820T` is never used [INFO] [stdout] --> src/sys.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const rtlsdr_tuner_RTLSDR_TUNER_R820T: rtlsdr_tuner = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_R828D` is never used [INFO] [stdout] --> src/sys.rs:309:11 [INFO] [stdout] | [INFO] [stdout] 309 | pub const rtlsdr_tuner_RTLSDR_TUNER_R828D: rtlsdr_tuner = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rtlsdr_get_device_name` is never used [INFO] [stdout] --> src/sys.rs:219:12 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn rtlsdr_get_device_name(index: u32) -> *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rtlsdr_get_device_usb_strings` is never used [INFO] [stdout] --> src/sys.rs:223:12 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn rtlsdr_get_device_usb_strings( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rtlsdr_get_index_by_serial` is never used [INFO] [stdout] --> src/sys.rs:232:12 [INFO] [stdout] | [INFO] [stdout] 232 | pub fn rtlsdr_get_index_by_serial( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rtlsdr_wait_async` is never used [INFO] [stdout] --> src/sys.rs:416:12 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn rtlsdr_wait_async( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> src/sys.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | pub const __glibc_c99_flexarr_available: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GLIBC_C99_FLEXARR_AVAILABLE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_UNKNOWN` should have an upper case name [INFO] [stdout] --> src/sys.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const rtlsdr_tuner_RTLSDR_TUNER_UNKNOWN: rtlsdr_tuner = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_E4000` should have an upper case name [INFO] [stdout] --> src/sys.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | pub const rtlsdr_tuner_RTLSDR_TUNER_E4000: rtlsdr_tuner = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_E4000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC0012` should have an upper case name [INFO] [stdout] --> src/sys.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC0012: rtlsdr_tuner = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_FC0012` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC0013` should have an upper case name [INFO] [stdout] --> src/sys.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC0013: rtlsdr_tuner = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_FC0013` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC2580` should have an upper case name [INFO] [stdout] --> src/sys.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC2580: rtlsdr_tuner = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_FC2580` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_R820T` should have an upper case name [INFO] [stdout] --> src/sys.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const rtlsdr_tuner_RTLSDR_TUNER_R820T: rtlsdr_tuner = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_R820_T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_R828D` should have an upper case name [INFO] [stdout] --> src/sys.rs:309:11 [INFO] [stdout] | [INFO] [stdout] 309 | pub const rtlsdr_tuner_RTLSDR_TUNER_R828D: rtlsdr_tuner = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_R828_D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT8_MIN` is never used [INFO] [stdout] --> src/sys.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | pub const INT8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT16_MIN` is never used [INFO] [stdout] --> src/sys.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | pub const INT16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT32_MIN` is never used [INFO] [stdout] --> src/sys.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub const INT32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT8_MAX` is never used [INFO] [stdout] --> src/sys.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | pub const INT8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT16_MAX` is never used [INFO] [stdout] --> src/sys.rs:66:11 [INFO] [stdout] | [INFO] [stdout] 66 | pub const INT16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT32_MAX` is never used [INFO] [stdout] --> src/sys.rs:67:11 [INFO] [stdout] | [INFO] [stdout] 67 | pub const INT32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT8_MAX` is never used [INFO] [stdout] --> src/sys.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | pub const UINT8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT16_MAX` is never used [INFO] [stdout] --> src/sys.rs:69:11 [INFO] [stdout] | [INFO] [stdout] 69 | pub const UINT16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT32_MAX` is never used [INFO] [stdout] --> src/sys.rs:70:11 [INFO] [stdout] | [INFO] [stdout] 70 | pub const UINT32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST8_MIN` is never used [INFO] [stdout] --> src/sys.rs:71:11 [INFO] [stdout] | [INFO] [stdout] 71 | pub const INT_LEAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST16_MIN` is never used [INFO] [stdout] --> src/sys.rs:72:11 [INFO] [stdout] | [INFO] [stdout] 72 | pub const INT_LEAST16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST32_MIN` is never used [INFO] [stdout] --> src/sys.rs:73:11 [INFO] [stdout] | [INFO] [stdout] 73 | pub const INT_LEAST32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST8_MAX` is never used [INFO] [stdout] --> src/sys.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub const INT_LEAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST16_MAX` is never used [INFO] [stdout] --> src/sys.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 75 | pub const INT_LEAST16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_LEAST32_MAX` is never used [INFO] [stdout] --> src/sys.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | pub const INT_LEAST32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_LEAST8_MAX` is never used [INFO] [stdout] --> src/sys.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | pub const UINT_LEAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_LEAST16_MAX` is never used [INFO] [stdout] --> src/sys.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | pub const UINT_LEAST16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_LEAST32_MAX` is never used [INFO] [stdout] --> src/sys.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | pub const UINT_LEAST32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST8_MIN` is never used [INFO] [stdout] --> src/sys.rs:80:11 [INFO] [stdout] | [INFO] [stdout] 80 | pub const INT_FAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST16_MIN` is never used [INFO] [stdout] --> src/sys.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | pub const INT_FAST16_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST32_MIN` is never used [INFO] [stdout] --> src/sys.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | pub const INT_FAST32_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST8_MAX` is never used [INFO] [stdout] --> src/sys.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const INT_FAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST16_MAX` is never used [INFO] [stdout] --> src/sys.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | pub const INT_FAST16_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 157 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INT_FAST32_MAX` is never used [INFO] [stdout] --> src/sys.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | pub const INT_FAST32_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_FAST8_MAX` is never used [INFO] [stdout] --> src/sys.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | pub const UINT_FAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_FAST16_MAX` is never used [INFO] [stdout] --> src/sys.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | pub const UINT_FAST16_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINT_FAST32_MAX` is never used [INFO] [stdout] --> src/sys.rs:88:11 [INFO] [stdout] | [INFO] [stdout] 88 | pub const UINT_FAST32_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INTPTR_MIN` is never used [INFO] [stdout] --> src/sys.rs:89:11 [INFO] [stdout] | [INFO] [stdout] 89 | pub const INTPTR_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INTPTR_MAX` is never used [INFO] [stdout] --> src/sys.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | pub const INTPTR_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `UINTPTR_MAX` is never used [INFO] [stdout] --> src/sys.rs:91:11 [INFO] [stdout] | [INFO] [stdout] 91 | pub const UINTPTR_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PTRDIFF_MIN` is never used [INFO] [stdout] --> src/sys.rs:92:11 [INFO] [stdout] | [INFO] [stdout] 92 | pub const PTRDIFF_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PTRDIFF_MAX` is never used [INFO] [stdout] --> src/sys.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | pub const PTRDIFF_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SIG_ATOMIC_MIN` is never used [INFO] [stdout] --> src/sys.rs:94:11 [INFO] [stdout] | [INFO] [stdout] 94 | pub const SIG_ATOMIC_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SIG_ATOMIC_MAX` is never used [INFO] [stdout] --> src/sys.rs:95:11 [INFO] [stdout] | [INFO] [stdout] 95 | pub const SIG_ATOMIC_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SIZE_MAX` is never used [INFO] [stdout] --> src/sys.rs:96:11 [INFO] [stdout] | [INFO] [stdout] 96 | pub const SIZE_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WINT_MIN` is never used [INFO] [stdout] --> src/sys.rs:97:11 [INFO] [stdout] | [INFO] [stdout] 97 | pub const WINT_MIN: u32 = 0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WINT_MAX` is never used [INFO] [stdout] --> src/sys.rs:98:11 [INFO] [stdout] | [INFO] [stdout] 98 | pub const WINT_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_least8_t` is never used [INFO] [stdout] --> src/sys.rs:191:10 [INFO] [stdout] | [INFO] [stdout] 191 | pub type int_least8_t = __int_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_least16_t` is never used [INFO] [stdout] --> src/sys.rs:192:10 [INFO] [stdout] | [INFO] [stdout] 192 | pub type int_least16_t = __int_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_least32_t` is never used [INFO] [stdout] --> src/sys.rs:193:10 [INFO] [stdout] | [INFO] [stdout] 193 | pub type int_least32_t = __int_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_least64_t` is never used [INFO] [stdout] --> src/sys.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | pub type int_least64_t = __int_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_least8_t` is never used [INFO] [stdout] --> src/sys.rs:195:10 [INFO] [stdout] | [INFO] [stdout] 195 | pub type uint_least8_t = __uint_least8_t; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_least16_t` is never used [INFO] [stdout] --> src/sys.rs:196:10 [INFO] [stdout] | [INFO] [stdout] 196 | pub type uint_least16_t = __uint_least16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_least32_t` is never used [INFO] [stdout] --> src/sys.rs:197:10 [INFO] [stdout] | [INFO] [stdout] 197 | pub type uint_least32_t = __uint_least32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_least64_t` is never used [INFO] [stdout] --> src/sys.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | pub type uint_least64_t = __uint_least64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_fast8_t` is never used [INFO] [stdout] --> src/sys.rs:199:10 [INFO] [stdout] | [INFO] [stdout] 199 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_fast16_t` is never used [INFO] [stdout] --> src/sys.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_fast32_t` is never used [INFO] [stdout] --> src/sys.rs:201:10 [INFO] [stdout] | [INFO] [stdout] 201 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `int_fast64_t` is never used [INFO] [stdout] --> src/sys.rs:202:10 [INFO] [stdout] | [INFO] [stdout] 202 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_fast8_t` is never used [INFO] [stdout] --> src/sys.rs:203:10 [INFO] [stdout] | [INFO] [stdout] 203 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_fast16_t` is never used [INFO] [stdout] --> src/sys.rs:204:10 [INFO] [stdout] | [INFO] [stdout] 204 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_fast32_t` is never used [INFO] [stdout] --> src/sys.rs:205:10 [INFO] [stdout] | [INFO] [stdout] 205 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uint_fast64_t` is never used [INFO] [stdout] --> src/sys.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `intmax_t` is never used [INFO] [stdout] --> src/sys.rs:207:10 [INFO] [stdout] | [INFO] [stdout] 207 | pub type intmax_t = __intmax_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `uintmax_t` is never used [INFO] [stdout] --> src/sys.rs:208:10 [INFO] [stdout] | [INFO] [stdout] 208 | pub type uintmax_t = __uintmax_t; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_UNKNOWN` is never used [INFO] [stdout] --> src/sys.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const rtlsdr_tuner_RTLSDR_TUNER_UNKNOWN: rtlsdr_tuner = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_E4000` is never used [INFO] [stdout] --> src/sys.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | pub const rtlsdr_tuner_RTLSDR_TUNER_E4000: rtlsdr_tuner = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC0012` is never used [INFO] [stdout] --> src/sys.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC0012: rtlsdr_tuner = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC0013` is never used [INFO] [stdout] --> src/sys.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC0013: rtlsdr_tuner = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC2580` is never used [INFO] [stdout] --> src/sys.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC2580: rtlsdr_tuner = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_R820T` is never used [INFO] [stdout] --> src/sys.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const rtlsdr_tuner_RTLSDR_TUNER_R820T: rtlsdr_tuner = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_R828D` is never used [INFO] [stdout] --> src/sys.rs:309:11 [INFO] [stdout] | [INFO] [stdout] 309 | pub const rtlsdr_tuner_RTLSDR_TUNER_R828D: rtlsdr_tuner = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rtlsdr_get_device_name` is never used [INFO] [stdout] --> src/sys.rs:219:12 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn rtlsdr_get_device_name(index: u32) -> *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rtlsdr_get_device_usb_strings` is never used [INFO] [stdout] --> src/sys.rs:223:12 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn rtlsdr_get_device_usb_strings( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rtlsdr_get_index_by_serial` is never used [INFO] [stdout] --> src/sys.rs:232:12 [INFO] [stdout] | [INFO] [stdout] 232 | pub fn rtlsdr_get_index_by_serial( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rtlsdr_wait_async` is never used [INFO] [stdout] --> src/sys.rs:416:12 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn rtlsdr_wait_async( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> src/sys.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | pub const __glibc_c99_flexarr_available: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GLIBC_C99_FLEXARR_AVAILABLE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___fsid_t` should have a snake case name [INFO] [stdout] --> src/sys.rs:139:4 [INFO] [stdout] | [INFO] [stdout] 139 | fn bindgen_test_layout___fsid_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_fsid_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_UNKNOWN` should have an upper case name [INFO] [stdout] --> src/sys.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const rtlsdr_tuner_RTLSDR_TUNER_UNKNOWN: rtlsdr_tuner = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_E4000` should have an upper case name [INFO] [stdout] --> src/sys.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | pub const rtlsdr_tuner_RTLSDR_TUNER_E4000: rtlsdr_tuner = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_E4000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC0012` should have an upper case name [INFO] [stdout] --> src/sys.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC0012: rtlsdr_tuner = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_FC0012` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC0013` should have an upper case name [INFO] [stdout] --> src/sys.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC0013: rtlsdr_tuner = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_FC0013` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_FC2580` should have an upper case name [INFO] [stdout] --> src/sys.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const rtlsdr_tuner_RTLSDR_TUNER_FC2580: rtlsdr_tuner = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_FC2580` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_R820T` should have an upper case name [INFO] [stdout] --> src/sys.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const rtlsdr_tuner_RTLSDR_TUNER_R820T: rtlsdr_tuner = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_R820_T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rtlsdr_tuner_RTLSDR_TUNER_R828D` should have an upper case name [INFO] [stdout] --> src/sys.rs:309:11 [INFO] [stdout] | [INFO] [stdout] 309 | pub const rtlsdr_tuner_RTLSDR_TUNER_R828D: rtlsdr_tuner = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTLSDR_TUNER_RTLSDR_TUNER_R828_D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 158 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] running `Command { std: "docker" "inspect" "ae14dfe5d2e7556816fd340e60423cf32d8cc344e2a8b5ac9e28b58316f6c7b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae14dfe5d2e7556816fd340e60423cf32d8cc344e2a8b5ac9e28b58316f6c7b8", kill_on_drop: false }` [INFO] [stdout] ae14dfe5d2e7556816fd340e60423cf32d8cc344e2a8b5ac9e28b58316f6c7b8