[INFO] cloning repository https://github.com/minerscale/tsp50cxx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/minerscale/tsp50cxx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fminerscale%2Ftsp50cxx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fminerscale%2Ftsp50cxx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 52a736b71f7a1098d0be9161cfecc260b55ada88
[INFO] testing minerscale/tsp50cxx against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fminerscale%2Ftsp50cxx" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/minerscale/tsp50cxx
[INFO] finished tweaking git repo https://github.com/minerscale/tsp50cxx
[INFO] tweaked toml for git repo https://github.com/minerscale/tsp50cxx written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/minerscale/tsp50cxx on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/minerscale/tsp50cxx 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7
[INFO] running `Command { std: "docker" "start" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling arbitrary-int v1.2.7
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling inline_colorization v0.1.6
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling tsp50cxx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assembler.rs:63:34
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_expression(literal: &str) -> Result<Expr, SyntaxError> {
[INFO] [stdout]    |                                  ^^^^            ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |               |
[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] 63 | pub fn parse_expression(literal: &str) -> Result<Expr<'_>, SyntaxError<'_>> {
[INFO] [stdout]    |                                                      ++++             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assembler.rs:77:37
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn parse_order_of_operations(value: &str) -> Result<Option<Op>, SyntaxError> {
[INFO] [stdout]    |                                     ^^^^                   ^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |                      |
[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] 77 | fn parse_order_of_operations(value: &str) -> Result<Option<Op<'_>>, SyntaxError<'_>> {
[INFO] [stdout]    |                                                              ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assembler.rs:80:16
[INFO] [stdout]    |
[INFO] [stdout] 80 |         value: &str,
[INFO] [stdout]    |                ^^^^ the lifetime is elided here
[INFO] [stdout] 81 |         idx: usize,
[INFO] [stdout] 82 |     ) -> Result<Option<Op>, SyntaxError> {
[INFO] [stdout]    |                        ^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     ) -> Result<Option<Op<'_>>, SyntaxError<'_>> {
[INFO] [stdout]    |                          ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assembler.rs:108:16
[INFO] [stdout]     |
[INFO] [stdout] 108 |         value: &str,
[INFO] [stdout]     |                ^^^^ the lifetime is elided here
[INFO] [stdout] 109 |         idx: usize,
[INFO] [stdout] 110 |     ) -> Result<Option<Op>, SyntaxError> {
[INFO] [stdout]     |                        ^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 |     ) -> Result<Option<Op<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                          ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assembler.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 | fn make_ast(source: &str) -> Result<Vec<AstFrame>, SyntaxError> {
[INFO] [stdout]     |                     ^^^^                ^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                   |
[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] 185 | fn make_ast(source: &str) -> Result<Vec<AstFrame<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                 ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assembler.rs:186:36
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn parse_expression_list(line: &str) -> Result<Vec<Expr>, SyntaxError> {
[INFO] [stdout]     |                                    ^^^^                ^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |                   |
[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] 186 |     fn parse_expression_list(line: &str) -> Result<Vec<Expr<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                            ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 5.90s
[INFO] running `Command { std: "docker" "inspect" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling tsp50cxx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assembler.rs:63:34
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn parse_expression(literal: &str) -> Result<Expr, SyntaxError> {
[INFO] [stdout]    |                                  ^^^^            ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |               |
[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] 63 | pub fn parse_expression(literal: &str) -> Result<Expr<'_>, SyntaxError<'_>> {
[INFO] [stdout]    |                                                      ++++             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assembler.rs:77:37
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn parse_order_of_operations(value: &str) -> Result<Option<Op>, SyntaxError> {
[INFO] [stdout]    |                                     ^^^^                   ^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |                      |
[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] 77 | fn parse_order_of_operations(value: &str) -> Result<Option<Op<'_>>, SyntaxError<'_>> {
[INFO] [stdout]    |                                                              ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assembler.rs:80:16
[INFO] [stdout]    |
[INFO] [stdout] 80 |         value: &str,
[INFO] [stdout]    |                ^^^^ the lifetime is elided here
[INFO] [stdout] 81 |         idx: usize,
[INFO] [stdout] 82 |     ) -> Result<Option<Op>, SyntaxError> {
[INFO] [stdout]    |                        ^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     ) -> Result<Option<Op<'_>>, SyntaxError<'_>> {
[INFO] [stdout]    |                          ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assembler.rs:108:16
[INFO] [stdout]     |
[INFO] [stdout] 108 |         value: &str,
[INFO] [stdout]     |                ^^^^ the lifetime is elided here
[INFO] [stdout] 109 |         idx: usize,
[INFO] [stdout] 110 |     ) -> Result<Option<Op>, SyntaxError> {
[INFO] [stdout]     |                        ^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 |     ) -> Result<Option<Op<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                          ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assembler.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 | fn make_ast(source: &str) -> Result<Vec<AstFrame>, SyntaxError> {
[INFO] [stdout]     |                     ^^^^                ^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                   |
[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] 185 | fn make_ast(source: &str) -> Result<Vec<AstFrame<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                 ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assembler.rs:186:36
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn parse_expression_list(line: &str) -> Result<Vec<Expr>, SyntaxError> {
[INFO] [stdout]     |                                    ^^^^                ^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |                   |
[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] 186 |     fn parse_expression_list(line: &str) -> Result<Vec<Expr<'_>>, SyntaxError<'_>> {
[INFO] [stdout]     |                                                            ++++              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.46s
[INFO] running `Command { std: "docker" "inspect" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assembler.rs:63:34
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn parse_expression(literal: &str) -> Result<Expr, SyntaxError> {
[INFO] [stderr]    |                                  ^^^^            ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |               |
[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] 63 | pub fn parse_expression(literal: &str) -> Result<Expr<'_>, SyntaxError<'_>> {
[INFO] [stderr]    |                                                      ++++             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assembler.rs:77:37
[INFO] [stderr]    |
[INFO] [stderr] 77 | fn parse_order_of_operations(value: &str) -> Result<Option<Op>, SyntaxError> {
[INFO] [stderr]    |                                     ^^^^                   ^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                     |                      |
[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] 77 | fn parse_order_of_operations(value: &str) -> Result<Option<Op<'_>>, SyntaxError<'_>> {
[INFO] [stderr]    |                                                              ++++              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assembler.rs:80:16
[INFO] [stderr]    |
[INFO] [stderr] 80 |         value: &str,
[INFO] [stderr]    |                ^^^^ the lifetime is elided here
[INFO] [stderr] 81 |         idx: usize,
[INFO] [stderr] 82 |     ) -> Result<Option<Op>, SyntaxError> {
[INFO] [stderr]    |                        ^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 82 |     ) -> Result<Option<Op<'_>>, SyntaxError<'_>> {
[INFO] [stderr]    |                          ++++              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/assembler.rs:108:16
[INFO] [stderr]     |
[INFO] [stderr] 108 |         value: &str,
[INFO] [stderr]     |                ^^^^ the lifetime is elided here
[INFO] [stderr] 109 |         idx: usize,
[INFO] [stderr] 110 |     ) -> Result<Option<Op>, SyntaxError> {
[INFO] [stderr]     |                        ^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 110 |     ) -> Result<Option<Op<'_>>, SyntaxError<'_>> {
[INFO] [stderr]     |                          ++++              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/assembler.rs:185:21
[INFO] [stderr]     |
[INFO] [stderr] 185 | fn make_ast(source: &str) -> Result<Vec<AstFrame>, SyntaxError> {
[INFO] [stderr]     |                     ^^^^                ^^^^^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                   |
[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] 185 | fn make_ast(source: &str) -> Result<Vec<AstFrame<'_>>, SyntaxError<'_>> {
[INFO] [stderr]     |                                                 ++++              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/assembler.rs:186:36
[INFO] [stderr]     |
[INFO] [stderr] 186 |     fn parse_expression_list(line: &str) -> Result<Vec<Expr>, SyntaxError> {
[INFO] [stderr]     |                                    ^^^^                ^^^^   ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                    |                   |
[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] 186 |     fn parse_expression_list(line: &str) -> Result<Vec<Expr<'_>>, SyntaxError<'_>> {
[INFO] [stderr]     |                                                            ++++              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tsp50cxx` (bin "tsp50cxx" test) generated 6 warnings (run `cargo fix --bin "tsp50cxx" -p tsp50cxx --tests` to apply 6 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/tsp50cxx-d233c38fee18966a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7", kill_on_drop: false }`
[INFO] [stdout] 322a488ccd5d6f27b66725e6439333cb51a77a4178b4ba2618ce916b366e7de7
