[INFO] fetching crate pcap_on_demand 0.1.3...
[INFO] testing pcap_on_demand-0.1.3 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate pcap_on_demand 0.1.3 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate pcap_on_demand 0.1.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate pcap_on_demand 0.1.3
[INFO] tweaked toml for crates.io crate pcap_on_demand 0.1.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pcap_on_demand 0.1.3 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pcap_on_demand 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 00d93b23327da3d899d089ac03d53c855b1bfe216b0f4cfc49dbf9d5fa3d3ac0
[INFO] running `Command { std: "docker" "start" "-a" "00d93b23327da3d899d089ac03d53c855b1bfe216b0f4cfc49dbf9d5fa3d3ac0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00d93b23327da3d899d089ac03d53c855b1bfe216b0f4cfc49dbf9d5fa3d3ac0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00d93b23327da3d899d089ac03d53c855b1bfe216b0f4cfc49dbf9d5fa3d3ac0", kill_on_drop: false }`
[INFO] [stdout] 00d93b23327da3d899d089ac03d53c855b1bfe216b0f4cfc49dbf9d5fa3d3ac0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2737aba4064c7413bdaffac44337f2fbfd6ee0c2ed0aaaabcef712bed9bcd44
[INFO] running `Command { std: "docker" "start" "-a" "d2737aba4064c7413bdaffac44337f2fbfd6ee0c2ed0aaaabcef712bed9bcd44", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.50
[INFO] [stderr]    Compiling libc v0.2.67
[INFO] [stderr]    Compiling pcap_on_demand v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stdout] warning: unused import: `Symbol`
[INFO] [stdout]   --> src/lib.rs:79:27
[INFO] [stdout]    |
[INFO] [stdout] 79 | use libloading::{Library, Symbol};
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:886:41
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn from(cap: Capture<T>) -> Capture<Activated> {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn from(cap: Capture<T>) -> Capture<dyn Activated> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:262:32
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn cause(&self) -> Option<&std::error::Error> {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn cause(&self) -> Option<&dyn std::error::Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:885:49
[INFO] [stdout]     |
[INFO] [stdout] 885 | impl<T: Activated> From<Capture<T>> for Capture<Activated> {
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 885 | impl<T: Activated> From<Capture<T>> for Capture<dyn Activated> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `leaked_dll`
[INFO] [stdout]    --> src/lib.rs:187:41
[INFO] [stdout]     |
[INFO] [stdout] 187 | fn load_fopen_offline_precision_feature(leaked_dll: &mut Library) {}
[INFO] [stdout]     |                                         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_leaked_dll`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `leaked_dll`
[INFO] [stdout]    --> src/lib.rs:197:38
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn load_pcap_savefile_append_feature(leaked_dll: &mut Library) {}
[INFO] [stdout]     |                                      ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_leaked_dll`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/lib.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     load_non_windows(leaked_dll);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let _ = load_non_windows(leaked_dll);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:746:17
[INFO] [stdout]     |
[INFO] [stdout] 746 |     pub fn next(&mut self) -> Result<Packet, Error> {
[INFO] [stdout]     |                 ^^^^^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 746 |     pub fn next(&mut self) -> Result<Packet<'_>, Error> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_create_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:82:23
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub(crate) static mut pcap_create_symbol: Option<
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 82 - pub(crate) static mut pcap_create_symbol: Option<
[INFO] [stdout] 82 + pub(crate) static mut PCAP_CREATE_SYMBOL: Option<
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_lookupdev_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:85:23
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub(crate) static mut pcap_lookupdev_symbol: Option<fn(arg1: *mut c_char) -> *mut c_char> = None;
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 85 - pub(crate) static mut pcap_lookupdev_symbol: Option<fn(arg1: *mut c_char) -> *mut c_char> = None;
[INFO] [stdout] 85 + pub(crate) static mut PCAP_LOOKUPDEV_SYMBOL: Option<fn(arg1: *mut c_char) -> *mut c_char> = None;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_snaplen_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub(crate) static mut pcap_set_snaplen_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 86 - pub(crate) static mut pcap_set_snaplen_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 86 + pub(crate) static mut PCAP_SET_SNAPLEN_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_promisc_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:88:23
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub(crate) static mut pcap_set_promisc_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 88 - pub(crate) static mut pcap_set_promisc_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 88 + pub(crate) static mut PCAP_SET_PROMISC_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_timeout_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:90:23
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub(crate) static mut pcap_set_timeout_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 90 - pub(crate) static mut pcap_set_timeout_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 90 + pub(crate) static mut PCAP_SET_TIMEOUT_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_buffer_size_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:92:23
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub(crate) static mut pcap_set_buffer_size_symbol: Option<
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 92 - pub(crate) static mut pcap_set_buffer_size_symbol: Option<
[INFO] [stdout] 92 + pub(crate) static mut PCAP_SET_BUFFER_SIZE_SYMBOL: Option<
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_activate_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:95:23
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub(crate) static mut pcap_activate_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 95 - pub(crate) static mut pcap_activate_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout] 95 + pub(crate) static mut PCAP_ACTIVATE_SYMBOL: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_open_dead_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:96:23
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) static mut pcap_open_dead_symbol: Option<fn(arg1: c_int, arg2: c_int) -> *mut pcap_t> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 96 - pub(crate) static mut pcap_open_dead_symbol: Option<fn(arg1: c_int, arg2: c_int) -> *mut pcap_t> =
[INFO] [stdout] 96 + pub(crate) static mut PCAP_OPEN_DEAD_SYMBOL: Option<fn(arg1: c_int, arg2: c_int) -> *mut pcap_t> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_open_offline_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:106:23
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub(crate) static mut pcap_open_offline_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 106 - pub(crate) static mut pcap_open_offline_symbol: Option<
[INFO] [stdout] 106 + pub(crate) static mut PCAP_OPEN_OFFLINE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_fopen_offline_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:110:23
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub(crate) static mut pcap_fopen_offline_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 110 - pub(crate) static mut pcap_fopen_offline_symbol: Option<
[INFO] [stdout] 110 + pub(crate) static mut PCAP_FOPEN_OFFLINE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_close_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:113:23
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub(crate) static mut pcap_close_symbol: Option<fn(arg1: *mut pcap_t) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 113 - pub(crate) static mut pcap_close_symbol: Option<fn(arg1: *mut pcap_t) -> ()> = None;
[INFO] [stdout] 113 + pub(crate) static mut PCAP_CLOSE_SYMBOL: Option<fn(arg1: *mut pcap_t) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_next_ex_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:114:23
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub(crate) static mut pcap_next_ex_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 114 - pub(crate) static mut pcap_next_ex_symbol: Option<
[INFO] [stdout] 114 + pub(crate) static mut PCAP_NEXT_EX_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_stats_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:117:23
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub(crate) static mut pcap_stats_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 117 - pub(crate) static mut pcap_stats_symbol: Option<
[INFO] [stdout] 117 + pub(crate) static mut PCAP_STATS_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_setfilter_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:120:23
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub(crate) static mut pcap_setfilter_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 120 - pub(crate) static mut pcap_setfilter_symbol: Option<
[INFO] [stdout] 120 + pub(crate) static mut PCAP_SETFILTER_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_setdirection_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:123:23
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub(crate) static mut pcap_setdirection_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 123 - pub(crate) static mut pcap_setdirection_symbol: Option<
[INFO] [stdout] 123 + pub(crate) static mut PCAP_SETDIRECTION_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_setnonblock_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:126:23
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub(crate) static mut pcap_setnonblock_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 126 - pub(crate) static mut pcap_setnonblock_symbol: Option<
[INFO] [stdout] 126 + pub(crate) static mut PCAP_SETNONBLOCK_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_sendpacket_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:129:23
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub(crate) static mut pcap_sendpacket_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 129 - pub(crate) static mut pcap_sendpacket_symbol: Option<
[INFO] [stdout] 129 + pub(crate) static mut PCAP_SENDPACKET_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_geterr_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:132:23
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub(crate) static mut pcap_geterr_symbol: Option<fn(arg1: *mut pcap_t) -> *mut c_char> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 132 - pub(crate) static mut pcap_geterr_symbol: Option<fn(arg1: *mut pcap_t) -> *mut c_char> = None;
[INFO] [stdout] 132 + pub(crate) static mut PCAP_GETERR_SYMBOL: Option<fn(arg1: *mut pcap_t) -> *mut c_char> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_compile_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:133:23
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub(crate) static mut pcap_compile_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 133 - pub(crate) static mut pcap_compile_symbol: Option<
[INFO] [stdout] 133 + pub(crate) static mut PCAP_COMPILE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_freecode_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:142:23
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub(crate) static mut pcap_freecode_symbol: Option<fn(arg1: *mut bpf_program) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 142 - pub(crate) static mut pcap_freecode_symbol: Option<fn(arg1: *mut bpf_program) -> ()> = None;
[INFO] [stdout] 142 + pub(crate) static mut PCAP_FREECODE_SYMBOL: Option<fn(arg1: *mut bpf_program) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_datalink_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub(crate) static mut pcap_datalink_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 143 - pub(crate) static mut pcap_datalink_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout] 143 + pub(crate) static mut PCAP_DATALINK_SYMBOL: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_list_datalinks_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:144:23
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub(crate) static mut pcap_list_datalinks_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 144 - pub(crate) static mut pcap_list_datalinks_symbol: Option<
[INFO] [stdout] 144 + pub(crate) static mut PCAP_LIST_DATALINKS_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_datalink_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub(crate) static mut pcap_set_datalink_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 147 - pub(crate) static mut pcap_set_datalink_symbol: Option<
[INFO] [stdout] 147 + pub(crate) static mut PCAP_SET_DATALINK_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_free_datalinks_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub(crate) static mut pcap_free_datalinks_symbol: Option<fn(arg1: *mut c_int) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 150 - pub(crate) static mut pcap_free_datalinks_symbol: Option<fn(arg1: *mut c_int) -> ()> = None;
[INFO] [stdout] 150 + pub(crate) static mut PCAP_FREE_DATALINKS_SYMBOL: Option<fn(arg1: *mut c_int) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_datalink_val_to_name_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:151:23
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub(crate) static mut pcap_datalink_val_to_name_symbol: Option<fn(arg1: c_int) -> *const c_char> =
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 151 - pub(crate) static mut pcap_datalink_val_to_name_symbol: Option<fn(arg1: c_int) -> *const c_char> =
[INFO] [stdout] 151 + pub(crate) static mut PCAP_DATALINK_VAL_TO_NAME_SYMBOL: Option<fn(arg1: c_int) -> *const c_char> =
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_datalink_val_to_description_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:153:23
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub(crate) static mut pcap_datalink_val_to_description_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 153 - pub(crate) static mut pcap_datalink_val_to_description_symbol: Option<
[INFO] [stdout] 153 + pub(crate) static mut PCAP_DATALINK_VAL_TO_DESCRIPTION_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_fileno_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:156:23
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub(crate) static mut pcap_fileno_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 156 - pub(crate) static mut pcap_fileno_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout] 156 + pub(crate) static mut PCAP_FILENO_SYMBOL: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_open_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub(crate) static mut pcap_dump_open_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 157 - pub(crate) static mut pcap_dump_open_symbol: Option<
[INFO] [stdout] 157 + pub(crate) static mut PCAP_DUMP_OPEN_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_fopen_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:161:23
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub(crate) static mut pcap_dump_fopen_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 161 - pub(crate) static mut pcap_dump_fopen_symbol: Option<
[INFO] [stdout] 161 + pub(crate) static mut PCAP_DUMP_FOPEN_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_close_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:164:23
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub(crate) static mut pcap_dump_close_symbol: Option<fn(arg1: *mut pcap_dumper_t) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 164 - pub(crate) static mut pcap_dump_close_symbol: Option<fn(arg1: *mut pcap_dumper_t) -> ()> = None;
[INFO] [stdout] 164 + pub(crate) static mut PCAP_DUMP_CLOSE_SYMBOL: Option<fn(arg1: *mut pcap_dumper_t) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:165:23
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub(crate) static mut pcap_dump_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 165 - pub(crate) static mut pcap_dump_symbol: Option<
[INFO] [stdout] 165 + pub(crate) static mut PCAP_DUMP_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_findalldevs_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:168:23
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub(crate) static mut pcap_findalldevs_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 168 - pub(crate) static mut pcap_findalldevs_symbol: Option<
[INFO] [stdout] 168 + pub(crate) static mut PCAP_FINDALLDEVS_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_freealldevs_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub(crate) static mut pcap_freealldevs_symbol: Option<fn(arg1: *mut pcap_if_t) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 171 - pub(crate) static mut pcap_freealldevs_symbol: Option<fn(arg1: *mut pcap_if_t) -> ()> = None;
[INFO] [stdout] 171 + pub(crate) static mut PCAP_FREEALLDEVS_SYMBOL: Option<fn(arg1: *mut pcap_if_t) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_tstamp_type_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:182:23
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub(crate) static mut pcap_set_tstamp_type_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 182 - pub(crate) static mut pcap_set_tstamp_type_symbol: Option<
[INFO] [stdout] 182 + pub(crate) static mut PCAP_SET_TSTAMP_TYPE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_tstamp_precision_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:187:23
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub(crate) static mut pcap_set_tstamp_precision_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 187 - pub(crate) static mut pcap_set_tstamp_precision_symbol: Option<
[INFO] [stdout] 187 + pub(crate) static mut PCAP_SET_TSTAMP_PRECISION_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_rfmon_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:192:23
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub(crate) static mut pcap_set_rfmon_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 192 - pub(crate) static mut pcap_set_rfmon_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 192 + pub(crate) static mut PCAP_SET_RFMON_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
[INFO] running `Command { std: "docker" "inspect" "d2737aba4064c7413bdaffac44337f2fbfd6ee0c2ed0aaaabcef712bed9bcd44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2737aba4064c7413bdaffac44337f2fbfd6ee0c2ed0aaaabcef712bed9bcd44", kill_on_drop: false }`
[INFO] [stdout] d2737aba4064c7413bdaffac44337f2fbfd6ee0c2ed0aaaabcef712bed9bcd44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 58b298b182ca3fa7e780c965558b1451021c35cef1a1543514aecff4bdfe5a35
[INFO] running `Command { std: "docker" "start" "-a" "58b298b182ca3fa7e780c965558b1451021c35cef1a1543514aecff4bdfe5a35", kill_on_drop: false }`
[INFO] [stderr]    Compiling remove_dir_all v0.5.2
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stdout] warning: unused import: `Symbol`
[INFO] [stdout]   --> src/lib.rs:79:27
[INFO] [stdout]    |
[INFO] [stdout] 79 | use libloading::{Library, Symbol};
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:886:41
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn from(cap: Capture<T>) -> Capture<Activated> {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn from(cap: Capture<T>) -> Capture<dyn Activated> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:262:32
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn cause(&self) -> Option<&std::error::Error> {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn cause(&self) -> Option<&dyn std::error::Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:885:49
[INFO] [stdout]     |
[INFO] [stdout] 885 | impl<T: Activated> From<Capture<T>> for Capture<Activated> {
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 885 | impl<T: Activated> From<Capture<T>> for Capture<dyn Activated> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `leaked_dll`
[INFO] [stdout]    --> src/lib.rs:187:41
[INFO] [stdout]     |
[INFO] [stdout] 187 | fn load_fopen_offline_precision_feature(leaked_dll: &mut Library) {}
[INFO] [stdout]     |                                         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_leaked_dll`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `leaked_dll`
[INFO] [stdout]    --> src/lib.rs:197:38
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn load_pcap_savefile_append_feature(leaked_dll: &mut Library) {}
[INFO] [stdout]     |                                      ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_leaked_dll`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/lib.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     load_non_windows(leaked_dll);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let _ = load_non_windows(leaked_dll);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:746:17
[INFO] [stdout]     |
[INFO] [stdout] 746 |     pub fn next(&mut self) -> Result<Packet, Error> {
[INFO] [stdout]     |                 ^^^^^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 746 |     pub fn next(&mut self) -> Result<Packet<'_>, Error> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_create_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:82:23
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub(crate) static mut pcap_create_symbol: Option<
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 82 - pub(crate) static mut pcap_create_symbol: Option<
[INFO] [stdout] 82 + pub(crate) static mut PCAP_CREATE_SYMBOL: Option<
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_lookupdev_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:85:23
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub(crate) static mut pcap_lookupdev_symbol: Option<fn(arg1: *mut c_char) -> *mut c_char> = None;
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 85 - pub(crate) static mut pcap_lookupdev_symbol: Option<fn(arg1: *mut c_char) -> *mut c_char> = None;
[INFO] [stdout] 85 + pub(crate) static mut PCAP_LOOKUPDEV_SYMBOL: Option<fn(arg1: *mut c_char) -> *mut c_char> = None;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_snaplen_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub(crate) static mut pcap_set_snaplen_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 86 - pub(crate) static mut pcap_set_snaplen_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 86 + pub(crate) static mut PCAP_SET_SNAPLEN_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_promisc_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:88:23
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub(crate) static mut pcap_set_promisc_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 88 - pub(crate) static mut pcap_set_promisc_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 88 + pub(crate) static mut PCAP_SET_PROMISC_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_timeout_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:90:23
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub(crate) static mut pcap_set_timeout_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 90 - pub(crate) static mut pcap_set_timeout_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 90 + pub(crate) static mut PCAP_SET_TIMEOUT_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_buffer_size_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:92:23
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub(crate) static mut pcap_set_buffer_size_symbol: Option<
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 92 - pub(crate) static mut pcap_set_buffer_size_symbol: Option<
[INFO] [stdout] 92 + pub(crate) static mut PCAP_SET_BUFFER_SIZE_SYMBOL: Option<
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_activate_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:95:23
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub(crate) static mut pcap_activate_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 95 - pub(crate) static mut pcap_activate_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout] 95 + pub(crate) static mut PCAP_ACTIVATE_SYMBOL: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_open_dead_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:96:23
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) static mut pcap_open_dead_symbol: Option<fn(arg1: c_int, arg2: c_int) -> *mut pcap_t> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 96 - pub(crate) static mut pcap_open_dead_symbol: Option<fn(arg1: c_int, arg2: c_int) -> *mut pcap_t> =
[INFO] [stdout] 96 + pub(crate) static mut PCAP_OPEN_DEAD_SYMBOL: Option<fn(arg1: c_int, arg2: c_int) -> *mut pcap_t> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_open_offline_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:106:23
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub(crate) static mut pcap_open_offline_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 106 - pub(crate) static mut pcap_open_offline_symbol: Option<
[INFO] [stdout] 106 + pub(crate) static mut PCAP_OPEN_OFFLINE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_fopen_offline_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:110:23
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub(crate) static mut pcap_fopen_offline_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 110 - pub(crate) static mut pcap_fopen_offline_symbol: Option<
[INFO] [stdout] 110 + pub(crate) static mut PCAP_FOPEN_OFFLINE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_close_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:113:23
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub(crate) static mut pcap_close_symbol: Option<fn(arg1: *mut pcap_t) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 113 - pub(crate) static mut pcap_close_symbol: Option<fn(arg1: *mut pcap_t) -> ()> = None;
[INFO] [stdout] 113 + pub(crate) static mut PCAP_CLOSE_SYMBOL: Option<fn(arg1: *mut pcap_t) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_next_ex_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:114:23
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub(crate) static mut pcap_next_ex_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 114 - pub(crate) static mut pcap_next_ex_symbol: Option<
[INFO] [stdout] 114 + pub(crate) static mut PCAP_NEXT_EX_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_stats_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:117:23
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub(crate) static mut pcap_stats_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 117 - pub(crate) static mut pcap_stats_symbol: Option<
[INFO] [stdout] 117 + pub(crate) static mut PCAP_STATS_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_setfilter_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:120:23
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub(crate) static mut pcap_setfilter_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 120 - pub(crate) static mut pcap_setfilter_symbol: Option<
[INFO] [stdout] 120 + pub(crate) static mut PCAP_SETFILTER_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_setdirection_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:123:23
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub(crate) static mut pcap_setdirection_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 123 - pub(crate) static mut pcap_setdirection_symbol: Option<
[INFO] [stdout] 123 + pub(crate) static mut PCAP_SETDIRECTION_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_setnonblock_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:126:23
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub(crate) static mut pcap_setnonblock_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 126 - pub(crate) static mut pcap_setnonblock_symbol: Option<
[INFO] [stdout] 126 + pub(crate) static mut PCAP_SETNONBLOCK_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_sendpacket_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:129:23
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub(crate) static mut pcap_sendpacket_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 129 - pub(crate) static mut pcap_sendpacket_symbol: Option<
[INFO] [stdout] 129 + pub(crate) static mut PCAP_SENDPACKET_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_geterr_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:132:23
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub(crate) static mut pcap_geterr_symbol: Option<fn(arg1: *mut pcap_t) -> *mut c_char> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 132 - pub(crate) static mut pcap_geterr_symbol: Option<fn(arg1: *mut pcap_t) -> *mut c_char> = None;
[INFO] [stdout] 132 + pub(crate) static mut PCAP_GETERR_SYMBOL: Option<fn(arg1: *mut pcap_t) -> *mut c_char> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_compile_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:133:23
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub(crate) static mut pcap_compile_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 133 - pub(crate) static mut pcap_compile_symbol: Option<
[INFO] [stdout] 133 + pub(crate) static mut PCAP_COMPILE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_freecode_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:142:23
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub(crate) static mut pcap_freecode_symbol: Option<fn(arg1: *mut bpf_program) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 142 - pub(crate) static mut pcap_freecode_symbol: Option<fn(arg1: *mut bpf_program) -> ()> = None;
[INFO] [stdout] 142 + pub(crate) static mut PCAP_FREECODE_SYMBOL: Option<fn(arg1: *mut bpf_program) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_datalink_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub(crate) static mut pcap_datalink_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 143 - pub(crate) static mut pcap_datalink_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout] 143 + pub(crate) static mut PCAP_DATALINK_SYMBOL: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_list_datalinks_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:144:23
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub(crate) static mut pcap_list_datalinks_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 144 - pub(crate) static mut pcap_list_datalinks_symbol: Option<
[INFO] [stdout] 144 + pub(crate) static mut PCAP_LIST_DATALINKS_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_datalink_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub(crate) static mut pcap_set_datalink_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 147 - pub(crate) static mut pcap_set_datalink_symbol: Option<
[INFO] [stdout] 147 + pub(crate) static mut PCAP_SET_DATALINK_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_free_datalinks_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub(crate) static mut pcap_free_datalinks_symbol: Option<fn(arg1: *mut c_int) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 150 - pub(crate) static mut pcap_free_datalinks_symbol: Option<fn(arg1: *mut c_int) -> ()> = None;
[INFO] [stdout] 150 + pub(crate) static mut PCAP_FREE_DATALINKS_SYMBOL: Option<fn(arg1: *mut c_int) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_datalink_val_to_name_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:151:23
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub(crate) static mut pcap_datalink_val_to_name_symbol: Option<fn(arg1: c_int) -> *const c_char> =
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 151 - pub(crate) static mut pcap_datalink_val_to_name_symbol: Option<fn(arg1: c_int) -> *const c_char> =
[INFO] [stdout] 151 + pub(crate) static mut PCAP_DATALINK_VAL_TO_NAME_SYMBOL: Option<fn(arg1: c_int) -> *const c_char> =
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_datalink_val_to_description_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:153:23
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub(crate) static mut pcap_datalink_val_to_description_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 153 - pub(crate) static mut pcap_datalink_val_to_description_symbol: Option<
[INFO] [stdout] 153 + pub(crate) static mut PCAP_DATALINK_VAL_TO_DESCRIPTION_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_fileno_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:156:23
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub(crate) static mut pcap_fileno_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 156 - pub(crate) static mut pcap_fileno_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout] 156 + pub(crate) static mut PCAP_FILENO_SYMBOL: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_open_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub(crate) static mut pcap_dump_open_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 157 - pub(crate) static mut pcap_dump_open_symbol: Option<
[INFO] [stdout] 157 + pub(crate) static mut PCAP_DUMP_OPEN_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_fopen_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:161:23
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub(crate) static mut pcap_dump_fopen_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 161 - pub(crate) static mut pcap_dump_fopen_symbol: Option<
[INFO] [stdout] 161 + pub(crate) static mut PCAP_DUMP_FOPEN_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_close_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:164:23
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub(crate) static mut pcap_dump_close_symbol: Option<fn(arg1: *mut pcap_dumper_t) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 164 - pub(crate) static mut pcap_dump_close_symbol: Option<fn(arg1: *mut pcap_dumper_t) -> ()> = None;
[INFO] [stdout] 164 + pub(crate) static mut PCAP_DUMP_CLOSE_SYMBOL: Option<fn(arg1: *mut pcap_dumper_t) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:165:23
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub(crate) static mut pcap_dump_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 165 - pub(crate) static mut pcap_dump_symbol: Option<
[INFO] [stdout] 165 + pub(crate) static mut PCAP_DUMP_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_findalldevs_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:168:23
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub(crate) static mut pcap_findalldevs_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 168 - pub(crate) static mut pcap_findalldevs_symbol: Option<
[INFO] [stdout] 168 + pub(crate) static mut PCAP_FINDALLDEVS_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_freealldevs_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub(crate) static mut pcap_freealldevs_symbol: Option<fn(arg1: *mut pcap_if_t) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 171 - pub(crate) static mut pcap_freealldevs_symbol: Option<fn(arg1: *mut pcap_if_t) -> ()> = None;
[INFO] [stdout] 171 + pub(crate) static mut PCAP_FREEALLDEVS_SYMBOL: Option<fn(arg1: *mut pcap_if_t) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_tstamp_type_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:182:23
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub(crate) static mut pcap_set_tstamp_type_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 182 - pub(crate) static mut pcap_set_tstamp_type_symbol: Option<
[INFO] [stdout] 182 + pub(crate) static mut PCAP_SET_TSTAMP_TYPE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_tstamp_precision_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:187:23
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub(crate) static mut pcap_set_tstamp_precision_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 187 - pub(crate) static mut pcap_set_tstamp_precision_symbol: Option<
[INFO] [stdout] 187 + pub(crate) static mut PCAP_SET_TSTAMP_PRECISION_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_rfmon_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:192:23
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub(crate) static mut pcap_set_rfmon_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 192 - pub(crate) static mut pcap_set_rfmon_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 192 + pub(crate) static mut PCAP_SET_RFMON_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling pcap_on_demand v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `futures`
[INFO] [stdout]  --> examples/streamlisten.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use futures::stream::Stream;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `futures`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `futures`, use `cargo add futures` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio_core`
[INFO] [stdout]  --> examples/streamlisten.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tokio_core::reactor::Core;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `tokio_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tokio_core`, use `cargo add tokio_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pcap_on_demand::tokio`
[INFO] [stdout]   --> examples/streamlisten.rs:2:21
[INFO] [stdout]    |
[INFO] [stdout]  2 | use pcap_on_demand::tokio::PacketCodec;
[INFO] [stdout]    |                     ^^^^^ could not find `tokio` in `pcap_on_demand`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[cfg(feature = "tokio")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `tokio` feature
[INFO] [stdout] 83 | pub mod tokio;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pcap_on_demand` (example "streamlisten") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `Symbol`
[INFO] [stdout]   --> src/lib.rs:79:27
[INFO] [stdout]    |
[INFO] [stdout] 79 | use libloading::{Library, Symbol};
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `subseconds_t` in crate `libc`
[INFO] [stdout]   --> tests/lib.rs:65:65
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn push(&mut self, tv_sec: libc::time_t, tv_usec: libc::subseconds_t, caplen: u32, len: u32, data: &[u8]) {
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^ help: a type alias with a similar name exists: `suseconds_t`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.67/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub type suseconds_t = i64;
[INFO] [stdout]    | -------------------- similarly named type alias `suseconds_t` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:886:41
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn from(cap: Capture<T>) -> Capture<Activated> {
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn from(cap: Capture<T>) -> Capture<dyn Activated> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:262:32
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn cause(&self) -> Option<&std::error::Error> {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn cause(&self) -> Option<&dyn std::error::Error> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:885:49
[INFO] [stdout]     |
[INFO] [stdout] 885 | impl<T: Activated> From<Capture<T>> for Capture<Activated> {
[INFO] [stdout]     |                                                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 885 | impl<T: Activated> From<Capture<T>> for Capture<dyn Activated> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pcap_on_demand` (test "lib") due to 1 previous error
[INFO] [stdout] warning: unused variable: `leaked_dll`
[INFO] [stdout]    --> src/lib.rs:187:41
[INFO] [stdout]     |
[INFO] [stdout] 187 | fn load_fopen_offline_precision_feature(leaked_dll: &mut Library) {}
[INFO] [stdout]     |                                         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_leaked_dll`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `leaked_dll`
[INFO] [stdout]    --> src/lib.rs:197:38
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn load_pcap_savefile_append_feature(leaked_dll: &mut Library) {}
[INFO] [stdout]     |                                      ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_leaked_dll`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/lib.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     load_non_windows(leaked_dll);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let _ = load_non_windows(leaked_dll);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:746:17
[INFO] [stdout]     |
[INFO] [stdout] 746 |     pub fn next(&mut self) -> Result<Packet, Error> {
[INFO] [stdout]     |                 ^^^^^^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 746 |     pub fn next(&mut self) -> Result<Packet<'_>, Error> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_create_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:82:23
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub(crate) static mut pcap_create_symbol: Option<
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 82 - pub(crate) static mut pcap_create_symbol: Option<
[INFO] [stdout] 82 + pub(crate) static mut PCAP_CREATE_SYMBOL: Option<
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_lookupdev_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:85:23
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub(crate) static mut pcap_lookupdev_symbol: Option<fn(arg1: *mut c_char) -> *mut c_char> = None;
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 85 - pub(crate) static mut pcap_lookupdev_symbol: Option<fn(arg1: *mut c_char) -> *mut c_char> = None;
[INFO] [stdout] 85 + pub(crate) static mut PCAP_LOOKUPDEV_SYMBOL: Option<fn(arg1: *mut c_char) -> *mut c_char> = None;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_snaplen_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub(crate) static mut pcap_set_snaplen_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 86 - pub(crate) static mut pcap_set_snaplen_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 86 + pub(crate) static mut PCAP_SET_SNAPLEN_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_promisc_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:88:23
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub(crate) static mut pcap_set_promisc_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 88 - pub(crate) static mut pcap_set_promisc_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 88 + pub(crate) static mut PCAP_SET_PROMISC_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_timeout_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:90:23
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub(crate) static mut pcap_set_timeout_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 90 - pub(crate) static mut pcap_set_timeout_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 90 + pub(crate) static mut PCAP_SET_TIMEOUT_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_buffer_size_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:92:23
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub(crate) static mut pcap_set_buffer_size_symbol: Option<
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 92 - pub(crate) static mut pcap_set_buffer_size_symbol: Option<
[INFO] [stdout] 92 + pub(crate) static mut PCAP_SET_BUFFER_SIZE_SYMBOL: Option<
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_activate_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:95:23
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub(crate) static mut pcap_activate_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 95 - pub(crate) static mut pcap_activate_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout] 95 + pub(crate) static mut PCAP_ACTIVATE_SYMBOL: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_open_dead_symbol` should have an upper case name
[INFO] [stdout]   --> src/raw.rs:96:23
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) static mut pcap_open_dead_symbol: Option<fn(arg1: c_int, arg2: c_int) -> *mut pcap_t> =
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 96 - pub(crate) static mut pcap_open_dead_symbol: Option<fn(arg1: c_int, arg2: c_int) -> *mut pcap_t> =
[INFO] [stdout] 96 + pub(crate) static mut PCAP_OPEN_DEAD_SYMBOL: Option<fn(arg1: c_int, arg2: c_int) -> *mut pcap_t> =
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_open_offline_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:106:23
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub(crate) static mut pcap_open_offline_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 106 - pub(crate) static mut pcap_open_offline_symbol: Option<
[INFO] [stdout] 106 + pub(crate) static mut PCAP_OPEN_OFFLINE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_fopen_offline_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:110:23
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub(crate) static mut pcap_fopen_offline_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 110 - pub(crate) static mut pcap_fopen_offline_symbol: Option<
[INFO] [stdout] 110 + pub(crate) static mut PCAP_FOPEN_OFFLINE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_close_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:113:23
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub(crate) static mut pcap_close_symbol: Option<fn(arg1: *mut pcap_t) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 113 - pub(crate) static mut pcap_close_symbol: Option<fn(arg1: *mut pcap_t) -> ()> = None;
[INFO] [stdout] 113 + pub(crate) static mut PCAP_CLOSE_SYMBOL: Option<fn(arg1: *mut pcap_t) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_next_ex_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:114:23
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub(crate) static mut pcap_next_ex_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 114 - pub(crate) static mut pcap_next_ex_symbol: Option<
[INFO] [stdout] 114 + pub(crate) static mut PCAP_NEXT_EX_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_stats_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:117:23
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub(crate) static mut pcap_stats_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 117 - pub(crate) static mut pcap_stats_symbol: Option<
[INFO] [stdout] 117 + pub(crate) static mut PCAP_STATS_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_setfilter_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:120:23
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub(crate) static mut pcap_setfilter_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 120 - pub(crate) static mut pcap_setfilter_symbol: Option<
[INFO] [stdout] 120 + pub(crate) static mut PCAP_SETFILTER_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_setdirection_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:123:23
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub(crate) static mut pcap_setdirection_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 123 - pub(crate) static mut pcap_setdirection_symbol: Option<
[INFO] [stdout] 123 + pub(crate) static mut PCAP_SETDIRECTION_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_setnonblock_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:126:23
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub(crate) static mut pcap_setnonblock_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 126 - pub(crate) static mut pcap_setnonblock_symbol: Option<
[INFO] [stdout] 126 + pub(crate) static mut PCAP_SETNONBLOCK_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_sendpacket_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:129:23
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub(crate) static mut pcap_sendpacket_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 129 - pub(crate) static mut pcap_sendpacket_symbol: Option<
[INFO] [stdout] 129 + pub(crate) static mut PCAP_SENDPACKET_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_geterr_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:132:23
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub(crate) static mut pcap_geterr_symbol: Option<fn(arg1: *mut pcap_t) -> *mut c_char> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 132 - pub(crate) static mut pcap_geterr_symbol: Option<fn(arg1: *mut pcap_t) -> *mut c_char> = None;
[INFO] [stdout] 132 + pub(crate) static mut PCAP_GETERR_SYMBOL: Option<fn(arg1: *mut pcap_t) -> *mut c_char> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_compile_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:133:23
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub(crate) static mut pcap_compile_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 133 - pub(crate) static mut pcap_compile_symbol: Option<
[INFO] [stdout] 133 + pub(crate) static mut PCAP_COMPILE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_freecode_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:142:23
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub(crate) static mut pcap_freecode_symbol: Option<fn(arg1: *mut bpf_program) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 142 - pub(crate) static mut pcap_freecode_symbol: Option<fn(arg1: *mut bpf_program) -> ()> = None;
[INFO] [stdout] 142 + pub(crate) static mut PCAP_FREECODE_SYMBOL: Option<fn(arg1: *mut bpf_program) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_datalink_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub(crate) static mut pcap_datalink_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 143 - pub(crate) static mut pcap_datalink_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout] 143 + pub(crate) static mut PCAP_DATALINK_SYMBOL: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_list_datalinks_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:144:23
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub(crate) static mut pcap_list_datalinks_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 144 - pub(crate) static mut pcap_list_datalinks_symbol: Option<
[INFO] [stdout] 144 + pub(crate) static mut PCAP_LIST_DATALINKS_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_datalink_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:147:23
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub(crate) static mut pcap_set_datalink_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 147 - pub(crate) static mut pcap_set_datalink_symbol: Option<
[INFO] [stdout] 147 + pub(crate) static mut PCAP_SET_DATALINK_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_free_datalinks_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub(crate) static mut pcap_free_datalinks_symbol: Option<fn(arg1: *mut c_int) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 150 - pub(crate) static mut pcap_free_datalinks_symbol: Option<fn(arg1: *mut c_int) -> ()> = None;
[INFO] [stdout] 150 + pub(crate) static mut PCAP_FREE_DATALINKS_SYMBOL: Option<fn(arg1: *mut c_int) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_datalink_val_to_name_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:151:23
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub(crate) static mut pcap_datalink_val_to_name_symbol: Option<fn(arg1: c_int) -> *const c_char> =
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 151 - pub(crate) static mut pcap_datalink_val_to_name_symbol: Option<fn(arg1: c_int) -> *const c_char> =
[INFO] [stdout] 151 + pub(crate) static mut PCAP_DATALINK_VAL_TO_NAME_SYMBOL: Option<fn(arg1: c_int) -> *const c_char> =
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_datalink_val_to_description_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:153:23
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub(crate) static mut pcap_datalink_val_to_description_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 153 - pub(crate) static mut pcap_datalink_val_to_description_symbol: Option<
[INFO] [stdout] 153 + pub(crate) static mut PCAP_DATALINK_VAL_TO_DESCRIPTION_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_fileno_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:156:23
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub(crate) static mut pcap_fileno_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 156 - pub(crate) static mut pcap_fileno_symbol: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout] 156 + pub(crate) static mut PCAP_FILENO_SYMBOL: Option<fn(arg1: *mut pcap_t) -> c_int> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_open_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub(crate) static mut pcap_dump_open_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 157 - pub(crate) static mut pcap_dump_open_symbol: Option<
[INFO] [stdout] 157 + pub(crate) static mut PCAP_DUMP_OPEN_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_fopen_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:161:23
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub(crate) static mut pcap_dump_fopen_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 161 - pub(crate) static mut pcap_dump_fopen_symbol: Option<
[INFO] [stdout] 161 + pub(crate) static mut PCAP_DUMP_FOPEN_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_close_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:164:23
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub(crate) static mut pcap_dump_close_symbol: Option<fn(arg1: *mut pcap_dumper_t) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 164 - pub(crate) static mut pcap_dump_close_symbol: Option<fn(arg1: *mut pcap_dumper_t) -> ()> = None;
[INFO] [stdout] 164 + pub(crate) static mut PCAP_DUMP_CLOSE_SYMBOL: Option<fn(arg1: *mut pcap_dumper_t) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_dump_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:165:23
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub(crate) static mut pcap_dump_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 165 - pub(crate) static mut pcap_dump_symbol: Option<
[INFO] [stdout] 165 + pub(crate) static mut PCAP_DUMP_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_findalldevs_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:168:23
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub(crate) static mut pcap_findalldevs_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 168 - pub(crate) static mut pcap_findalldevs_symbol: Option<
[INFO] [stdout] 168 + pub(crate) static mut PCAP_FINDALLDEVS_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_freealldevs_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub(crate) static mut pcap_freealldevs_symbol: Option<fn(arg1: *mut pcap_if_t) -> ()> = None;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 171 - pub(crate) static mut pcap_freealldevs_symbol: Option<fn(arg1: *mut pcap_if_t) -> ()> = None;
[INFO] [stdout] 171 + pub(crate) static mut PCAP_FREEALLDEVS_SYMBOL: Option<fn(arg1: *mut pcap_if_t) -> ()> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_tstamp_type_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:182:23
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub(crate) static mut pcap_set_tstamp_type_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 182 - pub(crate) static mut pcap_set_tstamp_type_symbol: Option<
[INFO] [stdout] 182 + pub(crate) static mut PCAP_SET_TSTAMP_TYPE_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_tstamp_precision_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:187:23
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub(crate) static mut pcap_set_tstamp_precision_symbol: Option<
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 187 - pub(crate) static mut pcap_set_tstamp_precision_symbol: Option<
[INFO] [stdout] 187 + pub(crate) static mut PCAP_SET_TSTAMP_PRECISION_SYMBOL: Option<
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `pcap_set_rfmon_symbol` should have an upper case name
[INFO] [stdout]    --> src/raw.rs:192:23
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub(crate) static mut pcap_set_rfmon_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]     |
[INFO] [stdout] 192 - pub(crate) static mut pcap_set_rfmon_symbol: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout] 192 + pub(crate) static mut PCAP_SET_RFMON_SYMBOL: Option<fn(arg1: *mut pcap_t, arg2: c_int) -> c_int> =
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "58b298b182ca3fa7e780c965558b1451021c35cef1a1543514aecff4bdfe5a35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58b298b182ca3fa7e780c965558b1451021c35cef1a1543514aecff4bdfe5a35", kill_on_drop: false }`
[INFO] [stdout] 58b298b182ca3fa7e780c965558b1451021c35cef1a1543514aecff4bdfe5a35
