[INFO] fetching crate wdg-uri 0.3.7...
[INFO] testing wdg-uri-0.3.7 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate wdg-uri 0.3.7 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate wdg-uri 0.3.7
[INFO] finished tweaking crates.io crate wdg-uri 0.3.7
[INFO] tweaked toml for crates.io crate wdg-uri 0.3.7 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wdg-uri 0.3.7 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wdg-uri 0.3.7 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fab5aa35cb96ab9db52bde1bb92a9b90f9d9708cfa9a40079fa819cd67699f0c
[INFO] running `Command { std: "docker" "start" "-a" "fab5aa35cb96ab9db52bde1bb92a9b90f9d9708cfa9a40079fa819cd67699f0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fab5aa35cb96ab9db52bde1bb92a9b90f9d9708cfa9a40079fa819cd67699f0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fab5aa35cb96ab9db52bde1bb92a9b90f9d9708cfa9a40079fa819cd67699f0c", kill_on_drop: false }`
[INFO] [stdout] fab5aa35cb96ab9db52bde1bb92a9b90f9d9708cfa9a40079fa819cd67699f0c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 219240c0bd24b95bf5cf08cb197416c9aa3ac09c540f7fb4cb00756e67ba2082
[INFO] running `Command { std: "docker" "start" "-a" "219240c0bd24b95bf5cf08cb197416c9aa3ac09c540f7fb4cb00756e67ba2082", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling regex-syntax v0.6.14
[INFO] [stderr]    Compiling default-port v2.1.0
[INFO] [stderr]    Compiling string-repr v1.0.1
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling aho-corasick v0.7.8
[INFO] [stderr]    Compiling regex v1.3.4
[INFO] [stderr]    Compiling regexp v0.2.5
[INFO] [stderr]    Compiling wdg-uri v0.3.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn get_host(&self) -> &Host {
[INFO] [stdout]    |                     ^^^^^     ^^^^^
[INFO] [stdout]    |                     |         ||
[INFO] [stdout]    |                     |         |the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is elided here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn get_host(&self) -> &Host<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn get_port(&self) -> Option<&Port> {
[INFO] [stdout]    |                     ^^^^^            ^^^^^
[INFO] [stdout]    |                     |                ||
[INFO] [stdout]    |                     |                |the same lifetime is hidden here
[INFO] [stdout]    |                     |                the same lifetime is elided here
[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] 51 |     pub fn get_port(&self) -> Option<&Port<'_>> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:60:26
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn get_user_info(&self) -> Option<&UserInfo> {
[INFO] [stdout]    |                          ^^^^^            ^^^^^^^^^
[INFO] [stdout]    |                          |                ||
[INFO] [stdout]    |                          |                |the same lifetime is hidden here
[INFO] [stdout]    |                          |                the same lifetime is elided here
[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] 60 |     pub fn get_user_info(&self) -> Option<&UserInfo<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn parse(&self) -> Result<Authority, Error> {
[INFO] [stdout]    |              ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn parse(&self) -> Result<Authority<'_>, Error> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/host/mod.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(data: &str) -> Host {
[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] 19 |     pub fn new(data: &str) -> Host<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/port/mod.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(data: &str) -> Port {
[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 new(data: &str) -> Port<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/user_info/mod.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn new(data: &str) -> UserInfo {
[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] 12 |     pub fn new(data: &str) -> UserInfo<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/path/mod.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(data: &str) -> Path {
[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] 19 |     pub fn new(data: &str) -> Path<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scheme/mod.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn new(data: &str) -> Scheme {
[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 new(data: &str) -> Scheme<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
[INFO] running `Command { std: "docker" "inspect" "219240c0bd24b95bf5cf08cb197416c9aa3ac09c540f7fb4cb00756e67ba2082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "219240c0bd24b95bf5cf08cb197416c9aa3ac09c540f7fb4cb00756e67ba2082", kill_on_drop: false }`
[INFO] [stdout] 219240c0bd24b95bf5cf08cb197416c9aa3ac09c540f7fb4cb00756e67ba2082
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad1510c358004f08aa36183e730eb879bdfb5abbb43f2e9ae2e35b4675f4677b
[INFO] running `Command { std: "docker" "start" "-a" "ad1510c358004f08aa36183e730eb879bdfb5abbb43f2e9ae2e35b4675f4677b", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn get_host(&self) -> &Host {
[INFO] [stdout]    |                     ^^^^^     ^^^^^
[INFO] [stdout]    |                     |         ||
[INFO] [stdout]    |                     |         |the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is elided here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn get_host(&self) -> &Host<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn get_port(&self) -> Option<&Port> {
[INFO] [stdout]    |                     ^^^^^            ^^^^^
[INFO] [stdout]    |                     |                ||
[INFO] [stdout]    |                     |                |the same lifetime is hidden here
[INFO] [stdout]    |                     |                the same lifetime is elided here
[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] 51 |     pub fn get_port(&self) -> Option<&Port<'_>> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:60:26
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn get_user_info(&self) -> Option<&UserInfo> {
[INFO] [stdout]    |                          ^^^^^            ^^^^^^^^^
[INFO] [stdout]    |                          |                ||
[INFO] [stdout]    |                          |                |the same lifetime is hidden here
[INFO] [stdout]    |                          |                the same lifetime is elided here
[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] 60 |     pub fn get_user_info(&self) -> Option<&UserInfo<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn parse(&self) -> Result<Authority, Error> {
[INFO] [stdout]    |              ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn parse(&self) -> Result<Authority<'_>, Error> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/host/mod.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(data: &str) -> Host {
[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] 19 |     pub fn new(data: &str) -> Host<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wdg-uri v0.3.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/port/mod.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(data: &str) -> Port {
[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 new(data: &str) -> Port<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/user_info/mod.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn new(data: &str) -> UserInfo {
[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] 12 |     pub fn new(data: &str) -> UserInfo<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/path/mod.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(data: &str) -> Path {
[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] 19 |     pub fn new(data: &str) -> Path<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scheme/mod.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn new(data: &str) -> Scheme {
[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 new(data: &str) -> Scheme<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn get_host(&self) -> &Host {
[INFO] [stdout]    |                     ^^^^^     ^^^^^
[INFO] [stdout]    |                     |         ||
[INFO] [stdout]    |                     |         |the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is elided here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn get_host(&self) -> &Host<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn get_port(&self) -> Option<&Port> {
[INFO] [stdout]    |                     ^^^^^            ^^^^^
[INFO] [stdout]    |                     |                ||
[INFO] [stdout]    |                     |                |the same lifetime is hidden here
[INFO] [stdout]    |                     |                the same lifetime is elided here
[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] 51 |     pub fn get_port(&self) -> Option<&Port<'_>> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:60:26
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn get_user_info(&self) -> Option<&UserInfo> {
[INFO] [stdout]    |                          ^^^^^            ^^^^^^^^^
[INFO] [stdout]    |                          |                ||
[INFO] [stdout]    |                          |                |the same lifetime is hidden here
[INFO] [stdout]    |                          |                the same lifetime is elided here
[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] 60 |     pub fn get_user_info(&self) -> Option<&UserInfo<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/mod.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn parse(&self) -> Result<Authority, Error> {
[INFO] [stdout]    |              ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn parse(&self) -> Result<Authority<'_>, Error> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/host/mod.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(data: &str) -> Host {
[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] 19 |     pub fn new(data: &str) -> Host<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/port/mod.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(data: &str) -> Port {
[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 new(data: &str) -> Port<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/authority/user_info/mod.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn new(data: &str) -> UserInfo {
[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] 12 |     pub fn new(data: &str) -> UserInfo<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/path/mod.rs:19:22
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(data: &str) -> Path {
[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] 19 |     pub fn new(data: &str) -> Path<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scheme/mod.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn new(data: &str) -> Scheme {
[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 new(data: &str) -> Scheme<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "ad1510c358004f08aa36183e730eb879bdfb5abbb43f2e9ae2e35b4675f4677b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad1510c358004f08aa36183e730eb879bdfb5abbb43f2e9ae2e35b4675f4677b", kill_on_drop: false }`
[INFO] [stdout] ad1510c358004f08aa36183e730eb879bdfb5abbb43f2e9ae2e35b4675f4677b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6da8e8356caa90b0a7180daf71ba6f37cfedec9c7529b787d1c5b3615fcd2587
[INFO] running `Command { std: "docker" "start" "-a" "6da8e8356caa90b0a7180daf71ba6f37cfedec9c7529b787d1c5b3615fcd2587", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/authority/mod.rs:48:21
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub fn get_host(&self) -> &Host {
[INFO] [stderr]    |                     ^^^^^     ^^^^^
[INFO] [stderr]    |                     |         ||
[INFO] [stderr]    |                     |         |the same lifetime is hidden here
[INFO] [stderr]    |                     |         the same lifetime is elided here
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub fn get_host(&self) -> &Host<'_> {
[INFO] [stderr]    |                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/authority/mod.rs:51:21
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub fn get_port(&self) -> Option<&Port> {
[INFO] [stderr]    |                     ^^^^^            ^^^^^
[INFO] [stderr]    |                     |                ||
[INFO] [stderr]    |                     |                |the same lifetime is hidden here
[INFO] [stderr]    |                     |                the same lifetime is elided here
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub fn get_port(&self) -> Option<&Port<'_>> {
[INFO] [stderr]    |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/authority/mod.rs:60:26
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub fn get_user_info(&self) -> Option<&UserInfo> {
[INFO] [stderr]    |                          ^^^^^            ^^^^^^^^^
[INFO] [stderr]    |                          |                ||
[INFO] [stderr]    |                          |                |the same lifetime is hidden here
[INFO] [stderr]    |                          |                the same lifetime is elided here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub fn get_user_info(&self) -> Option<&UserInfo<'_>> {
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/authority/mod.rs:92:14
[INFO] [stderr]    |
[INFO] [stderr] 92 |     fn parse(&self) -> Result<Authority, Error> {
[INFO] [stderr]    |              ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 92 |     fn parse(&self) -> Result<Authority<'_>, Error> {
[INFO] [stderr]    |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/authority/host/mod.rs:19:22
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn new(data: &str) -> Host {
[INFO] [stderr]    |                      ^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn new(data: &str) -> Host<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/authority/port/mod.rs:25:22
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub fn new(data: &str) -> Port {
[INFO] [stderr]    |                      ^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub fn new(data: &str) -> Port<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/authority/user_info/mod.rs:12:22
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub fn new(data: &str) -> UserInfo {
[INFO] [stderr]    |                      ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub fn new(data: &str) -> UserInfo<'_> {
[INFO] [stderr]    |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/path/mod.rs:19:22
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn new(data: &str) -> Path {
[INFO] [stderr]    |                      ^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn new(data: &str) -> Path<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/scheme/mod.rs:24:22
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn new(data: &str) -> Scheme {
[INFO] [stderr]    |                      ^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn new(data: &str) -> Scheme<'_> {
[INFO] [stderr]    |                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `wdg-uri` (lib) generated 9 warnings (run `cargo fix --lib -p wdg-uri` to apply 9 suggestions)
[INFO] [stderr] warning: `wdg-uri` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wdg_uri-94b14c19e79cf0d3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/authority.rs (/opt/rustwide/target/debug/deps/authority-af9259d88501cedb)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test authority::host::string_repr::t0 ... ok
[INFO] [stdout] test authority::string_repr::t0 ... ok
[INFO] [stdout] test authority::host::string_repr::t2 ... ok
[INFO] [stdout] test authority::port::string_repr::t0 ... ok
[INFO] [stdout] test authority::host::string_repr::t1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/path.rs (/opt/rustwide/target/debug/deps/path-4b4018ccda31ab28)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test path::string_repr::fc0f0dd2_530d_4e38_8d33_f9985ee0f848 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/scheme.rs (/opt/rustwide/target/debug/deps/scheme-1bcb98981980cd7d)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test scheme::default_port::a75ec374_83a2_49ed_b650_ca4e06d3d86f ... ok
[INFO] [stdout] test scheme::string_repr::d139ea3e_d3b9_4957_a6e5_48f32b2f34cc ... ok
[INFO] [stdout] test scheme::string_repr::cc16d62c_a8bd_460c_abf8_6dbb17f8e28e ... ok
[INFO] [stdout] test scheme::default_port::ff78d6e1_1027_4606_bd46_f5263dee04ff ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wdg_uri
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/path/mod.rs - path::Path<'a>::new (line 15) ... ok
[INFO] [stdout] test src/authority/host/mod.rs - authority::host::Host<'a>::is_ipv4addr (line 41) ... ok
[INFO] [stdout] test src/authority/host/mod.rs - authority::host::Host<'a>::new (line 15) ... ok
[INFO] [stdout] test src/authority/port/mod.rs - authority::port::Port<'a>::new (line 21) ... ok
[INFO] [stdout] test src/scheme/mod.rs - scheme::Scheme<'a>::new (line 20) ... ok
[INFO] [stdout] test src/authority/host/mod.rs - authority::host::Host<'a>::validate (line 28) ... ok
[INFO] [stdout] test src/authority/host/mod.rs - authority::host::Host<'a>::is_ipv6addr (line 54) ... ok
[INFO] [stdout] test src/authority/port/mod.rs - authority::port::Port<'a>::validate (line 30) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6da8e8356caa90b0a7180daf71ba6f37cfedec9c7529b787d1c5b3615fcd2587", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6da8e8356caa90b0a7180daf71ba6f37cfedec9c7529b787d1c5b3615fcd2587", kill_on_drop: false }`
[INFO] [stdout] 6da8e8356caa90b0a7180daf71ba6f37cfedec9c7529b787d1c5b3615fcd2587
