[INFO] fetching crate decodetree 0.4.7...
[INFO] testing decodetree-0.4.7 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate decodetree 0.4.7 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate decodetree 0.4.7
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate decodetree 0.4.7
[INFO] tweaked toml for crates.io crate decodetree 0.4.7 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate decodetree 0.4.7 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate decodetree 0.4.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nom_locate v4.2.0
[INFO] [stderr]   Downloaded bytecount v0.6.7
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02b2d98386a7efbd3df0e1c520bdcb259f4c5f75b8ed5df24d1da68b182e948d
[INFO] running `Command { std: "docker" "start" "-a" "02b2d98386a7efbd3df0e1c520bdcb259f4c5f75b8ed5df24d1da68b182e948d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02b2d98386a7efbd3df0e1c520bdcb259f4c5f75b8ed5df24d1da68b182e948d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02b2d98386a7efbd3df0e1c520bdcb259f4c5f75b8ed5df24d1da68b182e948d", kill_on_drop: false }`
[INFO] [stdout] 02b2d98386a7efbd3df0e1c520bdcb259f4c5f75b8ed5df24d1da68b182e948d
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 46ed596a29a1b427e895b77d19b69656351b0f9e64d3c2bbb5cfe6d13a0ed605
[INFO] running `Command { std: "docker" "start" "-a" "46ed596a29a1b427e895b77d19b69656351b0f9e64d3c2bbb5cfe6d13a0ed605", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling bytecount v0.6.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling decodetree v0.4.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:859:73
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result<DecodeTree<I, S>, Errors>
[INFO] [stdout]     |                                   ---- the lifetime is named here       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'src`
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result<DecodeTree<I, S>, Errors<'src>>
[INFO] [stdout]     |                                                                               ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:428:26
[INFO] [stdout]     |
[INFO] [stdout] 428 |     fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef<S> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 428 |     fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef<'_, S> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:440:26
[INFO] [stdout]     |
[INFO] [stdout] 440 |     fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef<S> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 440 |     fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef<'_, S> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:446:27
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem<S> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem<'_, S> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:453:22
[INFO] [stdout]     |
[INFO] [stdout] 453 |     fn convert_field(&self, field: &Field<'src>) -> Field<S> {
[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] 453 |     fn convert_field(&self, field: &Field<'src>) -> Field<'_, S> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:462:32
[INFO] [stdout]     |
[INFO] [stdout] 462 |     fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind<S> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 462 |     fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind<'_, S> {
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:469:20
[INFO] [stdout]     |
[INFO] [stdout] 469 |     fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<S> {
[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] 469 |     fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<'_, S> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:477:27
[INFO] [stdout]     |
[INFO] [stdout] 477 |     fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind<S> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 477 |     fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind<'_, S> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:488:22
[INFO] [stdout]     |
[INFO] [stdout] 488 |     fn convert_value(&self, value: &Value<'src>) -> Value<S> {
[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] 488 |     fn convert_value(&self, value: &Value<'src>) -> Value<'_, S> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:495:24
[INFO] [stdout]     |
[INFO] [stdout] 495 |     fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern<I, S> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern<'_, I, S> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:515:29
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem<I, S> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem<'_, I, S> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:522:24
[INFO] [stdout]     |
[INFO] [stdout] 522 |     fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap<I, S> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 522 |     fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap<'_, I, S> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:534:21
[INFO] [stdout]     |
[INFO] [stdout] 534 |     fn convert_item(&self, item: &Item<'src, I>) -> Item<I, S> {
[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] 534 |     fn convert_item(&self, item: &Item<'src, I>) -> Item<'_, I, S> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:542:22
[INFO] [stdout]     |
[INFO] [stdout] 542 |     fn convert_group(&self, group: &Group<'src, I>) -> Group<I, S> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 542 |     fn convert_group(&self, group: &Group<'src, I>) -> Group<'_, I, S> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
[INFO] running `Command { std: "docker" "inspect" "46ed596a29a1b427e895b77d19b69656351b0f9e64d3c2bbb5cfe6d13a0ed605", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46ed596a29a1b427e895b77d19b69656351b0f9e64d3c2bbb5cfe6d13a0ed605", kill_on_drop: false }`
[INFO] [stdout] 46ed596a29a1b427e895b77d19b69656351b0f9e64d3c2bbb5cfe6d13a0ed605
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f33400aa595b6659733eaca083a73d5c88b05950c726080100c8b2dbb12f7fac
[INFO] running `Command { std: "docker" "start" "-a" "f33400aa595b6659733eaca083a73d5c88b05950c726080100c8b2dbb12f7fac", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:859:73
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result<DecodeTree<I, S>, Errors>
[INFO] [stdout]     |                                   ---- the lifetime is named here       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'src`
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result<DecodeTree<I, S>, Errors<'src>>
[INFO] [stdout]     |                                                                               ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:428:26
[INFO] [stdout]     |
[INFO] [stdout] 428 |     fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef<S> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 428 |     fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef<'_, S> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:440:26
[INFO] [stdout]     |
[INFO] [stdout] 440 |     fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef<S> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 440 |     fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef<'_, S> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:446:27
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem<S> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem<'_, S> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:453:22
[INFO] [stdout]     |
[INFO] [stdout] 453 |     fn convert_field(&self, field: &Field<'src>) -> Field<S> {
[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] 453 |     fn convert_field(&self, field: &Field<'src>) -> Field<'_, S> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:462:32
[INFO] [stdout]     |
[INFO] [stdout] 462 |     fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind<S> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 462 |     fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind<'_, S> {
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:469:20
[INFO] [stdout]     |
[INFO] [stdout] 469 |     fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<S> {
[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] 469 |     fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<'_, S> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:477:27
[INFO] [stdout]     |
[INFO] [stdout] 477 |     fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind<S> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 477 |     fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind<'_, S> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:488:22
[INFO] [stdout]     |
[INFO] [stdout] 488 |     fn convert_value(&self, value: &Value<'src>) -> Value<S> {
[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] 488 |     fn convert_value(&self, value: &Value<'src>) -> Value<'_, S> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:495:24
[INFO] [stdout]     |
[INFO] [stdout] 495 |     fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern<I, S> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern<'_, I, S> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:515:29
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem<I, S> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem<'_, I, S> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:522:24
[INFO] [stdout]     |
[INFO] [stdout] 522 |     fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap<I, S> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 522 |     fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap<'_, I, S> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling decodetree v0.4.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:534:21
[INFO] [stdout]     |
[INFO] [stdout] 534 |     fn convert_item(&self, item: &Item<'src, I>) -> Item<I, S> {
[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] 534 |     fn convert_item(&self, item: &Item<'src, I>) -> Item<'_, I, S> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:542:22
[INFO] [stdout]     |
[INFO] [stdout] 542 |     fn convert_group(&self, group: &Group<'src, I>) -> Group<I, S> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 542 |     fn convert_group(&self, group: &Group<'src, I>) -> Group<'_, I, S> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:859:73
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result<DecodeTree<I, S>, Errors>
[INFO] [stdout]     |                                   ---- the lifetime is named here       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'src`
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result<DecodeTree<I, S>, Errors<'src>>
[INFO] [stdout]     |                                                                               ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:428:26
[INFO] [stdout]     |
[INFO] [stdout] 428 |     fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef<S> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 428 |     fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef<'_, S> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:440:26
[INFO] [stdout]     |
[INFO] [stdout] 440 |     fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef<S> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 440 |     fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef<'_, S> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:446:27
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem<S> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 446 |     fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem<'_, S> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:453:22
[INFO] [stdout]     |
[INFO] [stdout] 453 |     fn convert_field(&self, field: &Field<'src>) -> Field<S> {
[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] 453 |     fn convert_field(&self, field: &Field<'src>) -> Field<'_, S> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:462:32
[INFO] [stdout]     |
[INFO] [stdout] 462 |     fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind<S> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 462 |     fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind<'_, S> {
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:469:20
[INFO] [stdout]     |
[INFO] [stdout] 469 |     fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<S> {
[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] 469 |     fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<'_, S> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:477:27
[INFO] [stdout]     |
[INFO] [stdout] 477 |     fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind<S> {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 477 |     fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind<'_, S> {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:488:22
[INFO] [stdout]     |
[INFO] [stdout] 488 |     fn convert_value(&self, value: &Value<'src>) -> Value<S> {
[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] 488 |     fn convert_value(&self, value: &Value<'src>) -> Value<'_, S> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:495:24
[INFO] [stdout]     |
[INFO] [stdout] 495 |     fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern<I, S> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 495 |     fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern<'_, I, S> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:515:29
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem<I, S> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem<'_, I, S> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:522:24
[INFO] [stdout]     |
[INFO] [stdout] 522 |     fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap<I, S> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 522 |     fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap<'_, I, S> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:534:21
[INFO] [stdout]     |
[INFO] [stdout] 534 |     fn convert_item(&self, item: &Item<'src, I>) -> Item<I, S> {
[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] 534 |     fn convert_item(&self, item: &Item<'src, I>) -> Item<'_, I, S> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:542:22
[INFO] [stdout]     |
[INFO] [stdout] 542 |     fn convert_group(&self, group: &Group<'src, I>) -> Group<I, S> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 542 |     fn convert_group(&self, group: &Group<'src, I>) -> Group<'_, I, S> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.87s
[INFO] running `Command { std: "docker" "inspect" "f33400aa595b6659733eaca083a73d5c88b05950c726080100c8b2dbb12f7fac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f33400aa595b6659733eaca083a73d5c88b05950c726080100c8b2dbb12f7fac", kill_on_drop: false }`
[INFO] [stdout] f33400aa595b6659733eaca083a73d5c88b05950c726080100c8b2dbb12f7fac
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cd527e8ea38c0c651b0a7f3907fda5d7b5fb7b7e526850cde3f31234b05511c6
[INFO] running `Command { std: "docker" "start" "-a" "cd527e8ea38c0c651b0a7f3907fda5d7b5fb7b7e526850cde3f31234b05511c6", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:859:73
[INFO] [stderr]     |
[INFO] [stderr] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result<DecodeTree<I, S>, Errors>
[INFO] [stderr]     |                                   ---- the lifetime is named here       ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'src`
[INFO] [stderr]     |
[INFO] [stderr] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result<DecodeTree<I, S>, Errors<'src>>
[INFO] [stderr]     |                                                                               ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:428:26
[INFO] [stderr]     |
[INFO] [stderr] 428 |     fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef<S> {
[INFO] [stderr]     |                          ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 428 |     fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef<'_, S> {
[INFO] [stderr]     |                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:440:26
[INFO] [stderr]     |
[INFO] [stderr] 440 |     fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef<S> {
[INFO] [stderr]     |                          ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 440 |     fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef<'_, S> {
[INFO] [stderr]     |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:446:27
[INFO] [stderr]     |
[INFO] [stderr] 446 |     fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem<S> {
[INFO] [stderr]     |                           ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 446 |     fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem<'_, S> {
[INFO] [stderr]     |                                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:453:22
[INFO] [stderr]     |
[INFO] [stderr] 453 |     fn convert_field(&self, field: &Field<'src>) -> Field<S> {
[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] 453 |     fn convert_field(&self, field: &Field<'src>) -> Field<'_, S> {
[INFO] [stderr]     |                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:462:32
[INFO] [stderr]     |
[INFO] [stderr] 462 |     fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind<S> {
[INFO] [stderr]     |                                ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 462 |     fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind<'_, S> {
[INFO] [stderr]     |                                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:469:20
[INFO] [stderr]     |
[INFO] [stderr] 469 |     fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<S> {
[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] 469 |     fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<'_, S> {
[INFO] [stderr]     |                                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:477:27
[INFO] [stderr]     |
[INFO] [stderr] 477 |     fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind<S> {
[INFO] [stderr]     |                           ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 477 |     fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind<'_, S> {
[INFO] [stderr]     |                                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:488:22
[INFO] [stderr]     |
[INFO] [stderr] 488 |     fn convert_value(&self, value: &Value<'src>) -> Value<S> {
[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] 488 |     fn convert_value(&self, value: &Value<'src>) -> Value<'_, S> {
[INFO] [stderr]     |                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:495:24
[INFO] [stderr]     |
[INFO] [stderr] 495 |     fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern<I, S> {
[INFO] [stderr]     |                        ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 495 |     fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern<'_, I, S> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:515:29
[INFO] [stderr]     |
[INFO] [stderr] 515 |     fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem<I, S> {
[INFO] [stderr]     |                             ^^^^^ the lifetime is elided here      ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 515 |     fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem<'_, I, S> {
[INFO] [stderr]     |                                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:522:24
[INFO] [stderr]     |
[INFO] [stderr] 522 |     fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap<I, S> {
[INFO] [stderr]     |                        ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 522 |     fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap<'_, I, S> {
[INFO] [stderr]     |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:534:21
[INFO] [stderr]     |
[INFO] [stderr] 534 |     fn convert_item(&self, item: &Item<'src, I>) -> Item<I, S> {
[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] 534 |     fn convert_item(&self, item: &Item<'src, I>) -> Item<'_, I, S> {
[INFO] [stderr]     |                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:542:22
[INFO] [stderr]     |
[INFO] [stderr] 542 |     fn convert_group(&self, group: &Group<'src, I>) -> Group<I, S> {
[INFO] [stderr]     |                      ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 542 |     fn convert_group(&self, group: &Group<'src, I>) -> Group<'_, I, S> {
[INFO] [stderr]     |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `decodetree` (lib) generated 14 warnings (run `cargo fix --lib -p decodetree` to apply 14 suggestions)
[INFO] [stderr] warning: `decodetree` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/decodetree-2f99a669b56eaeee)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test parser::parse::tests::parse_format_def ... ok
[INFO] [stdout] test parser::parse::tests::parse_field_def ... ok
[INFO] [stdout] test parser::parse::tests::parse_pattern_def ... ok
[INFO] [stdout] test parser::parse::tests::parse_args_def ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests decodetree
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/error.rs - error::Errors (line 353) ... ok
[INFO] [stdout] test src/lib.rs - from_str (line 823) ... ok
[INFO] [stdout] test src/parser.rs - parser::Parser<'src,I,S>::parse (line 556) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cd527e8ea38c0c651b0a7f3907fda5d7b5fb7b7e526850cde3f31234b05511c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd527e8ea38c0c651b0a7f3907fda5d7b5fb7b7e526850cde3f31234b05511c6", kill_on_drop: false }`
[INFO] [stdout] cd527e8ea38c0c651b0a7f3907fda5d7b5fb7b7e526850cde3f31234b05511c6
