[INFO] fetching crate ructe 0.18.2...
[INFO] testing ructe-0.18.2 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate ructe 0.18.2 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ructe 0.18.2 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b6b81b5b3a7acaa8714a066384f5ffbd897a73a2fe5b59f980e2d4eeff85db99
[INFO] running `Command { std: "docker" "start" "-a" "b6b81b5b3a7acaa8714a066384f5ffbd897a73a2fe5b59f980e2d4eeff85db99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b6b81b5b3a7acaa8714a066384f5ffbd897a73a2fe5b59f980e2d4eeff85db99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6b81b5b3a7acaa8714a066384f5ffbd897a73a2fe5b59f980e2d4eeff85db99", kill_on_drop: false }`
[INFO] [stdout] b6b81b5b3a7acaa8714a066384f5ffbd897a73a2fe5b59f980e2d4eeff85db99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d0be4dd1a9fd28e142839538a18fe95b5054b0349fe8ede09c4f485aa081a5f
[INFO] running `Command { std: "docker" "start" "-a" "0d0be4dd1a9fd28e142839538a18fe95b5054b0349fe8ede09c4f485aa081a5f", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling md5 v0.7.0
[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: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[INFO] [stdout]    |                                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                            |         the same lifetime is hidden here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                              |         the same lifetime is hidden here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                                  |         the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[INFO] [stdout]    |                            ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/template.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:136:23
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                                      ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:268:15
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:339:29
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:354:27
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                        |         the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s
[INFO] running `Command { std: "docker" "inspect" "0d0be4dd1a9fd28e142839538a18fe95b5054b0349fe8ede09c4f485aa081a5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d0be4dd1a9fd28e142839538a18fe95b5054b0349fe8ede09c4f485aa081a5f", kill_on_drop: false }`
[INFO] [stdout] 0d0be4dd1a9fd28e142839538a18fe95b5054b0349fe8ede09c4f485aa081a5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc6d5c0f8a2938a5bdcae1ac7f145b4c7ea8c306a0a26ce57d5758477412a8e7
[INFO] running `Command { std: "docker" "start" "-a" "fc6d5c0f8a2938a5bdcae1ac7f145b4c7ea8c306a0a26ce57d5758477412a8e7", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[INFO] [stdout]    |                                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                            |         the same lifetime is hidden here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                              |         the same lifetime is hidden here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                                  |         the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[INFO] [stdout]    |                            ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/template.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:136:23
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                                      ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:268:15
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:339:29
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:354:27
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ructe v0.18.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                        |         the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/expression.rs:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[INFO] [stdout]    |                                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                         |         the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                            |         the same lifetime is hidden here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]    |                              |         the same lifetime is hidden here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                                  |         the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                             |         the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spacelike.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[INFO] [stdout]    |                            ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/template.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:136:23
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                                      ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:268:15
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:293:24
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:339:29
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:354:27
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/templateexpression.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                            |         the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stdout]     |                        |         the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.76s
[INFO] running `Command { std: "docker" "inspect" "fc6d5c0f8a2938a5bdcae1ac7f145b4c7ea8c306a0a26ce57d5758477412a8e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc6d5c0f8a2938a5bdcae1ac7f145b4c7ea8c306a0a26ce57d5758477412a8e7", kill_on_drop: false }`
[INFO] [stdout] fc6d5c0f8a2938a5bdcae1ac7f145b4c7ea8c306a0a26ce57d5758477412a8e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e17a3bf6325361c4c568bc08839dcb8dc9b55f4637010e5b1ac8f70512a3b8dc
[INFO] running `Command { std: "docker" "start" "-a" "e17a3bf6325361c4c568bc08839dcb8dc9b55f4637010e5b1ac8f70512a3b8dc", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]    |                          |         the same lifetime is hidden here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/expression.rs:49:33
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<String> {
[INFO] [stderr]    |                                 ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub fn comma_expressions(input: &[u8]) -> PResult<'_, String> {
[INFO] [stderr]    |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]    |                         |         the same lifetime is hidden here
[INFO] [stderr]    |                         the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub fn rust_name(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]    |                          |         the same lifetime is hidden here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn expr_in_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]    |                            |         the same lifetime is hidden here
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 75 | fn expr_in_brackets(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]    |                              |         the same lifetime is hidden here
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 95 | pub fn expr_in_braces(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]     |                                  |         the same lifetime is hidden here
[INFO] [stderr]     |                                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 115 | pub fn expr_inside_parens(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]     |                             |         the same lifetime is hidden here
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 131 | pub fn quoted_string(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]     |                            |         the same lifetime is hidden here
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 143 | pub fn rust_comment(input: &[u8]) -> PResult<'_, &[u8]> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/spacelike.rs:10:25
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn spacelike(input: &[u8]) -> PResult<()> {
[INFO] [stderr]    |                         ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn spacelike(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/spacelike.rs:14:23
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn comment(input: &[u8]) -> PResult<()> {
[INFO] [stderr]    |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn comment(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]    |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/spacelike.rs:18:28
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn comment_tail(input: &[u8]) -> PResult<()> {
[INFO] [stderr]    |                            ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                            |
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn comment_tail(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/template.rs:71:24
[INFO] [stderr]    |
[INFO] [stderr] 71 | pub fn template(input: &[u8]) -> PResult<Template> {
[INFO] [stderr]    |                        ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 71 | pub fn template(input: &[u8]) -> PResult<'_, Template> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/template.rs:136:23
[INFO] [stderr]     |
[INFO] [stderr] 136 | fn end_of_file(input: &[u8]) -> PResult<()> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 136 | fn end_of_file(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]     |                           |         the same lifetime is hidden here
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 147 | fn formal_argument(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/template.rs:161:27
[INFO] [stderr]     |
[INFO] [stderr] 161 | fn type_expression(input: &[u8]) -> PResult<()> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 161 | fn type_expression(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/template.rs:190:38
[INFO] [stderr]     |
[INFO] [stderr] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<()> {
[INFO] [stderr]     |                                      ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 190 | pub fn comma_type_expressions(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/template.rs:204:20
[INFO] [stderr]     |
[INFO] [stderr] 204 | fn lifetime(input: &[u8]) -> PResult<()> {
[INFO] [stderr]     |                    ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 204 | fn lifetime(input: &[u8]) -> PResult<'_, ()> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/templateexpression.rs:147:35
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub fn template_expression(input: &[u8]) -> PResult<TemplateExpression> {
[INFO] [stderr]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 147 | pub fn template_expression(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/templateexpression.rs:268:15
[INFO] [stderr]     |
[INFO] [stderr] 268 | fn if2(input: &[u8]) -> PResult<TemplateExpression> {
[INFO] [stderr]     |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 268 | fn if2(input: &[u8]) -> PResult<'_, TemplateExpression> {
[INFO] [stderr]     |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/templateexpression.rs:293:24
[INFO] [stderr]     |
[INFO] [stderr] 293 | fn for_variable(input: &[u8]) -> PResult<String> {
[INFO] [stderr]     |                        ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 293 | fn for_variable(input: &[u8]) -> PResult<'_, String> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/templateexpression.rs:322:26
[INFO] [stderr]     |
[INFO] [stderr] 322 | fn template_block(input: &[u8]) -> PResult<Vec<TemplateExpression>> {
[INFO] [stderr]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 322 | fn template_block(input: &[u8]) -> PResult<'_, Vec<TemplateExpression>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/templateexpression.rs:339:29
[INFO] [stderr]     |
[INFO] [stderr] 339 | fn template_argument(input: &[u8]) -> PResult<TemplateArgument> {
[INFO] [stderr]     |                             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 339 | fn template_argument(input: &[u8]) -> PResult<'_, TemplateArgument> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/templateexpression.rs:354:27
[INFO] [stderr]     |
[INFO] [stderr] 354 | fn cond_expression(input: &[u8]) -> PResult<String> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 354 | fn cond_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/templateexpression.rs:385:27
[INFO] [stderr]     |
[INFO] [stderr] 385 | fn loop_expression(input: &[u8]) -> PResult<String> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 385 | fn loop_expression(input: &[u8]) -> PResult<'_, String> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]     |                            |         the same lifetime is hidden here
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 402 | fn logic_expression(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here
[INFO] [stderr]     |                        |         the same lifetime is hidden here
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 417 | fn rel_operator(input: &[u8]) -> PResult<'_, &str> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: `ructe` (lib) generated 27 warnings (run `cargo fix --lib -p ructe` to apply 27 suggestions)
[INFO] [stderr] warning: `ructe` (lib test) generated 27 warnings (27 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ructe-b97007db2271a364)
[INFO] [stdout] 
[INFO] [stdout] running 66 tests
[INFO] [stdout] test expression::test::expression_1 ... ok
[INFO] [stdout] test expression::test::expression_3 ... ok
[INFO] [stdout] test expression::test::expression_4 ... ok
[INFO] [stdout] test expression::test::expression_6 ... ok
[INFO] [stdout] test expression::test::expression_7 ... ok
[INFO] [stdout] test expression::test::expression_5 ... ok
[INFO] [stdout] test expression::test::expression_enum_variant ... ok
[INFO] [stdout] test expression::test::expression_9 ... ok
[INFO] [stdout] test expression::test::expression_arithemtic_in_parens ... ok
[INFO] [stdout] test expression::test::expression_str ... ok
[INFO] [stdout] test expression::test::expression_slice ... ok
[INFO] [stdout] test expression::test::expression_8 ... ok
[INFO] [stdout] test expression::test::expression_slice_empty ... ok
[INFO] [stdout] test expression::test::expression_number ... ok
[INFO] [stdout] test expression::test::expression_with_comment_a ... ok
[INFO] [stdout] test expression::test::expression_str_paren ... 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_2 ... ok
[INFO] [stdout] test expression::test::expression_with_comment ... ok
[INFO] [stdout] test expression::test::expression_with_comment_b ... ok
[INFO] [stdout] test expression::test::non_expression_b ... ok
[INFO] [stdout] test spacelike::test::comment3 ... ok
[INFO] [stdout] test spacelike::test::comment4 ... ok
[INFO] [stdout] test spacelike::test::comment6 ... ok
[INFO] [stdout] test spacelike::test::comment5 ... ok
[INFO] [stdout] test spacelike::test::comment1 ... ok
[INFO] [stdout] test spacelike::test::comment2 ... ok
[INFO] [stdout] test spacelike::test::spacelike_simple ... ok
[INFO] [stdout] test template::test::generic ... ok
[INFO] [stdout] test spacelike::test::spacelike_empty ... ok
[INFO] [stdout] test template::test::generic_with_anonymous_lifetime ... ok
[INFO] [stdout] test expression::test::non_expression_c ... ok
[INFO] [stdout] test template::test::generic_with_trailing ... ok
[INFO] [stdout] test template::test::generic_with_lifetime ... ok
[INFO] [stdout] test expression::test::non_expression_a ... ok
[INFO] [stdout] test spacelike::test::spacelike_long ... ok
[INFO] [stdout] test template::test::multiword_constant ... ok
[INFO] [stdout] test template::test::tuple ... ok
[INFO] [stdout] test template::test::unspaced_generic ... ok
[INFO] [stdout] test templateexpression::test::for_missing_in ... ok
[INFO] [stdout] test templateexpression::test::for_in_struct ... ok
[INFO] [stdout] test templateexpression::test::call_empty_str ... ok
[INFO] [stdout] test template::test::unspaced_tuple ... ok
[INFO] [stdout] test templateexpression::test::for_variable_struct ... ok
[INFO] [stdout] test template::test::tuple_with_trailing ... ok
[INFO] [stdout] test templateexpression::test::for_variable_simple ... ok
[INFO] [stdout] test templateexpression::test::call_simple ... ok
[INFO] [stdout] test templateexpression::test::for_variable_tuple_ref ... ok
[INFO] [stdout] test templateexpression::test::if_compare_empty_string ... ok
[INFO] [stdout] test templateexpression::test::if_complex_logig ... ok
[INFO] [stdout] test templateexpression::test::if_boolean_var ... ok
[INFO] [stdout] test templateexpression::test::for_variable_tuple ... ok
[INFO] [stdout] test templateexpression::test::if_let_2 ... ok
[INFO] [stdout] test templateexpression::test::if_let_3 ... ok
[INFO] [stdout] test templateexpression::test::if_let ... ok
[INFO] [stdout] test templateexpression::test::if_missing_conditional ... ok
[INFO] [stdout] test templateexpression::test::if_let_struct ... ok
[INFO] [stdout] test templates::double_encoded ... ok
[INFO] [stdout] test templates::encoded_empty ... ok
[INFO] [stdout] test templates::encoded ... ok
[INFO] [stderr]    Doc-tests ructe
[INFO] [stdout] test templates::encoded_only ... ok
[INFO] [stdout] test templateexpression::test::if_bad_let ... ok
[INFO] [stdout] test templateexpression::test::if_compare ... ok
[INFO] [stdout] test templates::raw_html ... ok
[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/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/templates/utils.rs - templates::utils::ToHtml::to_buffer (line 21) ... ignored
[INFO] [stdout] test src/lib.rs - Ructe::statics (line 305) - compile ... ok
[INFO] [stdout] test src/Template_syntax.rs - Template_syntax::d_Calling_other_templates (line 312) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 83) ... ok
[INFO] [stdout] test src/staticfiles.rs - staticfiles::StaticFiles::add_file_data (line 349) ... ok
[INFO] [stdout] test src/staticfiles.rs - staticfiles::StaticFiles (line 134) ... ok
[INFO] [stdout] test src/staticfiles.rs - staticfiles::StaticFiles::add_file_data (line 331) ... FAILED
[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" "e17a3bf6325361c4c568bc08839dcb8dc9b55f4637010e5b1ac8f70512a3b8dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e17a3bf6325361c4c568bc08839dcb8dc9b55f4637010e5b1ac8f70512a3b8dc", kill_on_drop: false }`
[INFO] [stdout] e17a3bf6325361c4c568bc08839dcb8dc9b55f4637010e5b1ac8f70512a3b8dc
