[INFO] fetching crate test-to-vec 0.4.3...
[INFO] testing test-to-vec-0.4.3 against 1.95.0 for beta-1.96-2
[INFO] extracting crate test-to-vec 0.4.3 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate test-to-vec 0.4.3
[INFO] finished tweaking crates.io crate test-to-vec 0.4.3
[INFO] tweaked toml for crates.io crate test-to-vec 0.4.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate test-to-vec 0.4.3 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding nom v3.2.1 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c5698c131fec0afbf3f698f0907c071ba3dd968ab5f0c3acd726bad7741fe281
[INFO] running `Command { std: "docker" "start" "-a" "c5698c131fec0afbf3f698f0907c071ba3dd968ab5f0c3acd726bad7741fe281", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5698c131fec0afbf3f698f0907c071ba3dd968ab5f0c3acd726bad7741fe281", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5698c131fec0afbf3f698f0907c071ba3dd968ab5f0c3acd726bad7741fe281", kill_on_drop: false }`
[INFO] [stdout] c5698c131fec0afbf3f698f0907c071ba3dd968ab5f0c3acd726bad7741fe281
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f126d86a39a27d13db4e41effb6dc5c6d5cdeaf8d1567dbe77957df69d76faa3
[INFO] running `Command { std: "docker" "start" "-a" "f126d86a39a27d13db4e41effb6dc5c6d5cdeaf8d1567dbe77957df69d76faa3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling memchr v1.0.2
[INFO] [stderr]    Compiling nom v3.2.1
[INFO] [stderr]    Compiling test-to-vec v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:8:18
[INFO] [stdout]    |
[INFO] [stdout]  7 | / named!(
[INFO] [stdout]  8 | |     rest_of_line<&str>,
[INFO] [stdout]    | |                  ^^^^ the same lifetime is elided here
[INFO] [stdout]  9 | |     do_parse!(
[INFO] [stdout] 10 | |         content: map_res!(
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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]  8 |     rest_of_line<&'a str>,
[INFO] [stdout]    |                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 64 | / named!(
[INFO] [stdout] 65 | |     suite_line<&str>,
[INFO] [stdout]    | |                ^^^^ the same lifetime is elided here
[INFO] [stdout] 66 | |     do_parse!(
[INFO] [stdout] 67 | |         ws!(
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 65 |     suite_line<&'a str>,
[INFO] [stdout]    |                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 84 | / named!(
[INFO] [stdout] 85 | |     ok<&str>,
[INFO] [stdout]    | |        ^^^^ the same lifetime is elided here
[INFO] [stdout] 86 | |     map!(tag!("ok"),
[INFO] [stdout] 87 | |     |_| "pass")
[INFO] [stdout] 88 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 85 |     ok<&'a str>,
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 90 | / named!(
[INFO] [stdout] 91 | |     failed<&str>,
[INFO] [stdout]    | |            ^^^^ the same lifetime is elided here
[INFO] [stdout] 92 | |     map!(tag!("FAILED"),
[INFO] [stdout] 93 | |     |_| "fail")
[INFO] [stdout] 94 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 91 |     failed<&'a str>,
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:97:18
[INFO] [stdout]    |
[INFO] [stdout] 96 | / named!(
[INFO] [stdout] 97 | |     ok_or_failed<&str>,
[INFO] [stdout]    | |                  ^^^^ the same lifetime is elided here
[INFO] [stdout] 98 | |     alt!(ok | failed)
[INFO] [stdout] 99 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 97 |     ok_or_failed<&'a str>,
[INFO] [stdout]    |                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(
[INFO] [stdout] 109 | |     test_result<Test>,
[INFO] [stdout]     | |                 ^^^^
[INFO] [stdout]     | |                 |
[INFO] [stdout]     | |                 the same lifetime is hidden here
[INFO] [stdout]     | |                 the same lifetime is hidden here
[INFO] [stdout]     | |                 the same lifetime is hidden here
[INFO] [stdout] 110 | |     do_parse!(
[INFO] [stdout] 111 | |         tag!("test") >>
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 109 |     test_result<Test<'a>>,
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:128:22
[INFO] [stdout]     |
[INFO] [stdout] 127 | / named!(
[INFO] [stdout] 128 | |     test_results<Vec<Test> >,
[INFO] [stdout]     | |                      ^^^^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the same lifetime is hidden here
[INFO] [stdout]     | |                      the same lifetime is hidden here
[INFO] [stdout]     | |                      the same lifetime is hidden here
[INFO] [stdout] 129 | |     many0!(
[INFO] [stdout] 130 | |         test_result
[INFO] [stdout] 131 | |     )
[INFO] [stdout] 132 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 128 |     test_results<Vec<Test<'a>> >,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:156:18
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     suite_result<SuiteResult>,
[INFO] [stdout]     | |                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         ws!(tag!("test result: ")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 156 |     suite_result<SuiteResult<'a>>,
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:183:15
[INFO] [stdout]     |
[INFO] [stdout] 182 | / named!(
[INFO] [stdout] 183 | |     fail_line<&str>,
[INFO] [stdout]     | |               ^^^^ the same lifetime is elided here
[INFO] [stdout] 184 | |     do_parse!(
[INFO] [stdout] 185 | |         ws!(tag!("----")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 183 |     fail_line<&'a str>,
[INFO] [stdout]     |                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:203:13
[INFO] [stdout]     |
[INFO] [stdout] 202 | / named!(
[INFO] [stdout] 203 | |     failure<Failure>,
[INFO] [stdout]     | |             ^^^^^^^
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             the same lifetime is hidden here
[INFO] [stdout]     | |             the same lifetime is hidden here
[INFO] [stdout] 204 | |     do_parse!(
[INFO] [stdout] 205 | |         name: fail_line >>
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 203 |     failure<Failure<'a>>,
[INFO] [stdout]     |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:219:21
[INFO] [stdout]     |
[INFO] [stdout] 219 | named!(failures<Vec<Failure> >, many1!(failure));
[INFO] [stdout]     | --------------------^^^^^^^---------------------
[INFO] [stdout]     | |                   |
[INFO] [stdout]     | |                   the same lifetime is hidden here
[INFO] [stdout]     | |                   the same lifetime is hidden here
[INFO] [stdout]     | the lifetime is named here
[INFO] [stdout]     | the same 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] 219 | named!(failures<Vec<Failure<'a>> >, many1!(failure));
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:221:28
[INFO] [stdout]     |
[INFO] [stdout] 221 |   named!(fail_opt<Option<Vec<Failure> > >,
[INFO] [stdout]     |   -                          ^^^^^^^
[INFO] [stdout]     |   |                          |
[INFO] [stdout]     |   |                          the same lifetime is hidden here
[INFO] [stdout]     |  _|                          the same lifetime is hidden here
[INFO] [stdout]     | |
[INFO] [stdout] 222 | |     opt!(
[INFO] [stdout] 223 | |         do_parse!(
[INFO] [stdout] 224 | |             ws!(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 221 | named!(fail_opt<Option<Vec<Failure<'a>> > >,
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:287:18
[INFO] [stdout]     |
[INFO] [stdout] 286 | / named!(
[INFO] [stdout] 287 | |     suite_parser<Suite>,
[INFO] [stdout]     | |                  ^^^^^
[INFO] [stdout]     | |                  |
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout] 288 | |     do_parse!(
[INFO] [stdout] 289 | |         name: suite_line >>
[INFO] [stdout] ...   |
[INFO] [stdout] 296 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 287 |     suite_parser<Suite<'a>>,
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:299:23
[INFO] [stdout]     |
[INFO] [stdout] 298 | / named!(
[INFO] [stdout] 299 | |     suites_parser<Vec<Suite > >,
[INFO] [stdout]     | |                       ^^^^^
[INFO] [stdout]     | |                       |
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout] 300 | |     many1!(suite_parser)
[INFO] [stdout] 301 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 299 |     suites_parser<Vec<Suite<'a> > >,
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:304:21
[INFO] [stdout]     |
[INFO] [stdout] 303 | / named!(
[INFO] [stdout] 304 | |   compile_error<Vec<Suite > >,
[INFO] [stdout]     | |                     ^^^^^
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout] 305 | |   do_parse!(
[INFO] [stdout] 306 | |     ws!(tag!("error")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 304 |   compile_error<Vec<Suite<'a> > >,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "f126d86a39a27d13db4e41effb6dc5c6d5cdeaf8d1567dbe77957df69d76faa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f126d86a39a27d13db4e41effb6dc5c6d5cdeaf8d1567dbe77957df69d76faa3", kill_on_drop: false }`
[INFO] [stdout] f126d86a39a27d13db4e41effb6dc5c6d5cdeaf8d1567dbe77957df69d76faa3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d8b00c18d1ed657dc234044209278d55b116d22049fb6339cff63168626a6d6
[INFO] running `Command { std: "docker" "start" "-a" "5d8b00c18d1ed657dc234044209278d55b116d22049fb6339cff63168626a6d6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:8:18
[INFO] [stdout]    |
[INFO] [stdout]  7 | / named!(
[INFO] [stdout]  8 | |     rest_of_line<&str>,
[INFO] [stdout]    | |                  ^^^^ the same lifetime is elided here
[INFO] [stdout]  9 | |     do_parse!(
[INFO] [stdout] 10 | |         content: map_res!(
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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]  8 |     rest_of_line<&'a str>,
[INFO] [stdout]    |                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 64 | / named!(
[INFO] [stdout] 65 | |     suite_line<&str>,
[INFO] [stdout]    | |                ^^^^ the same lifetime is elided here
[INFO] [stdout] 66 | |     do_parse!(
[INFO] [stdout] 67 | |         ws!(
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 65 |     suite_line<&'a str>,
[INFO] [stdout]    |                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 84 | / named!(
[INFO] [stdout] 85 | |     ok<&str>,
[INFO] [stdout]    | |        ^^^^ the same lifetime is elided here
[INFO] [stdout] 86 | |     map!(tag!("ok"),
[INFO] [stdout] 87 | |     |_| "pass")
[INFO] [stdout] 88 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 85 |     ok<&'a str>,
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 90 | / named!(
[INFO] [stdout] 91 | |     failed<&str>,
[INFO] [stdout]    | |            ^^^^ the same lifetime is elided here
[INFO] [stdout] 92 | |     map!(tag!("FAILED"),
[INFO] [stdout] 93 | |     |_| "fail")
[INFO] [stdout] 94 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 91 |     failed<&'a str>,
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:97:18
[INFO] [stdout]    |
[INFO] [stdout] 96 | / named!(
[INFO] [stdout] 97 | |     ok_or_failed<&str>,
[INFO] [stdout]    | |                  ^^^^ the same lifetime is elided here
[INFO] [stdout] 98 | |     alt!(ok | failed)
[INFO] [stdout] 99 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 97 |     ok_or_failed<&'a str>,
[INFO] [stdout]    |                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(
[INFO] [stdout] 109 | |     test_result<Test>,
[INFO] [stdout]     | |                 ^^^^
[INFO] [stdout]     | |                 |
[INFO] [stdout]     | |                 the same lifetime is hidden here
[INFO] [stdout]     | |                 the same lifetime is hidden here
[INFO] [stdout]     | |                 the same lifetime is hidden here
[INFO] [stdout] 110 | |     do_parse!(
[INFO] [stdout] 111 | |         tag!("test") >>
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 109 |     test_result<Test<'a>>,
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:128:22
[INFO] [stdout]     |
[INFO] [stdout] 127 | / named!(
[INFO] [stdout] 128 | |     test_results<Vec<Test> >,
[INFO] [stdout]     | |                      ^^^^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the same lifetime is hidden here
[INFO] [stdout]     | |                      the same lifetime is hidden here
[INFO] [stdout]     | |                      the same lifetime is hidden here
[INFO] [stdout] 129 | |     many0!(
[INFO] [stdout] 130 | |         test_result
[INFO] [stdout] 131 | |     )
[INFO] [stdout] 132 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 128 |     test_results<Vec<Test<'a>> >,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:156:18
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     suite_result<SuiteResult>,
[INFO] [stdout]     | |                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         ws!(tag!("test result: ")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 156 |     suite_result<SuiteResult<'a>>,
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:183:15
[INFO] [stdout]     |
[INFO] [stdout] 182 | / named!(
[INFO] [stdout] 183 | |     fail_line<&str>,
[INFO] [stdout]     | |               ^^^^ the same lifetime is elided here
[INFO] [stdout] 184 | |     do_parse!(
[INFO] [stdout] 185 | |         ws!(tag!("----")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 183 |     fail_line<&'a str>,
[INFO] [stdout]     |                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:203:13
[INFO] [stdout]     |
[INFO] [stdout] 202 | / named!(
[INFO] [stdout] 203 | |     failure<Failure>,
[INFO] [stdout]     | |             ^^^^^^^
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             the same lifetime is hidden here
[INFO] [stdout]     | |             the same lifetime is hidden here
[INFO] [stdout] 204 | |     do_parse!(
[INFO] [stdout] 205 | |         name: fail_line >>
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 203 |     failure<Failure<'a>>,
[INFO] [stdout]     |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:219:21
[INFO] [stdout]     |
[INFO] [stdout] 219 | named!(failures<Vec<Failure> >, many1!(failure));
[INFO] [stdout]     | --------------------^^^^^^^---------------------
[INFO] [stdout]     | |                   |
[INFO] [stdout]     | |                   the same lifetime is hidden here
[INFO] [stdout]     | |                   the same lifetime is hidden here
[INFO] [stdout]     | the lifetime is named here
[INFO] [stdout]     | the same 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] 219 | named!(failures<Vec<Failure<'a>> >, many1!(failure));
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:221:28
[INFO] [stdout]     |
[INFO] [stdout] 221 |   named!(fail_opt<Option<Vec<Failure> > >,
[INFO] [stdout]     |   -                          ^^^^^^^
[INFO] [stdout]     |   |                          |
[INFO] [stdout]     |   |                          the same lifetime is hidden here
[INFO] [stdout]     |  _|                          the same lifetime is hidden here
[INFO] [stdout]     | |
[INFO] [stdout] 222 | |     opt!(
[INFO] [stdout] 223 | |         do_parse!(
[INFO] [stdout] 224 | |             ws!(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 221 | named!(fail_opt<Option<Vec<Failure<'a>> > >,
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:287:18
[INFO] [stdout]     |
[INFO] [stdout] 286 | / named!(
[INFO] [stdout] 287 | |     suite_parser<Suite>,
[INFO] [stdout]     | |                  ^^^^^
[INFO] [stdout]     | |                  |
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout] 288 | |     do_parse!(
[INFO] [stdout] 289 | |         name: suite_line >>
[INFO] [stdout] ...   |
[INFO] [stdout] 296 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 287 |     suite_parser<Suite<'a>>,
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:299:23
[INFO] [stdout]     |
[INFO] [stdout] 298 | / named!(
[INFO] [stdout] 299 | |     suites_parser<Vec<Suite > >,
[INFO] [stdout]     | |                       ^^^^^
[INFO] [stdout]     | |                       |
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout] 300 | |     many1!(suite_parser)
[INFO] [stdout] 301 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 299 |     suites_parser<Vec<Suite<'a> > >,
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:304:21
[INFO] [stdout]     |
[INFO] [stdout] 303 | / named!(
[INFO] [stdout] 304 | |   compile_error<Vec<Suite > >,
[INFO] [stdout]     | |                     ^^^^^
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout] 305 | |   do_parse!(
[INFO] [stdout] 306 | |     ws!(tag!("error")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 304 |   compile_error<Vec<Suite<'a> > >,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling test-to-vec v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:8:18
[INFO] [stdout]    |
[INFO] [stdout]  7 | / named!(
[INFO] [stdout]  8 | |     rest_of_line<&str>,
[INFO] [stdout]    | |                  ^^^^ the same lifetime is elided here
[INFO] [stdout]  9 | |     do_parse!(
[INFO] [stdout] 10 | |         content: map_res!(
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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]  8 |     rest_of_line<&'a str>,
[INFO] [stdout]    |                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 64 | / named!(
[INFO] [stdout] 65 | |     suite_line<&str>,
[INFO] [stdout]    | |                ^^^^ the same lifetime is elided here
[INFO] [stdout] 66 | |     do_parse!(
[INFO] [stdout] 67 | |         ws!(
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 65 |     suite_line<&'a str>,
[INFO] [stdout]    |                 ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 84 | / named!(
[INFO] [stdout] 85 | |     ok<&str>,
[INFO] [stdout]    | |        ^^^^ the same lifetime is elided here
[INFO] [stdout] 86 | |     map!(tag!("ok"),
[INFO] [stdout] 87 | |     |_| "pass")
[INFO] [stdout] 88 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 85 |     ok<&'a str>,
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 90 | / named!(
[INFO] [stdout] 91 | |     failed<&str>,
[INFO] [stdout]    | |            ^^^^ the same lifetime is elided here
[INFO] [stdout] 92 | |     map!(tag!("FAILED"),
[INFO] [stdout] 93 | |     |_| "fail")
[INFO] [stdout] 94 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 91 |     failed<&'a str>,
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:97:18
[INFO] [stdout]    |
[INFO] [stdout] 96 | / named!(
[INFO] [stdout] 97 | |     ok_or_failed<&str>,
[INFO] [stdout]    | |                  ^^^^ the same lifetime is elided here
[INFO] [stdout] 98 | |     alt!(ok | failed)
[INFO] [stdout] 99 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 97 |     ok_or_failed<&'a str>,
[INFO] [stdout]    |                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(
[INFO] [stdout] 109 | |     test_result<Test>,
[INFO] [stdout]     | |                 ^^^^
[INFO] [stdout]     | |                 |
[INFO] [stdout]     | |                 the same lifetime is hidden here
[INFO] [stdout]     | |                 the same lifetime is hidden here
[INFO] [stdout]     | |                 the same lifetime is hidden here
[INFO] [stdout] 110 | |     do_parse!(
[INFO] [stdout] 111 | |         tag!("test") >>
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 109 |     test_result<Test<'a>>,
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:128:22
[INFO] [stdout]     |
[INFO] [stdout] 127 | / named!(
[INFO] [stdout] 128 | |     test_results<Vec<Test> >,
[INFO] [stdout]     | |                      ^^^^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the same lifetime is hidden here
[INFO] [stdout]     | |                      the same lifetime is hidden here
[INFO] [stdout]     | |                      the same lifetime is hidden here
[INFO] [stdout] 129 | |     many0!(
[INFO] [stdout] 130 | |         test_result
[INFO] [stdout] 131 | |     )
[INFO] [stdout] 132 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 128 |     test_results<Vec<Test<'a>> >,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:156:18
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     suite_result<SuiteResult>,
[INFO] [stdout]     | |                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         ws!(tag!("test result: ")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 156 |     suite_result<SuiteResult<'a>>,
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:183:15
[INFO] [stdout]     |
[INFO] [stdout] 182 | / named!(
[INFO] [stdout] 183 | |     fail_line<&str>,
[INFO] [stdout]     | |               ^^^^ the same lifetime is elided here
[INFO] [stdout] 184 | |     do_parse!(
[INFO] [stdout] 185 | |         ws!(tag!("----")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 183 |     fail_line<&'a str>,
[INFO] [stdout]     |                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:203:13
[INFO] [stdout]     |
[INFO] [stdout] 202 | / named!(
[INFO] [stdout] 203 | |     failure<Failure>,
[INFO] [stdout]     | |             ^^^^^^^
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             the same lifetime is hidden here
[INFO] [stdout]     | |             the same lifetime is hidden here
[INFO] [stdout] 204 | |     do_parse!(
[INFO] [stdout] 205 | |         name: fail_line >>
[INFO] [stdout] ...   |
[INFO] [stdout] 217 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 203 |     failure<Failure<'a>>,
[INFO] [stdout]     |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:219:21
[INFO] [stdout]     |
[INFO] [stdout] 219 | named!(failures<Vec<Failure> >, many1!(failure));
[INFO] [stdout]     | --------------------^^^^^^^---------------------
[INFO] [stdout]     | |                   |
[INFO] [stdout]     | |                   the same lifetime is hidden here
[INFO] [stdout]     | |                   the same lifetime is hidden here
[INFO] [stdout]     | the lifetime is named here
[INFO] [stdout]     | the same 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] 219 | named!(failures<Vec<Failure<'a>> >, many1!(failure));
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:221:28
[INFO] [stdout]     |
[INFO] [stdout] 221 |   named!(fail_opt<Option<Vec<Failure> > >,
[INFO] [stdout]     |   -                          ^^^^^^^
[INFO] [stdout]     |   |                          |
[INFO] [stdout]     |   |                          the same lifetime is hidden here
[INFO] [stdout]     |  _|                          the same lifetime is hidden here
[INFO] [stdout]     | |
[INFO] [stdout] 222 | |     opt!(
[INFO] [stdout] 223 | |         do_parse!(
[INFO] [stdout] 224 | |             ws!(
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 221 | named!(fail_opt<Option<Vec<Failure<'a>> > >,
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:287:18
[INFO] [stdout]     |
[INFO] [stdout] 286 | / named!(
[INFO] [stdout] 287 | |     suite_parser<Suite>,
[INFO] [stdout]     | |                  ^^^^^
[INFO] [stdout]     | |                  |
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout]     | |                  the same lifetime is hidden here
[INFO] [stdout] 288 | |     do_parse!(
[INFO] [stdout] 289 | |         name: suite_line >>
[INFO] [stdout] ...   |
[INFO] [stdout] 296 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 287 |     suite_parser<Suite<'a>>,
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:299:23
[INFO] [stdout]     |
[INFO] [stdout] 298 | / named!(
[INFO] [stdout] 299 | |     suites_parser<Vec<Suite > >,
[INFO] [stdout]     | |                       ^^^^^
[INFO] [stdout]     | |                       |
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout]     | |                       the same lifetime is hidden here
[INFO] [stdout] 300 | |     many1!(suite_parser)
[INFO] [stdout] 301 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 299 |     suites_parser<Vec<Suite<'a> > >,
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:304:21
[INFO] [stdout]     |
[INFO] [stdout] 303 | / named!(
[INFO] [stdout] 304 | |   compile_error<Vec<Suite > >,
[INFO] [stdout]     | |                     ^^^^^
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout]     | |                     the same lifetime is hidden here
[INFO] [stdout] 305 | |   do_parse!(
[INFO] [stdout] 306 | |     ws!(tag!("error")) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 304 |   compile_error<Vec<Suite<'a> > >,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5d8b00c18d1ed657dc234044209278d55b116d22049fb6339cff63168626a6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d8b00c18d1ed657dc234044209278d55b116d22049fb6339cff63168626a6d6", kill_on_drop: false }`
[INFO] [stdout] 5d8b00c18d1ed657dc234044209278d55b116d22049fb6339cff63168626a6d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e84d839a443be29c10b839f862c4bde77dcb96f4f0792c20521b9912022cffd3
[INFO] running `Command { std: "docker" "start" "-a" "e84d839a443be29c10b839f862c4bde77dcb96f4f0792c20521b9912022cffd3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:8:18
[INFO] [stderr]    |
[INFO] [stderr]  7 | / named!(
[INFO] [stderr]  8 | |     rest_of_line<&str>,
[INFO] [stderr]    | |                  ^^^^ the same lifetime is elided here
[INFO] [stderr]  9 | |     do_parse!(
[INFO] [stderr] 10 | |         content: map_res!(
[INFO] [stderr] ...  |
[INFO] [stderr] 17 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same 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]  8 |     rest_of_line<&'a str>,
[INFO] [stderr]    |                   ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:65:16
[INFO] [stderr]    |
[INFO] [stderr] 64 | / named!(
[INFO] [stderr] 65 | |     suite_line<&str>,
[INFO] [stderr]    | |                ^^^^ the same lifetime is elided here
[INFO] [stderr] 66 | |     do_parse!(
[INFO] [stderr] 67 | |         ws!(
[INFO] [stderr] ...  |
[INFO] [stderr] 73 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same 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] 65 |     suite_line<&'a str>,
[INFO] [stderr]    |                 ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:85:8
[INFO] [stderr]    |
[INFO] [stderr] 84 | / named!(
[INFO] [stderr] 85 | |     ok<&str>,
[INFO] [stderr]    | |        ^^^^ the same lifetime is elided here
[INFO] [stderr] 86 | |     map!(tag!("ok"),
[INFO] [stderr] 87 | |     |_| "pass")
[INFO] [stderr] 88 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same 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] 85 |     ok<&'a str>,
[INFO] [stderr]    |         ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:91:12
[INFO] [stderr]    |
[INFO] [stderr] 90 | / named!(
[INFO] [stderr] 91 | |     failed<&str>,
[INFO] [stderr]    | |            ^^^^ the same lifetime is elided here
[INFO] [stderr] 92 | |     map!(tag!("FAILED"),
[INFO] [stderr] 93 | |     |_| "fail")
[INFO] [stderr] 94 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same 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] 91 |     failed<&'a str>,
[INFO] [stderr]    |             ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:97:18
[INFO] [stderr]    |
[INFO] [stderr] 96 | / named!(
[INFO] [stderr] 97 | |     ok_or_failed<&str>,
[INFO] [stderr]    | |                  ^^^^ the same lifetime is elided here
[INFO] [stderr] 98 | |     alt!(ok | failed)
[INFO] [stderr] 99 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same 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] 97 |     ok_or_failed<&'a str>,
[INFO] [stderr]    |                   ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:109:17
[INFO] [stderr]     |
[INFO] [stderr] 108 | / named!(
[INFO] [stderr] 109 | |     test_result<Test>,
[INFO] [stderr]     | |                 ^^^^
[INFO] [stderr]     | |                 |
[INFO] [stderr]     | |                 the same lifetime is hidden here
[INFO] [stderr]     | |                 the same lifetime is hidden here
[INFO] [stderr]     | |                 the same lifetime is hidden here
[INFO] [stderr] 110 | |     do_parse!(
[INFO] [stderr] 111 | |         tag!("test") >>
[INFO] [stderr] ...   |
[INFO] [stderr] 125 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same 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] 109 |     test_result<Test<'a>>,
[INFO] [stderr]     |                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:128:22
[INFO] [stderr]     |
[INFO] [stderr] 127 | / named!(
[INFO] [stderr] 128 | |     test_results<Vec<Test> >,
[INFO] [stderr]     | |                      ^^^^
[INFO] [stderr]     | |                      |
[INFO] [stderr]     | |                      the same lifetime is hidden here
[INFO] [stderr]     | |                      the same lifetime is hidden here
[INFO] [stderr]     | |                      the same lifetime is hidden here
[INFO] [stderr] 129 | |     many0!(
[INFO] [stderr] 130 | |         test_result
[INFO] [stderr] 131 | |     )
[INFO] [stderr] 132 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same 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] 128 |     test_results<Vec<Test<'a>> >,
[INFO] [stderr]     |                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:156:18
[INFO] [stderr]     |
[INFO] [stderr] 155 | / named!(
[INFO] [stderr] 156 | |     suite_result<SuiteResult>,
[INFO] [stderr]     | |                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 157 | |     do_parse!(
[INFO] [stderr] 158 | |         ws!(tag!("test result: ")) >>
[INFO] [stderr] ...   |
[INFO] [stderr] 180 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same 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] 156 |     suite_result<SuiteResult<'a>>,
[INFO] [stderr]     |                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:183:15
[INFO] [stderr]     |
[INFO] [stderr] 182 | / named!(
[INFO] [stderr] 183 | |     fail_line<&str>,
[INFO] [stderr]     | |               ^^^^ the same lifetime is elided here
[INFO] [stderr] 184 | |     do_parse!(
[INFO] [stderr] 185 | |         ws!(tag!("----")) >>
[INFO] [stderr] ...   |
[INFO] [stderr] 194 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same 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] 183 |     fail_line<&'a str>,
[INFO] [stderr]     |                ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:203:13
[INFO] [stderr]     |
[INFO] [stderr] 202 | / named!(
[INFO] [stderr] 203 | |     failure<Failure>,
[INFO] [stderr]     | |             ^^^^^^^
[INFO] [stderr]     | |             |
[INFO] [stderr]     | |             the same lifetime is hidden here
[INFO] [stderr]     | |             the same lifetime is hidden here
[INFO] [stderr] 204 | |     do_parse!(
[INFO] [stderr] 205 | |         name: fail_line >>
[INFO] [stderr] ...   |
[INFO] [stderr] 217 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same 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] 203 |     failure<Failure<'a>>,
[INFO] [stderr]     |                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:219:21
[INFO] [stderr]     |
[INFO] [stderr] 219 | named!(failures<Vec<Failure> >, many1!(failure));
[INFO] [stderr]     | --------------------^^^^^^^---------------------
[INFO] [stderr]     | |                   |
[INFO] [stderr]     | |                   the same lifetime is hidden here
[INFO] [stderr]     | |                   the same lifetime is hidden here
[INFO] [stderr]     | the lifetime is named here
[INFO] [stderr]     | the same 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] 219 | named!(failures<Vec<Failure<'a>> >, many1!(failure));
[INFO] [stderr]     |                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:221:28
[INFO] [stderr]     |
[INFO] [stderr] 221 |   named!(fail_opt<Option<Vec<Failure> > >,
[INFO] [stderr]     |   -                          ^^^^^^^
[INFO] [stderr]     |   |                          |
[INFO] [stderr]     |   |                          the same lifetime is hidden here
[INFO] [stderr]     |  _|                          the same lifetime is hidden here
[INFO] [stderr]     | |
[INFO] [stderr] 222 | |     opt!(
[INFO] [stderr] 223 | |         do_parse!(
[INFO] [stderr] 224 | |             ws!(
[INFO] [stderr] ...   |
[INFO] [stderr] 234 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same 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] 221 | named!(fail_opt<Option<Vec<Failure<'a>> > >,
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:287:18
[INFO] [stderr]     |
[INFO] [stderr] 286 | / named!(
[INFO] [stderr] 287 | |     suite_parser<Suite>,
[INFO] [stderr]     | |                  ^^^^^
[INFO] [stderr]     | |                  |
[INFO] [stderr]     | |                  the same lifetime is hidden here
[INFO] [stderr]     | |                  the same lifetime is hidden here
[INFO] [stderr]     | |                  the same lifetime is hidden here
[INFO] [stderr]     | |                  the same lifetime is hidden here
[INFO] [stderr]     | |                  the same lifetime is hidden here
[INFO] [stderr] 288 | |     do_parse!(
[INFO] [stderr] 289 | |         name: suite_line >>
[INFO] [stderr] ...   |
[INFO] [stderr] 296 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same 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] 287 |     suite_parser<Suite<'a>>,
[INFO] [stderr]     |                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:299:23
[INFO] [stderr]     |
[INFO] [stderr] 298 | / named!(
[INFO] [stderr] 299 | |     suites_parser<Vec<Suite > >,
[INFO] [stderr]     | |                       ^^^^^
[INFO] [stderr]     | |                       |
[INFO] [stderr]     | |                       the same lifetime is hidden here
[INFO] [stderr]     | |                       the same lifetime is hidden here
[INFO] [stderr]     | |                       the same lifetime is hidden here
[INFO] [stderr]     | |                       the same lifetime is hidden here
[INFO] [stderr]     | |                       the same lifetime is hidden here
[INFO] [stderr] 300 | |     many1!(suite_parser)
[INFO] [stderr] 301 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same 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] 299 |     suites_parser<Vec<Suite<'a> > >,
[INFO] [stderr]     |                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:304:21
[INFO] [stderr]     |
[INFO] [stderr] 303 | / named!(
[INFO] [stderr] 304 | |   compile_error<Vec<Suite > >,
[INFO] [stderr]     | |                     ^^^^^
[INFO] [stderr]     | |                     |
[INFO] [stderr]     | |                     the same lifetime is hidden here
[INFO] [stderr]     | |                     the same lifetime is hidden here
[INFO] [stderr]     | |                     the same lifetime is hidden here
[INFO] [stderr]     | |                     the same lifetime is hidden here
[INFO] [stderr]     | |                     the same lifetime is hidden here
[INFO] [stderr] 305 | |   do_parse!(
[INFO] [stderr] 306 | |     ws!(tag!("error")) >>
[INFO] [stderr] ...   |
[INFO] [stderr] 336 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same 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] 304 |   compile_error<Vec<Suite<'a> > >,
[INFO] [stderr]     |                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `test-to-vec` (lib) generated 15 warnings (run `cargo fix --lib -p test-to-vec` to apply 15 suggestions)
[INFO] [stderr] warning: `test-to-vec` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/test_to_vec-34fe6db0dc25f2db)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test parser_tests::it_should_capture_digits ... ok
[INFO] [stdout] test parser_tests::it_should_match_a_compiler_line ... ok
[INFO] [stdout] test parser_tests::it_should_match_failed ... ok
[INFO] [stdout] test parser_tests::it_should_parse_a_downloading_line ... ok
[INFO] [stdout] test parser_tests::compile_fail ... ok
[INFO] [stdout] test parser_tests::it_should_parse_a_suite_result ... ok
[INFO] [stdout] test parser_tests::it_should_parse_an_installing_line ... ok
[INFO] [stdout] test parser_tests::it_should_parse_finish_line ... ok
[INFO] [stdout] test parser_tests::it_should_parse_successful_test_output ... ok
[INFO] [stdout] test parser_tests::it_should_parse_suite_line ... ok
[INFO] [stdout] test parser_tests::it_should_parse_suite_count ... ok
[INFO] [stdout] test parser_tests::it_should_match_ok ... ok
[INFO] [stdout] test parser_tests::it_should_parse_test_results ... ok
[INFO] [stdout] test parser_tests::it_should_parse_test_result ... ok
[INFO] [stdout] test parser_tests::test_fail_line ... ok
[INFO] [stdout] test parser_tests::test_fail_run ... ok
[INFO] [stdout] test parser_tests::test_failures ... ok
[INFO] [stdout] test parser_tests::test_failure ... ok
[INFO] [stdout] test parser_tests::test_full_run ... ok
[INFO] [stdout] test parser_tests::test_success_run ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests test_to_vec
[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" "e84d839a443be29c10b839f862c4bde77dcb96f4f0792c20521b9912022cffd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e84d839a443be29c10b839f862c4bde77dcb96f4f0792c20521b9912022cffd3", kill_on_drop: false }`
[INFO] [stdout] e84d839a443be29c10b839f862c4bde77dcb96f4f0792c20521b9912022cffd3
