[INFO] fetching crate tuckey 0.1.7...
[INFO] building tuckey-0.1.7 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate tuckey 0.1.7 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate tuckey 0.1.7
[INFO] finished tweaking crates.io crate tuckey 0.1.7
[INFO] tweaked toml for crates.io crate tuckey 0.1.7 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tuckey 0.1.7 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 25e7193418123ef4a18cd92266314a704a5aab5b1607945af8228ab3271f4658
[INFO] running `Command { std: "docker" "start" "-a" "25e7193418123ef4a18cd92266314a704a5aab5b1607945af8228ab3271f4658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25e7193418123ef4a18cd92266314a704a5aab5b1607945af8228ab3271f4658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25e7193418123ef4a18cd92266314a704a5aab5b1607945af8228ab3271f4658", kill_on_drop: false }`
[INFO] [stdout] 25e7193418123ef4a18cd92266314a704a5aab5b1607945af8228ab3271f4658
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0b3482ee55d155d299c4f39b5da58302125ed8896c7e969942ebf900c15fd66
[INFO] running `Command { std: "docker" "start" "-a" "f0b3482ee55d155d299c4f39b5da58302125ed8896c7e969942ebf900c15fd66", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling tuckey v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:24:85
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch>;
[INFO] [stdout]    |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                        |            |
[INFO] [stdout]    |                          |                        |            the lifetime is named here
[INFO] [stdout]    |                          |                        the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>>;
[INFO] [stdout]    |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 28 |         corpus: &Corpus<'a>,
[INFO] [stdout]    |                         -- the lifetime is named here
[INFO] [stdout] 29 |         refs: &'a RefMap,
[INFO] [stdout]    |                -- the lifetime is named here
[INFO] [stdout] 30 |     ) -> Option<TokenMatch> {
[INFO] [stdout]    |                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> Option<TokenMatch<'a>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:61:82
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]    |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                        |         |
[INFO] [stdout]    |                          |                        |         the lifetime is named here
[INFO] [stdout]    |                          |                        the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]    |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:86:85
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]    |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                        |            |
[INFO] [stdout]    |                          |                        |            the lifetime is named here
[INFO] [stdout]    |                          |                        the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]    |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:119:85
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:151:85
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:180:85
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:212:85
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:253:85
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:269:82
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:298:82
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:325:82
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:350:82
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:388:77
[INFO] [stdout]     |
[INFO] [stdout] 388 |     fn match_tokens<'a>(&'a self, _: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                  --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                   |         |
[INFO] [stdout]     |                          |                   |         the lifetime is named here
[INFO] [stdout]     |                          |                   the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 388 |     fn match_tokens<'a>(&'a self, _: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:416:85
[INFO] [stdout]     |
[INFO] [stdout] 416 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 416 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
[INFO] running `Command { std: "docker" "inspect" "f0b3482ee55d155d299c4f39b5da58302125ed8896c7e969942ebf900c15fd66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0b3482ee55d155d299c4f39b5da58302125ed8896c7e969942ebf900c15fd66", kill_on_drop: false }`
[INFO] [stdout] f0b3482ee55d155d299c4f39b5da58302125ed8896c7e969942ebf900c15fd66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb30dccacb6bf7bd61f8d73ab2fd576c0cf3041fb6d9572fe31b2da2009e4a9e
[INFO] running `Command { std: "docker" "start" "-a" "eb30dccacb6bf7bd61f8d73ab2fd576c0cf3041fb6d9572fe31b2da2009e4a9e", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:24:85
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch>;
[INFO] [stdout]    |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                        |            |
[INFO] [stdout]    |                          |                        |            the lifetime is named here
[INFO] [stdout]    |                          |                        the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>>;
[INFO] [stdout]    |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 28 |         corpus: &Corpus<'a>,
[INFO] [stdout]    |                         -- the lifetime is named here
[INFO] [stdout] 29 |         refs: &'a RefMap,
[INFO] [stdout]    |                -- the lifetime is named here
[INFO] [stdout] 30 |     ) -> Option<TokenMatch> {
[INFO] [stdout]    |                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> Option<TokenMatch<'a>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:61:82
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]    |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                        |         |
[INFO] [stdout]    |                          |                        |         the lifetime is named here
[INFO] [stdout]    |                          |                        the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]    |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:86:85
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]    |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                        |            |
[INFO] [stdout]    |                          |                        |            the lifetime is named here
[INFO] [stdout]    |                          |                        the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]    |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:119:85
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:151:85
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:180:85
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:212:85
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:253:85
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:269:82
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:298:82
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:325:82
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tuckey v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:350:82
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:388:77
[INFO] [stdout]     |
[INFO] [stdout] 388 |     fn match_tokens<'a>(&'a self, _: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                  --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                   |         |
[INFO] [stdout]     |                          |                   |         the lifetime is named here
[INFO] [stdout]     |                          |                   the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 388 |     fn match_tokens<'a>(&'a self, _: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:416:85
[INFO] [stdout]     |
[INFO] [stdout] 416 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 416 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:24:85
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch>;
[INFO] [stdout]    |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                        |            |
[INFO] [stdout]    |                          |                        |            the lifetime is named here
[INFO] [stdout]    |                          |                        the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>>;
[INFO] [stdout]    |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 28 |         corpus: &Corpus<'a>,
[INFO] [stdout]    |                         -- the lifetime is named here
[INFO] [stdout] 29 |         refs: &'a RefMap,
[INFO] [stdout]    |                -- the lifetime is named here
[INFO] [stdout] 30 |     ) -> Option<TokenMatch> {
[INFO] [stdout]    |                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> Option<TokenMatch<'a>> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:61:82
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]    |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                        |         |
[INFO] [stdout]    |                          |                        |         the lifetime is named here
[INFO] [stdout]    |                          |                        the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]    |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/sequence/mod.rs:86:85
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]    |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                        |            |
[INFO] [stdout]    |                          |                        |            the lifetime is named here
[INFO] [stdout]    |                          |                        the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]    |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:119:85
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 119 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:151:85
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:180:85
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:212:85
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:253:85
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:269:82
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:298:82
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:325:82
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:350:82
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |         |
[INFO] [stdout]     |                          |                        |         the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:388:77
[INFO] [stdout]     |
[INFO] [stdout] 388 |     fn match_tokens<'a>(&'a self, _: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                  --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                   |         |
[INFO] [stdout]     |                          |                   |         the lifetime is named here
[INFO] [stdout]     |                          |                   the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 388 |     fn match_tokens<'a>(&'a self, _: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/sequence/mod.rs:416:85
[INFO] [stdout]     |
[INFO] [stdout] 416 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stdout]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                        |            |
[INFO] [stdout]     |                          |                        |            the lifetime is named here
[INFO] [stdout]     |                          |                        the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 416 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "eb30dccacb6bf7bd61f8d73ab2fd576c0cf3041fb6d9572fe31b2da2009e4a9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb30dccacb6bf7bd61f8d73ab2fd576c0cf3041fb6d9572fe31b2da2009e4a9e", kill_on_drop: false }`
[INFO] [stdout] eb30dccacb6bf7bd61f8d73ab2fd576c0cf3041fb6d9572fe31b2da2009e4a9e
