[INFO] fetching crate rlibupnp 0.1.0...
[INFO] building rlibupnp-0.1.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate rlibupnp 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate rlibupnp 0.1.0
[INFO] finished tweaking crates.io crate rlibupnp 0.1.0
[INFO] tweaked toml for crates.io crate rlibupnp 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rlibupnp 0.1.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rlibupnp 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c55202657e821553b054c10e1b90e2c831eacac0a0fefd3d57e6464b69e2cd6f
[INFO] running `Command { std: "docker" "start" "-a" "c55202657e821553b054c10e1b90e2c831eacac0a0fefd3d57e6464b69e2cd6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c55202657e821553b054c10e1b90e2c831eacac0a0fefd3d57e6464b69e2cd6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c55202657e821553b054c10e1b90e2c831eacac0a0fefd3d57e6464b69e2cd6f", kill_on_drop: false }`
[INFO] [stdout] c55202657e821553b054c10e1b90e2c831eacac0a0fefd3d57e6464b69e2cd6f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa21a5ed288f3057661338b32aaf7025b3c67f4c7a5199ba1449d1f6615e3b4d
[INFO] running `Command { std: "docker" "start" "-a" "fa21a5ed288f3057661338b32aaf7025b3c67f4c7a5199ba1449d1f6615e3b4d", kill_on_drop: false }`
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling rlibupnp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `src_addr`
[INFO] [stdout]   --> src/upnp/upnp.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 Ok((size, src_addr)) => {
[INFO] [stdout]    |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_addr`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/upnp/upnp.rs:37:21
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 Err(e) => {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `REQUESTS` is never used
[INFO] [stdout]  --> src/upnp/upnp.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const REQUESTS: [&str; 3] = [
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UPnP` is never constructed
[INFO] [stdout]   --> src/upnp/upnp.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct UPnP {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `open_port`, `close_port`, `is_mapped`, and `get_external_ip` are never used
[INFO] [stdout]   --> src/upnp/upnp.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl UPnP {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 17 |
[INFO] [stdout] 18 |     pub fn new(local_addr: IpAddr) -> io::Result<Self> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn open_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn close_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn is_mapped(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn get_external_ip(&self) -> io::Result<IpAddr> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Gateway` is never constructed
[INFO] [stdout]  --> src/upnp/gateway.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Gateway {
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `open_port`, `close_port`, `is_mapped`, `get_external_ip`, and `command` are never used
[INFO] [stdout]    --> src/upnp/gateway.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  15 | impl Gateway {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout]  16 |
[INFO] [stdout]  17 |     pub fn new(buf: &[u8], size: usize, address: IpAddr) -> io::Result<Self> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  70 |     pub fn open_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |     pub fn close_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub fn is_mapped(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_external_ip(&self) -> io::Result<IpAddr> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     fn command(&self, action: &str, params: Option<HashMap<String, String>>) -> io::Result<HashMap<String, String>> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Protocol` is never used
[INFO] [stdout]  --> src/upnp/protocol.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum Protocol {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_value` and `value` are never used
[INFO] [stdout]   --> src/upnp/protocol.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl Protocol {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout]  8 |
[INFO] [stdout]  9 |     pub fn from_value(value: &str) -> Result<Self, ()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn value(&self) -> &str {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Url` is never constructed
[INFO] [stdout]  --> src/utils/url.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Url {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `to_string` are never used
[INFO] [stdout]   --> src/utils/url.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl Url {
[INFO] [stdout]    | -------- associated items in this implementation
[INFO] [stdout]  9 |
[INFO] [stdout] 10 |     pub fn new(url: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn to_string(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] running `Command { std: "docker" "inspect" "fa21a5ed288f3057661338b32aaf7025b3c67f4c7a5199ba1449d1f6615e3b4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa21a5ed288f3057661338b32aaf7025b3c67f4c7a5199ba1449d1f6615e3b4d", kill_on_drop: false }`
[INFO] [stdout] fa21a5ed288f3057661338b32aaf7025b3c67f4c7a5199ba1449d1f6615e3b4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88b2cc84c0035cd52a59cf464f49e23a1ea7b84e9f664cf6e768117f7f509187
[INFO] running `Command { std: "docker" "start" "-a" "88b2cc84c0035cd52a59cf464f49e23a1ea7b84e9f664cf6e768117f7f509187", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `src_addr`
[INFO] [stdout]   --> src/upnp/upnp.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 Ok((size, src_addr)) => {
[INFO] [stdout]    |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_addr`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/upnp/upnp.rs:37:21
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 Err(e) => {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `REQUESTS` is never used
[INFO] [stdout]  --> src/upnp/upnp.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const REQUESTS: [&str; 3] = [
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UPnP` is never constructed
[INFO] [stdout]   --> src/upnp/upnp.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct UPnP {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `open_port`, `close_port`, `is_mapped`, and `get_external_ip` are never used
[INFO] [stdout]   --> src/upnp/upnp.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl UPnP {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 17 |
[INFO] [stdout] 18 |     pub fn new(local_addr: IpAddr) -> io::Result<Self> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn open_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn close_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn is_mapped(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn get_external_ip(&self) -> io::Result<IpAddr> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Gateway` is never constructed
[INFO] [stdout]  --> src/upnp/gateway.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Gateway {
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `open_port`, `close_port`, `is_mapped`, `get_external_ip`, and `command` are never used
[INFO] [stdout]    --> src/upnp/gateway.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  15 | impl Gateway {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout]  16 |
[INFO] [stdout]  17 |     pub fn new(buf: &[u8], size: usize, address: IpAddr) -> io::Result<Self> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  70 |     pub fn open_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |     pub fn close_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub fn is_mapped(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_external_ip(&self) -> io::Result<IpAddr> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     fn command(&self, action: &str, params: Option<HashMap<String, String>>) -> io::Result<HashMap<String, String>> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rlibupnp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `Protocol` is never used
[INFO] [stdout]  --> src/upnp/protocol.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum Protocol {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_value` and `value` are never used
[INFO] [stdout]   --> src/upnp/protocol.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl Protocol {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout]  8 |
[INFO] [stdout]  9 |     pub fn from_value(value: &str) -> Result<Self, ()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn value(&self) -> &str {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Url` is never constructed
[INFO] [stdout]  --> src/utils/url.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Url {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `to_string` are never used
[INFO] [stdout]   --> src/utils/url.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl Url {
[INFO] [stdout]    | -------- associated items in this implementation
[INFO] [stdout]  9 |
[INFO] [stdout] 10 |     pub fn new(url: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn to_string(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src_addr`
[INFO] [stdout]   --> src/upnp/upnp.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 Ok((size, src_addr)) => {
[INFO] [stdout]    |                           ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_addr`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/upnp/upnp.rs:37:21
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 Err(e) => {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `open_port` and `close_port` are never used
[INFO] [stdout]   --> src/upnp/upnp.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl UPnP {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn open_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn close_port(&self, port: u16, protocol: Protocol) -> io::Result<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: field `address` is never read
[INFO] [stdout]   --> src/upnp/gateway.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Gateway {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 10 |     address: IpAddr,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `open_port` and `close_port` are never used
[INFO] [stdout]   --> src/upnp/gateway.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl Gateway {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn open_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 |     pub fn close_port(&self, port: u16, protocol: Protocol) -> io::Result<bool> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Udp` is never constructed
[INFO] [stdout]  --> src/upnp/protocol.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum Protocol {
[INFO] [stdout]   |          -------- variant in this enum
[INFO] [stdout] 3 |     Udp,
[INFO] [stdout]   |     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Protocol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_value` is never used
[INFO] [stdout]  --> src/upnp/protocol.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Protocol {
[INFO] [stdout]   | ------------- associated function in this implementation
[INFO] [stdout] 8 |
[INFO] [stdout] 9 |     pub fn from_value(value: &str) -> Result<Self, ()> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `scheme` is never read
[INFO] [stdout]  --> src/utils/url.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Url {
[INFO] [stdout]   |            --- field in this struct
[INFO] [stdout] 2 |     pub(crate) scheme: String,
[INFO] [stdout]   |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]   --> src/utils/url.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl Url {
[INFO] [stdout]    | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn to_string(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "88b2cc84c0035cd52a59cf464f49e23a1ea7b84e9f664cf6e768117f7f509187", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88b2cc84c0035cd52a59cf464f49e23a1ea7b84e9f664cf6e768117f7f509187", kill_on_drop: false }`
[INFO] [stdout] 88b2cc84c0035cd52a59cf464f49e23a1ea7b84e9f664cf6e768117f7f509187
