[INFO] cloning repository https://github.com/Shikugawa/rena [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Shikugawa/rena" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShikugawa%2Frena", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShikugawa%2Frena'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4dd6d87a4adbe0a77872a2e0fd05d001a82d9916 [INFO] testing Shikugawa/rena against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShikugawa%2Frena" "/workspace/builds/worker-107/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-107/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Shikugawa/rena on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Shikugawa/rena [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/Shikugawa/rena [INFO] tweaked toml for git repo https://github.com/Shikugawa/rena written to /workspace/builds/worker-107/source/Cargo.toml [INFO] crate git repo https://github.com/Shikugawa/rena already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f02b9d76513afebed0b3852d45517962062c91b2c81ceb8c42444dbe6520ad60 [INFO] running `Command { std: "docker" "start" "-a" "f02b9d76513afebed0b3852d45517962062c91b2c81ceb8c42444dbe6520ad60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f02b9d76513afebed0b3852d45517962062c91b2c81ceb8c42444dbe6520ad60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f02b9d76513afebed0b3852d45517962062c91b2c81ceb8c42444dbe6520ad60", kill_on_drop: false }` [INFO] [stdout] f02b9d76513afebed0b3852d45517962062c91b2c81ceb8c42444dbe6520ad60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd80477a2a4144f188d442bf522a5b2f6573bcc83536c291144f83e07f368e4c [INFO] running `Command { std: "docker" "start" "-a" "fd80477a2a4144f188d442bf522a5b2f6573bcc83536c291144f83e07f368e4c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling rena v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/datalink/reader.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use nix::libc::{self, EAGAIN}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::io::unix::AsyncFd` [INFO] [stdout] --> src/datalink/reader.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tokio::io::unix::AsyncFd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Result`, `anyhow` [INFO] [stdout] --> src/datalink/writer.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use anyhow::{anyhow, Result}; [INFO] [stdout] | ^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/datalink/writer.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use nix::libc::{self, EAGAIN}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `io::unix::AsyncFd` [INFO] [stdout] --> src/datalink/writer.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use tokio::{io::unix::AsyncFd, time::Instant}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s8` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:402:10 [INFO] [stdout] | [INFO] [stdout] 402 | pub type __s8 = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `S8` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u8` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | pub type __u8 = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `U8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | pub type __s16 = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `S16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | pub type __u16 = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `U16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:406:10 [INFO] [stdout] | [INFO] [stdout] 406 | pub type __s32 = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `S32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | pub type __u32 = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `U32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | pub type __s64 = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `S64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | pub type __u64 = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `U64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_sighandler_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:415:10 [INFO] [stdout] | [INFO] [stdout] 415 | pub type __kernel_sighandler_t = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSighandlerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_key_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:417:10 [INFO] [stdout] | [INFO] [stdout] 417 | pub type __kernel_key_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mqd_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:418:10 [INFO] [stdout] | [INFO] [stdout] 418 | pub type __kernel_mqd_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelMqdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_uid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:419:10 [INFO] [stdout] | [INFO] [stdout] 419 | pub type __kernel_old_uid_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:420:10 [INFO] [stdout] | [INFO] [stdout] 420 | pub type __kernel_old_gid_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_dev_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:421:10 [INFO] [stdout] | [INFO] [stdout] 421 | pub type __kernel_old_dev_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_long_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:422:10 [INFO] [stdout] | [INFO] [stdout] 422 | pub type __kernel_long_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:423:10 [INFO] [stdout] | [INFO] [stdout] 423 | pub type __kernel_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ino_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:424:10 [INFO] [stdout] | [INFO] [stdout] 424 | pub type __kernel_ino_t = __kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelInoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mode_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | pub type __kernel_mode_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:426:10 [INFO] [stdout] | [INFO] [stdout] 426 | pub type __kernel_pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ipc_pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | pub type __kernel_ipc_pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelIpcPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:428:10 [INFO] [stdout] | [INFO] [stdout] 428 | pub type __kernel_uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:429:10 [INFO] [stdout] | [INFO] [stdout] 429 | pub type __kernel_gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:430:10 [INFO] [stdout] | [INFO] [stdout] 430 | pub type __kernel_suseconds_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_daddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:431:10 [INFO] [stdout] | [INFO] [stdout] 431 | pub type __kernel_daddr_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelDaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid32_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:432:10 [INFO] [stdout] | [INFO] [stdout] 432 | pub type __kernel_uid32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid32_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:433:10 [INFO] [stdout] | [INFO] [stdout] 433 | pub type __kernel_gid32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_size_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:434:10 [INFO] [stdout] | [INFO] [stdout] 434 | pub type __kernel_size_t = __kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ssize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:435:10 [INFO] [stdout] | [INFO] [stdout] 435 | pub type __kernel_ssize_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ptrdiff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:436:10 [INFO] [stdout] | [INFO] [stdout] 436 | pub type __kernel_ptrdiff_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPtrdiffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_off_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:442:10 [INFO] [stdout] | [INFO] [stdout] 442 | pub type __kernel_off_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_loff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:443:10 [INFO] [stdout] | [INFO] [stdout] 443 | pub type __kernel_loff_t = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_time_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:444:10 [INFO] [stdout] | [INFO] [stdout] 444 | pub type __kernel_time_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:445:10 [INFO] [stdout] | [INFO] [stdout] 445 | pub type __kernel_clock_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_timer_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | pub type __kernel_timer_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clockid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:447:10 [INFO] [stdout] | [INFO] [stdout] 447 | pub type __kernel_clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_caddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:448:10 [INFO] [stdout] | [INFO] [stdout] 448 | pub type __kernel_caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelCaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid16_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:449:10 [INFO] [stdout] | [INFO] [stdout] 449 | pub type __kernel_uid16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid16_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | pub type __kernel_gid16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__le16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:451:10 [INFO] [stdout] | [INFO] [stdout] 451 | pub type __le16 = __u16; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Le16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__be16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:452:10 [INFO] [stdout] | [INFO] [stdout] 452 | pub type __be16 = __u16; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Be16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__le32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:453:10 [INFO] [stdout] | [INFO] [stdout] 453 | pub type __le32 = __u32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Le32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__be32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:454:10 [INFO] [stdout] | [INFO] [stdout] 454 | pub type __be32 = __u32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Be32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__le64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:455:10 [INFO] [stdout] | [INFO] [stdout] 455 | pub type __le64 = __u64; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Le64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__be64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:456:10 [INFO] [stdout] | [INFO] [stdout] 456 | pub type __be64 = __u64; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Be64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sum16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:457:10 [INFO] [stdout] | [INFO] [stdout] 457 | pub type __sum16 = __u16; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Sum16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__wsum` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:458:10 [INFO] [stdout] | [INFO] [stdout] 458 | pub type __wsum = __u32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Wsum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_sa_family_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:459:10 [INFO] [stdout] | [INFO] [stdout] 459 | pub type __kernel_sa_family_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSaFamilyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:483:10 [INFO] [stdout] | [INFO] [stdout] 483 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:484:10 [INFO] [stdout] | [INFO] [stdout] 484 | 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/headers/iface.rs:485:10 [INFO] [stdout] | [INFO] [stdout] 485 | 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/headers/iface.rs:486:10 [INFO] [stdout] | [INFO] [stdout] 486 | 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/headers/iface.rs:487:10 [INFO] [stdout] | [INFO] [stdout] 487 | 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/headers/iface.rs:488:10 [INFO] [stdout] | [INFO] [stdout] 488 | 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/headers/iface.rs:489:10 [INFO] [stdout] | [INFO] [stdout] 489 | 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/headers/iface.rs:490:10 [INFO] [stdout] | [INFO] [stdout] 490 | 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/headers/iface.rs:491:10 [INFO] [stdout] | [INFO] [stdout] 491 | 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/headers/iface.rs:492:10 [INFO] [stdout] | [INFO] [stdout] 492 | 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/headers/iface.rs:493:10 [INFO] [stdout] | [INFO] [stdout] 493 | 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/headers/iface.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:495:10 [INFO] [stdout] | [INFO] [stdout] 495 | 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/headers/iface.rs:496:10 [INFO] [stdout] | [INFO] [stdout] 496 | pub type __u_quad_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:497:10 [INFO] [stdout] | [INFO] [stdout] 497 | pub type __intmax_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:498:10 [INFO] [stdout] | [INFO] [stdout] 498 | pub type __uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:499:10 [INFO] [stdout] | [INFO] [stdout] 499 | 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/headers/iface.rs:500:10 [INFO] [stdout] | [INFO] [stdout] 500 | pub type __uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:501:10 [INFO] [stdout] | [INFO] [stdout] 501 | pub type __gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | pub type __ino_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:503:10 [INFO] [stdout] | [INFO] [stdout] 503 | pub type __ino64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:504:10 [INFO] [stdout] | [INFO] [stdout] 504 | 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/headers/iface.rs:505:10 [INFO] [stdout] | [INFO] [stdout] 505 | pub type __nlink_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:506:10 [INFO] [stdout] | [INFO] [stdout] 506 | pub type __off_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:507:10 [INFO] [stdout] | [INFO] [stdout] 507 | pub type __off64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:508:10 [INFO] [stdout] | [INFO] [stdout] 508 | pub type __pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:514:10 [INFO] [stdout] | [INFO] [stdout] 514 | pub type __clock_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | pub type __rlim_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:516:10 [INFO] [stdout] | [INFO] [stdout] 516 | pub type __rlim64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__id_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:517:10 [INFO] [stdout] | [INFO] [stdout] 517 | pub type __id_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__time_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:518:10 [INFO] [stdout] | [INFO] [stdout] 518 | pub type __time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:519:10 [INFO] [stdout] | [INFO] [stdout] 519 | 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/headers/iface.rs:520:10 [INFO] [stdout] | [INFO] [stdout] 520 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:521:10 [INFO] [stdout] | [INFO] [stdout] 521 | 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/headers/iface.rs:522:10 [INFO] [stdout] | [INFO] [stdout] 522 | 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/headers/iface.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | pub type __clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:524:10 [INFO] [stdout] | [INFO] [stdout] 524 | pub type __timer_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:525:10 [INFO] [stdout] | [INFO] [stdout] 525 | 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/headers/iface.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | pub type __blkcnt_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:527:10 [INFO] [stdout] | [INFO] [stdout] 527 | pub type __blkcnt64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | 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/headers/iface.rs:529:10 [INFO] [stdout] | [INFO] [stdout] 529 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:530:10 [INFO] [stdout] | [INFO] [stdout] 530 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:532:10 [INFO] [stdout] | [INFO] [stdout] 532 | pub type __fsword_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:533:10 [INFO] [stdout] | [INFO] [stdout] 533 | pub type __ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | pub type __syscall_slong_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:535:10 [INFO] [stdout] | [INFO] [stdout] 535 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:536:10 [INFO] [stdout] | [INFO] [stdout] 536 | 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/headers/iface.rs:537:10 [INFO] [stdout] | [INFO] [stdout] 537 | pub type __caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:538:10 [INFO] [stdout] | [INFO] [stdout] 538 | pub type __intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:539:10 [INFO] [stdout] | [INFO] [stdout] 539 | 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/headers/iface.rs:540:10 [INFO] [stdout] | [INFO] [stdout] 540 | 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 `u_char` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | pub type u_char = __u_char; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_short` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:542:10 [INFO] [stdout] | [INFO] [stdout] 542 | pub type u_short = __u_short; [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/headers/iface.rs:543:10 [INFO] [stdout] | [INFO] [stdout] 543 | pub type u_int = __u_int; [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/headers/iface.rs:544:10 [INFO] [stdout] | [INFO] [stdout] 544 | pub type u_long = __u_long; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `quad_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:545:10 [INFO] [stdout] | [INFO] [stdout] 545 | pub type quad_t = __quad_t; [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/headers/iface.rs:546:10 [INFO] [stdout] | [INFO] [stdout] 546 | pub type u_quad_t = __u_quad_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:547:10 [INFO] [stdout] | [INFO] [stdout] 547 | pub type fsid_t = __fsid_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FsidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `loff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:548:10 [INFO] [stdout] | [INFO] [stdout] 548 | pub type loff_t = __loff_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ino_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | pub type ino_t = __ino_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:550:10 [INFO] [stdout] | [INFO] [stdout] 550 | pub type dev_t = __dev_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:551:10 [INFO] [stdout] | [INFO] [stdout] 551 | pub type gid_t = __gid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mode_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:552:10 [INFO] [stdout] | [INFO] [stdout] 552 | pub type mode_t = __mode_t; [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/headers/iface.rs:553:10 [INFO] [stdout] | [INFO] [stdout] 553 | pub type nlink_t = __nlink_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:554:10 [INFO] [stdout] | [INFO] [stdout] 554 | pub type uid_t = __uid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:555:10 [INFO] [stdout] | [INFO] [stdout] 555 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | pub type pid_t = __pid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `id_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:557:10 [INFO] [stdout] | [INFO] [stdout] 557 | pub type id_t = __id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:558:10 [INFO] [stdout] | [INFO] [stdout] 558 | pub type daddr_t = __daddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `caddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:559:10 [INFO] [stdout] | [INFO] [stdout] 559 | pub type caddr_t = __caddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `key_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:560:10 [INFO] [stdout] | [INFO] [stdout] 560 | pub type key_t = __key_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | pub type clock_t = __clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | pub type clockid_t = __clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:563:10 [INFO] [stdout] | [INFO] [stdout] 563 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:564:10 [INFO] [stdout] | [INFO] [stdout] 564 | pub type timer_t = __timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:565:10 [INFO] [stdout] | [INFO] [stdout] 565 | pub type ulong = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:566:10 [INFO] [stdout] | [INFO] [stdout] 566 | pub type ushort = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:567:10 [INFO] [stdout] | [INFO] [stdout] 567 | pub type uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:568:10 [INFO] [stdout] | [INFO] [stdout] 568 | pub type u_int8_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 `u_int16_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:569:10 [INFO] [stdout] | [INFO] [stdout] 569 | pub type u_int16_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 `u_int32_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:570:10 [INFO] [stdout] | [INFO] [stdout] 570 | pub type u_int32_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 `u_int64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:571:10 [INFO] [stdout] | [INFO] [stdout] 571 | pub type u_int64_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 `register_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:572:10 [INFO] [stdout] | [INFO] [stdout] 572 | pub type register_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:578:10 [INFO] [stdout] | [INFO] [stdout] 578 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:591:10 [INFO] [stdout] | [INFO] [stdout] 591 | pub type suseconds_t = __suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:592:10 [INFO] [stdout] | [INFO] [stdout] 592 | pub type __fd_mask = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fd_mask` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:598:10 [INFO] [stdout] | [INFO] [stdout] 598 | pub type fd_mask = __fd_mask; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blksize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:618:10 [INFO] [stdout] | [INFO] [stdout] 618 | pub type blksize_t = __blksize_t; [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/headers/iface.rs:619:10 [INFO] [stdout] | [INFO] [stdout] 619 | pub type blkcnt_t = __blkcnt_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:620:10 [INFO] [stdout] | [INFO] [stdout] 620 | pub type fsblkcnt_t = __fsblkcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:621:10 [INFO] [stdout] | [INFO] [stdout] 621 | pub type fsfilcnt_t = __fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:649:10 [INFO] [stdout] | [INFO] [stdout] 649 | pub type __pthread_list_t = __pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:719:10 [INFO] [stdout] | [INFO] [stdout] 719 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | pub type pthread_key_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_once_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:745:10 [INFO] [stdout] | [INFO] [stdout] 745 | pub type pthread_once_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_spinlock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:809:10 [INFO] [stdout] | [INFO] [stdout] 809 | pub type pthread_spinlock_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `socklen_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:834:10 [INFO] [stdout] | [INFO] [stdout] 834 | pub type socklen_t = __socklen_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socket_type` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:844:10 [INFO] [stdout] | [INFO] [stdout] 844 | pub type __socket_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocketType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type sa_family_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:885:10 [INFO] [stdout] | [INFO] [stdout] 885 | pub type _bindgen_ty_1 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_2` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:914:10 [INFO] [stdout] | [INFO] [stdout] 914 | pub type _bindgen_ty_2 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_3` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:930:10 [INFO] [stdout] | [INFO] [stdout] 930 | pub type _bindgen_ty_3 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `net_device_flags` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:1136:10 [INFO] [stdout] | [INFO] [stdout] 1136 | pub type net_device_flags = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NetDeviceFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_4` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:1144:10 [INFO] [stdout] | [INFO] [stdout] 1144 | pub type _bindgen_ty_4 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:1147:10 [INFO] [stdout] | [INFO] [stdout] 1147 | pub type _bindgen_ty_5 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `anyhow` [INFO] [stdout] --> src/tcp/local_handler.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | use anyhow::{anyhow, Result}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `warn` [INFO] [stdout] --> src/tcp/local_handler.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use log::{info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/tcp/state.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | _ => write!(f, "undefined"), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/datalink/tap.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | fn read(&self, buf: &mut Buffer) -> isize { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/datalink/tap.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | fn write(&self, mut buf: BytesMut) -> isize { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `timeout` [INFO] [stdout] --> src/tcp/local_handler.rs:195:37 [INFO] [stdout] | [INFO] [stdout] 195 | async fn recv_packet(&mut self, timeout: Option) -> bool { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/datalink/tap.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | fn write(&self, mut buf: BytesMut) -> isize { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `device` [INFO] [stdout] --> src/datalink/tap.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | device: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `macaddr` [INFO] [stdout] --> src/datalink/tap.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | macaddr: MacAddr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ipaddr` [INFO] [stdout] --> src/datalink/tap.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ipaddr: Ipv4Addr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `link_up` [INFO] [stdout] --> src/datalink/tap.rs:123:8 [INFO] [stdout] | [INFO] [stdout] 123 | fn link_up(&self) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_ipaddress` [INFO] [stdout] --> src/datalink/tap.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | fn add_ipaddress(&self, addr: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `options` [INFO] [stdout] --> src/frames/ipv4.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | options: Option, // if ihl > 5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Ipv4Frame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/frames/ipv4.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | #[derive(Default, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `options` [INFO] [stdout] --> src/frames/tcp.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | options: Option, // if offset > 5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TcpFrame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/frames/tcp.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Default, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_ptr` [INFO] [stdout] --> src/headers/iface.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | pub unsafe fn as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_mut_ptr` [INFO] [stdout] --> src/headers/iface.rs:20:19 [INFO] [stdout] | [INFO] [stdout] 20 | pub unsafe fn as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_slice` [INFO] [stdout] --> src/headers/iface.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | pub unsafe fn as_slice(&self, len: usize) -> &[T] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_mut_slice` [INFO] [stdout] --> src/headers/iface.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LITTLE_ENDIAN` [INFO] [stdout] --> src/headers/iface.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | pub const LITTLE_ENDIAN: u32 = 1234; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BIG_ENDIAN` [INFO] [stdout] --> src/headers/iface.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | pub const BIG_ENDIAN: u32 = 4321; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PDP_ENDIAN` [INFO] [stdout] --> src/headers/iface.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | pub const PDP_ENDIAN: u32 = 3412; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BYTE_ORDER` [INFO] [stdout] --> src/headers/iface.rs:128:1 [INFO] [stdout] | [INFO] [stdout] 128 | pub const BYTE_ORDER: u32 = 1234; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FD_SETSIZE` [INFO] [stdout] --> src/headers/iface.rs:136:1 [INFO] [stdout] | [INFO] [stdout] 136 | pub const FD_SETSIZE: u32 = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_UNSPEC` [INFO] [stdout] --> src/headers/iface.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | pub const PF_UNSPEC: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_LOCAL` [INFO] [stdout] --> src/headers/iface.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | pub const PF_LOCAL: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_UNIX` [INFO] [stdout] --> src/headers/iface.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | pub const PF_UNIX: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_FILE` [INFO] [stdout] --> src/headers/iface.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | pub const PF_FILE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_INET` [INFO] [stdout] --> src/headers/iface.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | pub const PF_INET: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_AX25` [INFO] [stdout] --> src/headers/iface.rs:160:1 [INFO] [stdout] | [INFO] [stdout] 160 | pub const PF_AX25: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IPX` [INFO] [stdout] --> src/headers/iface.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub const PF_IPX: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_APPLETALK` [INFO] [stdout] --> src/headers/iface.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 162 | pub const PF_APPLETALK: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_NETROM` [INFO] [stdout] --> src/headers/iface.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | pub const PF_NETROM: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_BRIDGE` [INFO] [stdout] --> src/headers/iface.rs:164:1 [INFO] [stdout] | [INFO] [stdout] 164 | pub const PF_BRIDGE: u32 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ATMPVC` [INFO] [stdout] --> src/headers/iface.rs:165:1 [INFO] [stdout] | [INFO] [stdout] 165 | pub const PF_ATMPVC: u32 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_X25` [INFO] [stdout] --> src/headers/iface.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | pub const PF_X25: u32 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_INET6` [INFO] [stdout] --> src/headers/iface.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | pub const PF_INET6: u32 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ROSE` [INFO] [stdout] --> src/headers/iface.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | pub const PF_ROSE: u32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_DECnet` [INFO] [stdout] --> src/headers/iface.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | pub const PF_DECnet: u32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_NETBEUI` [INFO] [stdout] --> src/headers/iface.rs:170:1 [INFO] [stdout] | [INFO] [stdout] 170 | pub const PF_NETBEUI: u32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_SECURITY` [INFO] [stdout] --> src/headers/iface.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | pub const PF_SECURITY: u32 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_KEY` [INFO] [stdout] --> src/headers/iface.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 172 | pub const PF_KEY: u32 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_NETLINK` [INFO] [stdout] --> src/headers/iface.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | pub const PF_NETLINK: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ROUTE` [INFO] [stdout] --> src/headers/iface.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | pub const PF_ROUTE: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_PACKET` [INFO] [stdout] --> src/headers/iface.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | pub const PF_PACKET: u32 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ASH` [INFO] [stdout] --> src/headers/iface.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | pub const PF_ASH: u32 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ECONET` [INFO] [stdout] --> src/headers/iface.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | pub const PF_ECONET: u32 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ATMSVC` [INFO] [stdout] --> src/headers/iface.rs:178:1 [INFO] [stdout] | [INFO] [stdout] 178 | pub const PF_ATMSVC: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_RDS` [INFO] [stdout] --> src/headers/iface.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | pub const PF_RDS: u32 = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_SNA` [INFO] [stdout] --> src/headers/iface.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | pub const PF_SNA: u32 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IRDA` [INFO] [stdout] --> src/headers/iface.rs:181:1 [INFO] [stdout] | [INFO] [stdout] 181 | pub const PF_IRDA: u32 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_PPPOX` [INFO] [stdout] --> src/headers/iface.rs:182:1 [INFO] [stdout] | [INFO] [stdout] 182 | pub const PF_PPPOX: u32 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_WANPIPE` [INFO] [stdout] --> src/headers/iface.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 183 | pub const PF_WANPIPE: u32 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_LLC` [INFO] [stdout] --> src/headers/iface.rs:184:1 [INFO] [stdout] | [INFO] [stdout] 184 | pub const PF_LLC: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IB` [INFO] [stdout] --> src/headers/iface.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 185 | pub const PF_IB: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_MPLS` [INFO] [stdout] --> src/headers/iface.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | pub const PF_MPLS: u32 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_CAN` [INFO] [stdout] --> src/headers/iface.rs:187:1 [INFO] [stdout] | [INFO] [stdout] 187 | pub const PF_CAN: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_TIPC` [INFO] [stdout] --> src/headers/iface.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | pub const PF_TIPC: u32 = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_BLUETOOTH` [INFO] [stdout] --> src/headers/iface.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | pub const PF_BLUETOOTH: u32 = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IUCV` [INFO] [stdout] --> src/headers/iface.rs:190:1 [INFO] [stdout] | [INFO] [stdout] 190 | pub const PF_IUCV: u32 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_RXRPC` [INFO] [stdout] --> src/headers/iface.rs:191:1 [INFO] [stdout] | [INFO] [stdout] 191 | pub const PF_RXRPC: u32 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ISDN` [INFO] [stdout] --> src/headers/iface.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | pub const PF_ISDN: u32 = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_PHONET` [INFO] [stdout] --> src/headers/iface.rs:193:1 [INFO] [stdout] | [INFO] [stdout] 193 | pub const PF_PHONET: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IEEE802154` [INFO] [stdout] --> src/headers/iface.rs:194:1 [INFO] [stdout] | [INFO] [stdout] 194 | pub const PF_IEEE802154: u32 = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_CAIF` [INFO] [stdout] --> src/headers/iface.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | pub const PF_CAIF: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ALG` [INFO] [stdout] --> src/headers/iface.rs:196:1 [INFO] [stdout] | [INFO] [stdout] 196 | pub const PF_ALG: u32 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_NFC` [INFO] [stdout] --> src/headers/iface.rs:197:1 [INFO] [stdout] | [INFO] [stdout] 197 | pub const PF_NFC: u32 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_VSOCK` [INFO] [stdout] --> src/headers/iface.rs:198:1 [INFO] [stdout] | [INFO] [stdout] 198 | pub const PF_VSOCK: u32 = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_KCM` [INFO] [stdout] --> src/headers/iface.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | pub const PF_KCM: u32 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_QIPCRTR` [INFO] [stdout] --> src/headers/iface.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | pub const PF_QIPCRTR: u32 = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_SMC` [INFO] [stdout] --> src/headers/iface.rs:201:1 [INFO] [stdout] | [INFO] [stdout] 201 | pub const PF_SMC: u32 = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_MAX` [INFO] [stdout] --> src/headers/iface.rs:202:1 [INFO] [stdout] | [INFO] [stdout] 202 | pub const PF_MAX: u32 = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_UNSPEC` [INFO] [stdout] --> src/headers/iface.rs:203:1 [INFO] [stdout] | [INFO] [stdout] 203 | pub const AF_UNSPEC: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_LOCAL` [INFO] [stdout] --> src/headers/iface.rs:204:1 [INFO] [stdout] | [INFO] [stdout] 204 | pub const AF_LOCAL: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_UNIX` [INFO] [stdout] --> src/headers/iface.rs:205:1 [INFO] [stdout] | [INFO] [stdout] 205 | pub const AF_UNIX: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_FILE` [INFO] [stdout] --> src/headers/iface.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 206 | pub const AF_FILE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_INET` [INFO] [stdout] --> src/headers/iface.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | pub const AF_INET: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_AX25` [INFO] [stdout] --> src/headers/iface.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | pub const AF_AX25: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IPX` [INFO] [stdout] --> src/headers/iface.rs:209:1 [INFO] [stdout] | [INFO] [stdout] 209 | pub const AF_IPX: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_APPLETALK` [INFO] [stdout] --> src/headers/iface.rs:210:1 [INFO] [stdout] | [INFO] [stdout] 210 | pub const AF_APPLETALK: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_NETROM` [INFO] [stdout] --> src/headers/iface.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub const AF_NETROM: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_BRIDGE` [INFO] [stdout] --> src/headers/iface.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | pub const AF_BRIDGE: u32 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ATMPVC` [INFO] [stdout] --> src/headers/iface.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | pub const AF_ATMPVC: u32 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_X25` [INFO] [stdout] --> src/headers/iface.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | pub const AF_X25: u32 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_INET6` [INFO] [stdout] --> src/headers/iface.rs:215:1 [INFO] [stdout] | [INFO] [stdout] 215 | pub const AF_INET6: u32 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ROSE` [INFO] [stdout] --> src/headers/iface.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub const AF_ROSE: u32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_DECnet` [INFO] [stdout] --> src/headers/iface.rs:217:1 [INFO] [stdout] | [INFO] [stdout] 217 | pub const AF_DECnet: u32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_NETBEUI` [INFO] [stdout] --> src/headers/iface.rs:218:1 [INFO] [stdout] | [INFO] [stdout] 218 | pub const AF_NETBEUI: u32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_SECURITY` [INFO] [stdout] --> src/headers/iface.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | pub const AF_SECURITY: u32 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_KEY` [INFO] [stdout] --> src/headers/iface.rs:220:1 [INFO] [stdout] | [INFO] [stdout] 220 | pub const AF_KEY: u32 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_NETLINK` [INFO] [stdout] --> src/headers/iface.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub const AF_NETLINK: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ROUTE` [INFO] [stdout] --> src/headers/iface.rs:222:1 [INFO] [stdout] | [INFO] [stdout] 222 | pub const AF_ROUTE: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_PACKET` [INFO] [stdout] --> src/headers/iface.rs:223:1 [INFO] [stdout] | [INFO] [stdout] 223 | pub const AF_PACKET: u32 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ASH` [INFO] [stdout] --> src/headers/iface.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | pub const AF_ASH: u32 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ECONET` [INFO] [stdout] --> src/headers/iface.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | pub const AF_ECONET: u32 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ATMSVC` [INFO] [stdout] --> src/headers/iface.rs:226:1 [INFO] [stdout] | [INFO] [stdout] 226 | pub const AF_ATMSVC: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_RDS` [INFO] [stdout] --> src/headers/iface.rs:227:1 [INFO] [stdout] | [INFO] [stdout] 227 | pub const AF_RDS: u32 = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_SNA` [INFO] [stdout] --> src/headers/iface.rs:228:1 [INFO] [stdout] | [INFO] [stdout] 228 | pub const AF_SNA: u32 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IRDA` [INFO] [stdout] --> src/headers/iface.rs:229:1 [INFO] [stdout] | [INFO] [stdout] 229 | pub const AF_IRDA: u32 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_PPPOX` [INFO] [stdout] --> src/headers/iface.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub const AF_PPPOX: u32 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_WANPIPE` [INFO] [stdout] --> src/headers/iface.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | pub const AF_WANPIPE: u32 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_LLC` [INFO] [stdout] --> src/headers/iface.rs:232:1 [INFO] [stdout] | [INFO] [stdout] 232 | pub const AF_LLC: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IB` [INFO] [stdout] --> src/headers/iface.rs:233:1 [INFO] [stdout] | [INFO] [stdout] 233 | pub const AF_IB: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_MPLS` [INFO] [stdout] --> src/headers/iface.rs:234:1 [INFO] [stdout] | [INFO] [stdout] 234 | pub const AF_MPLS: u32 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_CAN` [INFO] [stdout] --> src/headers/iface.rs:235:1 [INFO] [stdout] | [INFO] [stdout] 235 | pub const AF_CAN: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_TIPC` [INFO] [stdout] --> src/headers/iface.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | pub const AF_TIPC: u32 = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_BLUETOOTH` [INFO] [stdout] --> src/headers/iface.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | pub const AF_BLUETOOTH: u32 = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IUCV` [INFO] [stdout] --> src/headers/iface.rs:238:1 [INFO] [stdout] | [INFO] [stdout] 238 | pub const AF_IUCV: u32 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_RXRPC` [INFO] [stdout] --> src/headers/iface.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | pub const AF_RXRPC: u32 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ISDN` [INFO] [stdout] --> src/headers/iface.rs:240:1 [INFO] [stdout] | [INFO] [stdout] 240 | pub const AF_ISDN: u32 = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_PHONET` [INFO] [stdout] --> src/headers/iface.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | pub const AF_PHONET: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IEEE802154` [INFO] [stdout] --> src/headers/iface.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | pub const AF_IEEE802154: u32 = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_CAIF` [INFO] [stdout] --> src/headers/iface.rs:243:1 [INFO] [stdout] | [INFO] [stdout] 243 | pub const AF_CAIF: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ALG` [INFO] [stdout] --> src/headers/iface.rs:244:1 [INFO] [stdout] | [INFO] [stdout] 244 | pub const AF_ALG: u32 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_NFC` [INFO] [stdout] --> src/headers/iface.rs:245:1 [INFO] [stdout] | [INFO] [stdout] 245 | pub const AF_NFC: u32 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_VSOCK` [INFO] [stdout] --> src/headers/iface.rs:246:1 [INFO] [stdout] | [INFO] [stdout] 246 | pub const AF_VSOCK: u32 = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_KCM` [INFO] [stdout] --> src/headers/iface.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | pub const AF_KCM: u32 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_QIPCRTR` [INFO] [stdout] --> src/headers/iface.rs:248:1 [INFO] [stdout] | [INFO] [stdout] 248 | pub const AF_QIPCRTR: u32 = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_SMC` [INFO] [stdout] --> src/headers/iface.rs:249:1 [INFO] [stdout] | [INFO] [stdout] 249 | pub const AF_SMC: u32 = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_MAX` [INFO] [stdout] --> src/headers/iface.rs:250:1 [INFO] [stdout] | [INFO] [stdout] 250 | pub const AF_MAX: u32 = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_RAW` [INFO] [stdout] --> src/headers/iface.rs:251:1 [INFO] [stdout] | [INFO] [stdout] 251 | pub const SOL_RAW: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_DECNET` [INFO] [stdout] --> src/headers/iface.rs:252:1 [INFO] [stdout] | [INFO] [stdout] 252 | pub const SOL_DECNET: u32 = 261; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_X25` [INFO] [stdout] --> src/headers/iface.rs:253:1 [INFO] [stdout] | [INFO] [stdout] 253 | pub const SOL_X25: u32 = 262; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_PACKET` [INFO] [stdout] --> src/headers/iface.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | pub const SOL_PACKET: u32 = 263; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_ATM` [INFO] [stdout] --> src/headers/iface.rs:255:1 [INFO] [stdout] | [INFO] [stdout] 255 | pub const SOL_ATM: u32 = 264; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_AAL` [INFO] [stdout] --> src/headers/iface.rs:256:1 [INFO] [stdout] | [INFO] [stdout] 256 | pub const SOL_AAL: u32 = 265; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_IRDA` [INFO] [stdout] --> src/headers/iface.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 257 | pub const SOL_IRDA: u32 = 266; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_NETBEUI` [INFO] [stdout] --> src/headers/iface.rs:258:1 [INFO] [stdout] | [INFO] [stdout] 258 | pub const SOL_NETBEUI: u32 = 267; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_LLC` [INFO] [stdout] --> src/headers/iface.rs:259:1 [INFO] [stdout] | [INFO] [stdout] 259 | pub const SOL_LLC: u32 = 268; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_DCCP` [INFO] [stdout] --> src/headers/iface.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | pub const SOL_DCCP: u32 = 269; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_NETLINK` [INFO] [stdout] --> src/headers/iface.rs:261:1 [INFO] [stdout] | [INFO] [stdout] 261 | pub const SOL_NETLINK: u32 = 270; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_TIPC` [INFO] [stdout] --> src/headers/iface.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | pub const SOL_TIPC: u32 = 271; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_RXRPC` [INFO] [stdout] --> src/headers/iface.rs:263:1 [INFO] [stdout] | [INFO] [stdout] 263 | pub const SOL_RXRPC: u32 = 272; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_PPPOL2TP` [INFO] [stdout] --> src/headers/iface.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | pub const SOL_PPPOL2TP: u32 = 273; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_BLUETOOTH` [INFO] [stdout] --> src/headers/iface.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | pub const SOL_BLUETOOTH: u32 = 274; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_PNPIPE` [INFO] [stdout] --> src/headers/iface.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | pub const SOL_PNPIPE: u32 = 275; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_RDS` [INFO] [stdout] --> src/headers/iface.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 267 | pub const SOL_RDS: u32 = 276; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_IUCV` [INFO] [stdout] --> src/headers/iface.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub const SOL_IUCV: u32 = 277; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_CAIF` [INFO] [stdout] --> src/headers/iface.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | pub const SOL_CAIF: u32 = 278; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_ALG` [INFO] [stdout] --> src/headers/iface.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub const SOL_ALG: u32 = 279; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_NFC` [INFO] [stdout] --> src/headers/iface.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | pub const SOL_NFC: u32 = 280; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_KCM` [INFO] [stdout] --> src/headers/iface.rs:272:1 [INFO] [stdout] | [INFO] [stdout] 272 | pub const SOL_KCM: u32 = 281; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_TLS` [INFO] [stdout] --> src/headers/iface.rs:273:1 [INFO] [stdout] | [INFO] [stdout] 273 | pub const SOL_TLS: u32 = 282; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOMAXCONN` [INFO] [stdout] --> src/headers/iface.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | pub const SOMAXCONN: u32 = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FIOSETOWN` [INFO] [stdout] --> src/headers/iface.rs:277:1 [INFO] [stdout] | [INFO] [stdout] 277 | pub const FIOSETOWN: u32 = 35073; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCSPGRP` [INFO] [stdout] --> src/headers/iface.rs:278:1 [INFO] [stdout] | [INFO] [stdout] 278 | pub const SIOCSPGRP: u32 = 35074; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FIOGETOWN` [INFO] [stdout] --> src/headers/iface.rs:279:1 [INFO] [stdout] | [INFO] [stdout] 279 | pub const FIOGETOWN: u32 = 35075; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCGPGRP` [INFO] [stdout] --> src/headers/iface.rs:280:1 [INFO] [stdout] | [INFO] [stdout] 280 | pub const SIOCGPGRP: u32 = 35076; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCATMARK` [INFO] [stdout] --> src/headers/iface.rs:281:1 [INFO] [stdout] | [INFO] [stdout] 281 | pub const SIOCATMARK: u32 = 35077; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCGSTAMP` [INFO] [stdout] --> src/headers/iface.rs:282:1 [INFO] [stdout] | [INFO] [stdout] 282 | pub const SIOCGSTAMP: u32 = 35078; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCGSTAMPNS` [INFO] [stdout] --> src/headers/iface.rs:283:1 [INFO] [stdout] | [INFO] [stdout] 283 | pub const SIOCGSTAMPNS: u32 = 35079; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_SOCKET` [INFO] [stdout] --> src/headers/iface.rs:284:1 [INFO] [stdout] | [INFO] [stdout] 284 | pub const SOL_SOCKET: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DEBUG` [INFO] [stdout] --> src/headers/iface.rs:285:1 [INFO] [stdout] | [INFO] [stdout] 285 | pub const SO_DEBUG: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_REUSEADDR` [INFO] [stdout] --> src/headers/iface.rs:286:1 [INFO] [stdout] | [INFO] [stdout] 286 | pub const SO_REUSEADDR: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_TYPE` [INFO] [stdout] --> src/headers/iface.rs:287:1 [INFO] [stdout] | [INFO] [stdout] 287 | pub const SO_TYPE: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ERROR` [INFO] [stdout] --> src/headers/iface.rs:288:1 [INFO] [stdout] | [INFO] [stdout] 288 | pub const SO_ERROR: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DONTROUTE` [INFO] [stdout] --> src/headers/iface.rs:289:1 [INFO] [stdout] | [INFO] [stdout] 289 | pub const SO_DONTROUTE: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BROADCAST` [INFO] [stdout] --> src/headers/iface.rs:290:1 [INFO] [stdout] | [INFO] [stdout] 290 | pub const SO_BROADCAST: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SNDBUF` [INFO] [stdout] --> src/headers/iface.rs:291:1 [INFO] [stdout] | [INFO] [stdout] 291 | pub const SO_SNDBUF: u32 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RCVBUF` [INFO] [stdout] --> src/headers/iface.rs:292:1 [INFO] [stdout] | [INFO] [stdout] 292 | pub const SO_RCVBUF: u32 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SNDBUFFORCE` [INFO] [stdout] --> src/headers/iface.rs:293:1 [INFO] [stdout] | [INFO] [stdout] 293 | pub const SO_SNDBUFFORCE: u32 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RCVBUFFORCE` [INFO] [stdout] --> src/headers/iface.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | pub const SO_RCVBUFFORCE: u32 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_KEEPALIVE` [INFO] [stdout] --> src/headers/iface.rs:295:1 [INFO] [stdout] | [INFO] [stdout] 295 | pub const SO_KEEPALIVE: u32 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_OOBINLINE` [INFO] [stdout] --> src/headers/iface.rs:296:1 [INFO] [stdout] | [INFO] [stdout] 296 | pub const SO_OOBINLINE: u32 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_NO_CHECK` [INFO] [stdout] --> src/headers/iface.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | pub const SO_NO_CHECK: u32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PRIORITY` [INFO] [stdout] --> src/headers/iface.rs:298:1 [INFO] [stdout] | [INFO] [stdout] 298 | pub const SO_PRIORITY: u32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_LINGER` [INFO] [stdout] --> src/headers/iface.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | pub const SO_LINGER: u32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BSDCOMPAT` [INFO] [stdout] --> src/headers/iface.rs:300:1 [INFO] [stdout] | [INFO] [stdout] 300 | pub const SO_BSDCOMPAT: u32 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_REUSEPORT` [INFO] [stdout] --> src/headers/iface.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | pub const SO_REUSEPORT: u32 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PASSCRED` [INFO] [stdout] --> src/headers/iface.rs:302:1 [INFO] [stdout] | [INFO] [stdout] 302 | pub const SO_PASSCRED: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEERCRED` [INFO] [stdout] --> src/headers/iface.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | pub const SO_PEERCRED: u32 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RCVLOWAT` [INFO] [stdout] --> src/headers/iface.rs:304:1 [INFO] [stdout] | [INFO] [stdout] 304 | pub const SO_RCVLOWAT: u32 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SNDLOWAT` [INFO] [stdout] --> src/headers/iface.rs:305:1 [INFO] [stdout] | [INFO] [stdout] 305 | pub const SO_SNDLOWAT: u32 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RCVTIMEO` [INFO] [stdout] --> src/headers/iface.rs:306:1 [INFO] [stdout] | [INFO] [stdout] 306 | pub const SO_RCVTIMEO: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SNDTIMEO` [INFO] [stdout] --> src/headers/iface.rs:307:1 [INFO] [stdout] | [INFO] [stdout] 307 | pub const SO_SNDTIMEO: u32 = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SECURITY_AUTHENTICATION` [INFO] [stdout] --> src/headers/iface.rs:308:1 [INFO] [stdout] | [INFO] [stdout] 308 | pub const SO_SECURITY_AUTHENTICATION: u32 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SECURITY_ENCRYPTION_TRANSPORT` [INFO] [stdout] --> src/headers/iface.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | pub const SO_SECURITY_ENCRYPTION_TRANSPORT: u32 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SECURITY_ENCRYPTION_NETWORK` [INFO] [stdout] --> src/headers/iface.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | pub const SO_SECURITY_ENCRYPTION_NETWORK: u32 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BINDTODEVICE` [INFO] [stdout] --> src/headers/iface.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub const SO_BINDTODEVICE: u32 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ATTACH_FILTER` [INFO] [stdout] --> src/headers/iface.rs:312:1 [INFO] [stdout] | [INFO] [stdout] 312 | pub const SO_ATTACH_FILTER: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DETACH_FILTER` [INFO] [stdout] --> src/headers/iface.rs:313:1 [INFO] [stdout] | [INFO] [stdout] 313 | pub const SO_DETACH_FILTER: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_GET_FILTER` [INFO] [stdout] --> src/headers/iface.rs:314:1 [INFO] [stdout] | [INFO] [stdout] 314 | pub const SO_GET_FILTER: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEERNAME` [INFO] [stdout] --> src/headers/iface.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | pub const SO_PEERNAME: u32 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_TIMESTAMP` [INFO] [stdout] --> src/headers/iface.rs:316:1 [INFO] [stdout] | [INFO] [stdout] 316 | pub const SO_TIMESTAMP: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMP` [INFO] [stdout] --> src/headers/iface.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | pub const SCM_TIMESTAMP: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ACCEPTCONN` [INFO] [stdout] --> src/headers/iface.rs:318:1 [INFO] [stdout] | [INFO] [stdout] 318 | pub const SO_ACCEPTCONN: u32 = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEERSEC` [INFO] [stdout] --> src/headers/iface.rs:319:1 [INFO] [stdout] | [INFO] [stdout] 319 | pub const SO_PEERSEC: u32 = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PASSSEC` [INFO] [stdout] --> src/headers/iface.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | pub const SO_PASSSEC: u32 = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_TIMESTAMPNS` [INFO] [stdout] --> src/headers/iface.rs:321:1 [INFO] [stdout] | [INFO] [stdout] 321 | pub const SO_TIMESTAMPNS: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMPNS` [INFO] [stdout] --> src/headers/iface.rs:322:1 [INFO] [stdout] | [INFO] [stdout] 322 | pub const SCM_TIMESTAMPNS: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_MARK` [INFO] [stdout] --> src/headers/iface.rs:323:1 [INFO] [stdout] | [INFO] [stdout] 323 | pub const SO_MARK: u32 = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_TIMESTAMPING` [INFO] [stdout] --> src/headers/iface.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | pub const SO_TIMESTAMPING: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMPING` [INFO] [stdout] --> src/headers/iface.rs:325:1 [INFO] [stdout] | [INFO] [stdout] 325 | pub const SCM_TIMESTAMPING: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PROTOCOL` [INFO] [stdout] --> src/headers/iface.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | pub const SO_PROTOCOL: u32 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DOMAIN` [INFO] [stdout] --> src/headers/iface.rs:327:1 [INFO] [stdout] | [INFO] [stdout] 327 | pub const SO_DOMAIN: u32 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RXQ_OVFL` [INFO] [stdout] --> src/headers/iface.rs:328:1 [INFO] [stdout] | [INFO] [stdout] 328 | pub const SO_RXQ_OVFL: u32 = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_WIFI_STATUS` [INFO] [stdout] --> src/headers/iface.rs:329:1 [INFO] [stdout] | [INFO] [stdout] 329 | pub const SO_WIFI_STATUS: u32 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_WIFI_STATUS` [INFO] [stdout] --> src/headers/iface.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | pub const SCM_WIFI_STATUS: u32 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEEK_OFF` [INFO] [stdout] --> src/headers/iface.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | pub const SO_PEEK_OFF: u32 = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_NOFCS` [INFO] [stdout] --> src/headers/iface.rs:332:1 [INFO] [stdout] | [INFO] [stdout] 332 | pub const SO_NOFCS: u32 = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_LOCK_FILTER` [INFO] [stdout] --> src/headers/iface.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub const SO_LOCK_FILTER: u32 = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SELECT_ERR_QUEUE` [INFO] [stdout] --> src/headers/iface.rs:334:1 [INFO] [stdout] | [INFO] [stdout] 334 | pub const SO_SELECT_ERR_QUEUE: u32 = 45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BUSY_POLL` [INFO] [stdout] --> src/headers/iface.rs:335:1 [INFO] [stdout] | [INFO] [stdout] 335 | pub const SO_BUSY_POLL: u32 = 46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_MAX_PACING_RATE` [INFO] [stdout] --> src/headers/iface.rs:336:1 [INFO] [stdout] | [INFO] [stdout] 336 | pub const SO_MAX_PACING_RATE: u32 = 47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BPF_EXTENSIONS` [INFO] [stdout] --> src/headers/iface.rs:337:1 [INFO] [stdout] | [INFO] [stdout] 337 | pub const SO_BPF_EXTENSIONS: u32 = 48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_INCOMING_CPU` [INFO] [stdout] --> src/headers/iface.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | pub const SO_INCOMING_CPU: u32 = 49; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ATTACH_BPF` [INFO] [stdout] --> src/headers/iface.rs:339:1 [INFO] [stdout] | [INFO] [stdout] 339 | pub const SO_ATTACH_BPF: u32 = 50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DETACH_BPF` [INFO] [stdout] --> src/headers/iface.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | pub const SO_DETACH_BPF: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ATTACH_REUSEPORT_CBPF` [INFO] [stdout] --> src/headers/iface.rs:341:1 [INFO] [stdout] | [INFO] [stdout] 341 | pub const SO_ATTACH_REUSEPORT_CBPF: u32 = 51; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ATTACH_REUSEPORT_EBPF` [INFO] [stdout] --> src/headers/iface.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | pub const SO_ATTACH_REUSEPORT_EBPF: u32 = 52; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_CNX_ADVICE` [INFO] [stdout] --> src/headers/iface.rs:343:1 [INFO] [stdout] | [INFO] [stdout] 343 | pub const SO_CNX_ADVICE: u32 = 53; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMPING_OPT_STATS` [INFO] [stdout] --> src/headers/iface.rs:344:1 [INFO] [stdout] | [INFO] [stdout] 344 | pub const SCM_TIMESTAMPING_OPT_STATS: u32 = 54; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_MEMINFO` [INFO] [stdout] --> src/headers/iface.rs:345:1 [INFO] [stdout] | [INFO] [stdout] 345 | pub const SO_MEMINFO: u32 = 55; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_INCOMING_NAPI_ID` [INFO] [stdout] --> src/headers/iface.rs:346:1 [INFO] [stdout] | [INFO] [stdout] 346 | pub const SO_INCOMING_NAPI_ID: u32 = 56; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_COOKIE` [INFO] [stdout] --> src/headers/iface.rs:347:1 [INFO] [stdout] | [INFO] [stdout] 347 | pub const SO_COOKIE: u32 = 57; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMPING_PKTINFO` [INFO] [stdout] --> src/headers/iface.rs:348:1 [INFO] [stdout] | [INFO] [stdout] 348 | pub const SCM_TIMESTAMPING_PKTINFO: u32 = 58; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEERGROUPS` [INFO] [stdout] --> src/headers/iface.rs:349:1 [INFO] [stdout] | [INFO] [stdout] 349 | pub const SO_PEERGROUPS: u32 = 59; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ZEROCOPY` [INFO] [stdout] --> src/headers/iface.rs:350:1 [INFO] [stdout] | [INFO] [stdout] 350 | pub const SO_ZEROCOPY: u32 = 60; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IFNAMSIZ` [INFO] [stdout] --> src/headers/iface.rs:352:1 [INFO] [stdout] | [INFO] [stdout] 352 | pub const IFNAMSIZ: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IFALIASZ` [INFO] [stdout] --> src/headers/iface.rs:353:1 [INFO] [stdout] | [INFO] [stdout] 353 | pub const IFALIASZ: u32 = 256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GENERIC_HDLC_VERSION` [INFO] [stdout] --> src/headers/iface.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | pub const GENERIC_HDLC_VERSION: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:355:1 [INFO] [stdout] | [INFO] [stdout] 355 | pub const CLOCK_DEFAULT: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_EXT` [INFO] [stdout] --> src/headers/iface.rs:356:1 [INFO] [stdout] | [INFO] [stdout] 356 | pub const CLOCK_EXT: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_INT` [INFO] [stdout] --> src/headers/iface.rs:357:1 [INFO] [stdout] | [INFO] [stdout] 357 | pub const CLOCK_INT: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_TXINT` [INFO] [stdout] --> src/headers/iface.rs:358:1 [INFO] [stdout] | [INFO] [stdout] 358 | pub const CLOCK_TXINT: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_TXFROMRX` [INFO] [stdout] --> src/headers/iface.rs:359:1 [INFO] [stdout] | [INFO] [stdout] 359 | pub const CLOCK_TXFROMRX: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | pub const ENCODING_DEFAULT: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_NRZ` [INFO] [stdout] --> src/headers/iface.rs:361:1 [INFO] [stdout] | [INFO] [stdout] 361 | pub const ENCODING_NRZ: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_NRZI` [INFO] [stdout] --> src/headers/iface.rs:362:1 [INFO] [stdout] | [INFO] [stdout] 362 | pub const ENCODING_NRZI: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_FM_MARK` [INFO] [stdout] --> src/headers/iface.rs:363:1 [INFO] [stdout] | [INFO] [stdout] 363 | pub const ENCODING_FM_MARK: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_FM_SPACE` [INFO] [stdout] --> src/headers/iface.rs:364:1 [INFO] [stdout] | [INFO] [stdout] 364 | pub const ENCODING_FM_SPACE: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_MANCHESTER` [INFO] [stdout] --> src/headers/iface.rs:365:1 [INFO] [stdout] | [INFO] [stdout] 365 | pub const ENCODING_MANCHESTER: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub const PARITY_DEFAULT: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_NONE` [INFO] [stdout] --> src/headers/iface.rs:367:1 [INFO] [stdout] | [INFO] [stdout] 367 | pub const PARITY_NONE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC16_PR0` [INFO] [stdout] --> src/headers/iface.rs:368:1 [INFO] [stdout] | [INFO] [stdout] 368 | pub const PARITY_CRC16_PR0: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC16_PR1` [INFO] [stdout] --> src/headers/iface.rs:369:1 [INFO] [stdout] | [INFO] [stdout] 369 | pub const PARITY_CRC16_PR1: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC16_PR0_CCITT` [INFO] [stdout] --> src/headers/iface.rs:370:1 [INFO] [stdout] | [INFO] [stdout] 370 | pub const PARITY_CRC16_PR0_CCITT: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC16_PR1_CCITT` [INFO] [stdout] --> src/headers/iface.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | pub const PARITY_CRC16_PR1_CCITT: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC32_PR0_CCITT` [INFO] [stdout] --> src/headers/iface.rs:372:1 [INFO] [stdout] | [INFO] [stdout] 372 | pub const PARITY_CRC32_PR0_CCITT: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC32_PR1_CCITT` [INFO] [stdout] --> src/headers/iface.rs:373:1 [INFO] [stdout] | [INFO] [stdout] 373 | pub const PARITY_CRC32_PR1_CCITT: u32 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | pub const LMI_DEFAULT: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_NONE` [INFO] [stdout] --> src/headers/iface.rs:375:1 [INFO] [stdout] | [INFO] [stdout] 375 | pub const LMI_NONE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_ANSI` [INFO] [stdout] --> src/headers/iface.rs:376:1 [INFO] [stdout] | [INFO] [stdout] 376 | pub const LMI_ANSI: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_CCITT` [INFO] [stdout] --> src/headers/iface.rs:377:1 [INFO] [stdout] | [INFO] [stdout] 377 | pub const LMI_CCITT: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_CISCO` [INFO] [stdout] --> src/headers/iface.rs:378:1 [INFO] [stdout] | [INFO] [stdout] 378 | pub const LMI_CISCO: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_GET_IFACE` [INFO] [stdout] --> src/headers/iface.rs:379:1 [INFO] [stdout] | [INFO] [stdout] 379 | pub const IF_GET_IFACE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_GET_PROTO` [INFO] [stdout] --> src/headers/iface.rs:380:1 [INFO] [stdout] | [INFO] [stdout] 380 | pub const IF_GET_PROTO: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_V35` [INFO] [stdout] --> src/headers/iface.rs:381:1 [INFO] [stdout] | [INFO] [stdout] 381 | pub const IF_IFACE_V35: u32 = 4096; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_V24` [INFO] [stdout] --> src/headers/iface.rs:382:1 [INFO] [stdout] | [INFO] [stdout] 382 | pub const IF_IFACE_V24: u32 = 4097; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_X21` [INFO] [stdout] --> src/headers/iface.rs:383:1 [INFO] [stdout] | [INFO] [stdout] 383 | pub const IF_IFACE_X21: u32 = 4098; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_T1` [INFO] [stdout] --> src/headers/iface.rs:384:1 [INFO] [stdout] | [INFO] [stdout] 384 | pub const IF_IFACE_T1: u32 = 4099; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_E1` [INFO] [stdout] --> src/headers/iface.rs:385:1 [INFO] [stdout] | [INFO] [stdout] 385 | pub const IF_IFACE_E1: u32 = 4100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_SYNC_SERIAL` [INFO] [stdout] --> src/headers/iface.rs:386:1 [INFO] [stdout] | [INFO] [stdout] 386 | pub const IF_IFACE_SYNC_SERIAL: u32 = 4101; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_X21D` [INFO] [stdout] --> src/headers/iface.rs:387:1 [INFO] [stdout] | [INFO] [stdout] 387 | pub const IF_IFACE_X21D: u32 = 4102; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_HDLC` [INFO] [stdout] --> src/headers/iface.rs:388:1 [INFO] [stdout] | [INFO] [stdout] 388 | pub const IF_PROTO_HDLC: u32 = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_PPP` [INFO] [stdout] --> src/headers/iface.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub const IF_PROTO_PPP: u32 = 8193; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_CISCO` [INFO] [stdout] --> src/headers/iface.rs:390:1 [INFO] [stdout] | [INFO] [stdout] 390 | pub const IF_PROTO_CISCO: u32 = 8194; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR` [INFO] [stdout] --> src/headers/iface.rs:391:1 [INFO] [stdout] | [INFO] [stdout] 391 | pub const IF_PROTO_FR: u32 = 8195; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_ADD_PVC` [INFO] [stdout] --> src/headers/iface.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | pub const IF_PROTO_FR_ADD_PVC: u32 = 8196; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_DEL_PVC` [INFO] [stdout] --> src/headers/iface.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | pub const IF_PROTO_FR_DEL_PVC: u32 = 8197; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_X25` [INFO] [stdout] --> src/headers/iface.rs:394:1 [INFO] [stdout] | [INFO] [stdout] 394 | pub const IF_PROTO_X25: u32 = 8198; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_HDLC_ETH` [INFO] [stdout] --> src/headers/iface.rs:395:1 [INFO] [stdout] | [INFO] [stdout] 395 | pub const IF_PROTO_HDLC_ETH: u32 = 8199; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_ADD_ETH_PVC` [INFO] [stdout] --> src/headers/iface.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | pub const IF_PROTO_FR_ADD_ETH_PVC: u32 = 8200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_DEL_ETH_PVC` [INFO] [stdout] --> src/headers/iface.rs:397:1 [INFO] [stdout] | [INFO] [stdout] 397 | pub const IF_PROTO_FR_DEL_ETH_PVC: u32 = 8201; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_PVC` [INFO] [stdout] --> src/headers/iface.rs:398:1 [INFO] [stdout] | [INFO] [stdout] 398 | pub const IF_PROTO_FR_PVC: u32 = 8202; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_ETH_PVC` [INFO] [stdout] --> src/headers/iface.rs:399:1 [INFO] [stdout] | [INFO] [stdout] 399 | pub const IF_PROTO_FR_ETH_PVC: u32 = 8203; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_RAW` [INFO] [stdout] --> src/headers/iface.rs:400:1 [INFO] [stdout] | [INFO] [stdout] 400 | pub const IF_PROTO_RAW: u32 = 8204; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IFHWADDRLEN` [INFO] [stdout] --> src/headers/iface.rs:401:1 [INFO] [stdout] | [INFO] [stdout] 401 | pub const IFHWADDRLEN: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_char` [INFO] [stdout] --> src/headers/iface.rs:541:1 [INFO] [stdout] | [INFO] [stdout] 541 | pub type u_char = __u_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_short` [INFO] [stdout] --> src/headers/iface.rs:542:1 [INFO] [stdout] | [INFO] [stdout] 542 | pub type u_short = __u_short; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int` [INFO] [stdout] --> src/headers/iface.rs:543:1 [INFO] [stdout] | [INFO] [stdout] 543 | pub type u_int = __u_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_long` [INFO] [stdout] --> src/headers/iface.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | pub type u_long = __u_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `quad_t` [INFO] [stdout] --> src/headers/iface.rs:545:1 [INFO] [stdout] | [INFO] [stdout] 545 | pub type quad_t = __quad_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_quad_t` [INFO] [stdout] --> src/headers/iface.rs:546:1 [INFO] [stdout] | [INFO] [stdout] 546 | pub type u_quad_t = __u_quad_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `fsid_t` [INFO] [stdout] --> src/headers/iface.rs:547:1 [INFO] [stdout] | [INFO] [stdout] 547 | pub type fsid_t = __fsid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `loff_t` [INFO] [stdout] --> src/headers/iface.rs:548:1 [INFO] [stdout] | [INFO] [stdout] 548 | pub type loff_t = __loff_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `ino_t` [INFO] [stdout] --> src/headers/iface.rs:549:1 [INFO] [stdout] | [INFO] [stdout] 549 | pub type ino_t = __ino_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `dev_t` [INFO] [stdout] --> src/headers/iface.rs:550:1 [INFO] [stdout] | [INFO] [stdout] 550 | pub type dev_t = __dev_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `gid_t` [INFO] [stdout] --> src/headers/iface.rs:551:1 [INFO] [stdout] | [INFO] [stdout] 551 | pub type gid_t = __gid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `mode_t` [INFO] [stdout] --> src/headers/iface.rs:552:1 [INFO] [stdout] | [INFO] [stdout] 552 | pub type mode_t = __mode_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `nlink_t` [INFO] [stdout] --> src/headers/iface.rs:553:1 [INFO] [stdout] | [INFO] [stdout] 553 | pub type nlink_t = __nlink_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uid_t` [INFO] [stdout] --> src/headers/iface.rs:554:1 [INFO] [stdout] | [INFO] [stdout] 554 | pub type uid_t = __uid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `off_t` [INFO] [stdout] --> src/headers/iface.rs:555:1 [INFO] [stdout] | [INFO] [stdout] 555 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pid_t` [INFO] [stdout] --> src/headers/iface.rs:556:1 [INFO] [stdout] | [INFO] [stdout] 556 | pub type pid_t = __pid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `id_t` [INFO] [stdout] --> src/headers/iface.rs:557:1 [INFO] [stdout] | [INFO] [stdout] 557 | pub type id_t = __id_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `daddr_t` [INFO] [stdout] --> src/headers/iface.rs:558:1 [INFO] [stdout] | [INFO] [stdout] 558 | pub type daddr_t = __daddr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `caddr_t` [INFO] [stdout] --> src/headers/iface.rs:559:1 [INFO] [stdout] | [INFO] [stdout] 559 | pub type caddr_t = __caddr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `key_t` [INFO] [stdout] --> src/headers/iface.rs:560:1 [INFO] [stdout] | [INFO] [stdout] 560 | pub type key_t = __key_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `clock_t` [INFO] [stdout] --> src/headers/iface.rs:561:1 [INFO] [stdout] | [INFO] [stdout] 561 | pub type clock_t = __clock_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `clockid_t` [INFO] [stdout] --> src/headers/iface.rs:562:1 [INFO] [stdout] | [INFO] [stdout] 562 | pub type clockid_t = __clockid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `time_t` [INFO] [stdout] --> src/headers/iface.rs:563:1 [INFO] [stdout] | [INFO] [stdout] 563 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `timer_t` [INFO] [stdout] --> src/headers/iface.rs:564:1 [INFO] [stdout] | [INFO] [stdout] 564 | pub type timer_t = __timer_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `ulong` [INFO] [stdout] --> src/headers/iface.rs:565:1 [INFO] [stdout] | [INFO] [stdout] 565 | pub type ulong = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `ushort` [INFO] [stdout] --> src/headers/iface.rs:566:1 [INFO] [stdout] | [INFO] [stdout] 566 | pub type ushort = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint` [INFO] [stdout] --> src/headers/iface.rs:567:1 [INFO] [stdout] | [INFO] [stdout] 567 | pub type uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int8_t` [INFO] [stdout] --> src/headers/iface.rs:568:1 [INFO] [stdout] | [INFO] [stdout] 568 | pub type u_int8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int16_t` [INFO] [stdout] --> src/headers/iface.rs:569:1 [INFO] [stdout] | [INFO] [stdout] 569 | pub type u_int16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int32_t` [INFO] [stdout] --> src/headers/iface.rs:570:1 [INFO] [stdout] | [INFO] [stdout] 570 | pub type u_int32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int64_t` [INFO] [stdout] --> src/headers/iface.rs:571:1 [INFO] [stdout] | [INFO] [stdout] 571 | pub type u_int64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `register_t` [INFO] [stdout] --> src/headers/iface.rs:572:1 [INFO] [stdout] | [INFO] [stdout] 572 | pub type register_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `sigset_t` [INFO] [stdout] --> src/headers/iface.rs:578:1 [INFO] [stdout] | [INFO] [stdout] 578 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `suseconds_t` [INFO] [stdout] --> src/headers/iface.rs:591:1 [INFO] [stdout] | [INFO] [stdout] 591 | pub type suseconds_t = __suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `fd_mask` [INFO] [stdout] --> src/headers/iface.rs:598:1 [INFO] [stdout] | [INFO] [stdout] 598 | pub type fd_mask = __fd_mask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `select` [INFO] [stdout] --> src/headers/iface.rs:600:5 [INFO] [stdout] | [INFO] [stdout] 600 | / pub fn select( [INFO] [stdout] 601 | | __nfds: ::std::os::raw::c_int, [INFO] [stdout] 602 | | __readfds: *mut fd_set, [INFO] [stdout] 603 | | __writefds: *mut fd_set, [INFO] [stdout] 604 | | __exceptfds: *mut fd_set, [INFO] [stdout] 605 | | __timeout: *mut timeval, [INFO] [stdout] 606 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `pselect` [INFO] [stdout] --> src/headers/iface.rs:609:5 [INFO] [stdout] | [INFO] [stdout] 609 | / pub fn pselect( [INFO] [stdout] 610 | | __nfds: ::std::os::raw::c_int, [INFO] [stdout] 611 | | __readfds: *mut fd_set, [INFO] [stdout] 612 | | __writefds: *mut fd_set, [INFO] [stdout] ... | [INFO] [stdout] 615 | | __sigmask: *const __sigset_t, [INFO] [stdout] 616 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `blksize_t` [INFO] [stdout] --> src/headers/iface.rs:618:1 [INFO] [stdout] | [INFO] [stdout] 618 | pub type blksize_t = __blksize_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `blkcnt_t` [INFO] [stdout] --> src/headers/iface.rs:619:1 [INFO] [stdout] | [INFO] [stdout] 619 | pub type blkcnt_t = __blkcnt_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `fsblkcnt_t` [INFO] [stdout] --> src/headers/iface.rs:620:1 [INFO] [stdout] | [INFO] [stdout] 620 | pub type fsblkcnt_t = __fsblkcnt_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `fsfilcnt_t` [INFO] [stdout] --> src/headers/iface.rs:621:1 [INFO] [stdout] | [INFO] [stdout] 621 | pub type fsfilcnt_t = __fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pthread_t` [INFO] [stdout] --> src/headers/iface.rs:719:1 [INFO] [stdout] | [INFO] [stdout] 719 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pthread_key_t` [INFO] [stdout] --> src/headers/iface.rs:744:1 [INFO] [stdout] | [INFO] [stdout] 744 | pub type pthread_key_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pthread_once_t` [INFO] [stdout] --> src/headers/iface.rs:745:1 [INFO] [stdout] | [INFO] [stdout] 745 | pub type pthread_once_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pthread_spinlock_t` [INFO] [stdout] --> src/headers/iface.rs:809:1 [INFO] [stdout] | [INFO] [stdout] 809 | pub type pthread_spinlock_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_OOB` [INFO] [stdout] --> src/headers/iface.rs:864:1 [INFO] [stdout] | [INFO] [stdout] 864 | pub const MSG_OOB: _bindgen_ty_1 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_PEEK` [INFO] [stdout] --> src/headers/iface.rs:865:1 [INFO] [stdout] | [INFO] [stdout] 865 | pub const MSG_PEEK: _bindgen_ty_1 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_DONTROUTE` [INFO] [stdout] --> src/headers/iface.rs:866:1 [INFO] [stdout] | [INFO] [stdout] 866 | pub const MSG_DONTROUTE: _bindgen_ty_1 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_CTRUNC` [INFO] [stdout] --> src/headers/iface.rs:867:1 [INFO] [stdout] | [INFO] [stdout] 867 | pub const MSG_CTRUNC: _bindgen_ty_1 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_PROXY` [INFO] [stdout] --> src/headers/iface.rs:868:1 [INFO] [stdout] | [INFO] [stdout] 868 | pub const MSG_PROXY: _bindgen_ty_1 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_TRUNC` [INFO] [stdout] --> src/headers/iface.rs:869:1 [INFO] [stdout] | [INFO] [stdout] 869 | pub const MSG_TRUNC: _bindgen_ty_1 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_DONTWAIT` [INFO] [stdout] --> src/headers/iface.rs:870:1 [INFO] [stdout] | [INFO] [stdout] 870 | pub const MSG_DONTWAIT: _bindgen_ty_1 = 64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_EOR` [INFO] [stdout] --> src/headers/iface.rs:871:1 [INFO] [stdout] | [INFO] [stdout] 871 | pub const MSG_EOR: _bindgen_ty_1 = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_WAITALL` [INFO] [stdout] --> src/headers/iface.rs:872:1 [INFO] [stdout] | [INFO] [stdout] 872 | pub const MSG_WAITALL: _bindgen_ty_1 = 256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_FIN` [INFO] [stdout] --> src/headers/iface.rs:873:1 [INFO] [stdout] | [INFO] [stdout] 873 | pub const MSG_FIN: _bindgen_ty_1 = 512; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_SYN` [INFO] [stdout] --> src/headers/iface.rs:874:1 [INFO] [stdout] | [INFO] [stdout] 874 | pub const MSG_SYN: _bindgen_ty_1 = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_CONFIRM` [INFO] [stdout] --> src/headers/iface.rs:875:1 [INFO] [stdout] | [INFO] [stdout] 875 | pub const MSG_CONFIRM: _bindgen_ty_1 = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_RST` [INFO] [stdout] --> src/headers/iface.rs:876:1 [INFO] [stdout] | [INFO] [stdout] 876 | pub const MSG_RST: _bindgen_ty_1 = 4096; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_ERRQUEUE` [INFO] [stdout] --> src/headers/iface.rs:877:1 [INFO] [stdout] | [INFO] [stdout] 877 | pub const MSG_ERRQUEUE: _bindgen_ty_1 = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_NOSIGNAL` [INFO] [stdout] --> src/headers/iface.rs:878:1 [INFO] [stdout] | [INFO] [stdout] 878 | pub const MSG_NOSIGNAL: _bindgen_ty_1 = 16384; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_MORE` [INFO] [stdout] --> src/headers/iface.rs:879:1 [INFO] [stdout] | [INFO] [stdout] 879 | pub const MSG_MORE: _bindgen_ty_1 = 32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_WAITFORONE` [INFO] [stdout] --> src/headers/iface.rs:880:1 [INFO] [stdout] | [INFO] [stdout] 880 | pub const MSG_WAITFORONE: _bindgen_ty_1 = 65536; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_BATCH` [INFO] [stdout] --> src/headers/iface.rs:881:1 [INFO] [stdout] | [INFO] [stdout] 881 | pub const MSG_BATCH: _bindgen_ty_1 = 262144; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_ZEROCOPY` [INFO] [stdout] --> src/headers/iface.rs:882:1 [INFO] [stdout] | [INFO] [stdout] 882 | pub const MSG_ZEROCOPY: _bindgen_ty_1 = 67108864; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_FASTOPEN` [INFO] [stdout] --> src/headers/iface.rs:883:1 [INFO] [stdout] | [INFO] [stdout] 883 | pub const MSG_FASTOPEN: _bindgen_ty_1 = 536870912; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_CMSG_CLOEXEC` [INFO] [stdout] --> src/headers/iface.rs:884:1 [INFO] [stdout] | [INFO] [stdout] 884 | pub const MSG_CMSG_CLOEXEC: _bindgen_ty_1 = 1073741824; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_RIGHTS` [INFO] [stdout] --> src/headers/iface.rs:913:1 [INFO] [stdout] | [INFO] [stdout] 913 | pub const SCM_RIGHTS: _bindgen_ty_2 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SHUT_RD` [INFO] [stdout] --> src/headers/iface.rs:927:1 [INFO] [stdout] | [INFO] [stdout] 927 | pub const SHUT_RD: _bindgen_ty_3 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SHUT_WR` [INFO] [stdout] --> src/headers/iface.rs:928:1 [INFO] [stdout] | [INFO] [stdout] 928 | pub const SHUT_WR: _bindgen_ty_3 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SHUT_RDWR` [INFO] [stdout] --> src/headers/iface.rs:929:1 [INFO] [stdout] | [INFO] [stdout] 929 | pub const SHUT_RDWR: _bindgen_ty_3 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `socket` [INFO] [stdout] --> src/headers/iface.rs:932:5 [INFO] [stdout] | [INFO] [stdout] 932 | / pub fn socket( [INFO] [stdout] 933 | | __domain: ::std::os::raw::c_int, [INFO] [stdout] 934 | | __type: ::std::os::raw::c_int, [INFO] [stdout] 935 | | __protocol: ::std::os::raw::c_int, [INFO] [stdout] 936 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `socketpair` [INFO] [stdout] --> src/headers/iface.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | / pub fn socketpair( [INFO] [stdout] 940 | | __domain: ::std::os::raw::c_int, [INFO] [stdout] 941 | | __type: ::std::os::raw::c_int, [INFO] [stdout] 942 | | __protocol: ::std::os::raw::c_int, [INFO] [stdout] 943 | | __fds: *mut ::std::os::raw::c_int, [INFO] [stdout] 944 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `bind` [INFO] [stdout] --> src/headers/iface.rs:947:5 [INFO] [stdout] | [INFO] [stdout] 947 | / pub fn bind( [INFO] [stdout] 948 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 949 | | __addr: *const sockaddr, [INFO] [stdout] 950 | | __len: socklen_t, [INFO] [stdout] 951 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getsockname` [INFO] [stdout] --> src/headers/iface.rs:954:5 [INFO] [stdout] | [INFO] [stdout] 954 | / pub fn getsockname( [INFO] [stdout] 955 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 956 | | __addr: *mut sockaddr, [INFO] [stdout] 957 | | __len: *mut socklen_t, [INFO] [stdout] 958 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `connect` [INFO] [stdout] --> src/headers/iface.rs:961:5 [INFO] [stdout] | [INFO] [stdout] 961 | / pub fn connect( [INFO] [stdout] 962 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 963 | | __addr: *const sockaddr, [INFO] [stdout] 964 | | __len: socklen_t, [INFO] [stdout] 965 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getpeername` [INFO] [stdout] --> src/headers/iface.rs:968:5 [INFO] [stdout] | [INFO] [stdout] 968 | / pub fn getpeername( [INFO] [stdout] 969 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 970 | | __addr: *mut sockaddr, [INFO] [stdout] 971 | | __len: *mut socklen_t, [INFO] [stdout] 972 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `send` [INFO] [stdout] --> src/headers/iface.rs:975:5 [INFO] [stdout] | [INFO] [stdout] 975 | / pub fn send( [INFO] [stdout] 976 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 977 | | __buf: *const ::std::os::raw::c_void, [INFO] [stdout] 978 | | __n: usize, [INFO] [stdout] 979 | | __flags: ::std::os::raw::c_int, [INFO] [stdout] 980 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `recv` [INFO] [stdout] --> src/headers/iface.rs:983:5 [INFO] [stdout] | [INFO] [stdout] 983 | / pub fn recv( [INFO] [stdout] 984 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 985 | | __buf: *mut ::std::os::raw::c_void, [INFO] [stdout] 986 | | __n: usize, [INFO] [stdout] 987 | | __flags: ::std::os::raw::c_int, [INFO] [stdout] 988 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sendto` [INFO] [stdout] --> src/headers/iface.rs:991:5 [INFO] [stdout] | [INFO] [stdout] 991 | / pub fn sendto( [INFO] [stdout] 992 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 993 | | __buf: *const ::std::os::raw::c_void, [INFO] [stdout] 994 | | __n: usize, [INFO] [stdout] ... | [INFO] [stdout] 997 | | __addr_len: socklen_t, [INFO] [stdout] 998 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `recvfrom` [INFO] [stdout] --> src/headers/iface.rs:1001:5 [INFO] [stdout] | [INFO] [stdout] 1001 | / pub fn recvfrom( [INFO] [stdout] 1002 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1003 | | __buf: *mut ::std::os::raw::c_void, [INFO] [stdout] 1004 | | __n: usize, [INFO] [stdout] ... | [INFO] [stdout] 1007 | | __addr_len: *mut socklen_t, [INFO] [stdout] 1008 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sendmsg` [INFO] [stdout] --> src/headers/iface.rs:1011:5 [INFO] [stdout] | [INFO] [stdout] 1011 | / pub fn sendmsg( [INFO] [stdout] 1012 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1013 | | __message: *const msghdr, [INFO] [stdout] 1014 | | __flags: ::std::os::raw::c_int, [INFO] [stdout] 1015 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `recvmsg` [INFO] [stdout] --> src/headers/iface.rs:1018:5 [INFO] [stdout] | [INFO] [stdout] 1018 | / pub fn recvmsg( [INFO] [stdout] 1019 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1020 | | __message: *mut msghdr, [INFO] [stdout] 1021 | | __flags: ::std::os::raw::c_int, [INFO] [stdout] 1022 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getsockopt` [INFO] [stdout] --> src/headers/iface.rs:1025:5 [INFO] [stdout] | [INFO] [stdout] 1025 | / pub fn getsockopt( [INFO] [stdout] 1026 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1027 | | __level: ::std::os::raw::c_int, [INFO] [stdout] 1028 | | __optname: ::std::os::raw::c_int, [INFO] [stdout] 1029 | | __optval: *mut ::std::os::raw::c_void, [INFO] [stdout] 1030 | | __optlen: *mut socklen_t, [INFO] [stdout] 1031 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `setsockopt` [INFO] [stdout] --> src/headers/iface.rs:1034:5 [INFO] [stdout] | [INFO] [stdout] 1034 | / pub fn setsockopt( [INFO] [stdout] 1035 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1036 | | __level: ::std::os::raw::c_int, [INFO] [stdout] 1037 | | __optname: ::std::os::raw::c_int, [INFO] [stdout] 1038 | | __optval: *const ::std::os::raw::c_void, [INFO] [stdout] 1039 | | __optlen: socklen_t, [INFO] [stdout] 1040 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `listen` [INFO] [stdout] --> src/headers/iface.rs:1043:5 [INFO] [stdout] | [INFO] [stdout] 1043 | / pub fn listen(__fd: ::std::os::raw::c_int, __n: ::std::os::raw::c_int) [INFO] [stdout] 1044 | | -> ::std::os::raw::c_int; [INFO] [stdout] | |_________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `accept` [INFO] [stdout] --> src/headers/iface.rs:1047:5 [INFO] [stdout] | [INFO] [stdout] 1047 | / pub fn accept( [INFO] [stdout] 1048 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1049 | | __addr: *mut sockaddr, [INFO] [stdout] 1050 | | __addr_len: *mut socklen_t, [INFO] [stdout] 1051 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `shutdown` [INFO] [stdout] --> src/headers/iface.rs:1054:5 [INFO] [stdout] | [INFO] [stdout] 1054 | / pub fn shutdown( [INFO] [stdout] 1055 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1056 | | __how: ::std::os::raw::c_int, [INFO] [stdout] 1057 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sockatmark` [INFO] [stdout] --> src/headers/iface.rs:1060:5 [INFO] [stdout] | [INFO] [stdout] 1060 | pub fn sockatmark(__fd: ::std::os::raw::c_int) -> ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `isfdtype` [INFO] [stdout] --> src/headers/iface.rs:1063:5 [INFO] [stdout] | [INFO] [stdout] 1063 | / pub fn isfdtype( [INFO] [stdout] 1064 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1065 | | __fdtype: ::std::os::raw::c_int, [INFO] [stdout] 1066 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_UP` [INFO] [stdout] --> src/headers/iface.rs:1117:1 [INFO] [stdout] | [INFO] [stdout] 1117 | pub const net_device_flags_IFF_UP: net_device_flags = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_BROADCAST` [INFO] [stdout] --> src/headers/iface.rs:1118:1 [INFO] [stdout] | [INFO] [stdout] 1118 | pub const net_device_flags_IFF_BROADCAST: net_device_flags = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_DEBUG` [INFO] [stdout] --> src/headers/iface.rs:1119:1 [INFO] [stdout] | [INFO] [stdout] 1119 | pub const net_device_flags_IFF_DEBUG: net_device_flags = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_LOOPBACK` [INFO] [stdout] --> src/headers/iface.rs:1120:1 [INFO] [stdout] | [INFO] [stdout] 1120 | pub const net_device_flags_IFF_LOOPBACK: net_device_flags = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_POINTOPOINT` [INFO] [stdout] --> src/headers/iface.rs:1121:1 [INFO] [stdout] | [INFO] [stdout] 1121 | pub const net_device_flags_IFF_POINTOPOINT: net_device_flags = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_NOTRAILERS` [INFO] [stdout] --> src/headers/iface.rs:1122:1 [INFO] [stdout] | [INFO] [stdout] 1122 | pub const net_device_flags_IFF_NOTRAILERS: net_device_flags = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_RUNNING` [INFO] [stdout] --> src/headers/iface.rs:1123:1 [INFO] [stdout] | [INFO] [stdout] 1123 | pub const net_device_flags_IFF_RUNNING: net_device_flags = 64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_NOARP` [INFO] [stdout] --> src/headers/iface.rs:1124:1 [INFO] [stdout] | [INFO] [stdout] 1124 | pub const net_device_flags_IFF_NOARP: net_device_flags = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_PROMISC` [INFO] [stdout] --> src/headers/iface.rs:1125:1 [INFO] [stdout] | [INFO] [stdout] 1125 | pub const net_device_flags_IFF_PROMISC: net_device_flags = 256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_ALLMULTI` [INFO] [stdout] --> src/headers/iface.rs:1126:1 [INFO] [stdout] | [INFO] [stdout] 1126 | pub const net_device_flags_IFF_ALLMULTI: net_device_flags = 512; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_MASTER` [INFO] [stdout] --> src/headers/iface.rs:1127:1 [INFO] [stdout] | [INFO] [stdout] 1127 | pub const net_device_flags_IFF_MASTER: net_device_flags = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_SLAVE` [INFO] [stdout] --> src/headers/iface.rs:1128:1 [INFO] [stdout] | [INFO] [stdout] 1128 | pub const net_device_flags_IFF_SLAVE: net_device_flags = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_MULTICAST` [INFO] [stdout] --> src/headers/iface.rs:1129:1 [INFO] [stdout] | [INFO] [stdout] 1129 | pub const net_device_flags_IFF_MULTICAST: net_device_flags = 4096; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_PORTSEL` [INFO] [stdout] --> src/headers/iface.rs:1130:1 [INFO] [stdout] | [INFO] [stdout] 1130 | pub const net_device_flags_IFF_PORTSEL: net_device_flags = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_AUTOMEDIA` [INFO] [stdout] --> src/headers/iface.rs:1131:1 [INFO] [stdout] | [INFO] [stdout] 1131 | pub const net_device_flags_IFF_AUTOMEDIA: net_device_flags = 16384; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_DYNAMIC` [INFO] [stdout] --> src/headers/iface.rs:1132:1 [INFO] [stdout] | [INFO] [stdout] 1132 | pub const net_device_flags_IFF_DYNAMIC: net_device_flags = 32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_LOWER_UP` [INFO] [stdout] --> src/headers/iface.rs:1133:1 [INFO] [stdout] | [INFO] [stdout] 1133 | pub const net_device_flags_IFF_LOWER_UP: net_device_flags = 65536; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_DORMANT` [INFO] [stdout] --> src/headers/iface.rs:1134:1 [INFO] [stdout] | [INFO] [stdout] 1134 | pub const net_device_flags_IFF_DORMANT: net_device_flags = 131072; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_ECHO` [INFO] [stdout] --> src/headers/iface.rs:1135:1 [INFO] [stdout] | [INFO] [stdout] 1135 | pub const net_device_flags_IFF_ECHO: net_device_flags = 262144; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `net_device_flags` [INFO] [stdout] --> src/headers/iface.rs:1136:1 [INFO] [stdout] | [INFO] [stdout] 1136 | pub type net_device_flags = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_UNKNOWN` [INFO] [stdout] --> src/headers/iface.rs:1137:1 [INFO] [stdout] | [INFO] [stdout] 1137 | pub const IF_OPER_UNKNOWN: _bindgen_ty_4 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_NOTPRESENT` [INFO] [stdout] --> src/headers/iface.rs:1138:1 [INFO] [stdout] | [INFO] [stdout] 1138 | pub const IF_OPER_NOTPRESENT: _bindgen_ty_4 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_DOWN` [INFO] [stdout] --> src/headers/iface.rs:1139:1 [INFO] [stdout] | [INFO] [stdout] 1139 | pub const IF_OPER_DOWN: _bindgen_ty_4 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_LOWERLAYERDOWN` [INFO] [stdout] --> src/headers/iface.rs:1140:1 [INFO] [stdout] | [INFO] [stdout] 1140 | pub const IF_OPER_LOWERLAYERDOWN: _bindgen_ty_4 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_TESTING` [INFO] [stdout] --> src/headers/iface.rs:1141:1 [INFO] [stdout] | [INFO] [stdout] 1141 | pub const IF_OPER_TESTING: _bindgen_ty_4 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_DORMANT` [INFO] [stdout] --> src/headers/iface.rs:1142:1 [INFO] [stdout] | [INFO] [stdout] 1142 | pub const IF_OPER_DORMANT: _bindgen_ty_4 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_UP` [INFO] [stdout] --> src/headers/iface.rs:1143:1 [INFO] [stdout] | [INFO] [stdout] 1143 | pub const IF_OPER_UP: _bindgen_ty_4 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_LINK_MODE_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:1145:1 [INFO] [stdout] | [INFO] [stdout] 1145 | pub const IF_LINK_MODE_DEFAULT: _bindgen_ty_5 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_LINK_MODE_DORMANT` [INFO] [stdout] --> src/headers/iface.rs:1146:1 [INFO] [stdout] | [INFO] [stdout] 1146 | pub const IF_LINK_MODE_DORMANT: _bindgen_ty_5 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | 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 `__iovec_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub const __iovec_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__IOVEC_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clock_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | pub const __clock_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCK_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clockid_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:114:11 [INFO] [stdout] | [INFO] [stdout] 114 | pub const __clockid_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCKID_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__time_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:115:11 [INFO] [stdout] | [INFO] [stdout] 115 | pub const __time_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIME_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__timer_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:116:11 [INFO] [stdout] | [INFO] [stdout] 116 | pub const __timer_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMER_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__sigset_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:133:11 [INFO] [stdout] | [INFO] [stdout] 133 | pub const __sigset_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIGSET_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__timeval_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | pub const __timeval_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMEVAL_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__have_pthread_attr_t` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:154:11 [INFO] [stdout] | [INFO] [stdout] 154 | pub const __have_pthread_attr_t: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__HAVE_PTHREAD_ATTR_T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PF_DECnet` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:169:11 [INFO] [stdout] | [INFO] [stdout] 169 | pub const PF_DECnet: u32 = 12; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PF_DECNET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AF_DECnet` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:217:11 [INFO] [stdout] | [INFO] [stdout] 217 | pub const AF_DECnet: u32 = 12; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `AF_DECNET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__osockaddr_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:351:11 [INFO] [stdout] | [INFO] [stdout] 351 | pub const __osockaddr_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__OSOCKADDR_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_STREAM` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:835:11 [INFO] [stdout] | [INFO] [stdout] 835 | pub const __socket_type_SOCK_STREAM: __socket_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_STREAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_DGRAM` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:836:11 [INFO] [stdout] | [INFO] [stdout] 836 | pub const __socket_type_SOCK_DGRAM: __socket_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DGRAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_RAW` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:837:11 [INFO] [stdout] | [INFO] [stdout] 837 | pub const __socket_type_SOCK_RAW: __socket_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RAW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_RDM` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:838:11 [INFO] [stdout] | [INFO] [stdout] 838 | pub const __socket_type_SOCK_RDM: __socket_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RDM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_SEQPACKET` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:839:11 [INFO] [stdout] | [INFO] [stdout] 839 | pub const __socket_type_SOCK_SEQPACKET: __socket_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_SEQPACKET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_DCCP` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:840:11 [INFO] [stdout] | [INFO] [stdout] 840 | pub const __socket_type_SOCK_DCCP: __socket_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DCCP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_PACKET` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:841:11 [INFO] [stdout] | [INFO] [stdout] 841 | pub const __socket_type_SOCK_PACKET: __socket_type = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_PACKET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_CLOEXEC` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:842:11 [INFO] [stdout] | [INFO] [stdout] 842 | pub const __socket_type_SOCK_CLOEXEC: __socket_type = 524288; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_CLOEXEC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_NONBLOCK` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:843:11 [INFO] [stdout] | [INFO] [stdout] 843 | pub const __socket_type_SOCK_NONBLOCK: __socket_type = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_NONBLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_UP` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1117:11 [INFO] [stdout] | [INFO] [stdout] 1117 | pub const net_device_flags_IFF_UP: net_device_flags = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_UP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_BROADCAST` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1118:11 [INFO] [stdout] | [INFO] [stdout] 1118 | pub const net_device_flags_IFF_BROADCAST: net_device_flags = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_BROADCAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_DEBUG` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1119:11 [INFO] [stdout] | [INFO] [stdout] 1119 | pub const net_device_flags_IFF_DEBUG: net_device_flags = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_DEBUG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_LOOPBACK` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1120:11 [INFO] [stdout] | [INFO] [stdout] 1120 | pub const net_device_flags_IFF_LOOPBACK: net_device_flags = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_LOOPBACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_POINTOPOINT` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1121:11 [INFO] [stdout] | [INFO] [stdout] 1121 | pub const net_device_flags_IFF_POINTOPOINT: net_device_flags = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_POINTOPOINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_NOTRAILERS` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1122:11 [INFO] [stdout] | [INFO] [stdout] 1122 | pub const net_device_flags_IFF_NOTRAILERS: net_device_flags = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_NOTRAILERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_RUNNING` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1123:11 [INFO] [stdout] | [INFO] [stdout] 1123 | pub const net_device_flags_IFF_RUNNING: net_device_flags = 64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_RUNNING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_NOARP` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1124:11 [INFO] [stdout] | [INFO] [stdout] 1124 | pub const net_device_flags_IFF_NOARP: net_device_flags = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_NOARP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_PROMISC` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1125:11 [INFO] [stdout] | [INFO] [stdout] 1125 | pub const net_device_flags_IFF_PROMISC: net_device_flags = 256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_PROMISC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_ALLMULTI` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1126:11 [INFO] [stdout] | [INFO] [stdout] 1126 | pub const net_device_flags_IFF_ALLMULTI: net_device_flags = 512; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_ALLMULTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_MASTER` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1127:11 [INFO] [stdout] | [INFO] [stdout] 1127 | pub const net_device_flags_IFF_MASTER: net_device_flags = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_MASTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_SLAVE` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1128:11 [INFO] [stdout] | [INFO] [stdout] 1128 | pub const net_device_flags_IFF_SLAVE: net_device_flags = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_SLAVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_MULTICAST` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1129:11 [INFO] [stdout] | [INFO] [stdout] 1129 | pub const net_device_flags_IFF_MULTICAST: net_device_flags = 4096; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_MULTICAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_PORTSEL` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1130:11 [INFO] [stdout] | [INFO] [stdout] 1130 | pub const net_device_flags_IFF_PORTSEL: net_device_flags = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_PORTSEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_AUTOMEDIA` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1131:11 [INFO] [stdout] | [INFO] [stdout] 1131 | pub const net_device_flags_IFF_AUTOMEDIA: net_device_flags = 16384; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_AUTOMEDIA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_DYNAMIC` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1132:11 [INFO] [stdout] | [INFO] [stdout] 1132 | pub const net_device_flags_IFF_DYNAMIC: net_device_flags = 32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_DYNAMIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_LOWER_UP` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1133:11 [INFO] [stdout] | [INFO] [stdout] 1133 | pub const net_device_flags_IFF_LOWER_UP: net_device_flags = 65536; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_LOWER_UP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_DORMANT` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1134:11 [INFO] [stdout] | [INFO] [stdout] 1134 | pub const net_device_flags_IFF_DORMANT: net_device_flags = 131072; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_DORMANT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_ECHO` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1135:11 [INFO] [stdout] | [INFO] [stdout] 1135 | pub const net_device_flags_IFF_ECHO: net_device_flags = 262144; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_ECHO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tcp/frame_receiver.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | handle.unwrap().await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 585 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `Command { std: "docker" "inspect" "fd80477a2a4144f188d442bf522a5b2f6573bcc83536c291144f83e07f368e4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd80477a2a4144f188d442bf522a5b2f6573bcc83536c291144f83e07f368e4c", kill_on_drop: false }` [INFO] [stdout] fd80477a2a4144f188d442bf522a5b2f6573bcc83536c291144f83e07f368e4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1eb6d609690d7950711a1518bb89724ce7428b8425fe9d8fd77d7bf83ee148d1 [INFO] running `Command { std: "docker" "start" "-a" "1eb6d609690d7950711a1518bb89724ce7428b8425fe9d8fd77d7bf83ee148d1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling fixedbitset v0.4.1 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.9 [INFO] [stderr] Compiling which v4.2.4 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling prost-build v0.9.0 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling hdrhistogram v7.5.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling prost-derive v0.9.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling tracing v0.1.30 [INFO] [stderr] Compiling prost v0.9.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling prost-types v0.9.0 [INFO] [stderr] Compiling tonic-build v0.6.2 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling console-api v0.1.2 [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/datalink/reader.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use nix::libc::{self, EAGAIN}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stdout] warning: unused import: `tokio::io::unix::AsyncFd` [INFO] [stdout] --> src/datalink/reader.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tokio::io::unix::AsyncFd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-util v0.7.0 [INFO] [stdout] warning: unused imports: `Result`, `anyhow` [INFO] [stdout] --> src/datalink/writer.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use anyhow::{anyhow, Result}; [INFO] [stdout] | ^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/datalink/writer.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use nix::libc::{self, EAGAIN}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stdout] warning: unused import: `io::unix::AsyncFd` [INFO] [stdout] --> src/datalink/writer.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use tokio::{io::unix::AsyncFd, time::Instant}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rena v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `__s8` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:402:10 [INFO] [stdout] | [INFO] [stdout] 402 | pub type __s8 = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `S8` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u8` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | pub type __u8 = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `U8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | pub type __s16 = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `S16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | pub type __u16 = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `U16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:406:10 [INFO] [stdout] | [INFO] [stdout] 406 | pub type __s32 = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `S32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | pub type __u32 = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `U32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | pub type __s64 = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `S64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | pub type __u64 = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `U64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_sighandler_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:415:10 [INFO] [stdout] | [INFO] [stdout] 415 | pub type __kernel_sighandler_t = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSighandlerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_key_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:417:10 [INFO] [stdout] | [INFO] [stdout] 417 | pub type __kernel_key_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mqd_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:418:10 [INFO] [stdout] | [INFO] [stdout] 418 | pub type __kernel_mqd_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelMqdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_uid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:419:10 [INFO] [stdout] | [INFO] [stdout] 419 | pub type __kernel_old_uid_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:420:10 [INFO] [stdout] | [INFO] [stdout] 420 | pub type __kernel_old_gid_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_dev_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:421:10 [INFO] [stdout] | [INFO] [stdout] 421 | pub type __kernel_old_dev_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_long_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:422:10 [INFO] [stdout] | [INFO] [stdout] 422 | pub type __kernel_long_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:423:10 [INFO] [stdout] | [INFO] [stdout] 423 | pub type __kernel_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ino_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:424:10 [INFO] [stdout] | [INFO] [stdout] 424 | pub type __kernel_ino_t = __kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelInoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mode_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | pub type __kernel_mode_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:426:10 [INFO] [stdout] | [INFO] [stdout] 426 | pub type __kernel_pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ipc_pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | pub type __kernel_ipc_pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelIpcPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:428:10 [INFO] [stdout] | [INFO] [stdout] 428 | pub type __kernel_uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:429:10 [INFO] [stdout] | [INFO] [stdout] 429 | pub type __kernel_gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:430:10 [INFO] [stdout] | [INFO] [stdout] 430 | pub type __kernel_suseconds_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_daddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:431:10 [INFO] [stdout] | [INFO] [stdout] 431 | pub type __kernel_daddr_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelDaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid32_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:432:10 [INFO] [stdout] | [INFO] [stdout] 432 | pub type __kernel_uid32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid32_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:433:10 [INFO] [stdout] | [INFO] [stdout] 433 | pub type __kernel_gid32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_size_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:434:10 [INFO] [stdout] | [INFO] [stdout] 434 | pub type __kernel_size_t = __kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ssize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:435:10 [INFO] [stdout] | [INFO] [stdout] 435 | pub type __kernel_ssize_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ptrdiff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:436:10 [INFO] [stdout] | [INFO] [stdout] 436 | pub type __kernel_ptrdiff_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPtrdiffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_off_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:442:10 [INFO] [stdout] | [INFO] [stdout] 442 | pub type __kernel_off_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_loff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:443:10 [INFO] [stdout] | [INFO] [stdout] 443 | pub type __kernel_loff_t = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_time_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:444:10 [INFO] [stdout] | [INFO] [stdout] 444 | pub type __kernel_time_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:445:10 [INFO] [stdout] | [INFO] [stdout] 445 | pub type __kernel_clock_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_timer_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | pub type __kernel_timer_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clockid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:447:10 [INFO] [stdout] | [INFO] [stdout] 447 | pub type __kernel_clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_caddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:448:10 [INFO] [stdout] | [INFO] [stdout] 448 | pub type __kernel_caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelCaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid16_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:449:10 [INFO] [stdout] | [INFO] [stdout] 449 | pub type __kernel_uid16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid16_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | pub type __kernel_gid16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__le16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:451:10 [INFO] [stdout] | [INFO] [stdout] 451 | pub type __le16 = __u16; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Le16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__be16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:452:10 [INFO] [stdout] | [INFO] [stdout] 452 | pub type __be16 = __u16; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Be16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__le32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:453:10 [INFO] [stdout] | [INFO] [stdout] 453 | pub type __le32 = __u32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Le32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__be32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:454:10 [INFO] [stdout] | [INFO] [stdout] 454 | pub type __be32 = __u32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Be32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__le64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:455:10 [INFO] [stdout] | [INFO] [stdout] 455 | pub type __le64 = __u64; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Le64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__be64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:456:10 [INFO] [stdout] | [INFO] [stdout] 456 | pub type __be64 = __u64; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Be64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sum16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:457:10 [INFO] [stdout] | [INFO] [stdout] 457 | pub type __sum16 = __u16; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Sum16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__wsum` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:458:10 [INFO] [stdout] | [INFO] [stdout] 458 | pub type __wsum = __u32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Wsum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_sa_family_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:459:10 [INFO] [stdout] | [INFO] [stdout] 459 | pub type __kernel_sa_family_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSaFamilyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:483:10 [INFO] [stdout] | [INFO] [stdout] 483 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:484:10 [INFO] [stdout] | [INFO] [stdout] 484 | 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/headers/iface.rs:485:10 [INFO] [stdout] | [INFO] [stdout] 485 | 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/headers/iface.rs:486:10 [INFO] [stdout] | [INFO] [stdout] 486 | 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/headers/iface.rs:487:10 [INFO] [stdout] | [INFO] [stdout] 487 | 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/headers/iface.rs:488:10 [INFO] [stdout] | [INFO] [stdout] 488 | 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/headers/iface.rs:489:10 [INFO] [stdout] | [INFO] [stdout] 489 | 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/headers/iface.rs:490:10 [INFO] [stdout] | [INFO] [stdout] 490 | 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/headers/iface.rs:491:10 [INFO] [stdout] | [INFO] [stdout] 491 | 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/headers/iface.rs:492:10 [INFO] [stdout] | [INFO] [stdout] 492 | 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/headers/iface.rs:493:10 [INFO] [stdout] | [INFO] [stdout] 493 | 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/headers/iface.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:495:10 [INFO] [stdout] | [INFO] [stdout] 495 | 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/headers/iface.rs:496:10 [INFO] [stdout] | [INFO] [stdout] 496 | pub type __u_quad_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:497:10 [INFO] [stdout] | [INFO] [stdout] 497 | pub type __intmax_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:498:10 [INFO] [stdout] | [INFO] [stdout] 498 | pub type __uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:499:10 [INFO] [stdout] | [INFO] [stdout] 499 | 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/headers/iface.rs:500:10 [INFO] [stdout] | [INFO] [stdout] 500 | pub type __uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:501:10 [INFO] [stdout] | [INFO] [stdout] 501 | pub type __gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | pub type __ino_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:503:10 [INFO] [stdout] | [INFO] [stdout] 503 | pub type __ino64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:504:10 [INFO] [stdout] | [INFO] [stdout] 504 | 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/headers/iface.rs:505:10 [INFO] [stdout] | [INFO] [stdout] 505 | pub type __nlink_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:506:10 [INFO] [stdout] | [INFO] [stdout] 506 | pub type __off_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:507:10 [INFO] [stdout] | [INFO] [stdout] 507 | pub type __off64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:508:10 [INFO] [stdout] | [INFO] [stdout] 508 | pub type __pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:514:10 [INFO] [stdout] | [INFO] [stdout] 514 | pub type __clock_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | pub type __rlim_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:516:10 [INFO] [stdout] | [INFO] [stdout] 516 | pub type __rlim64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__id_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:517:10 [INFO] [stdout] | [INFO] [stdout] 517 | pub type __id_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__time_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:518:10 [INFO] [stdout] | [INFO] [stdout] 518 | pub type __time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:519:10 [INFO] [stdout] | [INFO] [stdout] 519 | 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/headers/iface.rs:520:10 [INFO] [stdout] | [INFO] [stdout] 520 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:521:10 [INFO] [stdout] | [INFO] [stdout] 521 | 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/headers/iface.rs:522:10 [INFO] [stdout] | [INFO] [stdout] 522 | 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/headers/iface.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | pub type __clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:524:10 [INFO] [stdout] | [INFO] [stdout] 524 | pub type __timer_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:525:10 [INFO] [stdout] | [INFO] [stdout] 525 | 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/headers/iface.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | pub type __blkcnt_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:527:10 [INFO] [stdout] | [INFO] [stdout] 527 | pub type __blkcnt64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | 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/headers/iface.rs:529:10 [INFO] [stdout] | [INFO] [stdout] 529 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:530:10 [INFO] [stdout] | [INFO] [stdout] 530 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:532:10 [INFO] [stdout] | [INFO] [stdout] 532 | pub type __fsword_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:533:10 [INFO] [stdout] | [INFO] [stdout] 533 | pub type __ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | pub type __syscall_slong_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:535:10 [INFO] [stdout] | [INFO] [stdout] 535 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:536:10 [INFO] [stdout] | [INFO] [stdout] 536 | 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/headers/iface.rs:537:10 [INFO] [stdout] | [INFO] [stdout] 537 | pub type __caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:538:10 [INFO] [stdout] | [INFO] [stdout] 538 | pub type __intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:539:10 [INFO] [stdout] | [INFO] [stdout] 539 | 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/headers/iface.rs:540:10 [INFO] [stdout] | [INFO] [stdout] 540 | 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 `u_char` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | pub type u_char = __u_char; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_short` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:542:10 [INFO] [stdout] | [INFO] [stdout] 542 | pub type u_short = __u_short; [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/headers/iface.rs:543:10 [INFO] [stdout] | [INFO] [stdout] 543 | pub type u_int = __u_int; [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/headers/iface.rs:544:10 [INFO] [stdout] | [INFO] [stdout] 544 | pub type u_long = __u_long; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `quad_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:545:10 [INFO] [stdout] | [INFO] [stdout] 545 | pub type quad_t = __quad_t; [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/headers/iface.rs:546:10 [INFO] [stdout] | [INFO] [stdout] 546 | pub type u_quad_t = __u_quad_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:547:10 [INFO] [stdout] | [INFO] [stdout] 547 | pub type fsid_t = __fsid_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FsidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `loff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:548:10 [INFO] [stdout] | [INFO] [stdout] 548 | pub type loff_t = __loff_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ino_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | pub type ino_t = __ino_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:550:10 [INFO] [stdout] | [INFO] [stdout] 550 | pub type dev_t = __dev_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:551:10 [INFO] [stdout] | [INFO] [stdout] 551 | pub type gid_t = __gid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mode_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:552:10 [INFO] [stdout] | [INFO] [stdout] 552 | pub type mode_t = __mode_t; [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/headers/iface.rs:553:10 [INFO] [stdout] | [INFO] [stdout] 553 | pub type nlink_t = __nlink_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:554:10 [INFO] [stdout] | [INFO] [stdout] 554 | pub type uid_t = __uid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:555:10 [INFO] [stdout] | [INFO] [stdout] 555 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | pub type pid_t = __pid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `id_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:557:10 [INFO] [stdout] | [INFO] [stdout] 557 | pub type id_t = __id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:558:10 [INFO] [stdout] | [INFO] [stdout] 558 | pub type daddr_t = __daddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `caddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:559:10 [INFO] [stdout] | [INFO] [stdout] 559 | pub type caddr_t = __caddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `key_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:560:10 [INFO] [stdout] | [INFO] [stdout] 560 | pub type key_t = __key_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | pub type clock_t = __clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | pub type clockid_t = __clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:563:10 [INFO] [stdout] | [INFO] [stdout] 563 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:564:10 [INFO] [stdout] | [INFO] [stdout] 564 | pub type timer_t = __timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:565:10 [INFO] [stdout] | [INFO] [stdout] 565 | pub type ulong = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:566:10 [INFO] [stdout] | [INFO] [stdout] 566 | pub type ushort = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:567:10 [INFO] [stdout] | [INFO] [stdout] 567 | pub type uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:568:10 [INFO] [stdout] | [INFO] [stdout] 568 | pub type u_int8_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 `u_int16_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:569:10 [INFO] [stdout] | [INFO] [stdout] 569 | pub type u_int16_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 `u_int32_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:570:10 [INFO] [stdout] | [INFO] [stdout] 570 | pub type u_int32_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 `u_int64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:571:10 [INFO] [stdout] | [INFO] [stdout] 571 | pub type u_int64_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 `register_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:572:10 [INFO] [stdout] | [INFO] [stdout] 572 | pub type register_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:578:10 [INFO] [stdout] | [INFO] [stdout] 578 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:591:10 [INFO] [stdout] | [INFO] [stdout] 591 | pub type suseconds_t = __suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:592:10 [INFO] [stdout] | [INFO] [stdout] 592 | pub type __fd_mask = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fd_mask` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:598:10 [INFO] [stdout] | [INFO] [stdout] 598 | pub type fd_mask = __fd_mask; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blksize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:618:10 [INFO] [stdout] | [INFO] [stdout] 618 | pub type blksize_t = __blksize_t; [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/headers/iface.rs:619:10 [INFO] [stdout] | [INFO] [stdout] 619 | pub type blkcnt_t = __blkcnt_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:620:10 [INFO] [stdout] | [INFO] [stdout] 620 | pub type fsblkcnt_t = __fsblkcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:621:10 [INFO] [stdout] | [INFO] [stdout] 621 | pub type fsfilcnt_t = __fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:649:10 [INFO] [stdout] | [INFO] [stdout] 649 | pub type __pthread_list_t = __pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:719:10 [INFO] [stdout] | [INFO] [stdout] 719 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | pub type pthread_key_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_once_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:745:10 [INFO] [stdout] | [INFO] [stdout] 745 | pub type pthread_once_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_spinlock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:809:10 [INFO] [stdout] | [INFO] [stdout] 809 | pub type pthread_spinlock_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `socklen_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:834:10 [INFO] [stdout] | [INFO] [stdout] 834 | pub type socklen_t = __socklen_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socket_type` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:844:10 [INFO] [stdout] | [INFO] [stdout] 844 | pub type __socket_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocketType` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tower v0.4.12 [INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type sa_family_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling h2 v0.3.11 [INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:885:10 [INFO] [stdout] | [INFO] [stdout] 885 | pub type _bindgen_ty_1 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_2` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:914:10 [INFO] [stdout] | [INFO] [stdout] 914 | pub type _bindgen_ty_2 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_3` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:930:10 [INFO] [stdout] | [INFO] [stdout] 930 | pub type _bindgen_ty_3 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `net_device_flags` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:1136:10 [INFO] [stdout] | [INFO] [stdout] 1136 | pub type net_device_flags = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NetDeviceFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_4` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:1144:10 [INFO] [stdout] | [INFO] [stdout] 1144 | pub type _bindgen_ty_4 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:1147:10 [INFO] [stdout] | [INFO] [stdout] 1147 | pub type _bindgen_ty_5 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `anyhow` [INFO] [stdout] --> src/tcp/local_handler.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | use anyhow::{anyhow, Result}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `warn` [INFO] [stdout] --> src/tcp/local_handler.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use log::{info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/tcp/state.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | _ => write!(f, "undefined"), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/datalink/tap.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | fn read(&self, buf: &mut Buffer) -> isize { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/datalink/tap.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | fn write(&self, mut buf: BytesMut) -> isize { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `timeout` [INFO] [stdout] --> src/tcp/local_handler.rs:195:37 [INFO] [stdout] | [INFO] [stdout] 195 | async fn recv_packet(&mut self, timeout: Option) -> bool { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/datalink/tap.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | fn write(&self, mut buf: BytesMut) -> isize { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `device` [INFO] [stdout] --> src/datalink/tap.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | device: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `macaddr` [INFO] [stdout] --> src/datalink/tap.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | macaddr: MacAddr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ipaddr` [INFO] [stdout] --> src/datalink/tap.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ipaddr: Ipv4Addr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `link_up` [INFO] [stdout] --> src/datalink/tap.rs:123:8 [INFO] [stdout] | [INFO] [stdout] 123 | fn link_up(&self) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_ipaddress` [INFO] [stdout] --> src/datalink/tap.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | fn add_ipaddress(&self, addr: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `options` [INFO] [stdout] --> src/frames/ipv4.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | options: Option, // if ihl > 5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Ipv4Frame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/frames/ipv4.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | #[derive(Default, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `options` [INFO] [stdout] --> src/frames/tcp.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | options: Option, // if offset > 5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TcpFrame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/frames/tcp.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Default, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_ptr` [INFO] [stdout] --> src/headers/iface.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | pub unsafe fn as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_mut_ptr` [INFO] [stdout] --> src/headers/iface.rs:20:19 [INFO] [stdout] | [INFO] [stdout] 20 | pub unsafe fn as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_slice` [INFO] [stdout] --> src/headers/iface.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | pub unsafe fn as_slice(&self, len: usize) -> &[T] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_mut_slice` [INFO] [stdout] --> src/headers/iface.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LITTLE_ENDIAN` [INFO] [stdout] --> src/headers/iface.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | pub const LITTLE_ENDIAN: u32 = 1234; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BIG_ENDIAN` [INFO] [stdout] --> src/headers/iface.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | pub const BIG_ENDIAN: u32 = 4321; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PDP_ENDIAN` [INFO] [stdout] --> src/headers/iface.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | pub const PDP_ENDIAN: u32 = 3412; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BYTE_ORDER` [INFO] [stdout] --> src/headers/iface.rs:128:1 [INFO] [stdout] | [INFO] [stdout] 128 | pub const BYTE_ORDER: u32 = 1234; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FD_SETSIZE` [INFO] [stdout] --> src/headers/iface.rs:136:1 [INFO] [stdout] | [INFO] [stdout] 136 | pub const FD_SETSIZE: u32 = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_UNSPEC` [INFO] [stdout] --> src/headers/iface.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | pub const PF_UNSPEC: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_LOCAL` [INFO] [stdout] --> src/headers/iface.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | pub const PF_LOCAL: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_UNIX` [INFO] [stdout] --> src/headers/iface.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | pub const PF_UNIX: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_FILE` [INFO] [stdout] --> src/headers/iface.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | pub const PF_FILE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_INET` [INFO] [stdout] --> src/headers/iface.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | pub const PF_INET: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_AX25` [INFO] [stdout] --> src/headers/iface.rs:160:1 [INFO] [stdout] | [INFO] [stdout] 160 | pub const PF_AX25: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IPX` [INFO] [stdout] --> src/headers/iface.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | pub const PF_IPX: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_APPLETALK` [INFO] [stdout] --> src/headers/iface.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 162 | pub const PF_APPLETALK: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_NETROM` [INFO] [stdout] --> src/headers/iface.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | pub const PF_NETROM: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_BRIDGE` [INFO] [stdout] --> src/headers/iface.rs:164:1 [INFO] [stdout] | [INFO] [stdout] 164 | pub const PF_BRIDGE: u32 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ATMPVC` [INFO] [stdout] --> src/headers/iface.rs:165:1 [INFO] [stdout] | [INFO] [stdout] 165 | pub const PF_ATMPVC: u32 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_X25` [INFO] [stdout] --> src/headers/iface.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | pub const PF_X25: u32 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_INET6` [INFO] [stdout] --> src/headers/iface.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | pub const PF_INET6: u32 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ROSE` [INFO] [stdout] --> src/headers/iface.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | pub const PF_ROSE: u32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_DECnet` [INFO] [stdout] --> src/headers/iface.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | pub const PF_DECnet: u32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_NETBEUI` [INFO] [stdout] --> src/headers/iface.rs:170:1 [INFO] [stdout] | [INFO] [stdout] 170 | pub const PF_NETBEUI: u32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_SECURITY` [INFO] [stdout] --> src/headers/iface.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | pub const PF_SECURITY: u32 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_KEY` [INFO] [stdout] --> src/headers/iface.rs:172:1 [INFO] [stdout] | [INFO] [stdout] 172 | pub const PF_KEY: u32 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_NETLINK` [INFO] [stdout] --> src/headers/iface.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | pub const PF_NETLINK: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ROUTE` [INFO] [stdout] --> src/headers/iface.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | pub const PF_ROUTE: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_PACKET` [INFO] [stdout] --> src/headers/iface.rs:175:1 [INFO] [stdout] | [INFO] [stdout] 175 | pub const PF_PACKET: u32 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ASH` [INFO] [stdout] --> src/headers/iface.rs:176:1 [INFO] [stdout] | [INFO] [stdout] 176 | pub const PF_ASH: u32 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ECONET` [INFO] [stdout] --> src/headers/iface.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | pub const PF_ECONET: u32 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ATMSVC` [INFO] [stdout] --> src/headers/iface.rs:178:1 [INFO] [stdout] | [INFO] [stdout] 178 | pub const PF_ATMSVC: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_RDS` [INFO] [stdout] --> src/headers/iface.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | pub const PF_RDS: u32 = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_SNA` [INFO] [stdout] --> src/headers/iface.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | pub const PF_SNA: u32 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IRDA` [INFO] [stdout] --> src/headers/iface.rs:181:1 [INFO] [stdout] | [INFO] [stdout] 181 | pub const PF_IRDA: u32 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_PPPOX` [INFO] [stdout] --> src/headers/iface.rs:182:1 [INFO] [stdout] | [INFO] [stdout] 182 | pub const PF_PPPOX: u32 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_WANPIPE` [INFO] [stdout] --> src/headers/iface.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 183 | pub const PF_WANPIPE: u32 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_LLC` [INFO] [stdout] --> src/headers/iface.rs:184:1 [INFO] [stdout] | [INFO] [stdout] 184 | pub const PF_LLC: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IB` [INFO] [stdout] --> src/headers/iface.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 185 | pub const PF_IB: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_MPLS` [INFO] [stdout] --> src/headers/iface.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | pub const PF_MPLS: u32 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_CAN` [INFO] [stdout] --> src/headers/iface.rs:187:1 [INFO] [stdout] | [INFO] [stdout] 187 | pub const PF_CAN: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_TIPC` [INFO] [stdout] --> src/headers/iface.rs:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | pub const PF_TIPC: u32 = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_BLUETOOTH` [INFO] [stdout] --> src/headers/iface.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | pub const PF_BLUETOOTH: u32 = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IUCV` [INFO] [stdout] --> src/headers/iface.rs:190:1 [INFO] [stdout] | [INFO] [stdout] 190 | pub const PF_IUCV: u32 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_RXRPC` [INFO] [stdout] --> src/headers/iface.rs:191:1 [INFO] [stdout] | [INFO] [stdout] 191 | pub const PF_RXRPC: u32 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ISDN` [INFO] [stdout] --> src/headers/iface.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | pub const PF_ISDN: u32 = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_PHONET` [INFO] [stdout] --> src/headers/iface.rs:193:1 [INFO] [stdout] | [INFO] [stdout] 193 | pub const PF_PHONET: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_IEEE802154` [INFO] [stdout] --> src/headers/iface.rs:194:1 [INFO] [stdout] | [INFO] [stdout] 194 | pub const PF_IEEE802154: u32 = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_CAIF` [INFO] [stdout] --> src/headers/iface.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | pub const PF_CAIF: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_ALG` [INFO] [stdout] --> src/headers/iface.rs:196:1 [INFO] [stdout] | [INFO] [stdout] 196 | pub const PF_ALG: u32 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_NFC` [INFO] [stdout] --> src/headers/iface.rs:197:1 [INFO] [stdout] | [INFO] [stdout] 197 | pub const PF_NFC: u32 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_VSOCK` [INFO] [stdout] --> src/headers/iface.rs:198:1 [INFO] [stdout] | [INFO] [stdout] 198 | pub const PF_VSOCK: u32 = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_KCM` [INFO] [stdout] --> src/headers/iface.rs:199:1 [INFO] [stdout] | [INFO] [stdout] 199 | pub const PF_KCM: u32 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_QIPCRTR` [INFO] [stdout] --> src/headers/iface.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | pub const PF_QIPCRTR: u32 = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_SMC` [INFO] [stdout] --> src/headers/iface.rs:201:1 [INFO] [stdout] | [INFO] [stdout] 201 | pub const PF_SMC: u32 = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_MAX` [INFO] [stdout] --> src/headers/iface.rs:202:1 [INFO] [stdout] | [INFO] [stdout] 202 | pub const PF_MAX: u32 = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_UNSPEC` [INFO] [stdout] --> src/headers/iface.rs:203:1 [INFO] [stdout] | [INFO] [stdout] 203 | pub const AF_UNSPEC: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_LOCAL` [INFO] [stdout] --> src/headers/iface.rs:204:1 [INFO] [stdout] | [INFO] [stdout] 204 | pub const AF_LOCAL: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_UNIX` [INFO] [stdout] --> src/headers/iface.rs:205:1 [INFO] [stdout] | [INFO] [stdout] 205 | pub const AF_UNIX: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_FILE` [INFO] [stdout] --> src/headers/iface.rs:206:1 [INFO] [stdout] | [INFO] [stdout] 206 | pub const AF_FILE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_INET` [INFO] [stdout] --> src/headers/iface.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | pub const AF_INET: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_AX25` [INFO] [stdout] --> src/headers/iface.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | pub const AF_AX25: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IPX` [INFO] [stdout] --> src/headers/iface.rs:209:1 [INFO] [stdout] | [INFO] [stdout] 209 | pub const AF_IPX: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_APPLETALK` [INFO] [stdout] --> src/headers/iface.rs:210:1 [INFO] [stdout] | [INFO] [stdout] 210 | pub const AF_APPLETALK: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_NETROM` [INFO] [stdout] --> src/headers/iface.rs:211:1 [INFO] [stdout] | [INFO] [stdout] 211 | pub const AF_NETROM: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_BRIDGE` [INFO] [stdout] --> src/headers/iface.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | pub const AF_BRIDGE: u32 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ATMPVC` [INFO] [stdout] --> src/headers/iface.rs:213:1 [INFO] [stdout] | [INFO] [stdout] 213 | pub const AF_ATMPVC: u32 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_X25` [INFO] [stdout] --> src/headers/iface.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | pub const AF_X25: u32 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_INET6` [INFO] [stdout] --> src/headers/iface.rs:215:1 [INFO] [stdout] | [INFO] [stdout] 215 | pub const AF_INET6: u32 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ROSE` [INFO] [stdout] --> src/headers/iface.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | pub const AF_ROSE: u32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_DECnet` [INFO] [stdout] --> src/headers/iface.rs:217:1 [INFO] [stdout] | [INFO] [stdout] 217 | pub const AF_DECnet: u32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_NETBEUI` [INFO] [stdout] --> src/headers/iface.rs:218:1 [INFO] [stdout] | [INFO] [stdout] 218 | pub const AF_NETBEUI: u32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_SECURITY` [INFO] [stdout] --> src/headers/iface.rs:219:1 [INFO] [stdout] | [INFO] [stdout] 219 | pub const AF_SECURITY: u32 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_KEY` [INFO] [stdout] --> src/headers/iface.rs:220:1 [INFO] [stdout] | [INFO] [stdout] 220 | pub const AF_KEY: u32 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_NETLINK` [INFO] [stdout] --> src/headers/iface.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub const AF_NETLINK: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ROUTE` [INFO] [stdout] --> src/headers/iface.rs:222:1 [INFO] [stdout] | [INFO] [stdout] 222 | pub const AF_ROUTE: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_PACKET` [INFO] [stdout] --> src/headers/iface.rs:223:1 [INFO] [stdout] | [INFO] [stdout] 223 | pub const AF_PACKET: u32 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ASH` [INFO] [stdout] --> src/headers/iface.rs:224:1 [INFO] [stdout] | [INFO] [stdout] 224 | pub const AF_ASH: u32 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ECONET` [INFO] [stdout] --> src/headers/iface.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | pub const AF_ECONET: u32 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ATMSVC` [INFO] [stdout] --> src/headers/iface.rs:226:1 [INFO] [stdout] | [INFO] [stdout] 226 | pub const AF_ATMSVC: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_RDS` [INFO] [stdout] --> src/headers/iface.rs:227:1 [INFO] [stdout] | [INFO] [stdout] 227 | pub const AF_RDS: u32 = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_SNA` [INFO] [stdout] --> src/headers/iface.rs:228:1 [INFO] [stdout] | [INFO] [stdout] 228 | pub const AF_SNA: u32 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IRDA` [INFO] [stdout] --> src/headers/iface.rs:229:1 [INFO] [stdout] | [INFO] [stdout] 229 | pub const AF_IRDA: u32 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_PPPOX` [INFO] [stdout] --> src/headers/iface.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub const AF_PPPOX: u32 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_WANPIPE` [INFO] [stdout] --> src/headers/iface.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | pub const AF_WANPIPE: u32 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_LLC` [INFO] [stdout] --> src/headers/iface.rs:232:1 [INFO] [stdout] | [INFO] [stdout] 232 | pub const AF_LLC: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IB` [INFO] [stdout] --> src/headers/iface.rs:233:1 [INFO] [stdout] | [INFO] [stdout] 233 | pub const AF_IB: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_MPLS` [INFO] [stdout] --> src/headers/iface.rs:234:1 [INFO] [stdout] | [INFO] [stdout] 234 | pub const AF_MPLS: u32 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_CAN` [INFO] [stdout] --> src/headers/iface.rs:235:1 [INFO] [stdout] | [INFO] [stdout] 235 | pub const AF_CAN: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_TIPC` [INFO] [stdout] --> src/headers/iface.rs:236:1 [INFO] [stdout] | [INFO] [stdout] 236 | pub const AF_TIPC: u32 = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_BLUETOOTH` [INFO] [stdout] --> src/headers/iface.rs:237:1 [INFO] [stdout] | [INFO] [stdout] 237 | pub const AF_BLUETOOTH: u32 = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IUCV` [INFO] [stdout] --> src/headers/iface.rs:238:1 [INFO] [stdout] | [INFO] [stdout] 238 | pub const AF_IUCV: u32 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_RXRPC` [INFO] [stdout] --> src/headers/iface.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | pub const AF_RXRPC: u32 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ISDN` [INFO] [stdout] --> src/headers/iface.rs:240:1 [INFO] [stdout] | [INFO] [stdout] 240 | pub const AF_ISDN: u32 = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_PHONET` [INFO] [stdout] --> src/headers/iface.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | pub const AF_PHONET: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_IEEE802154` [INFO] [stdout] --> src/headers/iface.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | pub const AF_IEEE802154: u32 = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_CAIF` [INFO] [stdout] --> src/headers/iface.rs:243:1 [INFO] [stdout] | [INFO] [stdout] 243 | pub const AF_CAIF: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_ALG` [INFO] [stdout] --> src/headers/iface.rs:244:1 [INFO] [stdout] | [INFO] [stdout] 244 | pub const AF_ALG: u32 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_NFC` [INFO] [stdout] --> src/headers/iface.rs:245:1 [INFO] [stdout] | [INFO] [stdout] 245 | pub const AF_NFC: u32 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_VSOCK` [INFO] [stdout] --> src/headers/iface.rs:246:1 [INFO] [stdout] | [INFO] [stdout] 246 | pub const AF_VSOCK: u32 = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_KCM` [INFO] [stdout] --> src/headers/iface.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | pub const AF_KCM: u32 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_QIPCRTR` [INFO] [stdout] --> src/headers/iface.rs:248:1 [INFO] [stdout] | [INFO] [stdout] 248 | pub const AF_QIPCRTR: u32 = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_SMC` [INFO] [stdout] --> src/headers/iface.rs:249:1 [INFO] [stdout] | [INFO] [stdout] 249 | pub const AF_SMC: u32 = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AF_MAX` [INFO] [stdout] --> src/headers/iface.rs:250:1 [INFO] [stdout] | [INFO] [stdout] 250 | pub const AF_MAX: u32 = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_RAW` [INFO] [stdout] --> src/headers/iface.rs:251:1 [INFO] [stdout] | [INFO] [stdout] 251 | pub const SOL_RAW: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_DECNET` [INFO] [stdout] --> src/headers/iface.rs:252:1 [INFO] [stdout] | [INFO] [stdout] 252 | pub const SOL_DECNET: u32 = 261; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_X25` [INFO] [stdout] --> src/headers/iface.rs:253:1 [INFO] [stdout] | [INFO] [stdout] 253 | pub const SOL_X25: u32 = 262; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_PACKET` [INFO] [stdout] --> src/headers/iface.rs:254:1 [INFO] [stdout] | [INFO] [stdout] 254 | pub const SOL_PACKET: u32 = 263; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_ATM` [INFO] [stdout] --> src/headers/iface.rs:255:1 [INFO] [stdout] | [INFO] [stdout] 255 | pub const SOL_ATM: u32 = 264; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_AAL` [INFO] [stdout] --> src/headers/iface.rs:256:1 [INFO] [stdout] | [INFO] [stdout] 256 | pub const SOL_AAL: u32 = 265; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_IRDA` [INFO] [stdout] --> src/headers/iface.rs:257:1 [INFO] [stdout] | [INFO] [stdout] 257 | pub const SOL_IRDA: u32 = 266; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_NETBEUI` [INFO] [stdout] --> src/headers/iface.rs:258:1 [INFO] [stdout] | [INFO] [stdout] 258 | pub const SOL_NETBEUI: u32 = 267; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_LLC` [INFO] [stdout] --> src/headers/iface.rs:259:1 [INFO] [stdout] | [INFO] [stdout] 259 | pub const SOL_LLC: u32 = 268; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_DCCP` [INFO] [stdout] --> src/headers/iface.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | pub const SOL_DCCP: u32 = 269; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_NETLINK` [INFO] [stdout] --> src/headers/iface.rs:261:1 [INFO] [stdout] | [INFO] [stdout] 261 | pub const SOL_NETLINK: u32 = 270; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_TIPC` [INFO] [stdout] --> src/headers/iface.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | pub const SOL_TIPC: u32 = 271; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_RXRPC` [INFO] [stdout] --> src/headers/iface.rs:263:1 [INFO] [stdout] | [INFO] [stdout] 263 | pub const SOL_RXRPC: u32 = 272; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_PPPOL2TP` [INFO] [stdout] --> src/headers/iface.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | pub const SOL_PPPOL2TP: u32 = 273; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_BLUETOOTH` [INFO] [stdout] --> src/headers/iface.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | pub const SOL_BLUETOOTH: u32 = 274; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_PNPIPE` [INFO] [stdout] --> src/headers/iface.rs:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | pub const SOL_PNPIPE: u32 = 275; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_RDS` [INFO] [stdout] --> src/headers/iface.rs:267:1 [INFO] [stdout] | [INFO] [stdout] 267 | pub const SOL_RDS: u32 = 276; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_IUCV` [INFO] [stdout] --> src/headers/iface.rs:268:1 [INFO] [stdout] | [INFO] [stdout] 268 | pub const SOL_IUCV: u32 = 277; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_CAIF` [INFO] [stdout] --> src/headers/iface.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | pub const SOL_CAIF: u32 = 278; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_ALG` [INFO] [stdout] --> src/headers/iface.rs:270:1 [INFO] [stdout] | [INFO] [stdout] 270 | pub const SOL_ALG: u32 = 279; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_NFC` [INFO] [stdout] --> src/headers/iface.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | pub const SOL_NFC: u32 = 280; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_KCM` [INFO] [stdout] --> src/headers/iface.rs:272:1 [INFO] [stdout] | [INFO] [stdout] 272 | pub const SOL_KCM: u32 = 281; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_TLS` [INFO] [stdout] --> src/headers/iface.rs:273:1 [INFO] [stdout] | [INFO] [stdout] 273 | pub const SOL_TLS: u32 = 282; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOMAXCONN` [INFO] [stdout] --> src/headers/iface.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | pub const SOMAXCONN: u32 = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FIOSETOWN` [INFO] [stdout] --> src/headers/iface.rs:277:1 [INFO] [stdout] | [INFO] [stdout] 277 | pub const FIOSETOWN: u32 = 35073; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCSPGRP` [INFO] [stdout] --> src/headers/iface.rs:278:1 [INFO] [stdout] | [INFO] [stdout] 278 | pub const SIOCSPGRP: u32 = 35074; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FIOGETOWN` [INFO] [stdout] --> src/headers/iface.rs:279:1 [INFO] [stdout] | [INFO] [stdout] 279 | pub const FIOGETOWN: u32 = 35075; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCGPGRP` [INFO] [stdout] --> src/headers/iface.rs:280:1 [INFO] [stdout] | [INFO] [stdout] 280 | pub const SIOCGPGRP: u32 = 35076; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCATMARK` [INFO] [stdout] --> src/headers/iface.rs:281:1 [INFO] [stdout] | [INFO] [stdout] 281 | pub const SIOCATMARK: u32 = 35077; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCGSTAMP` [INFO] [stdout] --> src/headers/iface.rs:282:1 [INFO] [stdout] | [INFO] [stdout] 282 | pub const SIOCGSTAMP: u32 = 35078; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIOCGSTAMPNS` [INFO] [stdout] --> src/headers/iface.rs:283:1 [INFO] [stdout] | [INFO] [stdout] 283 | pub const SIOCGSTAMPNS: u32 = 35079; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SOL_SOCKET` [INFO] [stdout] --> src/headers/iface.rs:284:1 [INFO] [stdout] | [INFO] [stdout] 284 | pub const SOL_SOCKET: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DEBUG` [INFO] [stdout] --> src/headers/iface.rs:285:1 [INFO] [stdout] | [INFO] [stdout] 285 | pub const SO_DEBUG: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_REUSEADDR` [INFO] [stdout] --> src/headers/iface.rs:286:1 [INFO] [stdout] | [INFO] [stdout] 286 | pub const SO_REUSEADDR: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_TYPE` [INFO] [stdout] --> src/headers/iface.rs:287:1 [INFO] [stdout] | [INFO] [stdout] 287 | pub const SO_TYPE: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ERROR` [INFO] [stdout] --> src/headers/iface.rs:288:1 [INFO] [stdout] | [INFO] [stdout] 288 | pub const SO_ERROR: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DONTROUTE` [INFO] [stdout] --> src/headers/iface.rs:289:1 [INFO] [stdout] | [INFO] [stdout] 289 | pub const SO_DONTROUTE: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BROADCAST` [INFO] [stdout] --> src/headers/iface.rs:290:1 [INFO] [stdout] | [INFO] [stdout] 290 | pub const SO_BROADCAST: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SNDBUF` [INFO] [stdout] --> src/headers/iface.rs:291:1 [INFO] [stdout] | [INFO] [stdout] 291 | pub const SO_SNDBUF: u32 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RCVBUF` [INFO] [stdout] --> src/headers/iface.rs:292:1 [INFO] [stdout] | [INFO] [stdout] 292 | pub const SO_RCVBUF: u32 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SNDBUFFORCE` [INFO] [stdout] --> src/headers/iface.rs:293:1 [INFO] [stdout] | [INFO] [stdout] 293 | pub const SO_SNDBUFFORCE: u32 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RCVBUFFORCE` [INFO] [stdout] --> src/headers/iface.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | pub const SO_RCVBUFFORCE: u32 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_KEEPALIVE` [INFO] [stdout] --> src/headers/iface.rs:295:1 [INFO] [stdout] | [INFO] [stdout] 295 | pub const SO_KEEPALIVE: u32 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_OOBINLINE` [INFO] [stdout] --> src/headers/iface.rs:296:1 [INFO] [stdout] | [INFO] [stdout] 296 | pub const SO_OOBINLINE: u32 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_NO_CHECK` [INFO] [stdout] --> src/headers/iface.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | pub const SO_NO_CHECK: u32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PRIORITY` [INFO] [stdout] --> src/headers/iface.rs:298:1 [INFO] [stdout] | [INFO] [stdout] 298 | pub const SO_PRIORITY: u32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_LINGER` [INFO] [stdout] --> src/headers/iface.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | pub const SO_LINGER: u32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BSDCOMPAT` [INFO] [stdout] --> src/headers/iface.rs:300:1 [INFO] [stdout] | [INFO] [stdout] 300 | pub const SO_BSDCOMPAT: u32 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_REUSEPORT` [INFO] [stdout] --> src/headers/iface.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | pub const SO_REUSEPORT: u32 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PASSCRED` [INFO] [stdout] --> src/headers/iface.rs:302:1 [INFO] [stdout] | [INFO] [stdout] 302 | pub const SO_PASSCRED: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEERCRED` [INFO] [stdout] --> src/headers/iface.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | pub const SO_PEERCRED: u32 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RCVLOWAT` [INFO] [stdout] --> src/headers/iface.rs:304:1 [INFO] [stdout] | [INFO] [stdout] 304 | pub const SO_RCVLOWAT: u32 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SNDLOWAT` [INFO] [stdout] --> src/headers/iface.rs:305:1 [INFO] [stdout] | [INFO] [stdout] 305 | pub const SO_SNDLOWAT: u32 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RCVTIMEO` [INFO] [stdout] --> src/headers/iface.rs:306:1 [INFO] [stdout] | [INFO] [stdout] 306 | pub const SO_RCVTIMEO: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SNDTIMEO` [INFO] [stdout] --> src/headers/iface.rs:307:1 [INFO] [stdout] | [INFO] [stdout] 307 | pub const SO_SNDTIMEO: u32 = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SECURITY_AUTHENTICATION` [INFO] [stdout] --> src/headers/iface.rs:308:1 [INFO] [stdout] | [INFO] [stdout] 308 | pub const SO_SECURITY_AUTHENTICATION: u32 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SECURITY_ENCRYPTION_TRANSPORT` [INFO] [stdout] --> src/headers/iface.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | pub const SO_SECURITY_ENCRYPTION_TRANSPORT: u32 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SECURITY_ENCRYPTION_NETWORK` [INFO] [stdout] --> src/headers/iface.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | pub const SO_SECURITY_ENCRYPTION_NETWORK: u32 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BINDTODEVICE` [INFO] [stdout] --> src/headers/iface.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | pub const SO_BINDTODEVICE: u32 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ATTACH_FILTER` [INFO] [stdout] --> src/headers/iface.rs:312:1 [INFO] [stdout] | [INFO] [stdout] 312 | pub const SO_ATTACH_FILTER: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DETACH_FILTER` [INFO] [stdout] --> src/headers/iface.rs:313:1 [INFO] [stdout] | [INFO] [stdout] 313 | pub const SO_DETACH_FILTER: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_GET_FILTER` [INFO] [stdout] --> src/headers/iface.rs:314:1 [INFO] [stdout] | [INFO] [stdout] 314 | pub const SO_GET_FILTER: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEERNAME` [INFO] [stdout] --> src/headers/iface.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | pub const SO_PEERNAME: u32 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_TIMESTAMP` [INFO] [stdout] --> src/headers/iface.rs:316:1 [INFO] [stdout] | [INFO] [stdout] 316 | pub const SO_TIMESTAMP: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMP` [INFO] [stdout] --> src/headers/iface.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | pub const SCM_TIMESTAMP: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ACCEPTCONN` [INFO] [stdout] --> src/headers/iface.rs:318:1 [INFO] [stdout] | [INFO] [stdout] 318 | pub const SO_ACCEPTCONN: u32 = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEERSEC` [INFO] [stdout] --> src/headers/iface.rs:319:1 [INFO] [stdout] | [INFO] [stdout] 319 | pub const SO_PEERSEC: u32 = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PASSSEC` [INFO] [stdout] --> src/headers/iface.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | pub const SO_PASSSEC: u32 = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_TIMESTAMPNS` [INFO] [stdout] --> src/headers/iface.rs:321:1 [INFO] [stdout] | [INFO] [stdout] 321 | pub const SO_TIMESTAMPNS: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMPNS` [INFO] [stdout] --> src/headers/iface.rs:322:1 [INFO] [stdout] | [INFO] [stdout] 322 | pub const SCM_TIMESTAMPNS: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_MARK` [INFO] [stdout] --> src/headers/iface.rs:323:1 [INFO] [stdout] | [INFO] [stdout] 323 | pub const SO_MARK: u32 = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_TIMESTAMPING` [INFO] [stdout] --> src/headers/iface.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | pub const SO_TIMESTAMPING: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMPING` [INFO] [stdout] --> src/headers/iface.rs:325:1 [INFO] [stdout] | [INFO] [stdout] 325 | pub const SCM_TIMESTAMPING: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PROTOCOL` [INFO] [stdout] --> src/headers/iface.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | pub const SO_PROTOCOL: u32 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DOMAIN` [INFO] [stdout] --> src/headers/iface.rs:327:1 [INFO] [stdout] | [INFO] [stdout] 327 | pub const SO_DOMAIN: u32 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_RXQ_OVFL` [INFO] [stdout] --> src/headers/iface.rs:328:1 [INFO] [stdout] | [INFO] [stdout] 328 | pub const SO_RXQ_OVFL: u32 = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_WIFI_STATUS` [INFO] [stdout] --> src/headers/iface.rs:329:1 [INFO] [stdout] | [INFO] [stdout] 329 | pub const SO_WIFI_STATUS: u32 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_WIFI_STATUS` [INFO] [stdout] --> src/headers/iface.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | pub const SCM_WIFI_STATUS: u32 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEEK_OFF` [INFO] [stdout] --> src/headers/iface.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | pub const SO_PEEK_OFF: u32 = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_NOFCS` [INFO] [stdout] --> src/headers/iface.rs:332:1 [INFO] [stdout] | [INFO] [stdout] 332 | pub const SO_NOFCS: u32 = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_LOCK_FILTER` [INFO] [stdout] --> src/headers/iface.rs:333:1 [INFO] [stdout] | [INFO] [stdout] 333 | pub const SO_LOCK_FILTER: u32 = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_SELECT_ERR_QUEUE` [INFO] [stdout] --> src/headers/iface.rs:334:1 [INFO] [stdout] | [INFO] [stdout] 334 | pub const SO_SELECT_ERR_QUEUE: u32 = 45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BUSY_POLL` [INFO] [stdout] --> src/headers/iface.rs:335:1 [INFO] [stdout] | [INFO] [stdout] 335 | pub const SO_BUSY_POLL: u32 = 46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_MAX_PACING_RATE` [INFO] [stdout] --> src/headers/iface.rs:336:1 [INFO] [stdout] | [INFO] [stdout] 336 | pub const SO_MAX_PACING_RATE: u32 = 47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_BPF_EXTENSIONS` [INFO] [stdout] --> src/headers/iface.rs:337:1 [INFO] [stdout] | [INFO] [stdout] 337 | pub const SO_BPF_EXTENSIONS: u32 = 48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_INCOMING_CPU` [INFO] [stdout] --> src/headers/iface.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | pub const SO_INCOMING_CPU: u32 = 49; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ATTACH_BPF` [INFO] [stdout] --> src/headers/iface.rs:339:1 [INFO] [stdout] | [INFO] [stdout] 339 | pub const SO_ATTACH_BPF: u32 = 50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_DETACH_BPF` [INFO] [stdout] --> src/headers/iface.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | pub const SO_DETACH_BPF: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ATTACH_REUSEPORT_CBPF` [INFO] [stdout] --> src/headers/iface.rs:341:1 [INFO] [stdout] | [INFO] [stdout] 341 | pub const SO_ATTACH_REUSEPORT_CBPF: u32 = 51; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ATTACH_REUSEPORT_EBPF` [INFO] [stdout] --> src/headers/iface.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | pub const SO_ATTACH_REUSEPORT_EBPF: u32 = 52; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_CNX_ADVICE` [INFO] [stdout] --> src/headers/iface.rs:343:1 [INFO] [stdout] | [INFO] [stdout] 343 | pub const SO_CNX_ADVICE: u32 = 53; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMPING_OPT_STATS` [INFO] [stdout] --> src/headers/iface.rs:344:1 [INFO] [stdout] | [INFO] [stdout] 344 | pub const SCM_TIMESTAMPING_OPT_STATS: u32 = 54; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_MEMINFO` [INFO] [stdout] --> src/headers/iface.rs:345:1 [INFO] [stdout] | [INFO] [stdout] 345 | pub const SO_MEMINFO: u32 = 55; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_INCOMING_NAPI_ID` [INFO] [stdout] --> src/headers/iface.rs:346:1 [INFO] [stdout] | [INFO] [stdout] 346 | pub const SO_INCOMING_NAPI_ID: u32 = 56; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_COOKIE` [INFO] [stdout] --> src/headers/iface.rs:347:1 [INFO] [stdout] | [INFO] [stdout] 347 | pub const SO_COOKIE: u32 = 57; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_TIMESTAMPING_PKTINFO` [INFO] [stdout] --> src/headers/iface.rs:348:1 [INFO] [stdout] | [INFO] [stdout] 348 | pub const SCM_TIMESTAMPING_PKTINFO: u32 = 58; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_PEERGROUPS` [INFO] [stdout] --> src/headers/iface.rs:349:1 [INFO] [stdout] | [INFO] [stdout] 349 | pub const SO_PEERGROUPS: u32 = 59; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SO_ZEROCOPY` [INFO] [stdout] --> src/headers/iface.rs:350:1 [INFO] [stdout] | [INFO] [stdout] 350 | pub const SO_ZEROCOPY: u32 = 60; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IFNAMSIZ` [INFO] [stdout] --> src/headers/iface.rs:352:1 [INFO] [stdout] | [INFO] [stdout] 352 | pub const IFNAMSIZ: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IFALIASZ` [INFO] [stdout] --> src/headers/iface.rs:353:1 [INFO] [stdout] | [INFO] [stdout] 353 | pub const IFALIASZ: u32 = 256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GENERIC_HDLC_VERSION` [INFO] [stdout] --> src/headers/iface.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | pub const GENERIC_HDLC_VERSION: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:355:1 [INFO] [stdout] | [INFO] [stdout] 355 | pub const CLOCK_DEFAULT: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_EXT` [INFO] [stdout] --> src/headers/iface.rs:356:1 [INFO] [stdout] | [INFO] [stdout] 356 | pub const CLOCK_EXT: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_INT` [INFO] [stdout] --> src/headers/iface.rs:357:1 [INFO] [stdout] | [INFO] [stdout] 357 | pub const CLOCK_INT: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_TXINT` [INFO] [stdout] --> src/headers/iface.rs:358:1 [INFO] [stdout] | [INFO] [stdout] 358 | pub const CLOCK_TXINT: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CLOCK_TXFROMRX` [INFO] [stdout] --> src/headers/iface.rs:359:1 [INFO] [stdout] | [INFO] [stdout] 359 | pub const CLOCK_TXFROMRX: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | pub const ENCODING_DEFAULT: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_NRZ` [INFO] [stdout] --> src/headers/iface.rs:361:1 [INFO] [stdout] | [INFO] [stdout] 361 | pub const ENCODING_NRZ: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_NRZI` [INFO] [stdout] --> src/headers/iface.rs:362:1 [INFO] [stdout] | [INFO] [stdout] 362 | pub const ENCODING_NRZI: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_FM_MARK` [INFO] [stdout] --> src/headers/iface.rs:363:1 [INFO] [stdout] | [INFO] [stdout] 363 | pub const ENCODING_FM_MARK: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_FM_SPACE` [INFO] [stdout] --> src/headers/iface.rs:364:1 [INFO] [stdout] | [INFO] [stdout] 364 | pub const ENCODING_FM_SPACE: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ENCODING_MANCHESTER` [INFO] [stdout] --> src/headers/iface.rs:365:1 [INFO] [stdout] | [INFO] [stdout] 365 | pub const ENCODING_MANCHESTER: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | pub const PARITY_DEFAULT: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_NONE` [INFO] [stdout] --> src/headers/iface.rs:367:1 [INFO] [stdout] | [INFO] [stdout] 367 | pub const PARITY_NONE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC16_PR0` [INFO] [stdout] --> src/headers/iface.rs:368:1 [INFO] [stdout] | [INFO] [stdout] 368 | pub const PARITY_CRC16_PR0: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC16_PR1` [INFO] [stdout] --> src/headers/iface.rs:369:1 [INFO] [stdout] | [INFO] [stdout] 369 | pub const PARITY_CRC16_PR1: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC16_PR0_CCITT` [INFO] [stdout] --> src/headers/iface.rs:370:1 [INFO] [stdout] | [INFO] [stdout] 370 | pub const PARITY_CRC16_PR0_CCITT: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC16_PR1_CCITT` [INFO] [stdout] --> src/headers/iface.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | pub const PARITY_CRC16_PR1_CCITT: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC32_PR0_CCITT` [INFO] [stdout] --> src/headers/iface.rs:372:1 [INFO] [stdout] | [INFO] [stdout] 372 | pub const PARITY_CRC32_PR0_CCITT: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARITY_CRC32_PR1_CCITT` [INFO] [stdout] --> src/headers/iface.rs:373:1 [INFO] [stdout] | [INFO] [stdout] 373 | pub const PARITY_CRC32_PR1_CCITT: u32 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | pub const LMI_DEFAULT: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_NONE` [INFO] [stdout] --> src/headers/iface.rs:375:1 [INFO] [stdout] | [INFO] [stdout] 375 | pub const LMI_NONE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_ANSI` [INFO] [stdout] --> src/headers/iface.rs:376:1 [INFO] [stdout] | [INFO] [stdout] 376 | pub const LMI_ANSI: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_CCITT` [INFO] [stdout] --> src/headers/iface.rs:377:1 [INFO] [stdout] | [INFO] [stdout] 377 | pub const LMI_CCITT: u32 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LMI_CISCO` [INFO] [stdout] --> src/headers/iface.rs:378:1 [INFO] [stdout] | [INFO] [stdout] 378 | pub const LMI_CISCO: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_GET_IFACE` [INFO] [stdout] --> src/headers/iface.rs:379:1 [INFO] [stdout] | [INFO] [stdout] 379 | pub const IF_GET_IFACE: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_GET_PROTO` [INFO] [stdout] --> src/headers/iface.rs:380:1 [INFO] [stdout] | [INFO] [stdout] 380 | pub const IF_GET_PROTO: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_V35` [INFO] [stdout] --> src/headers/iface.rs:381:1 [INFO] [stdout] | [INFO] [stdout] 381 | pub const IF_IFACE_V35: u32 = 4096; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_V24` [INFO] [stdout] --> src/headers/iface.rs:382:1 [INFO] [stdout] | [INFO] [stdout] 382 | pub const IF_IFACE_V24: u32 = 4097; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_X21` [INFO] [stdout] --> src/headers/iface.rs:383:1 [INFO] [stdout] | [INFO] [stdout] 383 | pub const IF_IFACE_X21: u32 = 4098; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_T1` [INFO] [stdout] --> src/headers/iface.rs:384:1 [INFO] [stdout] | [INFO] [stdout] 384 | pub const IF_IFACE_T1: u32 = 4099; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_E1` [INFO] [stdout] --> src/headers/iface.rs:385:1 [INFO] [stdout] | [INFO] [stdout] 385 | pub const IF_IFACE_E1: u32 = 4100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_SYNC_SERIAL` [INFO] [stdout] --> src/headers/iface.rs:386:1 [INFO] [stdout] | [INFO] [stdout] 386 | pub const IF_IFACE_SYNC_SERIAL: u32 = 4101; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_IFACE_X21D` [INFO] [stdout] --> src/headers/iface.rs:387:1 [INFO] [stdout] | [INFO] [stdout] 387 | pub const IF_IFACE_X21D: u32 = 4102; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_HDLC` [INFO] [stdout] --> src/headers/iface.rs:388:1 [INFO] [stdout] | [INFO] [stdout] 388 | pub const IF_PROTO_HDLC: u32 = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_PPP` [INFO] [stdout] --> src/headers/iface.rs:389:1 [INFO] [stdout] | [INFO] [stdout] 389 | pub const IF_PROTO_PPP: u32 = 8193; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_CISCO` [INFO] [stdout] --> src/headers/iface.rs:390:1 [INFO] [stdout] | [INFO] [stdout] 390 | pub const IF_PROTO_CISCO: u32 = 8194; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR` [INFO] [stdout] --> src/headers/iface.rs:391:1 [INFO] [stdout] | [INFO] [stdout] 391 | pub const IF_PROTO_FR: u32 = 8195; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_ADD_PVC` [INFO] [stdout] --> src/headers/iface.rs:392:1 [INFO] [stdout] | [INFO] [stdout] 392 | pub const IF_PROTO_FR_ADD_PVC: u32 = 8196; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_DEL_PVC` [INFO] [stdout] --> src/headers/iface.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | pub const IF_PROTO_FR_DEL_PVC: u32 = 8197; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_X25` [INFO] [stdout] --> src/headers/iface.rs:394:1 [INFO] [stdout] | [INFO] [stdout] 394 | pub const IF_PROTO_X25: u32 = 8198; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_HDLC_ETH` [INFO] [stdout] --> src/headers/iface.rs:395:1 [INFO] [stdout] | [INFO] [stdout] 395 | pub const IF_PROTO_HDLC_ETH: u32 = 8199; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_ADD_ETH_PVC` [INFO] [stdout] --> src/headers/iface.rs:396:1 [INFO] [stdout] | [INFO] [stdout] 396 | pub const IF_PROTO_FR_ADD_ETH_PVC: u32 = 8200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_DEL_ETH_PVC` [INFO] [stdout] --> src/headers/iface.rs:397:1 [INFO] [stdout] | [INFO] [stdout] 397 | pub const IF_PROTO_FR_DEL_ETH_PVC: u32 = 8201; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_PVC` [INFO] [stdout] --> src/headers/iface.rs:398:1 [INFO] [stdout] | [INFO] [stdout] 398 | pub const IF_PROTO_FR_PVC: u32 = 8202; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_FR_ETH_PVC` [INFO] [stdout] --> src/headers/iface.rs:399:1 [INFO] [stdout] | [INFO] [stdout] 399 | pub const IF_PROTO_FR_ETH_PVC: u32 = 8203; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_PROTO_RAW` [INFO] [stdout] --> src/headers/iface.rs:400:1 [INFO] [stdout] | [INFO] [stdout] 400 | pub const IF_PROTO_RAW: u32 = 8204; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IFHWADDRLEN` [INFO] [stdout] --> src/headers/iface.rs:401:1 [INFO] [stdout] | [INFO] [stdout] 401 | pub const IFHWADDRLEN: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_char` [INFO] [stdout] --> src/headers/iface.rs:541:1 [INFO] [stdout] | [INFO] [stdout] 541 | pub type u_char = __u_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_short` [INFO] [stdout] --> src/headers/iface.rs:542:1 [INFO] [stdout] | [INFO] [stdout] 542 | pub type u_short = __u_short; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int` [INFO] [stdout] --> src/headers/iface.rs:543:1 [INFO] [stdout] | [INFO] [stdout] 543 | pub type u_int = __u_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_long` [INFO] [stdout] --> src/headers/iface.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | pub type u_long = __u_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `quad_t` [INFO] [stdout] --> src/headers/iface.rs:545:1 [INFO] [stdout] | [INFO] [stdout] 545 | pub type quad_t = __quad_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_quad_t` [INFO] [stdout] --> src/headers/iface.rs:546:1 [INFO] [stdout] | [INFO] [stdout] 546 | pub type u_quad_t = __u_quad_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `fsid_t` [INFO] [stdout] --> src/headers/iface.rs:547:1 [INFO] [stdout] | [INFO] [stdout] 547 | pub type fsid_t = __fsid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `loff_t` [INFO] [stdout] --> src/headers/iface.rs:548:1 [INFO] [stdout] | [INFO] [stdout] 548 | pub type loff_t = __loff_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `ino_t` [INFO] [stdout] --> src/headers/iface.rs:549:1 [INFO] [stdout] | [INFO] [stdout] 549 | pub type ino_t = __ino_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `dev_t` [INFO] [stdout] --> src/headers/iface.rs:550:1 [INFO] [stdout] | [INFO] [stdout] 550 | pub type dev_t = __dev_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `gid_t` [INFO] [stdout] --> src/headers/iface.rs:551:1 [INFO] [stdout] | [INFO] [stdout] 551 | pub type gid_t = __gid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `mode_t` [INFO] [stdout] --> src/headers/iface.rs:552:1 [INFO] [stdout] | [INFO] [stdout] 552 | pub type mode_t = __mode_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `nlink_t` [INFO] [stdout] --> src/headers/iface.rs:553:1 [INFO] [stdout] | [INFO] [stdout] 553 | pub type nlink_t = __nlink_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uid_t` [INFO] [stdout] --> src/headers/iface.rs:554:1 [INFO] [stdout] | [INFO] [stdout] 554 | pub type uid_t = __uid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `off_t` [INFO] [stdout] --> src/headers/iface.rs:555:1 [INFO] [stdout] | [INFO] [stdout] 555 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pid_t` [INFO] [stdout] --> src/headers/iface.rs:556:1 [INFO] [stdout] | [INFO] [stdout] 556 | pub type pid_t = __pid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `id_t` [INFO] [stdout] --> src/headers/iface.rs:557:1 [INFO] [stdout] | [INFO] [stdout] 557 | pub type id_t = __id_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `daddr_t` [INFO] [stdout] --> src/headers/iface.rs:558:1 [INFO] [stdout] | [INFO] [stdout] 558 | pub type daddr_t = __daddr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `caddr_t` [INFO] [stdout] --> src/headers/iface.rs:559:1 [INFO] [stdout] | [INFO] [stdout] 559 | pub type caddr_t = __caddr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `key_t` [INFO] [stdout] --> src/headers/iface.rs:560:1 [INFO] [stdout] | [INFO] [stdout] 560 | pub type key_t = __key_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `clock_t` [INFO] [stdout] --> src/headers/iface.rs:561:1 [INFO] [stdout] | [INFO] [stdout] 561 | pub type clock_t = __clock_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `clockid_t` [INFO] [stdout] --> src/headers/iface.rs:562:1 [INFO] [stdout] | [INFO] [stdout] 562 | pub type clockid_t = __clockid_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `time_t` [INFO] [stdout] --> src/headers/iface.rs:563:1 [INFO] [stdout] | [INFO] [stdout] 563 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `timer_t` [INFO] [stdout] --> src/headers/iface.rs:564:1 [INFO] [stdout] | [INFO] [stdout] 564 | pub type timer_t = __timer_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `ulong` [INFO] [stdout] --> src/headers/iface.rs:565:1 [INFO] [stdout] | [INFO] [stdout] 565 | pub type ulong = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `ushort` [INFO] [stdout] --> src/headers/iface.rs:566:1 [INFO] [stdout] | [INFO] [stdout] 566 | pub type ushort = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint` [INFO] [stdout] --> src/headers/iface.rs:567:1 [INFO] [stdout] | [INFO] [stdout] 567 | pub type uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int8_t` [INFO] [stdout] --> src/headers/iface.rs:568:1 [INFO] [stdout] | [INFO] [stdout] 568 | pub type u_int8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int16_t` [INFO] [stdout] --> src/headers/iface.rs:569:1 [INFO] [stdout] | [INFO] [stdout] 569 | pub type u_int16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int32_t` [INFO] [stdout] --> src/headers/iface.rs:570:1 [INFO] [stdout] | [INFO] [stdout] 570 | pub type u_int32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int64_t` [INFO] [stdout] --> src/headers/iface.rs:571:1 [INFO] [stdout] | [INFO] [stdout] 571 | pub type u_int64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `register_t` [INFO] [stdout] --> src/headers/iface.rs:572:1 [INFO] [stdout] | [INFO] [stdout] 572 | pub type register_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `sigset_t` [INFO] [stdout] --> src/headers/iface.rs:578:1 [INFO] [stdout] | [INFO] [stdout] 578 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `suseconds_t` [INFO] [stdout] --> src/headers/iface.rs:591:1 [INFO] [stdout] | [INFO] [stdout] 591 | pub type suseconds_t = __suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `fd_mask` [INFO] [stdout] --> src/headers/iface.rs:598:1 [INFO] [stdout] | [INFO] [stdout] 598 | pub type fd_mask = __fd_mask; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `select` [INFO] [stdout] --> src/headers/iface.rs:600:5 [INFO] [stdout] | [INFO] [stdout] 600 | / pub fn select( [INFO] [stdout] 601 | | __nfds: ::std::os::raw::c_int, [INFO] [stdout] 602 | | __readfds: *mut fd_set, [INFO] [stdout] 603 | | __writefds: *mut fd_set, [INFO] [stdout] 604 | | __exceptfds: *mut fd_set, [INFO] [stdout] 605 | | __timeout: *mut timeval, [INFO] [stdout] 606 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `pselect` [INFO] [stdout] --> src/headers/iface.rs:609:5 [INFO] [stdout] | [INFO] [stdout] 609 | / pub fn pselect( [INFO] [stdout] 610 | | __nfds: ::std::os::raw::c_int, [INFO] [stdout] 611 | | __readfds: *mut fd_set, [INFO] [stdout] 612 | | __writefds: *mut fd_set, [INFO] [stdout] ... | [INFO] [stdout] 615 | | __sigmask: *const __sigset_t, [INFO] [stdout] 616 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `blksize_t` [INFO] [stdout] --> src/headers/iface.rs:618:1 [INFO] [stdout] | [INFO] [stdout] 618 | pub type blksize_t = __blksize_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `blkcnt_t` [INFO] [stdout] --> src/headers/iface.rs:619:1 [INFO] [stdout] | [INFO] [stdout] 619 | pub type blkcnt_t = __blkcnt_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `fsblkcnt_t` [INFO] [stdout] --> src/headers/iface.rs:620:1 [INFO] [stdout] | [INFO] [stdout] 620 | pub type fsblkcnt_t = __fsblkcnt_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `fsfilcnt_t` [INFO] [stdout] --> src/headers/iface.rs:621:1 [INFO] [stdout] | [INFO] [stdout] 621 | pub type fsfilcnt_t = __fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pthread_t` [INFO] [stdout] --> src/headers/iface.rs:719:1 [INFO] [stdout] | [INFO] [stdout] 719 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pthread_key_t` [INFO] [stdout] --> src/headers/iface.rs:744:1 [INFO] [stdout] | [INFO] [stdout] 744 | pub type pthread_key_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pthread_once_t` [INFO] [stdout] --> src/headers/iface.rs:745:1 [INFO] [stdout] | [INFO] [stdout] 745 | pub type pthread_once_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `pthread_spinlock_t` [INFO] [stdout] --> src/headers/iface.rs:809:1 [INFO] [stdout] | [INFO] [stdout] 809 | pub type pthread_spinlock_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_OOB` [INFO] [stdout] --> src/headers/iface.rs:864:1 [INFO] [stdout] | [INFO] [stdout] 864 | pub const MSG_OOB: _bindgen_ty_1 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_PEEK` [INFO] [stdout] --> src/headers/iface.rs:865:1 [INFO] [stdout] | [INFO] [stdout] 865 | pub const MSG_PEEK: _bindgen_ty_1 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_DONTROUTE` [INFO] [stdout] --> src/headers/iface.rs:866:1 [INFO] [stdout] | [INFO] [stdout] 866 | pub const MSG_DONTROUTE: _bindgen_ty_1 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_CTRUNC` [INFO] [stdout] --> src/headers/iface.rs:867:1 [INFO] [stdout] | [INFO] [stdout] 867 | pub const MSG_CTRUNC: _bindgen_ty_1 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_PROXY` [INFO] [stdout] --> src/headers/iface.rs:868:1 [INFO] [stdout] | [INFO] [stdout] 868 | pub const MSG_PROXY: _bindgen_ty_1 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_TRUNC` [INFO] [stdout] --> src/headers/iface.rs:869:1 [INFO] [stdout] | [INFO] [stdout] 869 | pub const MSG_TRUNC: _bindgen_ty_1 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_DONTWAIT` [INFO] [stdout] --> src/headers/iface.rs:870:1 [INFO] [stdout] | [INFO] [stdout] 870 | pub const MSG_DONTWAIT: _bindgen_ty_1 = 64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_EOR` [INFO] [stdout] --> src/headers/iface.rs:871:1 [INFO] [stdout] | [INFO] [stdout] 871 | pub const MSG_EOR: _bindgen_ty_1 = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_WAITALL` [INFO] [stdout] --> src/headers/iface.rs:872:1 [INFO] [stdout] | [INFO] [stdout] 872 | pub const MSG_WAITALL: _bindgen_ty_1 = 256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_FIN` [INFO] [stdout] --> src/headers/iface.rs:873:1 [INFO] [stdout] | [INFO] [stdout] 873 | pub const MSG_FIN: _bindgen_ty_1 = 512; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_SYN` [INFO] [stdout] --> src/headers/iface.rs:874:1 [INFO] [stdout] | [INFO] [stdout] 874 | pub const MSG_SYN: _bindgen_ty_1 = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_CONFIRM` [INFO] [stdout] --> src/headers/iface.rs:875:1 [INFO] [stdout] | [INFO] [stdout] 875 | pub const MSG_CONFIRM: _bindgen_ty_1 = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_RST` [INFO] [stdout] --> src/headers/iface.rs:876:1 [INFO] [stdout] | [INFO] [stdout] 876 | pub const MSG_RST: _bindgen_ty_1 = 4096; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_ERRQUEUE` [INFO] [stdout] --> src/headers/iface.rs:877:1 [INFO] [stdout] | [INFO] [stdout] 877 | pub const MSG_ERRQUEUE: _bindgen_ty_1 = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_NOSIGNAL` [INFO] [stdout] --> src/headers/iface.rs:878:1 [INFO] [stdout] | [INFO] [stdout] 878 | pub const MSG_NOSIGNAL: _bindgen_ty_1 = 16384; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_MORE` [INFO] [stdout] --> src/headers/iface.rs:879:1 [INFO] [stdout] | [INFO] [stdout] 879 | pub const MSG_MORE: _bindgen_ty_1 = 32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_WAITFORONE` [INFO] [stdout] --> src/headers/iface.rs:880:1 [INFO] [stdout] | [INFO] [stdout] 880 | pub const MSG_WAITFORONE: _bindgen_ty_1 = 65536; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_BATCH` [INFO] [stdout] --> src/headers/iface.rs:881:1 [INFO] [stdout] | [INFO] [stdout] 881 | pub const MSG_BATCH: _bindgen_ty_1 = 262144; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_ZEROCOPY` [INFO] [stdout] --> src/headers/iface.rs:882:1 [INFO] [stdout] | [INFO] [stdout] 882 | pub const MSG_ZEROCOPY: _bindgen_ty_1 = 67108864; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_FASTOPEN` [INFO] [stdout] --> src/headers/iface.rs:883:1 [INFO] [stdout] | [INFO] [stdout] 883 | pub const MSG_FASTOPEN: _bindgen_ty_1 = 536870912; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MSG_CMSG_CLOEXEC` [INFO] [stdout] --> src/headers/iface.rs:884:1 [INFO] [stdout] | [INFO] [stdout] 884 | pub const MSG_CMSG_CLOEXEC: _bindgen_ty_1 = 1073741824; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SCM_RIGHTS` [INFO] [stdout] --> src/headers/iface.rs:913:1 [INFO] [stdout] | [INFO] [stdout] 913 | pub const SCM_RIGHTS: _bindgen_ty_2 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SHUT_RD` [INFO] [stdout] --> src/headers/iface.rs:927:1 [INFO] [stdout] | [INFO] [stdout] 927 | pub const SHUT_RD: _bindgen_ty_3 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SHUT_WR` [INFO] [stdout] --> src/headers/iface.rs:928:1 [INFO] [stdout] | [INFO] [stdout] 928 | pub const SHUT_WR: _bindgen_ty_3 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SHUT_RDWR` [INFO] [stdout] --> src/headers/iface.rs:929:1 [INFO] [stdout] | [INFO] [stdout] 929 | pub const SHUT_RDWR: _bindgen_ty_3 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `socket` [INFO] [stdout] --> src/headers/iface.rs:932:5 [INFO] [stdout] | [INFO] [stdout] 932 | / pub fn socket( [INFO] [stdout] 933 | | __domain: ::std::os::raw::c_int, [INFO] [stdout] 934 | | __type: ::std::os::raw::c_int, [INFO] [stdout] 935 | | __protocol: ::std::os::raw::c_int, [INFO] [stdout] 936 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `socketpair` [INFO] [stdout] --> src/headers/iface.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | / pub fn socketpair( [INFO] [stdout] 940 | | __domain: ::std::os::raw::c_int, [INFO] [stdout] 941 | | __type: ::std::os::raw::c_int, [INFO] [stdout] 942 | | __protocol: ::std::os::raw::c_int, [INFO] [stdout] 943 | | __fds: *mut ::std::os::raw::c_int, [INFO] [stdout] 944 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `bind` [INFO] [stdout] --> src/headers/iface.rs:947:5 [INFO] [stdout] | [INFO] [stdout] 947 | / pub fn bind( [INFO] [stdout] 948 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 949 | | __addr: *const sockaddr, [INFO] [stdout] 950 | | __len: socklen_t, [INFO] [stdout] 951 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getsockname` [INFO] [stdout] --> src/headers/iface.rs:954:5 [INFO] [stdout] | [INFO] [stdout] 954 | / pub fn getsockname( [INFO] [stdout] 955 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 956 | | __addr: *mut sockaddr, [INFO] [stdout] 957 | | __len: *mut socklen_t, [INFO] [stdout] 958 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `connect` [INFO] [stdout] --> src/headers/iface.rs:961:5 [INFO] [stdout] | [INFO] [stdout] 961 | / pub fn connect( [INFO] [stdout] 962 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 963 | | __addr: *const sockaddr, [INFO] [stdout] 964 | | __len: socklen_t, [INFO] [stdout] 965 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getpeername` [INFO] [stdout] --> src/headers/iface.rs:968:5 [INFO] [stdout] | [INFO] [stdout] 968 | / pub fn getpeername( [INFO] [stdout] 969 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 970 | | __addr: *mut sockaddr, [INFO] [stdout] 971 | | __len: *mut socklen_t, [INFO] [stdout] 972 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `send` [INFO] [stdout] --> src/headers/iface.rs:975:5 [INFO] [stdout] | [INFO] [stdout] 975 | / pub fn send( [INFO] [stdout] 976 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 977 | | __buf: *const ::std::os::raw::c_void, [INFO] [stdout] 978 | | __n: usize, [INFO] [stdout] 979 | | __flags: ::std::os::raw::c_int, [INFO] [stdout] 980 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `recv` [INFO] [stdout] --> src/headers/iface.rs:983:5 [INFO] [stdout] | [INFO] [stdout] 983 | / pub fn recv( [INFO] [stdout] 984 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 985 | | __buf: *mut ::std::os::raw::c_void, [INFO] [stdout] 986 | | __n: usize, [INFO] [stdout] 987 | | __flags: ::std::os::raw::c_int, [INFO] [stdout] 988 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sendto` [INFO] [stdout] --> src/headers/iface.rs:991:5 [INFO] [stdout] | [INFO] [stdout] 991 | / pub fn sendto( [INFO] [stdout] 992 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 993 | | __buf: *const ::std::os::raw::c_void, [INFO] [stdout] 994 | | __n: usize, [INFO] [stdout] ... | [INFO] [stdout] 997 | | __addr_len: socklen_t, [INFO] [stdout] 998 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `recvfrom` [INFO] [stdout] --> src/headers/iface.rs:1001:5 [INFO] [stdout] | [INFO] [stdout] 1001 | / pub fn recvfrom( [INFO] [stdout] 1002 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1003 | | __buf: *mut ::std::os::raw::c_void, [INFO] [stdout] 1004 | | __n: usize, [INFO] [stdout] ... | [INFO] [stdout] 1007 | | __addr_len: *mut socklen_t, [INFO] [stdout] 1008 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sendmsg` [INFO] [stdout] --> src/headers/iface.rs:1011:5 [INFO] [stdout] | [INFO] [stdout] 1011 | / pub fn sendmsg( [INFO] [stdout] 1012 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1013 | | __message: *const msghdr, [INFO] [stdout] 1014 | | __flags: ::std::os::raw::c_int, [INFO] [stdout] 1015 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `recvmsg` [INFO] [stdout] --> src/headers/iface.rs:1018:5 [INFO] [stdout] | [INFO] [stdout] 1018 | / pub fn recvmsg( [INFO] [stdout] 1019 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1020 | | __message: *mut msghdr, [INFO] [stdout] 1021 | | __flags: ::std::os::raw::c_int, [INFO] [stdout] 1022 | | ) -> isize; [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getsockopt` [INFO] [stdout] --> src/headers/iface.rs:1025:5 [INFO] [stdout] | [INFO] [stdout] 1025 | / pub fn getsockopt( [INFO] [stdout] 1026 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1027 | | __level: ::std::os::raw::c_int, [INFO] [stdout] 1028 | | __optname: ::std::os::raw::c_int, [INFO] [stdout] 1029 | | __optval: *mut ::std::os::raw::c_void, [INFO] [stdout] 1030 | | __optlen: *mut socklen_t, [INFO] [stdout] 1031 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `setsockopt` [INFO] [stdout] --> src/headers/iface.rs:1034:5 [INFO] [stdout] | [INFO] [stdout] 1034 | / pub fn setsockopt( [INFO] [stdout] 1035 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1036 | | __level: ::std::os::raw::c_int, [INFO] [stdout] 1037 | | __optname: ::std::os::raw::c_int, [INFO] [stdout] 1038 | | __optval: *const ::std::os::raw::c_void, [INFO] [stdout] 1039 | | __optlen: socklen_t, [INFO] [stdout] 1040 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `listen` [INFO] [stdout] --> src/headers/iface.rs:1043:5 [INFO] [stdout] | [INFO] [stdout] 1043 | / pub fn listen(__fd: ::std::os::raw::c_int, __n: ::std::os::raw::c_int) [INFO] [stdout] 1044 | | -> ::std::os::raw::c_int; [INFO] [stdout] | |_________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `accept` [INFO] [stdout] --> src/headers/iface.rs:1047:5 [INFO] [stdout] | [INFO] [stdout] 1047 | / pub fn accept( [INFO] [stdout] 1048 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1049 | | __addr: *mut sockaddr, [INFO] [stdout] 1050 | | __addr_len: *mut socklen_t, [INFO] [stdout] 1051 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `shutdown` [INFO] [stdout] --> src/headers/iface.rs:1054:5 [INFO] [stdout] | [INFO] [stdout] 1054 | / pub fn shutdown( [INFO] [stdout] 1055 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1056 | | __how: ::std::os::raw::c_int, [INFO] [stdout] 1057 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sockatmark` [INFO] [stdout] --> src/headers/iface.rs:1060:5 [INFO] [stdout] | [INFO] [stdout] 1060 | pub fn sockatmark(__fd: ::std::os::raw::c_int) -> ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `isfdtype` [INFO] [stdout] --> src/headers/iface.rs:1063:5 [INFO] [stdout] | [INFO] [stdout] 1063 | / pub fn isfdtype( [INFO] [stdout] 1064 | | __fd: ::std::os::raw::c_int, [INFO] [stdout] 1065 | | __fdtype: ::std::os::raw::c_int, [INFO] [stdout] 1066 | | ) -> ::std::os::raw::c_int; [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_UP` [INFO] [stdout] --> src/headers/iface.rs:1117:1 [INFO] [stdout] | [INFO] [stdout] 1117 | pub const net_device_flags_IFF_UP: net_device_flags = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_BROADCAST` [INFO] [stdout] --> src/headers/iface.rs:1118:1 [INFO] [stdout] | [INFO] [stdout] 1118 | pub const net_device_flags_IFF_BROADCAST: net_device_flags = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_DEBUG` [INFO] [stdout] --> src/headers/iface.rs:1119:1 [INFO] [stdout] | [INFO] [stdout] 1119 | pub const net_device_flags_IFF_DEBUG: net_device_flags = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_LOOPBACK` [INFO] [stdout] --> src/headers/iface.rs:1120:1 [INFO] [stdout] | [INFO] [stdout] 1120 | pub const net_device_flags_IFF_LOOPBACK: net_device_flags = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_POINTOPOINT` [INFO] [stdout] --> src/headers/iface.rs:1121:1 [INFO] [stdout] | [INFO] [stdout] 1121 | pub const net_device_flags_IFF_POINTOPOINT: net_device_flags = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_NOTRAILERS` [INFO] [stdout] --> src/headers/iface.rs:1122:1 [INFO] [stdout] | [INFO] [stdout] 1122 | pub const net_device_flags_IFF_NOTRAILERS: net_device_flags = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_RUNNING` [INFO] [stdout] --> src/headers/iface.rs:1123:1 [INFO] [stdout] | [INFO] [stdout] 1123 | pub const net_device_flags_IFF_RUNNING: net_device_flags = 64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_NOARP` [INFO] [stdout] --> src/headers/iface.rs:1124:1 [INFO] [stdout] | [INFO] [stdout] 1124 | pub const net_device_flags_IFF_NOARP: net_device_flags = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_PROMISC` [INFO] [stdout] --> src/headers/iface.rs:1125:1 [INFO] [stdout] | [INFO] [stdout] 1125 | pub const net_device_flags_IFF_PROMISC: net_device_flags = 256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_ALLMULTI` [INFO] [stdout] --> src/headers/iface.rs:1126:1 [INFO] [stdout] | [INFO] [stdout] 1126 | pub const net_device_flags_IFF_ALLMULTI: net_device_flags = 512; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_MASTER` [INFO] [stdout] --> src/headers/iface.rs:1127:1 [INFO] [stdout] | [INFO] [stdout] 1127 | pub const net_device_flags_IFF_MASTER: net_device_flags = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_SLAVE` [INFO] [stdout] --> src/headers/iface.rs:1128:1 [INFO] [stdout] | [INFO] [stdout] 1128 | pub const net_device_flags_IFF_SLAVE: net_device_flags = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_MULTICAST` [INFO] [stdout] --> src/headers/iface.rs:1129:1 [INFO] [stdout] | [INFO] [stdout] 1129 | pub const net_device_flags_IFF_MULTICAST: net_device_flags = 4096; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_PORTSEL` [INFO] [stdout] --> src/headers/iface.rs:1130:1 [INFO] [stdout] | [INFO] [stdout] 1130 | pub const net_device_flags_IFF_PORTSEL: net_device_flags = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_AUTOMEDIA` [INFO] [stdout] --> src/headers/iface.rs:1131:1 [INFO] [stdout] | [INFO] [stdout] 1131 | pub const net_device_flags_IFF_AUTOMEDIA: net_device_flags = 16384; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_DYNAMIC` [INFO] [stdout] --> src/headers/iface.rs:1132:1 [INFO] [stdout] | [INFO] [stdout] 1132 | pub const net_device_flags_IFF_DYNAMIC: net_device_flags = 32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_LOWER_UP` [INFO] [stdout] --> src/headers/iface.rs:1133:1 [INFO] [stdout] | [INFO] [stdout] 1133 | pub const net_device_flags_IFF_LOWER_UP: net_device_flags = 65536; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_DORMANT` [INFO] [stdout] --> src/headers/iface.rs:1134:1 [INFO] [stdout] | [INFO] [stdout] 1134 | pub const net_device_flags_IFF_DORMANT: net_device_flags = 131072; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `net_device_flags_IFF_ECHO` [INFO] [stdout] --> src/headers/iface.rs:1135:1 [INFO] [stdout] | [INFO] [stdout] 1135 | pub const net_device_flags_IFF_ECHO: net_device_flags = 262144; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `net_device_flags` [INFO] [stdout] --> src/headers/iface.rs:1136:1 [INFO] [stdout] | [INFO] [stdout] 1136 | pub type net_device_flags = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_UNKNOWN` [INFO] [stdout] --> src/headers/iface.rs:1137:1 [INFO] [stdout] | [INFO] [stdout] 1137 | pub const IF_OPER_UNKNOWN: _bindgen_ty_4 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_NOTPRESENT` [INFO] [stdout] --> src/headers/iface.rs:1138:1 [INFO] [stdout] | [INFO] [stdout] 1138 | pub const IF_OPER_NOTPRESENT: _bindgen_ty_4 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_DOWN` [INFO] [stdout] --> src/headers/iface.rs:1139:1 [INFO] [stdout] | [INFO] [stdout] 1139 | pub const IF_OPER_DOWN: _bindgen_ty_4 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_LOWERLAYERDOWN` [INFO] [stdout] --> src/headers/iface.rs:1140:1 [INFO] [stdout] | [INFO] [stdout] 1140 | pub const IF_OPER_LOWERLAYERDOWN: _bindgen_ty_4 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_TESTING` [INFO] [stdout] --> src/headers/iface.rs:1141:1 [INFO] [stdout] | [INFO] [stdout] 1141 | pub const IF_OPER_TESTING: _bindgen_ty_4 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_DORMANT` [INFO] [stdout] --> src/headers/iface.rs:1142:1 [INFO] [stdout] | [INFO] [stdout] 1142 | pub const IF_OPER_DORMANT: _bindgen_ty_4 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_OPER_UP` [INFO] [stdout] --> src/headers/iface.rs:1143:1 [INFO] [stdout] | [INFO] [stdout] 1143 | pub const IF_OPER_UP: _bindgen_ty_4 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_LINK_MODE_DEFAULT` [INFO] [stdout] --> src/headers/iface.rs:1145:1 [INFO] [stdout] | [INFO] [stdout] 1145 | pub const IF_LINK_MODE_DEFAULT: _bindgen_ty_5 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IF_LINK_MODE_DORMANT` [INFO] [stdout] --> src/headers/iface.rs:1146:1 [INFO] [stdout] | [INFO] [stdout] 1146 | pub const IF_LINK_MODE_DORMANT: _bindgen_ty_5 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__glibc_c99_flexarr_available` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | 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 `__iovec_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub const __iovec_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__IOVEC_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clock_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | pub const __clock_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCK_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clockid_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:114:11 [INFO] [stdout] | [INFO] [stdout] 114 | pub const __clockid_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLOCKID_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__time_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:115:11 [INFO] [stdout] | [INFO] [stdout] 115 | pub const __time_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIME_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__timer_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:116:11 [INFO] [stdout] | [INFO] [stdout] 116 | pub const __timer_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMER_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__sigset_t_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:133:11 [INFO] [stdout] | [INFO] [stdout] 133 | pub const __sigset_t_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIGSET_T_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__timeval_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | pub const __timeval_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__TIMEVAL_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__have_pthread_attr_t` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:154:11 [INFO] [stdout] | [INFO] [stdout] 154 | pub const __have_pthread_attr_t: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__HAVE_PTHREAD_ATTR_T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PF_DECnet` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:169:11 [INFO] [stdout] | [INFO] [stdout] 169 | pub const PF_DECnet: u32 = 12; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `PF_DECNET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AF_DECnet` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:217:11 [INFO] [stdout] | [INFO] [stdout] 217 | pub const AF_DECnet: u32 = 12; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `AF_DECNET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__osockaddr_defined` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:351:11 [INFO] [stdout] | [INFO] [stdout] 351 | pub const __osockaddr_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__OSOCKADDR_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_STREAM` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:835:11 [INFO] [stdout] | [INFO] [stdout] 835 | pub const __socket_type_SOCK_STREAM: __socket_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_STREAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_DGRAM` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:836:11 [INFO] [stdout] | [INFO] [stdout] 836 | pub const __socket_type_SOCK_DGRAM: __socket_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DGRAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_RAW` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:837:11 [INFO] [stdout] | [INFO] [stdout] 837 | pub const __socket_type_SOCK_RAW: __socket_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RAW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_RDM` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:838:11 [INFO] [stdout] | [INFO] [stdout] 838 | pub const __socket_type_SOCK_RDM: __socket_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RDM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_SEQPACKET` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:839:11 [INFO] [stdout] | [INFO] [stdout] 839 | pub const __socket_type_SOCK_SEQPACKET: __socket_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_SEQPACKET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_DCCP` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:840:11 [INFO] [stdout] | [INFO] [stdout] 840 | pub const __socket_type_SOCK_DCCP: __socket_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DCCP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_PACKET` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:841:11 [INFO] [stdout] | [INFO] [stdout] 841 | pub const __socket_type_SOCK_PACKET: __socket_type = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_PACKET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_CLOEXEC` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:842:11 [INFO] [stdout] | [INFO] [stdout] 842 | pub const __socket_type_SOCK_CLOEXEC: __socket_type = 524288; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_CLOEXEC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_NONBLOCK` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:843:11 [INFO] [stdout] | [INFO] [stdout] 843 | pub const __socket_type_SOCK_NONBLOCK: __socket_type = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_NONBLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_UP` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1117:11 [INFO] [stdout] | [INFO] [stdout] 1117 | pub const net_device_flags_IFF_UP: net_device_flags = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_UP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_BROADCAST` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1118:11 [INFO] [stdout] | [INFO] [stdout] 1118 | pub const net_device_flags_IFF_BROADCAST: net_device_flags = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_BROADCAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_DEBUG` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1119:11 [INFO] [stdout] | [INFO] [stdout] 1119 | pub const net_device_flags_IFF_DEBUG: net_device_flags = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_DEBUG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_LOOPBACK` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1120:11 [INFO] [stdout] | [INFO] [stdout] 1120 | pub const net_device_flags_IFF_LOOPBACK: net_device_flags = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_LOOPBACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_POINTOPOINT` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1121:11 [INFO] [stdout] | [INFO] [stdout] 1121 | pub const net_device_flags_IFF_POINTOPOINT: net_device_flags = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_POINTOPOINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_NOTRAILERS` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1122:11 [INFO] [stdout] | [INFO] [stdout] 1122 | pub const net_device_flags_IFF_NOTRAILERS: net_device_flags = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_NOTRAILERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_RUNNING` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1123:11 [INFO] [stdout] | [INFO] [stdout] 1123 | pub const net_device_flags_IFF_RUNNING: net_device_flags = 64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_RUNNING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_NOARP` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1124:11 [INFO] [stdout] | [INFO] [stdout] 1124 | pub const net_device_flags_IFF_NOARP: net_device_flags = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_NOARP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_PROMISC` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1125:11 [INFO] [stdout] | [INFO] [stdout] 1125 | pub const net_device_flags_IFF_PROMISC: net_device_flags = 256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_PROMISC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_ALLMULTI` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1126:11 [INFO] [stdout] | [INFO] [stdout] 1126 | pub const net_device_flags_IFF_ALLMULTI: net_device_flags = 512; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_ALLMULTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_MASTER` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1127:11 [INFO] [stdout] | [INFO] [stdout] 1127 | pub const net_device_flags_IFF_MASTER: net_device_flags = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_MASTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_SLAVE` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1128:11 [INFO] [stdout] | [INFO] [stdout] 1128 | pub const net_device_flags_IFF_SLAVE: net_device_flags = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_SLAVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_MULTICAST` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1129:11 [INFO] [stdout] | [INFO] [stdout] 1129 | pub const net_device_flags_IFF_MULTICAST: net_device_flags = 4096; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_MULTICAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_PORTSEL` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1130:11 [INFO] [stdout] | [INFO] [stdout] 1130 | pub const net_device_flags_IFF_PORTSEL: net_device_flags = 8192; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_PORTSEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_AUTOMEDIA` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1131:11 [INFO] [stdout] | [INFO] [stdout] 1131 | pub const net_device_flags_IFF_AUTOMEDIA: net_device_flags = 16384; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_AUTOMEDIA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_DYNAMIC` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1132:11 [INFO] [stdout] | [INFO] [stdout] 1132 | pub const net_device_flags_IFF_DYNAMIC: net_device_flags = 32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_DYNAMIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_LOWER_UP` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1133:11 [INFO] [stdout] | [INFO] [stdout] 1133 | pub const net_device_flags_IFF_LOWER_UP: net_device_flags = 65536; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_LOWER_UP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_DORMANT` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1134:11 [INFO] [stdout] | [INFO] [stdout] 1134 | pub const net_device_flags_IFF_DORMANT: net_device_flags = 131072; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_DORMANT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `net_device_flags_IFF_ECHO` should have an upper case name [INFO] [stdout] --> src/headers/iface.rs:1135:11 [INFO] [stdout] | [INFO] [stdout] 1135 | pub const net_device_flags_IFF_ECHO: net_device_flags = 262144; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NET_DEVICE_FLAGS_IFF_ECHO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/tcp/frame_receiver.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | handle.unwrap().await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 585 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling tonic v0.6.2 [INFO] [stderr] Compiling console-subscriber v0.1.3 [INFO] [stdout] warning: unused import: `tokio::time::Duration` [INFO] [stdout] --> examples/pcap.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tokio::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::time::Duration` [INFO] [stdout] --> examples/arping.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use tokio::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::time::Duration` [INFO] [stdout] --> examples/tcp_local.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use tokio::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 8 arguments but 7 arguments were supplied [INFO] [stdout] --> examples/tcp_local.rs:82:39 [INFO] [stdout] | [INFO] [stdout] 82 | let mut handler = LocalHandler::connect( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected 8 arguments [INFO] [stdout] 83 | smacaddr, [INFO] [stdout] | -------- [INFO] [stdout] 84 | arp.source_macaddr(), [INFO] [stdout] | -------------------- [INFO] [stdout] 85 | src_ip_addr, [INFO] [stdout] | ----------- [INFO] [stdout] 86 | dst_ip_addr, [INFO] [stdout] | ----------- [INFO] [stdout] 87 | sport, [INFO] [stdout] | ----- [INFO] [stdout] 88 | dport, [INFO] [stdout] | ----- [INFO] [stdout] 89 | sock, [INFO] [stdout] | ---- supplied 7 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/tcp/local_handler.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | pub async fn connect( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rena` due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/datalink/reader.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use nix::libc::{self, EAGAIN}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::io::unix::AsyncFd` [INFO] [stdout] --> src/datalink/reader.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tokio::io::unix::AsyncFd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Result`, `anyhow` [INFO] [stdout] --> src/datalink/writer.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use anyhow::{anyhow, Result}; [INFO] [stdout] | ^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/datalink/writer.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use nix::libc::{self, EAGAIN}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `io::unix::AsyncFd` [INFO] [stdout] --> src/datalink/writer.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use tokio::{io::unix::AsyncFd, time::Instant}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s8` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:402:10 [INFO] [stdout] | [INFO] [stdout] 402 | pub type __s8 = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `S8` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u8` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | pub type __u8 = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `U8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | pub type __s16 = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `S16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | pub type __u16 = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `U16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:406:10 [INFO] [stdout] | [INFO] [stdout] 406 | pub type __s32 = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `S32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | pub type __u32 = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `U32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__s64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | pub type __s64 = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `S64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | pub type __u64 = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `U64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_sighandler_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:415:10 [INFO] [stdout] | [INFO] [stdout] 415 | pub type __kernel_sighandler_t = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSighandlerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_key_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:417:10 [INFO] [stdout] | [INFO] [stdout] 417 | pub type __kernel_key_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mqd_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:418:10 [INFO] [stdout] | [INFO] [stdout] 418 | pub type __kernel_mqd_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelMqdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_uid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:419:10 [INFO] [stdout] | [INFO] [stdout] 419 | pub type __kernel_old_uid_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:420:10 [INFO] [stdout] | [INFO] [stdout] 420 | pub type __kernel_old_gid_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_dev_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:421:10 [INFO] [stdout] | [INFO] [stdout] 421 | pub type __kernel_old_dev_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_long_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:422:10 [INFO] [stdout] | [INFO] [stdout] 422 | pub type __kernel_long_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:423:10 [INFO] [stdout] | [INFO] [stdout] 423 | pub type __kernel_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ino_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:424:10 [INFO] [stdout] | [INFO] [stdout] 424 | pub type __kernel_ino_t = __kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelInoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mode_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | pub type __kernel_mode_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:426:10 [INFO] [stdout] | [INFO] [stdout] 426 | pub type __kernel_pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ipc_pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | pub type __kernel_ipc_pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelIpcPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:428:10 [INFO] [stdout] | [INFO] [stdout] 428 | pub type __kernel_uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:429:10 [INFO] [stdout] | [INFO] [stdout] 429 | pub type __kernel_gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:430:10 [INFO] [stdout] | [INFO] [stdout] 430 | pub type __kernel_suseconds_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_daddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:431:10 [INFO] [stdout] | [INFO] [stdout] 431 | pub type __kernel_daddr_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelDaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid32_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:432:10 [INFO] [stdout] | [INFO] [stdout] 432 | pub type __kernel_uid32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid32_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:433:10 [INFO] [stdout] | [INFO] [stdout] 433 | pub type __kernel_gid32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_size_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:434:10 [INFO] [stdout] | [INFO] [stdout] 434 | pub type __kernel_size_t = __kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ssize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:435:10 [INFO] [stdout] | [INFO] [stdout] 435 | pub type __kernel_ssize_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ptrdiff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:436:10 [INFO] [stdout] | [INFO] [stdout] 436 | pub type __kernel_ptrdiff_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPtrdiffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_off_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:442:10 [INFO] [stdout] | [INFO] [stdout] 442 | pub type __kernel_off_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_loff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:443:10 [INFO] [stdout] | [INFO] [stdout] 443 | pub type __kernel_loff_t = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_time_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:444:10 [INFO] [stdout] | [INFO] [stdout] 444 | pub type __kernel_time_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:445:10 [INFO] [stdout] | [INFO] [stdout] 445 | pub type __kernel_clock_t = __kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_timer_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | pub type __kernel_timer_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clockid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:447:10 [INFO] [stdout] | [INFO] [stdout] 447 | pub type __kernel_clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_caddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:448:10 [INFO] [stdout] | [INFO] [stdout] 448 | pub type __kernel_caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelCaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid16_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:449:10 [INFO] [stdout] | [INFO] [stdout] 449 | pub type __kernel_uid16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid16_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:450:10 [INFO] [stdout] | [INFO] [stdout] 450 | pub type __kernel_gid16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__le16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:451:10 [INFO] [stdout] | [INFO] [stdout] 451 | pub type __le16 = __u16; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Le16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__be16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:452:10 [INFO] [stdout] | [INFO] [stdout] 452 | pub type __be16 = __u16; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Be16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__le32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:453:10 [INFO] [stdout] | [INFO] [stdout] 453 | pub type __le32 = __u32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Le32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__be32` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:454:10 [INFO] [stdout] | [INFO] [stdout] 454 | pub type __be32 = __u32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Be32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__le64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:455:10 [INFO] [stdout] | [INFO] [stdout] 455 | pub type __le64 = __u64; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Le64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__be64` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:456:10 [INFO] [stdout] | [INFO] [stdout] 456 | pub type __be64 = __u64; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Be64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sum16` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:457:10 [INFO] [stdout] | [INFO] [stdout] 457 | pub type __sum16 = __u16; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Sum16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__wsum` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:458:10 [INFO] [stdout] | [INFO] [stdout] 458 | pub type __wsum = __u32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Wsum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_sa_family_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:459:10 [INFO] [stdout] | [INFO] [stdout] 459 | pub type __kernel_sa_family_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSaFamilyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:483:10 [INFO] [stdout] | [INFO] [stdout] 483 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:484:10 [INFO] [stdout] | [INFO] [stdout] 484 | 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/headers/iface.rs:485:10 [INFO] [stdout] | [INFO] [stdout] 485 | 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/headers/iface.rs:486:10 [INFO] [stdout] | [INFO] [stdout] 486 | 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/headers/iface.rs:487:10 [INFO] [stdout] | [INFO] [stdout] 487 | 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/headers/iface.rs:488:10 [INFO] [stdout] | [INFO] [stdout] 488 | 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/headers/iface.rs:489:10 [INFO] [stdout] | [INFO] [stdout] 489 | 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/headers/iface.rs:490:10 [INFO] [stdout] | [INFO] [stdout] 490 | 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/headers/iface.rs:491:10 [INFO] [stdout] | [INFO] [stdout] 491 | 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/headers/iface.rs:492:10 [INFO] [stdout] | [INFO] [stdout] 492 | 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/headers/iface.rs:493:10 [INFO] [stdout] | [INFO] [stdout] 493 | 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/headers/iface.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:495:10 [INFO] [stdout] | [INFO] [stdout] 495 | 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/headers/iface.rs:496:10 [INFO] [stdout] | [INFO] [stdout] 496 | pub type __u_quad_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:497:10 [INFO] [stdout] | [INFO] [stdout] 497 | pub type __intmax_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:498:10 [INFO] [stdout] | [INFO] [stdout] 498 | pub type __uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:499:10 [INFO] [stdout] | [INFO] [stdout] 499 | 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/headers/iface.rs:500:10 [INFO] [stdout] | [INFO] [stdout] 500 | pub type __uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:501:10 [INFO] [stdout] | [INFO] [stdout] 501 | pub type __gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | pub type __ino_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:503:10 [INFO] [stdout] | [INFO] [stdout] 503 | pub type __ino64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:504:10 [INFO] [stdout] | [INFO] [stdout] 504 | 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/headers/iface.rs:505:10 [INFO] [stdout] | [INFO] [stdout] 505 | pub type __nlink_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:506:10 [INFO] [stdout] | [INFO] [stdout] 506 | pub type __off_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:507:10 [INFO] [stdout] | [INFO] [stdout] 507 | pub type __off64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:508:10 [INFO] [stdout] | [INFO] [stdout] 508 | pub type __pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:514:10 [INFO] [stdout] | [INFO] [stdout] 514 | pub type __clock_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:515:10 [INFO] [stdout] | [INFO] [stdout] 515 | pub type __rlim_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:516:10 [INFO] [stdout] | [INFO] [stdout] 516 | pub type __rlim64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__id_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:517:10 [INFO] [stdout] | [INFO] [stdout] 517 | pub type __id_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__time_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:518:10 [INFO] [stdout] | [INFO] [stdout] 518 | pub type __time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:519:10 [INFO] [stdout] | [INFO] [stdout] 519 | 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/headers/iface.rs:520:10 [INFO] [stdout] | [INFO] [stdout] 520 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:521:10 [INFO] [stdout] | [INFO] [stdout] 521 | 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/headers/iface.rs:522:10 [INFO] [stdout] | [INFO] [stdout] 522 | 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/headers/iface.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | pub type __clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:524:10 [INFO] [stdout] | [INFO] [stdout] 524 | pub type __timer_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:525:10 [INFO] [stdout] | [INFO] [stdout] 525 | 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/headers/iface.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | pub type __blkcnt_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:527:10 [INFO] [stdout] | [INFO] [stdout] 527 | pub type __blkcnt64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | 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/headers/iface.rs:529:10 [INFO] [stdout] | [INFO] [stdout] 529 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:530:10 [INFO] [stdout] | [INFO] [stdout] 530 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:532:10 [INFO] [stdout] | [INFO] [stdout] 532 | pub type __fsword_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:533:10 [INFO] [stdout] | [INFO] [stdout] 533 | pub type __ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | pub type __syscall_slong_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:535:10 [INFO] [stdout] | [INFO] [stdout] 535 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:536:10 [INFO] [stdout] | [INFO] [stdout] 536 | 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/headers/iface.rs:537:10 [INFO] [stdout] | [INFO] [stdout] 537 | pub type __caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:538:10 [INFO] [stdout] | [INFO] [stdout] 538 | pub type __intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:539:10 [INFO] [stdout] | [INFO] [stdout] 539 | 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/headers/iface.rs:540:10 [INFO] [stdout] | [INFO] [stdout] 540 | 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 `u_char` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | pub type u_char = __u_char; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_short` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:542:10 [INFO] [stdout] | [INFO] [stdout] 542 | pub type u_short = __u_short; [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/headers/iface.rs:543:10 [INFO] [stdout] | [INFO] [stdout] 543 | pub type u_int = __u_int; [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/headers/iface.rs:544:10 [INFO] [stdout] | [INFO] [stdout] 544 | pub type u_long = __u_long; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `quad_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:545:10 [INFO] [stdout] | [INFO] [stdout] 545 | pub type quad_t = __quad_t; [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/headers/iface.rs:546:10 [INFO] [stdout] | [INFO] [stdout] 546 | pub type u_quad_t = __u_quad_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:547:10 [INFO] [stdout] | [INFO] [stdout] 547 | pub type fsid_t = __fsid_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FsidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `loff_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:548:10 [INFO] [stdout] | [INFO] [stdout] 548 | pub type loff_t = __loff_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ino_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:549:10 [INFO] [stdout] | [INFO] [stdout] 549 | pub type ino_t = __ino_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:550:10 [INFO] [stdout] | [INFO] [stdout] 550 | pub type dev_t = __dev_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `gid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:551:10 [INFO] [stdout] | [INFO] [stdout] 551 | pub type gid_t = __gid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mode_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:552:10 [INFO] [stdout] | [INFO] [stdout] 552 | pub type mode_t = __mode_t; [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/headers/iface.rs:553:10 [INFO] [stdout] | [INFO] [stdout] 553 | pub type nlink_t = __nlink_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:554:10 [INFO] [stdout] | [INFO] [stdout] 554 | pub type uid_t = __uid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:555:10 [INFO] [stdout] | [INFO] [stdout] 555 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | pub type pid_t = __pid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `id_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:557:10 [INFO] [stdout] | [INFO] [stdout] 557 | pub type id_t = __id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:558:10 [INFO] [stdout] | [INFO] [stdout] 558 | pub type daddr_t = __daddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `caddr_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:559:10 [INFO] [stdout] | [INFO] [stdout] 559 | pub type caddr_t = __caddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `key_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:560:10 [INFO] [stdout] | [INFO] [stdout] 560 | pub type key_t = __key_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | pub type clock_t = __clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | pub type clockid_t = __clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:563:10 [INFO] [stdout] | [INFO] [stdout] 563 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:564:10 [INFO] [stdout] | [INFO] [stdout] 564 | pub type timer_t = __timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:565:10 [INFO] [stdout] | [INFO] [stdout] 565 | pub type ulong = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:566:10 [INFO] [stdout] | [INFO] [stdout] 566 | pub type ushort = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:567:10 [INFO] [stdout] | [INFO] [stdout] 567 | pub type uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:568:10 [INFO] [stdout] | [INFO] [stdout] 568 | pub type u_int8_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 `u_int16_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:569:10 [INFO] [stdout] | [INFO] [stdout] 569 | pub type u_int16_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 `u_int32_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:570:10 [INFO] [stdout] | [INFO] [stdout] 570 | pub type u_int32_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 `u_int64_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:571:10 [INFO] [stdout] | [INFO] [stdout] 571 | pub type u_int64_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 `register_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:572:10 [INFO] [stdout] | [INFO] [stdout] 572 | pub type register_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:578:10 [INFO] [stdout] | [INFO] [stdout] 578 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:591:10 [INFO] [stdout] | [INFO] [stdout] 591 | pub type suseconds_t = __suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:592:10 [INFO] [stdout] | [INFO] [stdout] 592 | pub type __fd_mask = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fd_mask` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:598:10 [INFO] [stdout] | [INFO] [stdout] 598 | pub type fd_mask = __fd_mask; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blksize_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:618:10 [INFO] [stdout] | [INFO] [stdout] 618 | pub type blksize_t = __blksize_t; [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/headers/iface.rs:619:10 [INFO] [stdout] | [INFO] [stdout] 619 | pub type blkcnt_t = __blkcnt_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:620:10 [INFO] [stdout] | [INFO] [stdout] 620 | pub type fsblkcnt_t = __fsblkcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:621:10 [INFO] [stdout] | [INFO] [stdout] 621 | pub type fsfilcnt_t = __fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:649:10 [INFO] [stdout] | [INFO] [stdout] 649 | pub type __pthread_list_t = __pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:719:10 [INFO] [stdout] | [INFO] [stdout] 719 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | pub type pthread_key_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_once_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:745:10 [INFO] [stdout] | [INFO] [stdout] 745 | pub type pthread_once_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_spinlock_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:809:10 [INFO] [stdout] | [INFO] [stdout] 809 | pub type pthread_spinlock_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `socklen_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:834:10 [INFO] [stdout] | [INFO] [stdout] 834 | pub type socklen_t = __socklen_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socket_type` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:844:10 [INFO] [stdout] | [INFO] [stdout] 844 | pub type __socket_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocketType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type sa_family_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:885:10 [INFO] [stdout] | [INFO] [stdout] 885 | pub type _bindgen_ty_1 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_2` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:914:10 [INFO] [stdout] | [INFO] [stdout] 914 | pub type _bindgen_ty_2 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_3` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:930:10 [INFO] [stdout] | [INFO] [stdout] 930 | pub type _bindgen_ty_3 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `net_device_flags` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:1136:10 [INFO] [stdout] | [INFO] [stdout] 1136 | pub type net_device_flags = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NetDeviceFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_4` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:1144:10 [INFO] [stdout] | [INFO] [stdout] 1144 | pub type _bindgen_ty_4 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name [INFO] [stdout] --> src/headers/iface.rs:1147:10 [INFO] [stdout] | [INFO] [stdout] 1147 | pub type _bindgen_ty_5 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `anyhow` [INFO] [stdout] --> src/tcp/local_handler.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | use anyhow::{anyhow, Result}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `warn` [INFO] [stdout] --> src/tcp/local_handler.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use log::{info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/tcp/state.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | _ => write!(f, "undefined"), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/datalink/tap.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | fn read(&self, buf: &mut Buffer) -> isize { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/datalink/tap.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | fn write(&self, mut buf: BytesMut) -> isize { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `timeout` [INFO] [stdout] --> src/tcp/local_handler.rs:195:37 [INFO] [stdout] | [INFO] [stdout] 195 | async fn recv_packet(&mut self, timeout: Option) -> bool { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/datalink/tap.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | fn write(&self, mut buf: BytesMut) -> isize { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `device` [INFO] [stdout] --> src/datalink/tap.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | device: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `macaddr` [INFO] [stdout] --> src/datalink/tap.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | macaddr: MacAddr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ipaddr` [INFO] [stdout] --> src/datalink/tap.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | ipaddr: Ipv4Addr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `link_up` [INFO] [stdout] --> src/datalink/tap.rs:123:8 [INFO] [stdout] | [INFO] [stdout] 123 | fn link_up(&self) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_ipaddress` [INFO] [stdout] --> src/datalink/tap.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | fn add_ipaddress(&self, addr: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `options` [INFO] [stdout] --> src/frames/ipv4.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | options: Option, // if ihl > 5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Ipv4Frame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/frames/ipv4.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | #[derive(Default, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `options` [INFO] [stdout] --> src/frames/tcp.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | options: Option, // if offset > 5 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TcpFrame` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/frames/tcp.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Default, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_ptr` [INFO] [stdout] --> src/headers/iface.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | pub unsafe fn as_ptr(&self) -> *const T { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_mut_ptr` [INFO] [stdout] --> src/headers/iface.rs:20:19 [INFO] [stdout] | [INFO] [stdout] 20 | pub unsafe fn as_mut_ptr(&mut self) -> *mut T { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_slice` [INFO] [stdout] --> src/headers/iface.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | pub unsafe fn as_slice(&self, len: usize) -> &[T] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_mut_slice` [INFO] [stdout] --> src/headers/iface.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LITTLE_ENDIAN` [INFO] [stdout] --> src/headers/iface.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | pub const LITTLE_ENDIAN: u32 = 1234; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BIG_ENDIAN` [INFO] [stdout] --> src/headers/iface.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | pub const BIG_ENDIAN: u32 = 4321; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PDP_ENDIAN` [INFO] [stdout] --> src/headers/iface.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | pub const PDP_ENDIAN: u32 = 3412; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `BYTE_ORDER` [INFO] [stdout] --> src/headers/iface.rs:128:1 [INFO] [stdout] | [INFO] [stdout] 128 | pub const BYTE_ORDER: u32 = 1234; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FD_SETSIZE` [INFO] [stdout] --> src/headers/iface.rs:136:1 [INFO] [stdout] | [INFO] [stdout] 136 | pub const FD_SETSIZE: u32 = 1024; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_UNSPEC` [INFO] [stdout] --> src/headers/iface.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | pub const PF_UNSPEC: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_LOCAL` [INFO] [stdout] --> src/headers/iface.rs:156:1 [INFO] [stdout] | [INFO] [stdout] 156 | pub const PF_LOCAL: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PF_UNIX` [INFO] [stdout] --> src/headers/iface.rs:157:1 [INFO] [stdout] | [INFO] [stdout] 157 | pub const PF_UNIX: u32 = 1; [WARN] too many lines in the log, truncating it