[INFO] fetching crate pdl 0.1.1...
[INFO] testing pdl-0.1.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate pdl 0.1.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate pdl 0.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate pdl 0.1.1
[INFO] tweaked toml for crates.io crate pdl 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pdl 0.1.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.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.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 90 packages to latest compatible versions
[INFO] [stderr]       Adding cfg-if v0.1.10 (available: v1.0.4)
[INFO] [stderr]       Adding nom v5.1.3 (available: v8.0.0)
[INFO] [stderr]       Adding open v1.7.1 (available: v5.3.2)
[INFO] [stderr]       Adding pretty_env_logger v0.3.1 (available: v0.5.0)
[INFO] [stderr]       Adding structopt v0.2.18 (available: v0.3.26)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded structopt v0.2.18
[INFO] [stderr]   Downloaded structopt-derive v0.2.18
[INFO] [stderr]   Downloaded open v1.7.1
[INFO] [stderr]   Downloaded pretty_env_logger v0.3.1
[INFO] [stderr]   Downloaded indented v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c0fd0e137c8e7e500e225371637acb8f41ca46c2eed3449d19c9cd7715327012
[INFO] running `Command { std: "docker" "start" "-a" "c0fd0e137c8e7e500e225371637acb8f41ca46c2eed3449d19c9cd7715327012", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0fd0e137c8e7e500e225371637acb8f41ca46c2eed3449d19c9cd7715327012", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0fd0e137c8e7e500e225371637acb8f41ca46c2eed3449d19c9cd7715327012", kill_on_drop: false }`
[INFO] [stdout] c0fd0e137c8e7e500e225371637acb8f41ca46c2eed3449d19c9cd7715327012
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f729c9d2d7655ddc2ba6d2582ab94fb264bde2bf214f03bc9db8dbeb59898d96
[INFO] running `Command { std: "docker" "start" "-a" "f729c9d2d7655ddc2ba6d2582ab94fb264bde2bf214f03bc9db8dbeb59898d96", kill_on_drop: false }`
[INFO] [stderr]    Compiling indented v0.1.0
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling pdl v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn new(name: &str) -> Variant {
[INFO] [stdout]     |                      ^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn new(name: &str) -> Variant<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse(input: &str) -> IResult<&str, Protocol> {
[INFO] [stdout]    |                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                |
[INFO] [stdout]    |                     |                the same lifetime is elided here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse(input: &str) -> IResult<&str, Protocol<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn protocol(input: &str) -> IResult<&str, Protocol> {
[INFO] [stdout]    |                    ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn protocol(input: &str) -> IResult<&str, Protocol<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn description(input: &str) -> IResult<&str, Description> {
[INFO] [stdout]    |                       ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                |
[INFO] [stdout]    |                       |                the same lifetime is elided here
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn description(input: &str) -> IResult<&str, Description<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn domain(input: &str) -> IResult<&str, Domain> {
[INFO] [stdout]    |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                |
[INFO] [stdout]    |                  |                the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn domain(input: &str) -> IResult<&str, Domain<'_>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:161:20
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_def(input: &str) -> IResult<&str, TypeDef> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_def(input: &str) -> IResult<&str, TypeDef<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:201:14
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn ty(input: &str) -> IResult<&str, Type> {
[INFO] [stdout]     |              ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn ty(input: &str) -> IResult<&str, Type<'_>> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:212:16
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn new(ty: &str, is_array: bool) -> Type {
[INFO] [stdout]     |                ^^^^                     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn new(ty: &str, is_array: bool) -> Type<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:231:16
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn item(input: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn item(input: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:244:19
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn variant(input: &str) -> IResult<&str, Variant> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn variant(input: &str) -> IResult<&str, Variant<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:266:17
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn param(input: &str) -> IResult<&str, Param> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn param(input: &str) -> IResult<&str, Param<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:312:19
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn command(input: &str) -> IResult<&str, Command> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn command(input: &str) -> IResult<&str, Command<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:358:17
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn event(input: &str) -> IResult<&str, Event> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn event(input: &str) -> IResult<&str, Event<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:392:20
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn redirect(input: &str) -> IResult<&str, Redirect> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn redirect(input: &str) -> IResult<&str, Redirect<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
[INFO] running `Command { std: "docker" "inspect" "f729c9d2d7655ddc2ba6d2582ab94fb264bde2bf214f03bc9db8dbeb59898d96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f729c9d2d7655ddc2ba6d2582ab94fb264bde2bf214f03bc9db8dbeb59898d96", kill_on_drop: false }`
[INFO] [stdout] f729c9d2d7655ddc2ba6d2582ab94fb264bde2bf214f03bc9db8dbeb59898d96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 871bc42de60529008ee3943b69a357cb5894565f36cb860c90ef7e93cff74227
[INFO] running `Command { std: "docker" "start" "-a" "871bc42de60529008ee3943b69a357cb5894565f36cb860c90ef7e93cff74227", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn new(name: &str) -> Variant {
[INFO] [stdout]     |                      ^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn new(name: &str) -> Variant<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse(input: &str) -> IResult<&str, Protocol> {
[INFO] [stdout]    |                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                |
[INFO] [stdout]    |                     |                the same lifetime is elided here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse(input: &str) -> IResult<&str, Protocol<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn protocol(input: &str) -> IResult<&str, Protocol> {
[INFO] [stdout]    |                    ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn protocol(input: &str) -> IResult<&str, Protocol<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn description(input: &str) -> IResult<&str, Description> {
[INFO] [stdout]    |                       ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                |
[INFO] [stdout]    |                       |                the same lifetime is elided here
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn description(input: &str) -> IResult<&str, Description<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn domain(input: &str) -> IResult<&str, Domain> {
[INFO] [stdout]    |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                |
[INFO] [stdout]    |                  |                the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn domain(input: &str) -> IResult<&str, Domain<'_>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:161:20
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_def(input: &str) -> IResult<&str, TypeDef> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_def(input: &str) -> IResult<&str, TypeDef<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:201:14
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn ty(input: &str) -> IResult<&str, Type> {
[INFO] [stdout]     |              ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn ty(input: &str) -> IResult<&str, Type<'_>> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:212:16
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn new(ty: &str, is_array: bool) -> Type {
[INFO] [stdout]     |                ^^^^                     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn new(ty: &str, is_array: bool) -> Type<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:231:16
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn item(input: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn item(input: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:244:19
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn variant(input: &str) -> IResult<&str, Variant> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn variant(input: &str) -> IResult<&str, Variant<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:266:17
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn param(input: &str) -> IResult<&str, Param> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn param(input: &str) -> IResult<&str, Param<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:312:19
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn command(input: &str) -> IResult<&str, Command> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn command(input: &str) -> IResult<&str, Command<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:358:17
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn event(input: &str) -> IResult<&str, Event> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn event(input: &str) -> IResult<&str, Event<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:392:20
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn redirect(input: &str) -> IResult<&str, Redirect> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn redirect(input: &str) -> IResult<&str, Redirect<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling open v1.7.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling structopt-derive v0.2.18
[INFO] [stderr]    Compiling structopt v0.2.18
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]    Compiling pretty_env_logger v0.3.1
[INFO] [stderr]    Compiling pdl v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn new(name: &str) -> Variant {
[INFO] [stdout]     |                      ^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn new(name: &str) -> Variant<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse(input: &str) -> IResult<&str, Protocol> {
[INFO] [stdout]    |                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                |
[INFO] [stdout]    |                     |                the same lifetime is elided here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse(input: &str) -> IResult<&str, Protocol<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn protocol(input: &str) -> IResult<&str, Protocol> {
[INFO] [stdout]    |                    ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                |
[INFO] [stdout]    |                    |                the same lifetime is elided here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn protocol(input: &str) -> IResult<&str, Protocol<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn description(input: &str) -> IResult<&str, Description> {
[INFO] [stdout]    |                       ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                |
[INFO] [stdout]    |                       |                the same lifetime is elided here
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn description(input: &str) -> IResult<&str, Description<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn domain(input: &str) -> IResult<&str, Domain> {
[INFO] [stdout]    |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |                |
[INFO] [stdout]    |                  |                the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 92 | fn domain(input: &str) -> IResult<&str, Domain<'_>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:161:20
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_def(input: &str) -> IResult<&str, TypeDef> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_def(input: &str) -> IResult<&str, TypeDef<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:201:14
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn ty(input: &str) -> IResult<&str, Type> {
[INFO] [stdout]     |              ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |                |
[INFO] [stdout]     |              |                the same lifetime is elided here
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn ty(input: &str) -> IResult<&str, Type<'_>> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:212:16
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn new(ty: &str, is_array: bool) -> Type {
[INFO] [stdout]     |                ^^^^                     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn new(ty: &str, is_array: bool) -> Type<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:231:16
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn item(input: &str) -> IResult<&str, Item> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 231 | fn item(input: &str) -> IResult<&str, Item<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:244:19
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn variant(input: &str) -> IResult<&str, Variant> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn variant(input: &str) -> IResult<&str, Variant<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:266:17
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn param(input: &str) -> IResult<&str, Param> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 | fn param(input: &str) -> IResult<&str, Param<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:312:19
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn command(input: &str) -> IResult<&str, Command> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn command(input: &str) -> IResult<&str, Command<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:358:17
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn event(input: &str) -> IResult<&str, Event> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn event(input: &str) -> IResult<&str, Event<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:392:20
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn redirect(input: &str) -> IResult<&str, Redirect> {
[INFO] [stdout]     |                    ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |                |
[INFO] [stdout]     |                    |                the same lifetime is elided here
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 392 | fn redirect(input: &str) -> IResult<&str, Redirect<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.44s
[INFO] running `Command { std: "docker" "inspect" "871bc42de60529008ee3943b69a357cb5894565f36cb860c90ef7e93cff74227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "871bc42de60529008ee3943b69a357cb5894565f36cb860c90ef7e93cff74227", kill_on_drop: false }`
[INFO] [stdout] 871bc42de60529008ee3943b69a357cb5894565f36cb860c90ef7e93cff74227
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 87d7087dc4de301c52229fe26d35a59dd1816f8d1266e8adc4582c79a79edbdc
[INFO] running `Command { std: "docker" "start" "-a" "87d7087dc4de301c52229fe26d35a59dd1816f8d1266e8adc4582c79a79edbdc", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:166:22
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub fn new(name: &str) -> Variant {
[INFO] [stderr]     |                      ^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub fn new(name: &str) -> Variant<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse.rs:18:21
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn parse(input: &str) -> IResult<&str, Protocol> {
[INFO] [stderr]    |                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |                |
[INFO] [stderr]    |                     |                the same lifetime is elided here
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn parse(input: &str) -> IResult<&str, Protocol<'_>> {
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse.rs:22:20
[INFO] [stderr]    |
[INFO] [stderr] 22 | fn protocol(input: &str) -> IResult<&str, Protocol> {
[INFO] [stderr]    |                    ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |                |
[INFO] [stderr]    |                    |                the same lifetime is elided here
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 22 | fn protocol(input: &str) -> IResult<&str, Protocol<'_>> {
[INFO] [stderr]    |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 | fn description(input: &str) -> IResult<&str, Description> {
[INFO] [stderr]    |                       ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |                |
[INFO] [stderr]    |                       |                the same lifetime is elided here
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 50 | fn description(input: &str) -> IResult<&str, Description<'_>> {
[INFO] [stderr]    |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse.rs:92:18
[INFO] [stderr]    |
[INFO] [stderr] 92 | fn domain(input: &str) -> IResult<&str, Domain> {
[INFO] [stderr]    |                  ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |                |
[INFO] [stderr]    |                  |                the same lifetime is elided here
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 92 | fn domain(input: &str) -> IResult<&str, Domain<'_>> {
[INFO] [stderr]    |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:161:20
[INFO] [stderr]     |
[INFO] [stderr] 161 | fn type_def(input: &str) -> IResult<&str, TypeDef> {
[INFO] [stderr]     |                    ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 161 | fn type_def(input: &str) -> IResult<&str, TypeDef<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:201:14
[INFO] [stderr]     |
[INFO] [stderr] 201 | fn ty(input: &str) -> IResult<&str, Type> {
[INFO] [stderr]     |              ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |                |
[INFO] [stderr]     |              |                the same lifetime is elided here
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 201 | fn ty(input: &str) -> IResult<&str, Type<'_>> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:212:16
[INFO] [stderr]     |
[INFO] [stderr] 212 |     fn new(ty: &str, is_array: bool) -> Type {
[INFO] [stderr]     |                ^^^^                     ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 212 |     fn new(ty: &str, is_array: bool) -> Type<'_> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:231:16
[INFO] [stderr]     |
[INFO] [stderr] 231 | fn item(input: &str) -> IResult<&str, Item> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 231 | fn item(input: &str) -> IResult<&str, Item<'_>> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:244:19
[INFO] [stderr]     |
[INFO] [stderr] 244 | fn variant(input: &str) -> IResult<&str, Variant> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 244 | fn variant(input: &str) -> IResult<&str, Variant<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:266:17
[INFO] [stderr]     |
[INFO] [stderr] 266 | fn param(input: &str) -> IResult<&str, Param> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 266 | fn param(input: &str) -> IResult<&str, Param<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:312:19
[INFO] [stderr]     |
[INFO] [stderr] 312 | fn command(input: &str) -> IResult<&str, Command> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 312 | fn command(input: &str) -> IResult<&str, Command<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:358:17
[INFO] [stderr]     |
[INFO] [stderr] 358 | fn event(input: &str) -> IResult<&str, Event> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 358 | fn event(input: &str) -> IResult<&str, Event<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:392:20
[INFO] [stderr]     |
[INFO] [stderr] 392 | fn redirect(input: &str) -> IResult<&str, Redirect> {
[INFO] [stderr]     |                    ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |                |
[INFO] [stderr]     |                    |                the same lifetime is elided here
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 392 | fn redirect(input: &str) -> IResult<&str, Redirect<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `pdl` (lib) generated 14 warnings (run `cargo fix --lib -p pdl` to apply 14 suggestions)
[INFO] [stderr] warning: `pdl` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pdl-0fb29df0aecfb847)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stderr]    Doc-tests pdl
[INFO] [stdout] test parse::tests::parse_event ... ok
[INFO] [stdout] test parse::tests::parse_depends_on ... ok
[INFO] [stdout] test parse::tests::parse_enum ... ok
[INFO] [stdout] test parse::tests::parse_params ... ok
[INFO] [stdout] test parse::tests::parse_comment ... ok
[INFO] [stdout] test parse::tests::parse_domain ... ok
[INFO] [stdout] test parse::tests::parse_command ... ok
[INFO] [stdout] test parse::tests::parse_protocol ... ok
[INFO] [stdout] test parse::tests::parse_type_def ... ok
[INFO] [stdout] test parse::tests::parse_redirect ... ok
[INFO] [stdout] test parse::tests::parse_version ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[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" "87d7087dc4de301c52229fe26d35a59dd1816f8d1266e8adc4582c79a79edbdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87d7087dc4de301c52229fe26d35a59dd1816f8d1266e8adc4582c79a79edbdc", kill_on_drop: false }`
[INFO] [stdout] 87d7087dc4de301c52229fe26d35a59dd1816f8d1266e8adc4582c79a79edbdc
