[INFO] fetching crate tuckey 0.1.7...
[INFO] testing tuckey-0.1.7 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate tuckey 0.1.7 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tuckey 0.1.7 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f7fa6066398e5027084e1652892e11521d0dace0f1ce07329ea70d762f0ed22
[INFO] running `Command { std: "docker" "start" "-a" "2f7fa6066398e5027084e1652892e11521d0dace0f1ce07329ea70d762f0ed22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f7fa6066398e5027084e1652892e11521d0dace0f1ce07329ea70d762f0ed22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f7fa6066398e5027084e1652892e11521d0dace0f1ce07329ea70d762f0ed22", kill_on_drop: false }`
[INFO] [stdout] 2f7fa6066398e5027084e1652892e11521d0dace0f1ce07329ea70d762f0ed22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d526991b69bb615eff81eb04ee60a37a7f439db762e1ce31e210b6ac8b35da3f
[INFO] running `Command { std: "docker" "start" "-a" "d526991b69bb615eff81eb04ee60a37a7f439db762e1ce31e210b6ac8b35da3f", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.4
[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 1.72s
[INFO] running `Command { std: "docker" "inspect" "d526991b69bb615eff81eb04ee60a37a7f439db762e1ce31e210b6ac8b35da3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d526991b69bb615eff81eb04ee60a37a7f439db762e1ce31e210b6ac8b35da3f", kill_on_drop: false }`
[INFO] [stdout] d526991b69bb615eff81eb04ee60a37a7f439db762e1ce31e210b6ac8b35da3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fefb8442d68ae67d0ab112c0147419891bb8f8ad0c75587d95e830b8be0ec003
[INFO] running `Command { std: "docker" "start" "-a" "fefb8442d68ae67d0ab112c0147419891bb8f8ad0c75587d95e830b8be0ec003", 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] [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: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] [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 0.62s
[INFO] running `Command { std: "docker" "inspect" "fefb8442d68ae67d0ab112c0147419891bb8f8ad0c75587d95e830b8be0ec003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fefb8442d68ae67d0ab112c0147419891bb8f8ad0c75587d95e830b8be0ec003", kill_on_drop: false }`
[INFO] [stdout] fefb8442d68ae67d0ab112c0147419891bb8f8ad0c75587d95e830b8be0ec003
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3053eec641a12ab6af065c32bd3c3d10976367cf7223b074e441c7ef637112c1
[INFO] running `Command { std: "docker" "start" "-a" "3053eec641a12ab6af065c32bd3c3d10976367cf7223b074e441c7ef637112c1", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/sequence/mod.rs:24:85
[INFO] [stderr]    |
[INFO] [stderr] 24 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch>;
[INFO] [stderr]    |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |                        |            |
[INFO] [stderr]    |                          |                        |            the lifetime is named here
[INFO] [stderr]    |                          |                        the lifetime is named here
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 24 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>>;
[INFO] [stderr]    |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/sequence/mod.rs:30:17
[INFO] [stderr]    |
[INFO] [stderr] 27 |         &'a self,
[INFO] [stderr]    |          -- the lifetime is named here
[INFO] [stderr] 28 |         corpus: &Corpus<'a>,
[INFO] [stderr]    |                         -- the lifetime is named here
[INFO] [stderr] 29 |         refs: &'a RefMap,
[INFO] [stderr]    |                -- the lifetime is named here
[INFO] [stderr] 30 |     ) -> Option<TokenMatch> {
[INFO] [stderr]    |                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 30 |     ) -> Option<TokenMatch<'a>> {
[INFO] [stderr]    |                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/sequence/mod.rs:61:82
[INFO] [stderr]    |
[INFO] [stderr] 61 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]    |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |                        |         |
[INFO] [stderr]    |                          |                        |         the lifetime is named here
[INFO] [stderr]    |                          |                        the lifetime is named here
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 61 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]    |                                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/sequence/mod.rs:86:85
[INFO] [stderr]    |
[INFO] [stderr] 86 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]    |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |                        |            |
[INFO] [stderr]    |                          |                        |            the lifetime is named here
[INFO] [stderr]    |                          |                        the lifetime is named here
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 86 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]    |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:119:85
[INFO] [stderr]     |
[INFO] [stderr] 119 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |            |
[INFO] [stderr]     |                          |                        |            the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 119 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:151:85
[INFO] [stderr]     |
[INFO] [stderr] 151 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |            |
[INFO] [stderr]     |                          |                        |            the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 151 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:180:85
[INFO] [stderr]     |
[INFO] [stderr] 180 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |            |
[INFO] [stderr]     |                          |                        |            the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 180 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:212:85
[INFO] [stderr]     |
[INFO] [stderr] 212 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |            |
[INFO] [stderr]     |                          |                        |            the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 212 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:253:85
[INFO] [stderr]     |
[INFO] [stderr] 253 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |            |
[INFO] [stderr]     |                          |                        |            the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 253 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:269:82
[INFO] [stderr]     |
[INFO] [stderr] 269 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |         |
[INFO] [stderr]     |                          |                        |         the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 269 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:298:82
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |         |
[INFO] [stderr]     |                          |                        |         the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:325:82
[INFO] [stderr]     |
[INFO] [stderr] 325 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |         |
[INFO] [stderr]     |                          |                        |         the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 325 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:350:82
[INFO] [stderr]     |
[INFO] [stderr] 350 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |         |
[INFO] [stderr]     |                          |                        |         the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 350 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:388:77
[INFO] [stderr]     |
[INFO] [stderr] 388 |     fn match_tokens<'a>(&'a self, _: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                  --        --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                   |         |
[INFO] [stderr]     |                          |                   |         the lifetime is named here
[INFO] [stderr]     |                          |                   the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 388 |     fn match_tokens<'a>(&'a self, _: &[Token<'a>], _: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/sequence/mod.rs:416:85
[INFO] [stderr]     |
[INFO] [stderr] 416 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch> {
[INFO] [stderr]     |                          --                       --           --                   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                        |            |
[INFO] [stderr]     |                          |                        |            the lifetime is named here
[INFO] [stderr]     |                          |                        the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 416 |     fn match_tokens<'a>(&'a self, tokens: &[Token<'a>], refs: &'a RefMap) -> Option<TokenMatch<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tuckey` (lib) generated 15 warnings (run `cargo fix --lib -p tuckey` to apply 15 suggestions)
[INFO] [stderr] warning: `tuckey` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tuckey-702fd0cb972f7506)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test meta::test_eval::nil_rule ... ok
[INFO] [stdout] test meta::test_eval::mult_and_none_or_more ... ok
[INFO] [stdout] test meta::test_eval::one_bad_raw_rule ... ok
[INFO] [stdout] test meta::test_eval::except_rule ... ok
[INFO] [stdout] test meta::test_eval::one_or_more_mult_rule ... ok
[INFO] [stdout] test meta::test_eval::one_mult_rule ... ok
[INFO] [stdout] test meta::test_eval::one_mult_with_ws_rule ... ok
[INFO] [stdout] test meta::test_eval::one_quote_rule ... ok
[INFO] [stdout] test meta::test_eval::one_or_more_rule ... ok
[INFO] [stdout] test meta::test_eval::one_raw_rule ... ok
[INFO] [stdout] test meta::test_eval::one_ref_rule ... ok
[INFO] [stdout] test meta::test_eval::optional_rule ... ok
[INFO] [stdout] test meta::test_eval::paren_rule ... ok
[INFO] [stdout] test sequence::tests::choose_test ... ok
[INFO] [stdout] test meta::test_eval::range_rule ... ok
[INFO] [stdout] test sequence::tests::mult_test ... ok
[INFO] [stdout] test sequence::tests::none_or_more_and_mult_test ... ok
[INFO] [stdout] test sequence::tests::one_or_more_test ... ok
[INFO] [stdout] test sequence::tests::opt_test ... ok
[INFO] [stdout] test sequence::tests::except_test ... ok
[INFO] [stdout] test meta::test_eval::digit_rule ... ok
[INFO] [stdout] test sequence::tests::none_or_more_test ... ok
[INFO] [stdout] test tests::calculator::eval_test::number_two ... ok
[INFO] [stdout] test meta::test_eval::whitespace_surroundings ... ok
[INFO] [stdout] test tests::calculator::eval_test::number_one_half ... ok
[INFO] [stdout] test tests::calculator::eval_test::number_1234 ... ok
[INFO] [stdout] test tests::calculator::eval_test::number_1_2 ... ok
[INFO] [stdout] test tests::calculator::eval_test::number_1 ... ok
[INFO] [stdout] test meta::test_eval::whitespace_edges_rule ... ok
[INFO] [stdout] test tests::calculator::int_test ... ok
[INFO] [stdout] test tests::calculator::expr_test ... ok
[INFO] [stdout] test tests::calculator_meta::eval_test::number_one_half ... ok
[INFO] [stdout] test tests::calculator_meta::expr_test ... ok
[INFO] [stdout] test tests::calculator_meta::eval_test::number_1234 ... ok
[INFO] [stdout] test tests::calculator_meta::eval_test::number_1_2 ... ok
[INFO] [stdout] test tests::calculator_meta::eval_test::number_two ... ok
[INFO] [stdout] test tests::calculator_meta::eval_test::number_1 ... ok
[INFO] [stdout] test tests::calculator_meta::int_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tuckey
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3053eec641a12ab6af065c32bd3c3d10976367cf7223b074e441c7ef637112c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3053eec641a12ab6af065c32bd3c3d10976367cf7223b074e441c7ef637112c1", kill_on_drop: false }`
[INFO] [stdout] 3053eec641a12ab6af065c32bd3c3d10976367cf7223b074e441c7ef637112c1
