[INFO] fetching crate rust-rcs-core 0.3.1...
[INFO] building rust-rcs-core-0.3.1 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate rust-rcs-core 0.3.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate rust-rcs-core 0.3.1
[INFO] finished tweaking crates.io crate rust-rcs-core 0.3.1
[INFO] tweaked toml for crates.io crate rust-rcs-core 0.3.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust-rcs-core 0.3.1 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 188 packages to latest compatible versions
[INFO] [stderr]       Adding base64 v0.21.7 (available: v0.22.1)
[INFO] [stderr]       Adding cached v0.46.1 (available: v0.56.0)
[INFO] [stderr]       Adding hickory-client v0.24.4 (available: v0.25.2)
[INFO] [stderr]       Adding quick-xml v0.31.0 (available: v0.38.3)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding rustls v0.22.4 (available: v0.23.32)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b62eaaf255e8766b24a5b80df2c17d772052dd0b0fdfb1df8a4f17557925ef1c
[INFO] running `Command { std: "docker" "start" "-a" "b62eaaf255e8766b24a5b80df2c17d772052dd0b0fdfb1df8a4f17557925ef1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b62eaaf255e8766b24a5b80df2c17d772052dd0b0fdfb1df8a4f17557925ef1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b62eaaf255e8766b24a5b80df2c17d772052dd0b0fdfb1df8a4f17557925ef1c", kill_on_drop: false }`
[INFO] [stdout] b62eaaf255e8766b24a5b80df2c17d772052dd0b0fdfb1df8a4f17557925ef1c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab936ff0d99ee21bd1d14b7a3cdfccef6db279a28c927f2584c4bd1cdc2203ff
[INFO] running `Command { std: "docker" "start" "-a" "ab936ff0d99ee21bd1d14b7a3cdfccef6db279a28c927f2584c4bd1cdc2203ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling compression-core v0.4.29
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling cached_proc_macro_types v0.1.1
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling lzw v0.10.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rust-strict-sdp v0.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling cached_proc_macro v0.18.1
[INFO] [stderr]    Compiling compression-codecs v0.4.31
[INFO] [stderr]    Compiling async-compression v0.4.32
[INFO] [stderr]    Compiling hickory-proto v0.24.4
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling cached v0.46.1
[INFO] [stderr]    Compiling hickory-client v0.24.4
[INFO] [stderr]    Compiling rust-rcs-core v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::ffi::CString`
[INFO] [stdout]   --> src/ffi/log.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::ffi::CString;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `libc::c_char`
[INFO] [stdout]   --> src/ffi/log.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use libc::c_char;
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CStr`
[INFO] [stdout]   --> src/ffi/net_ctrl.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ffi::{c_void, CStr},
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `c_int`, `c_void`, and `size_t`
[INFO] [stdout]   --> src/security/aka/mod.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | use libc::{c_int, c_void, size_t};
[INFO] [stdout]    |            ^^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `internet::HeaderField`
[INFO] [stdout]   --> src/security/authentication/authentication_info.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::{internet::HeaderField, util::raw_string::StrEq};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `security_context`
[INFO] [stdout]    --> src/security/gba/mod.rs:730:5
[INFO] [stdout]     |
[INFO] [stdout] 730 |     security_context: &SecurityContext,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_security_context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `impi`
[INFO] [stdout]    --> src/security/gba/mod.rs:383:5
[INFO] [stdout]     |
[INFO] [stdout] 383 |     impi: &'a [u8],
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_impi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uri`
[INFO] [stdout]    --> src/security/gba/mod.rs:384:5
[INFO] [stdout]     |
[INFO] [stdout] 384 |     uri: &'a [u8],
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_uri`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/security/gba/mod.rs:462:63
[INFO] [stdout]     |
[INFO] [stdout] 462 | ...                   Ok(Event::End(ref e)) => {
[INFO] [stdout]     |                                         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:224:37
[INFO] [stdout]     |
[INFO] [stdout] 224 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `challenge_data`
[INFO] [stdout]   --> src/security/aka/mod.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn perform_aka(challenge_data: &[u8], subscription_id: i32) -> Result<Vec<u8>, ErrorKind> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_challenge_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subscription_id`
[INFO] [stdout]   --> src/security/aka/mod.rs:89:39
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn perform_aka(challenge_data: &[u8], subscription_id: i32) -> Result<Vec<u8>, ErrorKind> {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subscription_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `transaction`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:406:9
[INFO] [stdout]     |
[INFO] [stdout] 406 |         transaction: (
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:586:38
[INFO] [stdout]     |
[INFO] [stdout] 586 |     fn on_terminating_request(&self, message: &SipMessage) {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `qop`
[INFO] [stdout]    --> src/security/authentication/digest.rs:455:38
[INFO] [stdout]     |
[INFO] [stdout] 455 |                 if let Ok((response, qop)) = challenge.as_challenge_param().create_response(
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_qop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:590:39
[INFO] [stdout]     |
[INFO] [stdout] 590 |     fn on_terminating_response(&self, message: &SipMessage) {
[INFO] [stdout]     |                                       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/msrp/msrp_transport.rs:324:45
[INFO] [stdout]     |
[INFO] [stdout] 324 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/sip/sip_session.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 Err(e) => {}
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_dispose`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:642:40
[INFO] [stdout]     |
[INFO] [stdout] 642 |             State::Early(dialog_users, on_dispose) | State::Confirmed(dialog_users, on_dispose) => {
[INFO] [stdout]     |                                        ^^^^^^^^^^                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 642 |             State::Early(dialog_users, _on_dispose) | State::Confirmed(dialog_users, _on_dispose) => {
[INFO] [stdout]     |                                        +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rt`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:639:64
[INFO] [stdout]     |
[INFO] [stdout] 639 |     pub fn on_terminating_request(&self, message: &SipMessage, rt: &Arc<Runtime>) {
[INFO] [stdout]     |                                                                ^^ help: if this is intentional, prefix it with an underscore: `_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_dispose`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:676:40
[INFO] [stdout]     |
[INFO] [stdout] 676 |             State::Early(dialog_users, on_dispose) | State::Confirmed(dialog_users, on_dispose) => {
[INFO] [stdout]     |                                        ^^^^^^^^^^                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 676 |             State::Early(dialog_users, _on_dispose) | State::Confirmed(dialog_users, _on_dispose) => {
[INFO] [stdout]     |                                        +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rt`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:673:65
[INFO] [stdout]     |
[INFO] [stdout] 673 |     pub fn on_terminating_response(&self, message: &SipMessage, rt: &Arc<Runtime>) {
[INFO] [stdout]     |                                                                 ^^ help: if this is intentional, prefix it with an underscore: `_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ptr`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     let ptr = data as *mut c_void;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `network_info_c_handle`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     let network_info_c_handle = network_info.0.as_ptr();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_network_info_c_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `network_info_c_handle`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     let network_info_c_handle = network_info.0.as_ptr();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_network_info_c_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dns_info_c_handle`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |     let dns_info_c_handle = dns_info.0.as_ptr();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dns_info_c_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |     let mut v = Vec::new();
[INFO] [stdout]     |         ----^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 |     let mut v = Vec::new();
[INFO] [stdout]     |         ----^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx`
[INFO] [stdout]    --> src/sip/sip_core.rs:408:5
[INFO] [stdout]     |
[INFO] [stdout] 408 |     rx: mpsc::Receiver<ServerTransactionEvent>,
[INFO] [stdout]     |     ^^ help: if this is intentional, prefix it with an underscore: `_rx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/msrp/msrp_channel.rs:188:41
[INFO] [stdout]     |
[INFO] [stdout] 188 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_core.rs:480:45
[INFO] [stdout]     |
[INFO] [stdout] 480 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/msrp/msrp_channel.rs:292:33
[INFO] [stdout]     |
[INFO] [stdout] 292 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `aid_bytes`
[INFO] [stdout]   --> src/ffi/icc.rs:67:16
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn new(aid_bytes: &[u8]) -> Option<IccChannel> {
[INFO] [stdout]    |                ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aid_bytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cla`
[INFO] [stdout]    --> src/ffi/icc.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |         cla: u8,
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_cla`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ins`
[INFO] [stdout]    --> src/ffi/icc.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |         ins: u8,
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_ins`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p1`
[INFO] [stdout]    --> src/ffi/icc.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         p1: u8,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_p1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p2`
[INFO] [stdout]    --> src/ffi/icc.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         p2: u8,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_p2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p3`
[INFO] [stdout]    --> src/ffi/icc.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         p3: u8,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_p3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `in_data`
[INFO] [stdout]    --> src/ffi/icc.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         in_data: &[u8],
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_in_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:204:29
[INFO] [stdout]     |
[INFO] [stdout] 204 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:247:29
[INFO] [stdout]     |
[INFO] [stdout] 247 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `connections_2`
[INFO] [stdout]    --> src/http/mod.rs:807:9
[INFO] [stdout]     |
[INFO] [stdout] 807 |     let connections_2 = Arc::clone(connections);
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_connections_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `conn_2`
[INFO] [stdout]    --> src/http/mod.rs:809:9
[INFO] [stdout]     |
[INFO] [stdout] 809 |     let conn_2 = Arc::clone(conn);
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_conn_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/http/mod.rs:982:45
[INFO] [stdout]     |
[INFO] [stdout] 982 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 291 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:317:29
[INFO] [stdout]     |
[INFO] [stdout] 317 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/cpim/cpim_message.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 122 |         headers: Vec<(Vec<u8>, &'a [u8])>,
[INFO] [stdout]     |                                 -- the lifetime is named here
[INFO] [stdout] 123 |     ) -> Result<CPIMInfo, &'static str> {
[INFO] [stdout]     |                 ^^^^^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 123 |     ) -> Result<CPIMInfo<'a>, &'static str> {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cpim/cpim_message.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn get_info(&self) -> Result<CPIMInfo, &'static str> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn get_info(&self) -> Result<CPIMInfo<'_>, &'static str> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/security/authentication/mod.rs:35:54
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn new(s: &'a [u8]) -> AuthenticationMethods<'_> {
[INFO] [stdout]    |                    -- the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 35 -     pub fn new(s: &'a [u8]) -> AuthenticationMethods<'_> {
[INFO] [stdout] 35 +     pub fn new(s: &'a [u8]) -> AuthenticationMethods<'a> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sip/sip_dialog.rs:300:30
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn dialog_identifier(&self) -> SipDialogIdentifier {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn dialog_identifier(&self) -> SipDialogIdentifier<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/security/authentication/digest.rs:271:31
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn as_challenge_param(&self) -> DigestChallengeParams {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn as_challenge_param(&self) -> DigestChallengeParams<'_> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `scheduled_for_disponse` is never read
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:320:5
[INFO] [stdout]     |
[INFO] [stdout] 319 | struct SubscriptionRefreshContext {
[INFO] [stdout]     |        -------------------------- field in this struct
[INFO] [stdout] 320 |     scheduled_for_disponse: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `AwaitPositiveReport`, `AwaitPositiveAndNegativeReport`, and `DontCare` are never constructed
[INFO] [stdout]   --> src/msrp/msrp_demuxer.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | enum DeliveryStatus {
[INFO] [stdout]    |      -------------- variants in this enum
[INFO] [stdout] 38 |     AwaitPositiveReport(Vec<Range<usize>>, usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |     AwaitNegativeReport,
[INFO] [stdout] 40 |     AwaitPositiveAndNegativeReport(Vec<Range<usize>>, usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 41 |     DontCare,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `AwaitResponse` and `DontCare` are never constructed
[INFO] [stdout]   --> src/msrp/msrp_demuxer.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | enum TransactionStatus {
[INFO] [stdout]    |      ----------------- variants in this enum
[INFO] [stdout] 45 |     AwaitResponse,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     DontCare,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ffi/async.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl WakerHandle {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 11 |     pub(crate) fn new(waker: &Waker) -> WakerHandle {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `channel` is never read
[INFO] [stdout]   --> src/ffi/icc.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct IccChannel {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 44 |     channel: i32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `callback` is never read
[INFO] [stdout]   --> src/ffi/net_ctrl.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct NetworkRequestCallbackWrapper {
[INFO] [stdout]    |            ----------------------------- field in this struct
[INFO] [stdout] 30 |     callback: Option<Box<dyn FnOnce(bool) + Send + Sync + 'static>>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ffi/net_ctrl.rs:55:41
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct NetworkRequestCHandleWrapper(NonNull<NetworkRequestCHandle>);
[INFO] [stdout]    |            ---------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 32 |         headers: Vec<(Vec<u8>, &'a [u8])>,
[INFO] [stdout]    |                                 -- the lifetime is named here
[INFO] [stdout] 33 |     ) -> Result<IMDNInfo, &'static str>;
[INFO] [stdout]    |                 ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ) -> Result<IMDNInfo<'a>, &'static str>;
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:34:22
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn get_imdn_info(&self) -> Result<IMDNInfo, &'static str>;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn get_imdn_info(&self) -> Result<IMDNInfo<'_>, &'static str>;
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 40 |         headers: Vec<(Vec<u8>, &'a [u8])>,
[INFO] [stdout]    |                                 -- the lifetime is named here
[INFO] [stdout] 41 |     ) -> Result<IMDNInfo, &'static str> {
[INFO] [stdout]    |                 ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> Result<IMDNInfo<'a>, &'static str> {
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn get_imdn_info(&self) -> Result<IMDNInfo, &'static str> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn get_imdn_info(&self) -> Result<IMDNInfo<'_>, &'static str> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/body/mod.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn reader(&self) -> Result<BodyReader, BodySerializationError> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn reader(&self) -> Result<BodyReader<'_>, BodySerializationError> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/header.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn reader(&self) -> HeaderReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn reader(&self) -> HeaderReader<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/from_to.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn as_from_to(&'a self) -> FromTo {
[INFO] [stdout]    |                    --          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn as_from_to(&'a self) -> FromTo<'a> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/session_expires.rs:32:47
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn as_session_expires(&'a self) -> Option<SessionExpires> {
[INFO] [stdout]    |                            --                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn as_session_expires(&'a self) -> Option<SessionExpires<'a>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/subscription_state.rs:51:50
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn as_subscription_state(&'a self) -> Option<SubscriptionState> {
[INFO] [stdout]    |                               --                 ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn as_subscription_state(&'a self) -> Option<SubscriptionState<'a>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/via.rs:33:35
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn as_via(&'a self) -> Option<Via> {
[INFO] [stdout]    |                --                 ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn as_via(&'a self) -> Option<Via<'a>> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_message.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn reader(&self) -> SipRequestLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn reader(&self) -> SipRequestLineReader<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sip/sip_message.rs:180:19
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn reader(&self) -> SipResponseLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn reader(&self) -> SipResponseLineReader<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/security/gba/mod.rs:376:11
[INFO] [stdout]     |
[INFO] [stdout] 376 |     Error(ErrorKind),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 376 -     Error(ErrorKind),
[INFO] [stdout] 376 +     Error(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/cseq.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn reader(&self) -> CSeqReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn reader(&self) -> CSeqReader<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/cseq.rs:47:36
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn as_cseq(&'a self) -> Option<CSeq> {
[INFO] [stdout]    |                 --                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn as_cseq(&'a self) -> Option<CSeq<'a>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/msrp/headers/status.rs:30:43
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn as_msrp_status(&'a self) -> Option<Status> {
[INFO] [stdout]    |                        --                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn as_msrp_status(&'a self) -> Option<Status<'a>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msrp/msrp_chunk.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn reader(&self) -> MsrpRequestLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn reader(&self) -> MsrpRequestLineReader<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msrp/msrp_chunk.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn reader(&self) -> MsrpResponseLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn reader(&self) -> MsrpResponseLineReader<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `GenerateToTag` is never used
[INFO] [stdout]    --> src/sip/sip_transaction/server_transaction.rs:256:7
[INFO] [stdout]     |
[INFO] [stdout] 256 | trait GenerateToTag {
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/parameter.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn reader(&self) -> ParameterReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn reader(&self) -> ParameterReader<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/parameter.rs:50:29
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn from(s: &'a [u8]) -> Parameter {
[INFO] [stdout]    |                 --          ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn from(s: &'a [u8]) -> Parameter<'a> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/headers/content_type.rs:34:44
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn as_content_type(&'a self) -> Option<ContentType> {
[INFO] [stdout]    |                         --                 ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn as_content_type(&'a self) -> Option<ContentType<'a>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/syntax/mod.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn quote(s: &str) -> Cow<str> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn quote(s: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/internet/name_addr.rs:136:43
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn as_name_addresses(&'a self) -> Vec<NameAddr> {
[INFO] [stdout]     |                           --              ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn as_name_addresses(&'a self) -> Vec<NameAddr<'a>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/header_field.rs:24:35
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn get_parameter_iterator(&self) -> ParameterParser {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn get_parameter_iterator(&self) -> ParameterParser<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/header_field.rs:36:37
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn as_header_field(&'a self) -> HeaderField {
[INFO] [stdout]    |                         --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn as_header_field(&'a self) -> HeaderField<'a> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/header_field.rs:54:37
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn as_header_field(&'a self) -> HeaderField {
[INFO] [stdout]    |                         --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn as_header_field(&'a self) -> HeaderField<'a> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msrp/msrp_chunk.rs:308:27
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn get_chunk_info(&self) -> Option<MsrpChunkInfo> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn get_chunk_info(&self) -> Option<MsrpChunkInfo<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msrp/msrp_chunk.rs:381:30
[INFO] [stdout]     |
[INFO] [stdout] 381 |     pub fn get_report_status(&self) -> Option<MsrpReportInfo> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 381 |     pub fn get_report_status(&self) -> Option<MsrpReportInfo<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.69s
[INFO] running `Command { std: "docker" "inspect" "ab936ff0d99ee21bd1d14b7a3cdfccef6db279a28c927f2584c4bd1cdc2203ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab936ff0d99ee21bd1d14b7a3cdfccef6db279a28c927f2584c4bd1cdc2203ff", kill_on_drop: false }`
[INFO] [stdout] ab936ff0d99ee21bd1d14b7a3cdfccef6db279a28c927f2584c4bd1cdc2203ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9448869800d39052b22a3cb94597541b7f8f46fec72d962040f50e76968c287d
[INFO] running `Command { std: "docker" "start" "-a" "9448869800d39052b22a3cb94597541b7f8f46fec72d962040f50e76968c287d", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::ffi::CString`
[INFO] [stdout]   --> src/ffi/log.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::ffi::CString;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `libc::c_char`
[INFO] [stdout]   --> src/ffi/log.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use libc::c_char;
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CStr`
[INFO] [stdout]   --> src/ffi/net_ctrl.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ffi::{c_void, CStr},
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `c_int`, `c_void`, and `size_t`
[INFO] [stdout]   --> src/security/aka/mod.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | use libc::{c_int, c_void, size_t};
[INFO] [stdout]    |            ^^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `internet::HeaderField`
[INFO] [stdout]   --> src/security/authentication/authentication_info.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::{internet::HeaderField, util::raw_string::StrEq};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `security_context`
[INFO] [stdout]    --> src/security/gba/mod.rs:730:5
[INFO] [stdout]     |
[INFO] [stdout] 730 |     security_context: &SecurityContext,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_security_context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `impi`
[INFO] [stdout]    --> src/security/gba/mod.rs:383:5
[INFO] [stdout]     |
[INFO] [stdout] 383 |     impi: &'a [u8],
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_impi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uri`
[INFO] [stdout]    --> src/security/gba/mod.rs:384:5
[INFO] [stdout]     |
[INFO] [stdout] 384 |     uri: &'a [u8],
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_uri`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/security/gba/mod.rs:462:63
[INFO] [stdout]     |
[INFO] [stdout] 462 | ...                   Ok(Event::End(ref e)) => {
[INFO] [stdout]     |                                         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:224:37
[INFO] [stdout]     |
[INFO] [stdout] 224 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `challenge_data`
[INFO] [stdout]   --> src/security/aka/mod.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn perform_aka(challenge_data: &[u8], subscription_id: i32) -> Result<Vec<u8>, ErrorKind> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_challenge_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subscription_id`
[INFO] [stdout]   --> src/security/aka/mod.rs:89:39
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn perform_aka(challenge_data: &[u8], subscription_id: i32) -> Result<Vec<u8>, ErrorKind> {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subscription_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `transaction`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:406:9
[INFO] [stdout]     |
[INFO] [stdout] 406 |         transaction: (
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:586:38
[INFO] [stdout]     |
[INFO] [stdout] 586 |     fn on_terminating_request(&self, message: &SipMessage) {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `qop`
[INFO] [stdout]    --> src/security/authentication/digest.rs:455:38
[INFO] [stdout]     |
[INFO] [stdout] 455 |                 if let Ok((response, qop)) = challenge.as_challenge_param().create_response(
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_qop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:590:39
[INFO] [stdout]     |
[INFO] [stdout] 590 |     fn on_terminating_response(&self, message: &SipMessage) {
[INFO] [stdout]     |                                       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/msrp/msrp_transport.rs:324:45
[INFO] [stdout]     |
[INFO] [stdout] 324 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/sip/sip_session.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 Err(e) => {}
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_dispose`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:642:40
[INFO] [stdout]     |
[INFO] [stdout] 642 |             State::Early(dialog_users, on_dispose) | State::Confirmed(dialog_users, on_dispose) => {
[INFO] [stdout]     |                                        ^^^^^^^^^^                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 642 |             State::Early(dialog_users, _on_dispose) | State::Confirmed(dialog_users, _on_dispose) => {
[INFO] [stdout]     |                                        +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rt`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:639:64
[INFO] [stdout]     |
[INFO] [stdout] 639 |     pub fn on_terminating_request(&self, message: &SipMessage, rt: &Arc<Runtime>) {
[INFO] [stdout]     |                                                                ^^ help: if this is intentional, prefix it with an underscore: `_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_dispose`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:676:40
[INFO] [stdout]     |
[INFO] [stdout] 676 |             State::Early(dialog_users, on_dispose) | State::Confirmed(dialog_users, on_dispose) => {
[INFO] [stdout]     |                                        ^^^^^^^^^^                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 676 |             State::Early(dialog_users, _on_dispose) | State::Confirmed(dialog_users, _on_dispose) => {
[INFO] [stdout]     |                                        +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rt`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:673:65
[INFO] [stdout]     |
[INFO] [stdout] 673 |     pub fn on_terminating_response(&self, message: &SipMessage, rt: &Arc<Runtime>) {
[INFO] [stdout]     |                                                                 ^^ help: if this is intentional, prefix it with an underscore: `_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ptr`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     let ptr = data as *mut c_void;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `network_info_c_handle`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     let network_info_c_handle = network_info.0.as_ptr();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_network_info_c_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `network_info_c_handle`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     let network_info_c_handle = network_info.0.as_ptr();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_network_info_c_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dns_info_c_handle`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |     let dns_info_c_handle = dns_info.0.as_ptr();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dns_info_c_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |     let mut v = Vec::new();
[INFO] [stdout]     |         ----^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 |     let mut v = Vec::new();
[INFO] [stdout]     |         ----^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx`
[INFO] [stdout]    --> src/sip/sip_core.rs:408:5
[INFO] [stdout]     |
[INFO] [stdout] 408 |     rx: mpsc::Receiver<ServerTransactionEvent>,
[INFO] [stdout]     |     ^^ help: if this is intentional, prefix it with an underscore: `_rx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/msrp/msrp_channel.rs:188:41
[INFO] [stdout]     |
[INFO] [stdout] 188 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_core.rs:480:45
[INFO] [stdout]     |
[INFO] [stdout] 480 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/msrp/msrp_channel.rs:292:33
[INFO] [stdout]     |
[INFO] [stdout] 292 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `aid_bytes`
[INFO] [stdout]   --> src/ffi/icc.rs:67:16
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn new(aid_bytes: &[u8]) -> Option<IccChannel> {
[INFO] [stdout]    |                ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aid_bytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cla`
[INFO] [stdout]    --> src/ffi/icc.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |         cla: u8,
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_cla`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ins`
[INFO] [stdout]    --> src/ffi/icc.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |         ins: u8,
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_ins`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p1`
[INFO] [stdout]    --> src/ffi/icc.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         p1: u8,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_p1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p2`
[INFO] [stdout]    --> src/ffi/icc.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         p2: u8,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_p2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p3`
[INFO] [stdout]    --> src/ffi/icc.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         p3: u8,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_p3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `in_data`
[INFO] [stdout]    --> src/ffi/icc.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         in_data: &[u8],
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_in_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:204:29
[INFO] [stdout]     |
[INFO] [stdout] 204 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:247:29
[INFO] [stdout]     |
[INFO] [stdout] 247 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `connections_2`
[INFO] [stdout]    --> src/http/mod.rs:807:9
[INFO] [stdout]     |
[INFO] [stdout] 807 |     let connections_2 = Arc::clone(connections);
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_connections_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `conn_2`
[INFO] [stdout]    --> src/http/mod.rs:809:9
[INFO] [stdout]     |
[INFO] [stdout] 809 |     let conn_2 = Arc::clone(conn);
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_conn_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/http/mod.rs:982:45
[INFO] [stdout]     |
[INFO] [stdout] 982 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 291 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:317:29
[INFO] [stdout]     |
[INFO] [stdout] 317 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/cpim/cpim_message.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 122 |         headers: Vec<(Vec<u8>, &'a [u8])>,
[INFO] [stdout]     |                                 -- the lifetime is named here
[INFO] [stdout] 123 |     ) -> Result<CPIMInfo, &'static str> {
[INFO] [stdout]     |                 ^^^^^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 123 |     ) -> Result<CPIMInfo<'a>, &'static str> {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cpim/cpim_message.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn get_info(&self) -> Result<CPIMInfo, &'static str> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn get_info(&self) -> Result<CPIMInfo<'_>, &'static str> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/security/authentication/mod.rs:35:54
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn new(s: &'a [u8]) -> AuthenticationMethods<'_> {
[INFO] [stdout]    |                    -- the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 35 -     pub fn new(s: &'a [u8]) -> AuthenticationMethods<'_> {
[INFO] [stdout] 35 +     pub fn new(s: &'a [u8]) -> AuthenticationMethods<'a> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sip/sip_dialog.rs:300:30
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn dialog_identifier(&self) -> SipDialogIdentifier {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn dialog_identifier(&self) -> SipDialogIdentifier<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/security/authentication/digest.rs:271:31
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn as_challenge_param(&self) -> DigestChallengeParams {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn as_challenge_param(&self) -> DigestChallengeParams<'_> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `scheduled_for_disponse` is never read
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:320:5
[INFO] [stdout]     |
[INFO] [stdout] 319 | struct SubscriptionRefreshContext {
[INFO] [stdout]     |        -------------------------- field in this struct
[INFO] [stdout] 320 |     scheduled_for_disponse: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `AwaitPositiveReport`, `AwaitPositiveAndNegativeReport`, and `DontCare` are never constructed
[INFO] [stdout]   --> src/msrp/msrp_demuxer.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | enum DeliveryStatus {
[INFO] [stdout]    |      -------------- variants in this enum
[INFO] [stdout] 38 |     AwaitPositiveReport(Vec<Range<usize>>, usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |     AwaitNegativeReport,
[INFO] [stdout] 40 |     AwaitPositiveAndNegativeReport(Vec<Range<usize>>, usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 41 |     DontCare,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `AwaitResponse` and `DontCare` are never constructed
[INFO] [stdout]   --> src/msrp/msrp_demuxer.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | enum TransactionStatus {
[INFO] [stdout]    |      ----------------- variants in this enum
[INFO] [stdout] 45 |     AwaitResponse,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     DontCare,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ffi/async.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl WakerHandle {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 11 |     pub(crate) fn new(waker: &Waker) -> WakerHandle {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `channel` is never read
[INFO] [stdout]   --> src/ffi/icc.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct IccChannel {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 44 |     channel: i32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `callback` is never read
[INFO] [stdout]   --> src/ffi/net_ctrl.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct NetworkRequestCallbackWrapper {
[INFO] [stdout]    |            ----------------------------- field in this struct
[INFO] [stdout] 30 |     callback: Option<Box<dyn FnOnce(bool) + Send + Sync + 'static>>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ffi/net_ctrl.rs:55:41
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct NetworkRequestCHandleWrapper(NonNull<NetworkRequestCHandle>);
[INFO] [stdout]    |            ---------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 32 |         headers: Vec<(Vec<u8>, &'a [u8])>,
[INFO] [stdout]    |                                 -- the lifetime is named here
[INFO] [stdout] 33 |     ) -> Result<IMDNInfo, &'static str>;
[INFO] [stdout]    |                 ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ) -> Result<IMDNInfo<'a>, &'static str>;
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:34:22
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn get_imdn_info(&self) -> Result<IMDNInfo, &'static str>;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn get_imdn_info(&self) -> Result<IMDNInfo<'_>, &'static str>;
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 40 |         headers: Vec<(Vec<u8>, &'a [u8])>,
[INFO] [stdout]    |                                 -- the lifetime is named here
[INFO] [stdout] 41 |     ) -> Result<IMDNInfo, &'static str> {
[INFO] [stdout]    |                 ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> Result<IMDNInfo<'a>, &'static str> {
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn get_imdn_info(&self) -> Result<IMDNInfo, &'static str> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn get_imdn_info(&self) -> Result<IMDNInfo<'_>, &'static str> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/body/mod.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn reader(&self) -> Result<BodyReader, BodySerializationError> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn reader(&self) -> Result<BodyReader<'_>, BodySerializationError> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/header.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn reader(&self) -> HeaderReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn reader(&self) -> HeaderReader<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/from_to.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn as_from_to(&'a self) -> FromTo {
[INFO] [stdout]    |                    --          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn as_from_to(&'a self) -> FromTo<'a> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/session_expires.rs:32:47
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn as_session_expires(&'a self) -> Option<SessionExpires> {
[INFO] [stdout]    |                            --                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn as_session_expires(&'a self) -> Option<SessionExpires<'a>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/subscription_state.rs:51:50
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn as_subscription_state(&'a self) -> Option<SubscriptionState> {
[INFO] [stdout]    |                               --                 ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn as_subscription_state(&'a self) -> Option<SubscriptionState<'a>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/via.rs:33:35
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn as_via(&'a self) -> Option<Via> {
[INFO] [stdout]    |                --                 ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn as_via(&'a self) -> Option<Via<'a>> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_message.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn reader(&self) -> SipRequestLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn reader(&self) -> SipRequestLineReader<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sip/sip_message.rs:180:19
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn reader(&self) -> SipResponseLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn reader(&self) -> SipResponseLineReader<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/security/gba/mod.rs:376:11
[INFO] [stdout]     |
[INFO] [stdout] 376 |     Error(ErrorKind),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 376 -     Error(ErrorKind),
[INFO] [stdout] 376 +     Error(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/cseq.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn reader(&self) -> CSeqReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn reader(&self) -> CSeqReader<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/cseq.rs:47:36
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn as_cseq(&'a self) -> Option<CSeq> {
[INFO] [stdout]    |                 --                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn as_cseq(&'a self) -> Option<CSeq<'a>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/msrp/headers/status.rs:30:43
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn as_msrp_status(&'a self) -> Option<Status> {
[INFO] [stdout]    |                        --                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn as_msrp_status(&'a self) -> Option<Status<'a>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msrp/msrp_chunk.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn reader(&self) -> MsrpRequestLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn reader(&self) -> MsrpRequestLineReader<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msrp/msrp_chunk.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn reader(&self) -> MsrpResponseLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn reader(&self) -> MsrpResponseLineReader<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `GenerateToTag` is never used
[INFO] [stdout]    --> src/sip/sip_transaction/server_transaction.rs:256:7
[INFO] [stdout]     |
[INFO] [stdout] 256 | trait GenerateToTag {
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/parameter.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn reader(&self) -> ParameterReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn reader(&self) -> ParameterReader<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/parameter.rs:50:29
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn from(s: &'a [u8]) -> Parameter {
[INFO] [stdout]    |                 --          ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn from(s: &'a [u8]) -> Parameter<'a> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/headers/content_type.rs:34:44
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn as_content_type(&'a self) -> Option<ContentType> {
[INFO] [stdout]    |                         --                 ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn as_content_type(&'a self) -> Option<ContentType<'a>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/syntax/mod.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn quote(s: &str) -> Cow<str> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn quote(s: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/internet/name_addr.rs:136:43
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn as_name_addresses(&'a self) -> Vec<NameAddr> {
[INFO] [stdout]     |                           --              ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn as_name_addresses(&'a self) -> Vec<NameAddr<'a>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/header_field.rs:24:35
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn get_parameter_iterator(&self) -> ParameterParser {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn get_parameter_iterator(&self) -> ParameterParser<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/header_field.rs:36:37
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn as_header_field(&'a self) -> HeaderField {
[INFO] [stdout]    |                         --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn as_header_field(&'a self) -> HeaderField<'a> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/header_field.rs:54:37
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn as_header_field(&'a self) -> HeaderField {
[INFO] [stdout]    |                         --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn as_header_field(&'a self) -> HeaderField<'a> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msrp/msrp_chunk.rs:308:27
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn get_chunk_info(&self) -> Option<MsrpChunkInfo> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn get_chunk_info(&self) -> Option<MsrpChunkInfo<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msrp/msrp_chunk.rs:381:30
[INFO] [stdout]     |
[INFO] [stdout] 381 |     pub fn get_report_status(&self) -> Option<MsrpReportInfo> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 381 |     pub fn get_report_status(&self) -> Option<MsrpReportInfo<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rust-rcs-core v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::ffi::CString`
[INFO] [stdout]   --> src/ffi/log.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::ffi::CString;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `libc::c_char`
[INFO] [stdout]   --> src/ffi/log.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use libc::c_char;
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CStr`
[INFO] [stdout]   --> src/ffi/net_ctrl.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ffi::{c_void, CStr},
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `c_int`, `c_void`, and `size_t`
[INFO] [stdout]   --> src/security/aka/mod.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | use libc::{c_int, c_void, size_t};
[INFO] [stdout]    |            ^^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `internet::HeaderField`
[INFO] [stdout]   --> src/security/authentication/authentication_info.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::{internet::HeaderField, util::raw_string::StrEq};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `security_context`
[INFO] [stdout]    --> src/security/gba/mod.rs:730:5
[INFO] [stdout]     |
[INFO] [stdout] 730 |     security_context: &SecurityContext,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_security_context`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `impi`
[INFO] [stdout]    --> src/security/gba/mod.rs:383:5
[INFO] [stdout]     |
[INFO] [stdout] 383 |     impi: &'a [u8],
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_impi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uri`
[INFO] [stdout]    --> src/security/gba/mod.rs:384:5
[INFO] [stdout]     |
[INFO] [stdout] 384 |     uri: &'a [u8],
[INFO] [stdout]     |     ^^^ help: if this is intentional, prefix it with an underscore: `_uri`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/security/gba/mod.rs:462:63
[INFO] [stdout]     |
[INFO] [stdout] 462 | ...                   Ok(Event::End(ref e)) => {
[INFO] [stdout]     |                                         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `transaction`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:406:9
[INFO] [stdout]     |
[INFO] [stdout] 406 |         transaction: (
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_dispose`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:642:40
[INFO] [stdout]     |
[INFO] [stdout] 642 |             State::Early(dialog_users, on_dispose) | State::Confirmed(dialog_users, on_dispose) => {
[INFO] [stdout]     |                                        ^^^^^^^^^^                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 642 |             State::Early(dialog_users, _on_dispose) | State::Confirmed(dialog_users, _on_dispose) => {
[INFO] [stdout]     |                                        +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx`
[INFO] [stdout]    --> src/sip/sip_core.rs:408:5
[INFO] [stdout]     |
[INFO] [stdout] 408 |     rx: mpsc::Receiver<ServerTransactionEvent>,
[INFO] [stdout]     |     ^^ help: if this is intentional, prefix it with an underscore: `_rx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rt`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:639:64
[INFO] [stdout]     |
[INFO] [stdout] 639 |     pub fn on_terminating_request(&self, message: &SipMessage, rt: &Arc<Runtime>) {
[INFO] [stdout]     |                                                                ^^ help: if this is intentional, prefix it with an underscore: `_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_core.rs:480:45
[INFO] [stdout]     |
[INFO] [stdout] 480 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_dispose`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:676:40
[INFO] [stdout]     |
[INFO] [stdout] 676 |             State::Early(dialog_users, on_dispose) | State::Confirmed(dialog_users, on_dispose) => {
[INFO] [stdout]     |                                        ^^^^^^^^^^                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 676 |             State::Early(dialog_users, _on_dispose) | State::Confirmed(dialog_users, _on_dispose) => {
[INFO] [stdout]     |                                        +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rt`
[INFO] [stdout]    --> src/sip/sip_dialog.rs:673:65
[INFO] [stdout]     |
[INFO] [stdout] 673 |     pub fn on_terminating_response(&self, message: &SipMessage, rt: &Arc<Runtime>) {
[INFO] [stdout]     |                                                                 ^^ help: if this is intentional, prefix it with an underscore: `_rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/msrp/msrp_channel.rs:188:41
[INFO] [stdout]     |
[INFO] [stdout] 188 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/msrp/msrp_channel.rs:292:33
[INFO] [stdout]     |
[INFO] [stdout] 292 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:204:29
[INFO] [stdout]     |
[INFO] [stdout] 204 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ptr`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     let ptr = data as *mut c_void;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `network_info_c_handle`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     let network_info_c_handle = network_info.0.as_ptr();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_network_info_c_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `network_info_c_handle`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     let network_info_c_handle = network_info.0.as_ptr();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_network_info_c_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dns_info_c_handle`
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |     let dns_info_c_handle = dns_info.0.as_ptr();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dns_info_c_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |     let mut v = Vec::new();
[INFO] [stdout]     |         ----^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ffi/net_ctrl.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 |     let mut v = Vec::new();
[INFO] [stdout]     |         ----^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:247:29
[INFO] [stdout]     |
[INFO] [stdout] 247 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/sip/sip_session.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 Err(e) => {}
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 291 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_transaction/is_transaction.rs:317:29
[INFO] [stdout]     |
[INFO] [stdout] 317 |                         Err(e) => {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `qop`
[INFO] [stdout]    --> src/security/authentication/digest.rs:455:38
[INFO] [stdout]     |
[INFO] [stdout] 455 |                 if let Ok((response, qop)) = challenge.as_challenge_param().create_response(
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_qop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:224:37
[INFO] [stdout]     |
[INFO] [stdout] 224 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/http/mod.rs:982:45
[INFO] [stdout]     |
[INFO] [stdout] 982 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `connections_2`
[INFO] [stdout]    --> src/http/mod.rs:807:9
[INFO] [stdout]     |
[INFO] [stdout] 807 |     let connections_2 = Arc::clone(connections);
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_connections_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `conn_2`
[INFO] [stdout]    --> src/http/mod.rs:809:9
[INFO] [stdout]     |
[INFO] [stdout] 809 |     let conn_2 = Arc::clone(conn);
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_conn_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/msrp/msrp_transport.rs:324:45
[INFO] [stdout]     |
[INFO] [stdout] 324 | ...                   Err(e) => {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `aid_bytes`
[INFO] [stdout]   --> src/ffi/icc.rs:67:16
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn new(aid_bytes: &[u8]) -> Option<IccChannel> {
[INFO] [stdout]    |                ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aid_bytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cla`
[INFO] [stdout]    --> src/ffi/icc.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |         cla: u8,
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_cla`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ins`
[INFO] [stdout]    --> src/ffi/icc.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |         ins: u8,
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_ins`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p1`
[INFO] [stdout]    --> src/ffi/icc.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         p1: u8,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_p1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p2`
[INFO] [stdout]    --> src/ffi/icc.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         p2: u8,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_p2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p3`
[INFO] [stdout]    --> src/ffi/icc.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         p3: u8,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_p3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `in_data`
[INFO] [stdout]    --> src/ffi/icc.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         in_data: &[u8],
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_in_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `challenge_data`
[INFO] [stdout]   --> src/security/aka/mod.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn perform_aka(challenge_data: &[u8], subscription_id: i32) -> Result<Vec<u8>, ErrorKind> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_challenge_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subscription_id`
[INFO] [stdout]   --> src/security/aka/mod.rs:89:39
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn perform_aka(challenge_data: &[u8], subscription_id: i32) -> Result<Vec<u8>, ErrorKind> {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subscription_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:586:38
[INFO] [stdout]     |
[INFO] [stdout] 586 |     fn on_terminating_request(&self, message: &SipMessage) {
[INFO] [stdout]     |                                      ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:590:39
[INFO] [stdout]     |
[INFO] [stdout] 590 |     fn on_terminating_response(&self, message: &SipMessage) {
[INFO] [stdout]     |                                       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/cpim/cpim_message.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 122 |         headers: Vec<(Vec<u8>, &'a [u8])>,
[INFO] [stdout]     |                                 -- the lifetime is named here
[INFO] [stdout] 123 |     ) -> Result<CPIMInfo, &'static str> {
[INFO] [stdout]     |                 ^^^^^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 123 |     ) -> Result<CPIMInfo<'a>, &'static str> {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cpim/cpim_message.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn get_info(&self) -> Result<CPIMInfo, &'static str> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub fn get_info(&self) -> Result<CPIMInfo<'_>, &'static str> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/headers/content_type.rs:34:44
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn as_content_type(&'a self) -> Option<ContentType> {
[INFO] [stdout]    |                         --                 ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn as_content_type(&'a self) -> Option<ContentType<'a>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/parameter.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn reader(&self) -> ParameterReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn reader(&self) -> ParameterReader<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/parameter.rs:50:29
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn from(s: &'a [u8]) -> Parameter {
[INFO] [stdout]    |                 --          ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn from(s: &'a [u8]) -> Parameter<'a> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/syntax/mod.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn quote(s: &str) -> Cow<str> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn quote(s: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msrp/msrp_chunk.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn reader(&self) -> MsrpRequestLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn reader(&self) -> MsrpRequestLineReader<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msrp/msrp_chunk.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn reader(&self) -> MsrpResponseLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn reader(&self) -> MsrpResponseLineReader<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msrp/msrp_chunk.rs:308:27
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn get_chunk_info(&self) -> Option<MsrpChunkInfo> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn get_chunk_info(&self) -> Option<MsrpChunkInfo<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/msrp/headers/status.rs:30:43
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn as_msrp_status(&'a self) -> Option<Status> {
[INFO] [stdout]    |                        --                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn as_msrp_status(&'a self) -> Option<Status<'a>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/internet/name_addr.rs:136:43
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn as_name_addresses(&'a self) -> Vec<NameAddr> {
[INFO] [stdout]     |                           --              ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn as_name_addresses(&'a self) -> Vec<NameAddr<'a>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sip/sip_dialog.rs:300:30
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn dialog_identifier(&self) -> SipDialogIdentifier {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn dialog_identifier(&self) -> SipDialogIdentifier<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/security/authentication/mod.rs:35:54
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn new(s: &'a [u8]) -> AuthenticationMethods<'_> {
[INFO] [stdout]    |                    -- the lifetime is named here     ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 35 -     pub fn new(s: &'a [u8]) -> AuthenticationMethods<'_> {
[INFO] [stdout] 35 +     pub fn new(s: &'a [u8]) -> AuthenticationMethods<'a> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/subscription_state.rs:51:50
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn as_subscription_state(&'a self) -> Option<SubscriptionState> {
[INFO] [stdout]    |                               --                 ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn as_subscription_state(&'a self) -> Option<SubscriptionState<'a>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/via.rs:33:35
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn as_via(&'a self) -> Option<Via> {
[INFO] [stdout]    |                --                 ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn as_via(&'a self) -> Option<Via<'a>> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_message.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn reader(&self) -> SipRequestLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn reader(&self) -> SipRequestLineReader<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msrp/msrp_chunk.rs:381:30
[INFO] [stdout]     |
[INFO] [stdout] 381 |     pub fn get_report_status(&self) -> Option<MsrpReportInfo> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 381 |     pub fn get_report_status(&self) -> Option<MsrpReportInfo<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/from_to.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn as_from_to(&'a self) -> FromTo {
[INFO] [stdout]    |                    --          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn as_from_to(&'a self) -> FromTo<'a> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/session_expires.rs:32:47
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn as_session_expires(&'a self) -> Option<SessionExpires> {
[INFO] [stdout]    |                            --                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn as_session_expires(&'a self) -> Option<SessionExpires<'a>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/body/mod.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn reader(&self) -> Result<BodyReader, BodySerializationError> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn reader(&self) -> Result<BodyReader<'_>, BodySerializationError> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/cseq.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn reader(&self) -> CSeqReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn reader(&self) -> CSeqReader<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sip/sip_headers/cseq.rs:47:36
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn as_cseq(&'a self) -> Option<CSeq> {
[INFO] [stdout]    |                 --                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn as_cseq(&'a self) -> Option<CSeq<'a>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 32 |         headers: Vec<(Vec<u8>, &'a [u8])>,
[INFO] [stdout]    |                                 -- the lifetime is named here
[INFO] [stdout] 33 |     ) -> Result<IMDNInfo, &'static str>;
[INFO] [stdout]    |                 ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ) -> Result<IMDNInfo<'a>, &'static str>;
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:34:22
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn get_imdn_info(&self) -> Result<IMDNInfo, &'static str>;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn get_imdn_info(&self) -> Result<IMDNInfo<'_>, &'static str>;
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 40 |         headers: Vec<(Vec<u8>, &'a [u8])>,
[INFO] [stdout]    |                                 -- the lifetime is named here
[INFO] [stdout] 41 |     ) -> Result<IMDNInfo, &'static str> {
[INFO] [stdout]    |                 ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> Result<IMDNInfo<'a>, &'static str> {
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imdn/mod.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn get_imdn_info(&self) -> Result<IMDNInfo, &'static str> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn get_imdn_info(&self) -> Result<IMDNInfo<'_>, &'static str> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/header.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn reader(&self) -> HeaderReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn reader(&self) -> HeaderReader<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internet/header_field.rs:24:35
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn get_parameter_iterator(&self) -> ParameterParser {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn get_parameter_iterator(&self) -> ParameterParser<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/header_field.rs:36:37
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn as_header_field(&'a self) -> HeaderField {
[INFO] [stdout]    |                         --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn as_header_field(&'a self) -> HeaderField<'a> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/internet/header_field.rs:54:37
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn as_header_field(&'a self) -> HeaderField {
[INFO] [stdout]    |                         --          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn as_header_field(&'a self) -> HeaderField<'a> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sip/sip_message.rs:180:19
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn reader(&self) -> SipResponseLineReader {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn reader(&self) -> SipResponseLineReader<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/security/authentication/digest.rs:271:31
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn as_challenge_param(&self) -> DigestChallengeParams {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn as_challenge_param(&self) -> DigestChallengeParams<'_> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `GenerateToTag` is never used
[INFO] [stdout]    --> src/sip/sip_transaction/server_transaction.rs:256:7
[INFO] [stdout]     |
[INFO] [stdout] 256 | trait GenerateToTag {
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `scheduled_for_disponse` is never read
[INFO] [stdout]    --> src/sip/sip_subscription/mod.rs:320:5
[INFO] [stdout]     |
[INFO] [stdout] 319 | struct SubscriptionRefreshContext {
[INFO] [stdout]     |        -------------------------- field in this struct
[INFO] [stdout] 320 |     scheduled_for_disponse: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/security/gba/mod.rs:376:11
[INFO] [stdout]     |
[INFO] [stdout] 376 |     Error(ErrorKind),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 376 -     Error(ErrorKind),
[INFO] [stdout] 376 +     Error(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `callback` is never read
[INFO] [stdout]   --> src/ffi/net_ctrl.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct NetworkRequestCallbackWrapper {
[INFO] [stdout]    |            ----------------------------- field in this struct
[INFO] [stdout] 30 |     callback: Option<Box<dyn FnOnce(bool) + Send + Sync + 'static>>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ffi/net_ctrl.rs:55:41
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct NetworkRequestCHandleWrapper(NonNull<NetworkRequestCHandle>);
[INFO] [stdout]    |            ---------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ffi/async.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl WakerHandle {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 11 |     pub(crate) fn new(waker: &Waker) -> WakerHandle {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `channel` is never read
[INFO] [stdout]   --> src/ffi/icc.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct IccChannel {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 44 |     channel: i32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `AwaitPositiveReport`, `AwaitPositiveAndNegativeReport`, and `DontCare` are never constructed
[INFO] [stdout]   --> src/msrp/msrp_demuxer.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | enum DeliveryStatus {
[INFO] [stdout]    |      -------------- variants in this enum
[INFO] [stdout] 38 |     AwaitPositiveReport(Vec<Range<usize>>, usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |     AwaitNegativeReport,
[INFO] [stdout] 40 |     AwaitPositiveAndNegativeReport(Vec<Range<usize>>, usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 41 |     DontCare,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `AwaitResponse` and `DontCare` are never constructed
[INFO] [stdout]   --> src/msrp/msrp_demuxer.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | enum TransactionStatus {
[INFO] [stdout]    |      ----------------- variants in this enum
[INFO] [stdout] 45 |     AwaitResponse,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     DontCare,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.80s
[INFO] running `Command { std: "docker" "inspect" "9448869800d39052b22a3cb94597541b7f8f46fec72d962040f50e76968c287d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9448869800d39052b22a3cb94597541b7f8f46fec72d962040f50e76968c287d", kill_on_drop: false }`
[INFO] [stdout] 9448869800d39052b22a3cb94597541b7f8f46fec72d962040f50e76968c287d
