[INFO] fetching crate ructe 0.18.2...
[INFO] testing ructe-0.18.2 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate ructe 0.18.2 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate ructe 0.18.2
[INFO] finished tweaking crates.io crate ructe 0.18.2
[INFO] tweaked toml for crates.io crate ructe 0.18.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ructe 0.18.2 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ructe 0.18.2 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e8dcd0a99401fc32f73396e36e45a1dc4cec3bdfd563c980f158a72c5b3a0137
[INFO] running `Command { std: "docker" "start" "-a" "e8dcd0a99401fc32f73396e36e45a1dc4cec3bdfd563c980f158a72c5b3a0137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8dcd0a99401fc32f73396e36e45a1dc4cec3bdfd563c980f158a72c5b3a0137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8dcd0a99401fc32f73396e36e45a1dc4cec3bdfd563c980f158a72c5b3a0137", kill_on_drop: false }`
[INFO] [stdout] e8dcd0a99401fc32f73396e36e45a1dc4cec3bdfd563c980f158a72c5b3a0137
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a93523b18529f1d1b8d4aff25a8d9c42811a6e7d946435ca68aed6eab6ac1d70
[INFO] running `Command { std: "docker" "start" "-a" "a93523b18529f1d1b8d4aff25a8d9c42811a6e7d946435ca68aed6eab6ac1d70", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling nom-language v0.1.0
[INFO] [stderr]    Compiling ructe v0.18.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     -------------
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |         the lifetimes get resolved as `'_`
[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 remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[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] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:57:25
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                         ^^^^^     -------------
[INFO] [stdout]    |                         |         |       |
[INFO] [stdout]    |                         |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                         |         the lifetimes get resolved as `'_`
[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] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:67:26
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     -------------
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |         the lifetimes get resolved as `'_`
[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] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:75:28
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                            ^^^^^     -------------
[INFO] [stdout]    |                            |         |       |
[INFO] [stdout]    |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                            |         the lifetimes get resolved as `'_`
[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] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                              ^^^^^     -------------
[INFO] [stdout]    |                              |         |       |
[INFO] [stdout]    |                              |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                              |         the lifetimes get resolved as `'_`
[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] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/expression.rs:115:34
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                                  ^^^^^     -------------
[INFO] [stdout]     |                                  |         |       |
[INFO] [stdout]     |                                  |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                  |         the lifetimes get resolved as `'_`
[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] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/expression.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                             ^^^^^     -------------
[INFO] [stdout]     |                             |         |       |
[INFO] [stdout]     |                             |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                             |         the lifetimes get resolved as `'_`
[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] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/expression.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn rust_comment(input: &[u8]) -> PResult<&[u8]> {
[INFO] [stdout]     |                            ^^^^^     --------------
[INFO] [stdout]     |                            |         |       |
[INFO] [stdout]     |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                            |         the lifetimes get resolved as `'_`
[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] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/spacelike.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[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] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/spacelike.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[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] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/spacelike.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[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] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/template.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[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] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:136:23
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[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] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:147:27
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                           ^^^^^     -------------
[INFO] [stdout]     |                           |         |       |
[INFO] [stdout]     |                           |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           |         the lifetimes get resolved as `'_`
[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] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[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] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[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] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[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] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[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] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:268:15
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[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] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[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] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[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] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:339:29
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[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] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:354:27
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[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] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[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] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:402:28
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                            ^^^^^     -------------
[INFO] [stdout]     |                            |         |       |
[INFO] [stdout]     |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                            |         the lifetimes get resolved as `'_`
[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] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:417:24
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                        ^^^^^     -------------
[INFO] [stdout]     |                        |         |       |
[INFO] [stdout]     |                        |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                        |         the lifetimes get resolved as `'_`
[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] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.64s
[INFO] running `Command { std: "docker" "inspect" "a93523b18529f1d1b8d4aff25a8d9c42811a6e7d946435ca68aed6eab6ac1d70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a93523b18529f1d1b8d4aff25a8d9c42811a6e7d946435ca68aed6eab6ac1d70", kill_on_drop: false }`
[INFO] [stdout] a93523b18529f1d1b8d4aff25a8d9c42811a6e7d946435ca68aed6eab6ac1d70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7719066429e1f2586d1b7bb5340737fa02559d90d832166028f8e1128d774694
[INFO] running `Command { std: "docker" "start" "-a" "7719066429e1f2586d1b7bb5340737fa02559d90d832166028f8e1128d774694", kill_on_drop: false }`
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     -------------
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |         the lifetimes get resolved as `'_`
[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 remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[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] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:57:25
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                         ^^^^^     -------------
[INFO] [stdout]    |                         |         |       |
[INFO] [stdout]    |                         |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                         |         the lifetimes get resolved as `'_`
[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] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:67:26
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     -------------
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |         the lifetimes get resolved as `'_`
[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] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:75:28
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                            ^^^^^     -------------
[INFO] [stdout]    |                            |         |       |
[INFO] [stdout]    |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                            |         the lifetimes get resolved as `'_`
[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] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                              ^^^^^     -------------
[INFO] [stdout]    |                              |         |       |
[INFO] [stdout]    |                              |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                              |         the lifetimes get resolved as `'_`
[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] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/expression.rs:115:34
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                                  ^^^^^     -------------
[INFO] [stdout]     |                                  |         |       |
[INFO] [stdout]     |                                  |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                  |         the lifetimes get resolved as `'_`
[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] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/expression.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                             ^^^^^     -------------
[INFO] [stdout]     |                             |         |       |
[INFO] [stdout]     |                             |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                             |         the lifetimes get resolved as `'_`
[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] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/expression.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn rust_comment(input: &[u8]) -> PResult<&[u8]> {
[INFO] [stdout]     |                            ^^^^^     --------------
[INFO] [stdout]     |                            |         |       |
[INFO] [stdout]     |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                            |         the lifetimes get resolved as `'_`
[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] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/spacelike.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[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] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/spacelike.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[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] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/spacelike.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[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] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/template.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[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] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:136:23
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[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] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:147:27
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                           ^^^^^     -------------
[INFO] [stdout]     |                           |         |       |
[INFO] [stdout]     |                           |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           |         the lifetimes get resolved as `'_`
[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] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[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] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[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] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[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] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[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] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:268:15
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[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] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[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] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[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] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:339:29
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[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] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:354:27
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[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] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[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] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:402:28
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                            ^^^^^     -------------
[INFO] [stdout]     |                            |         |       |
[INFO] [stdout]     |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                            |         the lifetimes get resolved as `'_`
[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] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ructe v0.18.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:417:24
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                        ^^^^^     -------------
[INFO] [stdout]     |                        |         |       |
[INFO] [stdout]     |                        |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                        |         the lifetimes get resolved as `'_`
[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] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     -------------
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |         the lifetimes get resolved as `'_`
[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 remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[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] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:57:25
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                         ^^^^^     -------------
[INFO] [stdout]    |                         |         |       |
[INFO] [stdout]    |                         |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                         |         the lifetimes get resolved as `'_`
[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] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:67:26
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                          ^^^^^     -------------
[INFO] [stdout]    |                          |         |       |
[INFO] [stdout]    |                          |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |         the lifetimes get resolved as `'_`
[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] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:75:28
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                            ^^^^^     -------------
[INFO] [stdout]    |                            |         |       |
[INFO] [stdout]    |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                            |         the lifetimes get resolved as `'_`
[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] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/expression.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]    |                              ^^^^^     -------------
[INFO] [stdout]    |                              |         |       |
[INFO] [stdout]    |                              |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]    |                              |         the lifetimes get resolved as `'_`
[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] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/expression.rs:115:34
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                                  ^^^^^     -------------
[INFO] [stdout]     |                                  |         |       |
[INFO] [stdout]     |                                  |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                  |         the lifetimes get resolved as `'_`
[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] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/expression.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                             ^^^^^     -------------
[INFO] [stdout]     |                             |         |       |
[INFO] [stdout]     |                             |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                             |         the lifetimes get resolved as `'_`
[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] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/expression.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn rust_comment(input: &[u8]) -> PResult<&[u8]> {
[INFO] [stdout]     |                            ^^^^^     --------------
[INFO] [stdout]     |                            |         |       |
[INFO] [stdout]     |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                            |         the lifetimes get resolved as `'_`
[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] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/spacelike.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[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] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/spacelike.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[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] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/spacelike.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[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] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/template.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[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] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:136:23
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[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] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:147:27
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                           ^^^^^     -------------
[INFO] [stdout]     |                           |         |       |
[INFO] [stdout]     |                           |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           |         the lifetimes get resolved as `'_`
[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] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[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] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[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] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/template.rs:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[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] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[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] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:268:15
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[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] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[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] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[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] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:339:29
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[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] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:354:27
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[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] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[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] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:402:28
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                            ^^^^^     -------------
[INFO] [stdout]     |                            |         |       |
[INFO] [stdout]     |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                            |         the lifetimes get resolved as `'_`
[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] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/templateexpression.rs:417:24
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<&str> {
[INFO] [stdout]     |                        ^^^^^     -------------
[INFO] [stdout]     |                        |         |       |
[INFO] [stdout]     |                        |         |       the lifetimes get resolved as `'_`
[INFO] [stdout]     |                        |         the lifetimes get resolved as `'_`
[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] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.58s
[INFO] running `Command { std: "docker" "inspect" "7719066429e1f2586d1b7bb5340737fa02559d90d832166028f8e1128d774694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7719066429e1f2586d1b7bb5340737fa02559d90d832166028f8e1128d774694", kill_on_drop: false }`
[INFO] [stdout] 7719066429e1f2586d1b7bb5340737fa02559d90d832166028f8e1128d774694
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d6e207c2ed7569b698d74ca2ed1abf57f15fb2ffceed2ffea1fcca812fee5de8
[INFO] running `Command { std: "docker" "start" "-a" "d6e207c2ed7569b698d74ca2ed1abf57f15fb2ffceed2ffea1fcca812fee5de8", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/expression.rs:12:26
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn expression(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]    |                          ^^^^^     -------------
[INFO] [stderr]    |                          |         |       |
[INFO] [stderr]    |                          |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]    |                          |         the lifetimes get resolved as `'_`
[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 remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/expression.rs:49:33
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[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] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stderr]    |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/expression.rs:57:25
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub fn rust_name(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]    |                         ^^^^^     -------------
[INFO] [stderr]    |                         |         |       |
[INFO] [stderr]    |                         |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]    |                         |         the lifetimes get resolved as `'_`
[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] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/expression.rs:67:26
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn expr_in_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]    |                          ^^^^^     -------------
[INFO] [stderr]    |                          |         |       |
[INFO] [stderr]    |                          |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]    |                          |         the lifetimes get resolved as `'_`
[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] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/expression.rs:75:28
[INFO] [stderr]    |
[INFO] [stderr] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]    |                            ^^^^^     -------------
[INFO] [stderr]    |                            |         |       |
[INFO] [stderr]    |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]    |                            |         the lifetimes get resolved as `'_`
[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] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/expression.rs:95:30
[INFO] [stderr]    |
[INFO] [stderr] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]    |                              ^^^^^     -------------
[INFO] [stderr]    |                              |         |       |
[INFO] [stderr]    |                              |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]    |                              |         the lifetimes get resolved as `'_`
[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] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/expression.rs:115:34
[INFO] [stderr]     |
[INFO] [stderr] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]     |                                  ^^^^^     -------------
[INFO] [stderr]     |                                  |         |       |
[INFO] [stderr]     |                                  |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]     |                                  |         the lifetimes get resolved as `'_`
[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] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/expression.rs:131:29
[INFO] [stderr]     |
[INFO] [stderr] 131 | pub fn quoted_string(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]     |                             ^^^^^     -------------
[INFO] [stderr]     |                             |         |       |
[INFO] [stderr]     |                             |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]     |                             |         the lifetimes get resolved as `'_`
[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] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/expression.rs:143:28
[INFO] [stderr]     |
[INFO] [stderr] 143 | pub fn rust_comment(input: &[u8]) -> PResult<&[u8]> {
[INFO] [stderr]     |                            ^^^^^     --------------
[INFO] [stderr]     |                            |         |       |
[INFO] [stderr]     |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]     |                            |         the lifetimes get resolved as `'_`
[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] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/spacelike.rs:10:25
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[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] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/spacelike.rs:14:23
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[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] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]    |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/spacelike.rs:18:28
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[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] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/template.rs:71:24
[INFO] [stderr]    |
[INFO] [stderr] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[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] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/template.rs:136:23
[INFO] [stderr]     |
[INFO] [stderr] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[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] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/template.rs:147:27
[INFO] [stderr]     |
[INFO] [stderr] 147 | fn formal_argument(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]     |                           ^^^^^     -------------
[INFO] [stderr]     |                           |         |       |
[INFO] [stderr]     |                           |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]     |                           |         the lifetimes get resolved as `'_`
[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] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/template.rs:161:27
[INFO] [stderr]     |
[INFO] [stderr] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[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] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/template.rs:190:38
[INFO] [stderr]     |
[INFO] [stderr] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[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] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/template.rs:204:20
[INFO] [stderr]     |
[INFO] [stderr] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[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] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/templateexpression.rs:147:35
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[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] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/templateexpression.rs:268:15
[INFO] [stderr]     |
[INFO] [stderr] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[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] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stderr]     |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/templateexpression.rs:293:24
[INFO] [stderr]     |
[INFO] [stderr] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[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] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/templateexpression.rs:322:26
[INFO] [stderr]     |
[INFO] [stderr] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[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] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/templateexpression.rs:339:29
[INFO] [stderr]     |
[INFO] [stderr] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[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] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/templateexpression.rs:354:27
[INFO] [stderr]     |
[INFO] [stderr] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[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] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/templateexpression.rs:385:27
[INFO] [stderr]     |
[INFO] [stderr] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[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] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/templateexpression.rs:402:28
[INFO] [stderr]     |
[INFO] [stderr] 402 | fn logic_expression(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]     |                            ^^^^^     -------------
[INFO] [stderr]     |                            |         |       |
[INFO] [stderr]     |                            |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]     |                            |         the lifetimes get resolved as `'_`
[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] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/templateexpression.rs:417:24
[INFO] [stderr]     |
[INFO] [stderr] 417 | fn rel_operator(input: &[u8]) -> PResult<&str> {
[INFO] [stderr]     |                        ^^^^^     -------------
[INFO] [stderr]     |                        |         |       |
[INFO] [stderr]     |                        |         |       the lifetimes get resolved as `'_`
[INFO] [stderr]     |                        |         the lifetimes get resolved as `'_`
[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] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: `ructe` (lib) generated 27 warnings
[INFO] [stderr] warning: `ructe` (lib test) generated 27 warnings (27 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ructe-ea0f75585f07d339)
[INFO] [stdout] 
[INFO] [stdout] running 66 tests
[INFO] [stdout] test expression::test::expression_1 ... ok
[INFO] [stdout] test expression::test::expression_4 ... ok
[INFO] [stdout] test expression::test::expression_8 ... ok
[INFO] [stdout] test expression::test::expression_3 ... ok
[INFO] [stdout] test expression::test::expression_7 ... ok
[INFO] [stdout] test expression::test::expression_9 ... ok
[INFO] [stdout] test expression::test::expression_2 ... ok
[INFO] [stdout] test expression::test::expression_5 ... ok
[INFO] [stdout] test expression::test::expression_6 ... ok
[INFO] [stdout] test expression::test::expression_enum_variant ... ok
[INFO] [stdout] test expression::test::expression_number ... ok
[INFO] [stdout] test expression::test::expression_slice ... ok
[INFO] [stdout] test expression::test::expression_slice_empty ... ok
[INFO] [stdout] test expression::test::expression_str ... ok
[INFO] [stdout] test expression::test::expression_arithemtic_in_parens ... ok
[INFO] [stdout] test expression::test::expression_str_quoted ... ok
[INFO] [stdout] test expression::test::expression_str_quoted_unicode ... ok
[INFO] [stdout] test expression::test::expression_str_with_escaped_quotes ... ok
[INFO] [stdout] test expression::test::expression_with_comment_a ... ok
[INFO] [stdout] test expression::test::expression_with_comment ... ok
[INFO] [stdout] test expression::test::non_expression_c ... ok
[INFO] [stdout] test spacelike::test::comment4 ... ok
[INFO] [stdout] test spacelike::test::comment3 ... ok
[INFO] [stdout] test spacelike::test::comment5 ... ok
[INFO] [stdout] test expression::test::expression_with_comment_b ... ok
[INFO] [stdout] test spacelike::test::comment6 ... ok
[INFO] [stdout] test spacelike::test::spacelike_long ... ok
[INFO] [stdout] test expression::test::non_expression_b ... ok
[INFO] [stdout] test spacelike::test::spacelike_simple ... ok
[INFO] [stdout] test template::test::generic ... ok
[INFO] [stdout] test spacelike::test::comment1 ... ok
[INFO] [stdout] test template::test::generic_with_anonymous_lifetime ... ok
[INFO] [stdout] test template::test::generic_with_lifetime ... ok
[INFO] [stdout] test template::test::multiword_constant ... ok
[INFO] [stdout] test template::test::tuple ... ok
[INFO] [stdout] test expression::test::expression_str_paren ... ok
[INFO] [stdout] test template::test::tuple_with_trailing ... ok
[INFO] [stdout] test template::test::unspaced_tuple ... ok
[INFO] [stdout] test expression::test::non_expression_a ... ok
[INFO] [stdout] test templateexpression::test::for_variable_struct ... ok
[INFO] [stdout] test templateexpression::test::if_bad_let ... ok
[INFO] [stdout] test templateexpression::test::if_boolean_var ... ok
[INFO] [stdout] test templateexpression::test::call_empty_str ... ok
[INFO] [stdout] test templateexpression::test::call_simple ... ok
[INFO] [stdout] test templateexpression::test::if_compare ... ok
[INFO] [stdout] test template::test::generic_with_trailing ... ok
[INFO] [stdout] test templateexpression::test::if_compare_empty_string ... ok
[INFO] [stdout] test templateexpression::test::for_in_struct ... ok
[INFO] [stdout] test templateexpression::test::for_missing_in ... ok
[INFO] [stdout] test templateexpression::test::for_variable_simple ... ok
[INFO] [stdout] test spacelike::test::spacelike_empty ... ok
[INFO] [stdout] test spacelike::test::comment2 ... ok
[INFO] [stdout] test templateexpression::test::if_complex_logig ... ok
[INFO] [stdout] test templateexpression::test::for_variable_tuple ... ok
[INFO] [stdout] test templateexpression::test::if_missing_conditional ... ok
[INFO] [stdout] test templates::double_encoded ... ok
[INFO] [stdout] test templateexpression::test::if_let_struct ... ok
[INFO] [stdout] test templateexpression::test::for_variable_tuple_ref ... ok
[INFO] [stdout] test templateexpression::test::if_let ... ok
[INFO] [stdout] test templateexpression::test::if_let_2 ... ok
[INFO] [stdout] test templateexpression::test::if_let_3 ... ok
[INFO] [stdout] test templates::encoded ... ok
[INFO] [stdout] test templates::encoded_empty ... ok
[INFO] [stdout] test templates::encoded_only ... ok
[INFO] [stdout] test templates::raw_html ... ok
[INFO] [stdout] test template::test::unspaced_generic ... ok
[INFO] [stderr]    Doc-tests ructe
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/lib.rs - (line 49) ... ignored
[INFO] [stdout] test src/lib.rs - Ructe (line 200) ... ignored
[INFO] [stdout] test src/staticfiles.rs - staticfiles::StaticFiles (line 90) ... ignored
[INFO] [stdout] test src/templates/utils.rs - templates::utils::ToHtml::to_buffer (line 21) ... ignored
[INFO] [stdout] test src/Template_syntax.rs - Template_syntax::d_Calling_other_templates (line 312) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - Ructe (line 188) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 67) - compile ... ok
[INFO] [stdout] test src/staticfiles.rs - staticfiles::StaticFiles (line 49) - compile ... ok
[INFO] [stdout] test src/lib.rs - Ructe::statics (line 305) - compile ... ok
[INFO] [stdout] test src/staticfiles.rs - staticfiles::StaticFiles (line 134) ... ok
[INFO] [stdout] test src/lib.rs - (line 83) ... ok
[INFO] [stdout] test src/staticfiles.rs - staticfiles::StaticFiles::add_file_data (line 331) ... FAILED
[INFO] [stdout] test src/staticfiles.rs - staticfiles::StaticFiles::add_file_data (line 349) ... ok
[INFO] [stdout] test src/staticfiles.rs - staticfiles::StaticFiles::get_names (line 491) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/staticfiles.rs - staticfiles::StaticFiles::add_file_data (line 331) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/staticfiles.rs - staticfiles::StaticFiles::get_names (line 491) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/staticfiles.rs - staticfiles::StaticFiles::add_file_data (line 331)
[INFO] [stdout]     src/staticfiles.rs - staticfiles::StaticFiles::get_names (line 491)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 2 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.89s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d6e207c2ed7569b698d74ca2ed1abf57f15fb2ffceed2ffea1fcca812fee5de8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6e207c2ed7569b698d74ca2ed1abf57f15fb2ffceed2ffea1fcca812fee5de8", kill_on_drop: false }`
[INFO] [stdout] d6e207c2ed7569b698d74ca2ed1abf57f15fb2ffceed2ffea1fcca812fee5de8
