[INFO] fetching crate decodetree 0.4.7... [INFO] testing decodetree-0.4.7 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_0 [INFO] extracting crate decodetree 0.4.7 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate decodetree 0.4.7 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom_locate v4.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e09bd2b8d083916eb730e08f0a8da69e5059b847a8d2074e8acf597f6e37a517 [INFO] running `Command { std: "docker" "start" "-a" "e09bd2b8d083916eb730e08f0a8da69e5059b847a8d2074e8acf597f6e37a517", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e09bd2b8d083916eb730e08f0a8da69e5059b847a8d2074e8acf597f6e37a517", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e09bd2b8d083916eb730e08f0a8da69e5059b847a8d2074e8acf597f6e37a517", kill_on_drop: false }` [INFO] [stdout] e09bd2b8d083916eb730e08f0a8da69e5059b847a8d2074e8acf597f6e37a517 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 301a32799079f7e75fd8139b457357757269310d800c6c3e98c4e356d1667e79 [INFO] running `Command { std: "docker" "start" "-a" "301a32799079f7e75fd8139b457357757269310d800c6c3e98c4e356d1667e79", 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:859:35 [INFO] [stdout] | [INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result, Errors> [INFO] [stdout] | ^^^^ ------ the lifetime gets resolved as `'src` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'src` [INFO] [stdout] | [INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result, Errors<'src>> [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:428:26 [INFO] [stdout] | [INFO] [stdout] 428 | fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:440:26 [INFO] [stdout] | [INFO] [stdout] 440 | fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:446:27 [INFO] [stdout] | [INFO] [stdout] 446 | fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:453:22 [INFO] [stdout] | [INFO] [stdout] 453 | fn convert_field(&self, field: &Field<'src>) -> Field { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 453 | fn convert_field(&self, field: &Field<'src>) -> Field<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:462:32 [INFO] [stdout] | [INFO] [stdout] 462 | fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:469:20 [INFO] [stdout] | [INFO] [stdout] 469 | fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 469 | fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:477:27 [INFO] [stdout] | [INFO] [stdout] 477 | fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:488:22 [INFO] [stdout] | [INFO] [stdout] 488 | fn convert_value(&self, value: &Value<'src>) -> Value { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 488 | fn convert_value(&self, value: &Value<'src>) -> Value<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:495:24 [INFO] [stdout] | [INFO] [stdout] 495 | fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:515:29 [INFO] [stdout] | [INFO] [stdout] 515 | fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:522:24 [INFO] [stdout] | [INFO] [stdout] 522 | fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:534:21 [INFO] [stdout] | [INFO] [stdout] 534 | fn convert_item(&self, item: &Item<'src, I>) -> Item { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:542:22 [INFO] [stdout] | [INFO] [stdout] 542 | fn convert_group(&self, group: &Group<'src, I>) -> Group { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.98s [INFO] running `Command { std: "docker" "inspect" "301a32799079f7e75fd8139b457357757269310d800c6c3e98c4e356d1667e79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "301a32799079f7e75fd8139b457357757269310d800c6c3e98c4e356d1667e79", kill_on_drop: false }` [INFO] [stdout] 301a32799079f7e75fd8139b457357757269310d800c6c3e98c4e356d1667e79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3214c37bb8d85ef9da883dc7eaa5756bc5f7473ad61e80d69f67344e0c77420f [INFO] running `Command { std: "docker" "start" "-a" "3214c37bb8d85ef9da883dc7eaa5756bc5f7473ad61e80d69f67344e0c77420f", kill_on_drop: false }` [INFO] [stderr] Compiling decodetree v0.4.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:859:35 [INFO] [stdout] | [INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result, Errors> [INFO] [stdout] | ^^^^ ------ the lifetime gets resolved as `'src` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'src` [INFO] [stdout] | [INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result, Errors<'src>> [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:428:26 [INFO] [stdout] | [INFO] [stdout] 428 | fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:440:26 [INFO] [stdout] | [INFO] [stdout] 440 | fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:446:27 [INFO] [stdout] | [INFO] [stdout] 446 | fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:453:22 [INFO] [stdout] | [INFO] [stdout] 453 | fn convert_field(&self, field: &Field<'src>) -> Field { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 453 | fn convert_field(&self, field: &Field<'src>) -> Field<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:462:32 [INFO] [stdout] | [INFO] [stdout] 462 | fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:469:20 [INFO] [stdout] | [INFO] [stdout] 469 | fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 469 | fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:477:27 [INFO] [stdout] | [INFO] [stdout] 477 | fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:488:22 [INFO] [stdout] | [INFO] [stdout] 488 | fn convert_value(&self, value: &Value<'src>) -> Value { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 488 | fn convert_value(&self, value: &Value<'src>) -> Value<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:495:24 [INFO] [stdout] | [INFO] [stdout] 495 | fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:515:29 [INFO] [stdout] | [INFO] [stdout] 515 | fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:522:24 [INFO] [stdout] | [INFO] [stdout] 522 | fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:534:21 [INFO] [stdout] | [INFO] [stdout] 534 | fn convert_item(&self, item: &Item<'src, I>) -> Item { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:542:22 [INFO] [stdout] | [INFO] [stdout] 542 | fn convert_group(&self, group: &Group<'src, I>) -> Group { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:859:35 [INFO] [stdout] | [INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result, Errors> [INFO] [stdout] | ^^^^ ------ the lifetime gets resolved as `'src` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'src` [INFO] [stdout] | [INFO] [stdout] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result, Errors<'src>> [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:428:26 [INFO] [stdout] | [INFO] [stdout] 428 | fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:440:26 [INFO] [stdout] | [INFO] [stdout] 440 | fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:446:27 [INFO] [stdout] | [INFO] [stdout] 446 | fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:453:22 [INFO] [stdout] | [INFO] [stdout] 453 | fn convert_field(&self, field: &Field<'src>) -> Field { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 453 | fn convert_field(&self, field: &Field<'src>) -> Field<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:462:32 [INFO] [stdout] | [INFO] [stdout] 462 | fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:469:20 [INFO] [stdout] | [INFO] [stdout] 469 | fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 469 | fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:477:27 [INFO] [stdout] | [INFO] [stdout] 477 | fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:488:22 [INFO] [stdout] | [INFO] [stdout] 488 | fn convert_value(&self, value: &Value<'src>) -> Value { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 488 | fn convert_value(&self, value: &Value<'src>) -> Value<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:495:24 [INFO] [stdout] | [INFO] [stdout] 495 | fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:515:29 [INFO] [stdout] | [INFO] [stdout] 515 | fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:522:24 [INFO] [stdout] | [INFO] [stdout] 522 | fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:534:21 [INFO] [stdout] | [INFO] [stdout] 534 | fn convert_item(&self, item: &Item<'src, I>) -> Item { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:542:22 [INFO] [stdout] | [INFO] [stdout] 542 | fn convert_group(&self, group: &Group<'src, I>) -> Group { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.88s [INFO] running `Command { std: "docker" "inspect" "3214c37bb8d85ef9da883dc7eaa5756bc5f7473ad61e80d69f67344e0c77420f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3214c37bb8d85ef9da883dc7eaa5756bc5f7473ad61e80d69f67344e0c77420f", kill_on_drop: false }` [INFO] [stdout] 3214c37bb8d85ef9da883dc7eaa5756bc5f7473ad61e80d69f67344e0c77420f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e0b41a720d574edfaf24f63bccb8224de9a1952784e7a585d681b7b87c9f47dc [INFO] running `Command { std: "docker" "start" "-a" "e0b41a720d574edfaf24f63bccb8224de9a1952784e7a585d681b7b87c9f47dc", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:859:35 [INFO] [stderr] | [INFO] [stderr] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result, Errors> [INFO] [stderr] | ^^^^ ------ the lifetime gets resolved as `'src` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to consistently use `'src` [INFO] [stderr] | [INFO] [stderr] 859 | pub fn from_str<'src, I, S>(src: &'src str) -> Result, Errors<'src>> [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:428:26 [INFO] [stderr] | [INFO] [stderr] 428 | fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef { [INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 428 | fn convert_field_def(&self, field: &FieldDef<'src>) -> FieldDef<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:440:26 [INFO] [stderr] | [INFO] [stderr] 440 | fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef { [INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 440 | fn convert_field_ref(&self, field_ref: &FieldRef<'src>) -> FieldRef<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:446:27 [INFO] [stderr] | [INFO] [stderr] 446 | fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 446 | fn convert_field_item(&self, item: &FieldItem<'src>) -> FieldItem<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:453:22 [INFO] [stderr] | [INFO] [stderr] 453 | fn convert_field(&self, field: &Field<'src>) -> Field { [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 453 | fn convert_field(&self, field: &Field<'src>) -> Field<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:462:32 [INFO] [stderr] | [INFO] [stderr] 462 | fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind { [INFO] [stderr] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 462 | fn convert_args_value_kind(&self, kind: &ArgsValueKind<'src>) -> ArgsValueKind<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:469:20 [INFO] [stderr] | [INFO] [stderr] 469 | fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 469 | fn convert_arg(&self, arg: &ArgsValue<'src>) -> ArgsValue<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:477:27 [INFO] [stderr] | [INFO] [stderr] 477 | fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 477 | fn convert_value_kind(&self, kind: &ValueKind<'src>) -> ValueKind<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:488:22 [INFO] [stderr] | [INFO] [stderr] 488 | fn convert_value(&self, value: &Value<'src>) -> Value { [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 488 | fn convert_value(&self, value: &Value<'src>) -> Value<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:495:24 [INFO] [stderr] | [INFO] [stderr] 495 | fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern { [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 495 | fn convert_pattern(&self, pat: &Pattern<'src, I>) -> Pattern<'_, I, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:515:29 [INFO] [stderr] | [INFO] [stderr] 515 | fn convert_overlap_item(&self, item: &OverlapItem<'src, I>) -> OverlapItem { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:522:24 [INFO] [stderr] | [INFO] [stderr] 522 | fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap { [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 522 | fn convert_overlap(&self, overlap: &Overlap<'src, I>) -> Overlap<'_, I, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:534:21 [INFO] [stderr] | [INFO] [stderr] 534 | fn convert_item(&self, item: &Item<'src, I>) -> Item { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 534 | fn convert_item(&self, item: &Item<'src, I>) -> Item<'_, I, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser.rs:542:22 [INFO] [stderr] | [INFO] [stderr] 542 | fn convert_group(&self, group: &Group<'src, I>) -> Group { [INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/decodetree-84b434287895f9ce) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test parser::parse::tests::parse_args_def ... ok [INFO] [stdout] test parser::parse::tests::parse_field_def ... ok [INFO] [stdout] test parser::parse::tests::parse_format_def ... ok [INFO] [stdout] test parser::parse::tests::parse_pattern_def ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e0b41a720d574edfaf24f63bccb8224de9a1952784e7a585d681b7b87c9f47dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0b41a720d574edfaf24f63bccb8224de9a1952784e7a585d681b7b87c9f47dc", kill_on_drop: false }` [INFO] [stdout] e0b41a720d574edfaf24f63bccb8224de9a1952784e7a585d681b7b87c9f47dc