[INFO] fetching crate uri-template-ex 0.0.2...
[INFO] building uri-template-ex-0.0.2 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate uri-template-ex 0.0.2 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate uri-template-ex 0.0.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate uri-template-ex 0.0.2
[INFO] tweaked toml for crates.io crate uri-template-ex 0.0.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate uri-template-ex 0.0.2 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate uri-template-ex 0.0.2 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded structmeta-derive v0.3.0
[INFO] [stderr]   Downloaded parse-display v0.10.0
[INFO] [stderr]   Downloaded parse-display-derive v0.10.0
[INFO] [stderr]   Downloaded structmeta v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5a592ba960090bc7b99d539b1b37d0664ab18e5811e484b435a95243d7ffcbf3
[INFO] running `Command { std: "docker" "start" "-a" "5a592ba960090bc7b99d539b1b37d0664ab18e5811e484b435a95243d7ffcbf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a592ba960090bc7b99d539b1b37d0664ab18e5811e484b435a95243d7ffcbf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a592ba960090bc7b99d539b1b37d0664ab18e5811e484b435a95243d7ffcbf3", kill_on_drop: false }`
[INFO] [stdout] 5a592ba960090bc7b99d539b1b37d0664ab18e5811e484b435a95243d7ffcbf3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36f0906169c8e98597ba3c30ee3d2a926d15675b88946fc11ba92b9628f9c71e
[INFO] running `Command { std: "docker" "start" "-a" "36f0906169c8e98597ba3c30ee3d2a926d15675b88946fc11ba92b9628f9c71e", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling parse-display-derive v0.10.0
[INFO] [stderr]    Compiling parse-display v0.10.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling uri-template-ex v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:455:17
[INFO] [stdout]     |
[INFO] [stdout] 455 |     pub fn name(&self, name: &str) -> Option<&Match> {
[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] 455 |     pub fn name(&self, name: &str) -> Option<&Match<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:463:16
[INFO] [stdout]     |
[INFO] [stdout] 463 |     pub fn get(&self, i: usize) -> Option<&Match> {
[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] 463 |     pub fn get(&self, i: usize) -> Option<&Match<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:472:17
[INFO] [stdout]     |
[INFO] [stdout] 472 |     pub fn iter(&self) -> impl Iterator<Item = (&str, Option<&Match>)> {
[INFO] [stdout]     |                 ^^^^^                           ^^^^         ^^^^^^
[INFO] [stdout]     |                 |                               |            ||
[INFO] [stdout]     |                 |                               |            |the same lifetime is hidden here
[INFO] [stdout]     |                 |                               |            the same lifetime is elided 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] 472 |     pub fn iter(&self) -> impl Iterator<Item = (&str, Option<&Match<'_>>)> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:490:18
[INFO] [stdout]     |
[INFO] [stdout] 490 |     pub fn value(&self) -> Result<Cow<str>> {
[INFO] [stdout]     |                  ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 490 |     pub fn value(&self) -> Result<Cow<'_, str>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vars.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn var(&mut self, index: usize, name: &str) -> Option<Cow<str>>;
[INFO] [stdout]   |            ^^^^^^^^^ the lifetime is elided here          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn var(&mut self, index: usize, name: &str) -> Option<Cow<'_, str>>;
[INFO] [stdout]   |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn var(&mut self, _index: usize, _name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn var(&mut self, _index: usize, _name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.05s
[INFO] running `Command { std: "docker" "inspect" "36f0906169c8e98597ba3c30ee3d2a926d15675b88946fc11ba92b9628f9c71e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36f0906169c8e98597ba3c30ee3d2a926d15675b88946fc11ba92b9628f9c71e", kill_on_drop: false }`
[INFO] [stdout] 36f0906169c8e98597ba3c30ee3d2a926d15675b88946fc11ba92b9628f9c71e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e42bc9955521fb960430e8672cec0588c5948deaceb1b7804b2c6c822709ac58
[INFO] running `Command { std: "docker" "start" "-a" "e42bc9955521fb960430e8672cec0588c5948deaceb1b7804b2c6c822709ac58", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:455:17
[INFO] [stdout]     |
[INFO] [stdout] 455 |     pub fn name(&self, name: &str) -> Option<&Match> {
[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] 455 |     pub fn name(&self, name: &str) -> Option<&Match<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:463:16
[INFO] [stdout]     |
[INFO] [stdout] 463 |     pub fn get(&self, i: usize) -> Option<&Match> {
[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] 463 |     pub fn get(&self, i: usize) -> Option<&Match<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:472:17
[INFO] [stdout]     |
[INFO] [stdout] 472 |     pub fn iter(&self) -> impl Iterator<Item = (&str, Option<&Match>)> {
[INFO] [stdout]     |                 ^^^^^                           ^^^^         ^^^^^^
[INFO] [stdout]     |                 |                               |            ||
[INFO] [stdout]     |                 |                               |            |the same lifetime is hidden here
[INFO] [stdout]     |                 |                               |            the same lifetime is elided 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] 472 |     pub fn iter(&self) -> impl Iterator<Item = (&str, Option<&Match<'_>>)> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:490:18
[INFO] [stdout]     |
[INFO] [stdout] 490 |     pub fn value(&self) -> Result<Cow<str>> {
[INFO] [stdout]     |                  ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 490 |     pub fn value(&self) -> Result<Cow<'_, str>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vars.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn var(&mut self, index: usize, name: &str) -> Option<Cow<str>>;
[INFO] [stdout]   |            ^^^^^^^^^ the lifetime is elided here          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn var(&mut self, index: usize, name: &str) -> Option<Cow<'_, str>>;
[INFO] [stdout]   |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn var(&mut self, _index: usize, _name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn var(&mut self, _index: usize, _name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling uri-template-ex v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:455:17
[INFO] [stdout]     |
[INFO] [stdout] 455 |     pub fn name(&self, name: &str) -> Option<&Match> {
[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] 455 |     pub fn name(&self, name: &str) -> Option<&Match<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:463:16
[INFO] [stdout]     |
[INFO] [stdout] 463 |     pub fn get(&self, i: usize) -> Option<&Match> {
[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] 463 |     pub fn get(&self, i: usize) -> Option<&Match<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:472:17
[INFO] [stdout]     |
[INFO] [stdout] 472 |     pub fn iter(&self) -> impl Iterator<Item = (&str, Option<&Match>)> {
[INFO] [stdout]     |                 ^^^^^                           ^^^^         ^^^^^^
[INFO] [stdout]     |                 |                               |            ||
[INFO] [stdout]     |                 |                               |            |the same lifetime is hidden here
[INFO] [stdout]     |                 |                               |            the same lifetime is elided 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] 472 |     pub fn iter(&self) -> impl Iterator<Item = (&str, Option<&Match<'_>>)> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:490:18
[INFO] [stdout]     |
[INFO] [stdout] 490 |     pub fn value(&self) -> Result<Cow<str>> {
[INFO] [stdout]     |                  ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 490 |     pub fn value(&self) -> Result<Cow<'_, str>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vars.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn var(&mut self, index: usize, name: &str) -> Option<Cow<str>>;
[INFO] [stdout]   |            ^^^^^^^^^ the lifetime is elided here          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn var(&mut self, index: usize, name: &str) -> Option<Cow<'_, str>>;
[INFO] [stdout]   |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn var(&mut self, _index: usize, _name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn var(&mut self, _index: usize, _name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn var(&mut self, _index: usize, name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vars.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<str>> {
[INFO] [stdout]    |            ^^^^^^^^^ the lifetime is elided here           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn var(&mut self, index: usize, _name: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.97s
[INFO] running `Command { std: "docker" "inspect" "e42bc9955521fb960430e8672cec0588c5948deaceb1b7804b2c6c822709ac58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e42bc9955521fb960430e8672cec0588c5948deaceb1b7804b2c6c822709ac58", kill_on_drop: false }`
[INFO] [stdout] e42bc9955521fb960430e8672cec0588c5948deaceb1b7804b2c6c822709ac58
