[INFO] fetching crate address 0.14.0... [INFO] testing address-0.14.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate address 0.14.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate address 0.14.0 [INFO] finished tweaking crates.io crate address 0.14.0 [INFO] tweaked toml for crates.io crate address 0.14.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate address 0.14.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate address 0.14.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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06f6bdcdd813930bf55286170b8d248fce84563fec7e527a021fd971404cf951 [INFO] running `Command { std: "docker" "start" "-a" "06f6bdcdd813930bf55286170b8d248fce84563fec7e527a021fd971404cf951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06f6bdcdd813930bf55286170b8d248fce84563fec7e527a021fd971404cf951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06f6bdcdd813930bf55286170b8d248fce84563fec7e527a021fd971404cf951", kill_on_drop: false }` [INFO] [stdout] 06f6bdcdd813930bf55286170b8d248fce84563fec7e527a021fd971404cf951 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 955b8251d3f5387ef1317954c0c983a1f0f46de73e3fb7bf485ccb826d4567ad [INFO] running `Command { std: "docker" "start" "-a" "955b8251d3f5387ef1317954c0c983a1f0f46de73e3fb7bf485ccb826d4567ad", kill_on_drop: false }` [INFO] [stderr] Compiling address v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/authority/authority.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn host(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn host(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/authority/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> AuthorityRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> AuthorityRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/domain/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> DomainRef { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> DomainRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/domain/conversions.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | pub const fn to_endpoint(&self, port: u16) -> EndpointRef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 31 | pub const fn to_endpoint(&self, port: u16) -> EndpointRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/domain/conversions.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | pub const fn to_host(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 36 | pub const fn to_host(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/endpoint/endpoint.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn domain(&self) -> DomainRef { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn domain(&self) -> DomainRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/endpoint/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> EndpointRef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> EndpointRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/endpoint/conversions.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn to_authority(&self) -> AuthorityRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn to_authority(&self) -> AuthorityRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/host/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/host/conversions.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn to_authority(&self, port: u16) -> AuthorityRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | pub fn to_authority(&self, port: u16) -> AuthorityRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ip/conversions.rs:37:30 [INFO] [stdout] | [INFO] [stdout] 37 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ip/conversions.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ip/conversions.rs:112:30 [INFO] [stdout] | [INFO] [stdout] 112 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `Command { std: "docker" "inspect" "955b8251d3f5387ef1317954c0c983a1f0f46de73e3fb7bf485ccb826d4567ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "955b8251d3f5387ef1317954c0c983a1f0f46de73e3fb7bf485ccb826d4567ad", kill_on_drop: false }` [INFO] [stdout] 955b8251d3f5387ef1317954c0c983a1f0f46de73e3fb7bf485ccb826d4567ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1306ab992a8726f08ea36c7b21e58c6a9f6b176bdfb249e0fb37f2188effe7c7 [INFO] running `Command { std: "docker" "start" "-a" "1306ab992a8726f08ea36c7b21e58c6a9f6b176bdfb249e0fb37f2188effe7c7", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/authority/authority.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn host(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn host(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/authority/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> AuthorityRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> AuthorityRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/domain/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> DomainRef { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> DomainRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/domain/conversions.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | pub const fn to_endpoint(&self, port: u16) -> EndpointRef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 31 | pub const fn to_endpoint(&self, port: u16) -> EndpointRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/domain/conversions.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | pub const fn to_host(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 36 | pub const fn to_host(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/endpoint/endpoint.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn domain(&self) -> DomainRef { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn domain(&self) -> DomainRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/endpoint/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> EndpointRef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> EndpointRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/endpoint/conversions.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn to_authority(&self) -> AuthorityRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn to_authority(&self) -> AuthorityRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/host/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/host/conversions.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn to_authority(&self, port: u16) -> AuthorityRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | pub fn to_authority(&self, port: u16) -> AuthorityRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ip/conversions.rs:37:30 [INFO] [stdout] | [INFO] [stdout] 37 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling address v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ip/conversions.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ip/conversions.rs:112:30 [INFO] [stdout] | [INFO] [stdout] 112 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/authority/authority.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn host(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn host(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/authority/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> AuthorityRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> AuthorityRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/domain/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> DomainRef { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> DomainRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/domain/conversions.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | pub const fn to_endpoint(&self, port: u16) -> EndpointRef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 31 | pub const fn to_endpoint(&self, port: u16) -> EndpointRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/domain/conversions.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | pub const fn to_host(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 36 | pub const fn to_host(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/endpoint/endpoint.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn domain(&self) -> DomainRef { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn domain(&self) -> DomainRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/endpoint/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> EndpointRef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> EndpointRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/endpoint/conversions.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn to_authority(&self) -> AuthorityRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn to_authority(&self) -> AuthorityRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/host/conversions.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn to_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/host/conversions.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn to_authority(&self, port: u16) -> AuthorityRef { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | pub fn to_authority(&self, port: u16) -> AuthorityRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ip/conversions.rs:37:30 [INFO] [stdout] | [INFO] [stdout] 37 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ip/conversions.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ip/conversions.rs:112:30 [INFO] [stdout] | [INFO] [stdout] 112 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.62s [INFO] running `Command { std: "docker" "inspect" "1306ab992a8726f08ea36c7b21e58c6a9f6b176bdfb249e0fb37f2188effe7c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1306ab992a8726f08ea36c7b21e58c6a9f6b176bdfb249e0fb37f2188effe7c7", kill_on_drop: false }` [INFO] [stdout] 1306ab992a8726f08ea36c7b21e58c6a9f6b176bdfb249e0fb37f2188effe7c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1d36fc8b621efde335f03b9dca1bca092186ac81a6a0d09b0cb7740c2b471b76 [INFO] running `Command { std: "docker" "start" "-a" "1d36fc8b621efde335f03b9dca1bca092186ac81a6a0d09b0cb7740c2b471b76", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/authority/authority.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn host(&self) -> HostRef { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 44 | pub fn host(&self) -> HostRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/authority/conversions.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_ref(&self) -> AuthorityRef { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_ref(&self) -> AuthorityRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/domain/conversions.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_ref(&self) -> DomainRef { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_ref(&self) -> DomainRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/domain/conversions.rs:31:30 [INFO] [stderr] | [INFO] [stderr] 31 | pub const fn to_endpoint(&self, port: u16) -> EndpointRef { [INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 31 | pub const fn to_endpoint(&self, port: u16) -> EndpointRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/domain/conversions.rs:36:26 [INFO] [stderr] | [INFO] [stderr] 36 | pub const fn to_host(&self) -> HostRef { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 36 | pub const fn to_host(&self) -> HostRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/endpoint/endpoint.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn domain(&self) -> DomainRef { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 44 | pub fn domain(&self) -> DomainRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/endpoint/conversions.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_ref(&self) -> EndpointRef { [INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_ref(&self) -> EndpointRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/endpoint/conversions.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn to_authority(&self) -> AuthorityRef { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 27 | pub fn to_authority(&self) -> AuthorityRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/host/conversions.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_ref(&self) -> HostRef { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn to_ref(&self) -> HostRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/host/conversions.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn to_authority(&self, port: u16) -> AuthorityRef { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 32 | pub fn to_authority(&self, port: u16) -> AuthorityRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ip/conversions.rs:37:30 [INFO] [stderr] | [INFO] [stderr] 37 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 37 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ip/conversions.rs:75:30 [INFO] [stderr] | [INFO] [stderr] 75 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 75 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ip/conversions.rs:112:30 [INFO] [stderr] | [INFO] [stderr] 112 | pub const fn to_host_ref(&self) -> HostRef { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 112 | pub const fn to_host_ref(&self) -> HostRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `address` (lib) generated 13 warnings (run `cargo fix --lib -p address` to apply 13 suggestions) [INFO] [stderr] warning: `address` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/address-89bacad64bc40f76) [INFO] [stdout] [INFO] [stdout] running 103 tests [INFO] [stdout] test authority::authority::tests::properties ... ok [INFO] [stdout] test authority::authority::tests::deconstruction ... ok [INFO] [stdout] test authority::authority::tests::construction ... ok [INFO] [stdout] test authority::authority_ref::tests::construction ... ok [INFO] [stdout] test authority::authority_ref::tests::properties ... ok [INFO] [stdout] test authority::conversions::tests::ref_to_authority ... ok [INFO] [stdout] test authority::conversions::tests::authority_to_ref ... ok [INFO] [stdout] test authority::display::tests::display ... ok [INFO] [stdout] test authority::from_str::tests::from_str ... ok [INFO] [stdout] test domain::conversions::tests::domain_to_endpoint ... ok [INFO] [stdout] test domain::conversions::tests::domain_to_host ... ok [INFO] [stdout] test domain::conversions::tests::domain_to_ref ... ok [INFO] [stdout] test domain::conversions::tests::ref_to_domain ... ok [INFO] [stdout] test domain::conversions::tests::ref_to_host ... ok [INFO] [stdout] test domain::conversions::tests::ref_to_endpoint ... ok [INFO] [stdout] test domain::display::tests::display ... ok [INFO] [stdout] test domain::domain::tests::deconstruction ... ok [INFO] [stdout] test domain::domain::tests::from_ref ... ok [INFO] [stdout] test domain::domain::tests::properties ... ok [INFO] [stdout] test domain::domain::tests::specials ... ok [INFO] [stdout] test domain::domain::tests::try_from_slice ... ok [INFO] [stdout] test domain::domain::tests::try_from_str ... ok [INFO] [stdout] test domain::domain::tests::try_from_string ... ok [INFO] [stdout] test domain::domain::tests::try_from_vec ... ok [INFO] [stdout] test domain::domain_ref::tests::properties ... ok [INFO] [stdout] test domain::domain_ref::tests::try_from_slice ... ok [INFO] [stdout] test domain::domain_ref::tests::try_from_str ... ok [INFO] [stdout] test domain::domain_ref::tests::specials ... ok [INFO] [stdout] test domain::from_str::tests::from_str ... ok [INFO] [stdout] test domain::validation::tests::is_valid_label ... ok [INFO] [stdout] test endpoint::display::tests::display ... ok [INFO] [stdout] test endpoint::conversions::tests::endpoint_to_ref ... ok [INFO] [stdout] test endpoint::conversions::tests::ref_to_endpoint ... ok [INFO] [stdout] test endpoint::endpoint_ref::tests::construction ... ok [INFO] [stdout] test endpoint::endpoint_ref::tests::properties ... ok [INFO] [stdout] test endpoint::from_str::tests::from_str ... ok [INFO] [stdout] test host::conversions::tests::host_to_authority ... ok [INFO] [stdout] test host::conversions::tests::ref_to_authority ... ok [INFO] [stdout] test host::conversions::tests::host_to_ref ... ok [INFO] [stdout] test host::conversions::tests::ref_to_host ... ok [INFO] [stdout] test host::from_str::tests::from_str ... ok [INFO] [stdout] test host::display::tests::display ... ok [INFO] [stdout] test host::host::tests::construction ... ok [INFO] [stdout] test endpoint::endpoint::tests::properties ... ok [INFO] [stdout] test host::host::tests::matching ... ok [INFO] [stdout] test endpoint::conversions::tests::ref_to_authority ... ok [INFO] [stdout] test host::host_ref::tests::matching ... ok [INFO] [stdout] test ip::conversions::tests::ip_to_v4 ... ok [INFO] [stdout] test ip::conversions::tests::ip_to_v6 ... ok [INFO] [stdout] test ip::conversions::tests::v4_to_host ... ok [INFO] [stdout] test ip::conversions::tests::v4_to_ip ... ok [INFO] [stdout] test ip::conversions::tests::v4_to_socket ... ok [INFO] [stdout] test host::host_ref::tests::construction ... ok [INFO] [stdout] test ip::conversions::tests::ip_to_host ... ok [INFO] [stdout] test ip::conversions::tests::v6_to_host ... ok [INFO] [stdout] test ip::conversions::tests::v4_to_v6 ... ok [INFO] [stdout] test domain::validation::tests::is_valid_name ... ok [INFO] [stdout] test endpoint::conversions::tests::endpoint_to_authority ... ok [INFO] [stdout] test endpoint::endpoint::tests::construction ... ok [INFO] [stdout] test ip::conversions::tests::ip_to_socket ... ok [INFO] [stdout] test endpoint::endpoint::tests::deconstruction ... ok [INFO] [stdout] test ip::conversions::tests::v6_to_ip ... ok [INFO] [stdout] test ip::conversions::tests::v6_to_socket ... ok [INFO] [stdout] test ip::conversions::tests::v6_to_v4 ... ok [INFO] [stdout] test ip::conversions_std::tests::ip ... ok [INFO] [stdout] test ip::conversions_std::tests::v4 ... ok [INFO] [stdout] test ip::conversions_std::tests::v6 ... ok [INFO] [stdout] test ip::display::tests::ip ... ok [INFO] [stdout] test ip::display::tests::v4 ... ok [INFO] [stdout] test ip::display::tests::v6 ... ok [INFO] [stdout] test ip::from_str::tests::ip ... ok [INFO] [stdout] test ip::from_str::tests::v4 ... ok [INFO] [stdout] test ip::from_str::tests::v6 ... ok [INFO] [stdout] test ip::ip_address::tests::construction ... ok [INFO] [stdout] test ip::ip_address::tests::matching ... ok [INFO] [stdout] test ip::ipv4_address::tests::construction ... ok [INFO] [stdout] test ip::ipv4_address::tests::default ... ok [INFO] [stdout] test ip::ipv4_address::tests::properties ... ok [INFO] [stdout] test ip::ipv4_address::tests::specials ... ok [INFO] [stdout] test ip::ipv6_address::tests::construction ... ok [INFO] [stdout] test ip::ipv6_address::tests::default ... ok [INFO] [stdout] test ip::ipv6_address::tests::properties ... ok [INFO] [stdout] test ip::ipv6_address::tests::specials ... ok [INFO] [stdout] test socket::conversions::tests::socket_to_authority ... ok [INFO] [stdout] test socket::conversions::tests::socket_to_v4 ... ok [INFO] [stdout] test socket::conversions::tests::socket_to_v6 ... ok [INFO] [stdout] test socket::conversions::tests::v4_to_socket ... ok [INFO] [stdout] test socket::conversions::tests::v6_to_socket ... ok [INFO] [stdout] test socket::conversions_std::tests::socket ... ok [INFO] [stdout] test socket::conversions_std::tests::v4 ... ok [INFO] [stdout] test socket::conversions_std::tests::v6 ... ok [INFO] [stdout] test socket::display::tests::socket ... ok [INFO] [stdout] test socket::display::tests::v4 ... ok [INFO] [stdout] test socket::display::tests::v6 ... ok [INFO] [stdout] test socket::from_str::tests::socket ... ok [INFO] [stdout] test socket::from_str::tests::v4 ... ok [INFO] [stdout] test socket::from_str::tests::v6 ... ok [INFO] [stdout] test socket::socket_address::tests::construction ... ok [INFO] [stdout] test socket::socket_address::tests::properties ... ok [INFO] [stdout] test socket::socket_address_v4::tests::construction ... ok [INFO] [stdout] test socket::socket_address_v4::tests::properties ... ok [INFO] [stdout] test socket::socket_address_v6::tests::construction ... ok [INFO] [stdout] test socket::socket_address_v6::tests::properties ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 103 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1d36fc8b621efde335f03b9dca1bca092186ac81a6a0d09b0cb7740c2b471b76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d36fc8b621efde335f03b9dca1bca092186ac81a6a0d09b0cb7740c2b471b76", kill_on_drop: false }` [INFO] [stdout] 1d36fc8b621efde335f03b9dca1bca092186ac81a6a0d09b0cb7740c2b471b76