[INFO] fetching crate ess 0.4.2...
[INFO] testing ess-0.4.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate ess 0.4.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate ess 0.4.2
[INFO] finished tweaking crates.io crate ess 0.4.2
[INFO] tweaked toml for crates.io crate ess 0.4.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ess 0.4.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb3b1a8ab5d764f7bc472babb17cd2dea8b4dc50b77235fbb1aee93365731385
[INFO] running `Command { std: "docker" "start" "-a" "eb3b1a8ab5d764f7bc472babb17cd2dea8b4dc50b77235fbb1aee93365731385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb3b1a8ab5d764f7bc472babb17cd2dea8b4dc50b77235fbb1aee93365731385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb3b1a8ab5d764f7bc472babb17cd2dea8b4dc50b77235fbb1aee93365731385", kill_on_drop: false }`
[INFO] [stdout] eb3b1a8ab5d764f7bc472babb17cd2dea8b4dc50b77235fbb1aee93365731385
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1234cd79c1e3e3a893ef18f1993daeb5048f17d73fc82207e474d9cb646b2fee
[INFO] running `Command { std: "docker" "start" "-a" "1234cd79c1e3e3a893ef18f1993daeb5048f17d73fc82207e474d9cb646b2fee", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling ess v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/parser.rs:209:17
[INFO] [stdout]     |
[INFO] [stdout] 209 |         Some('0'...'9') => parse_number(input, start_loc),
[INFO] [stdout]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/parser.rs:427:53
[INFO] [stdout]     |
[INFO] [stdout] 427 |         Some(c @ '#') | Some(c @ ':') | Some(c @ '0'...'9') => {
[INFO] [stdout]     |                                                     ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub fn parse(mut input: &str) -> (Vec<Sexp>, Option<ParseError>) {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub fn parse(mut input: &str) -> (Vec<Sexp<'_>>, Option<ParseError>) {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:192:25
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub fn parse_one(input: &str) -> Result<(Sexp, &str), ParseError> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^ the same lifetime is elided 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] 192 | pub fn parse_one(input: &str) -> Result<(Sexp<'_>, &str), ParseError> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:205:32
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub fn parse_expression(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                                ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |                          |           |
[INFO] [stdout]     |                                |                          |           the same lifetime is hidden 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] 205 | pub fn parse_expression(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                       +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:280:26
[INFO] [stdout]     |
[INFO] [stdout] 280 | pub fn parse_list(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                          ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                          |           |
[INFO] [stdout]     |                          |                          |           the same lifetime is hidden 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] 280 | pub fn parse_list(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                 +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:332:28
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub fn parse_number(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                          |           |
[INFO] [stdout]     |                            |                          |           the same lifetime is hidden 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] 332 | pub fn parse_number(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:423:28
[INFO] [stdout]     |
[INFO] [stdout] 423 | pub fn parse_symbol(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                          |           |
[INFO] [stdout]     |                            |                          |           the same lifetime is hidden 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] 423 | pub fn parse_symbol(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 | pub fn parse_string(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                          |           |
[INFO] [stdout]     |                            |                          |           the same lifetime is hidden 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] 459 | pub fn parse_string(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:489:31
[INFO] [stdout]     |
[INFO] [stdout] 489 | pub fn parse_character(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                               ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                               |                          |           |
[INFO] [stdout]     |                               |                          |           the same lifetime is hidden 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] 489 | pub fn parse_character(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                      +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "1234cd79c1e3e3a893ef18f1993daeb5048f17d73fc82207e474d9cb646b2fee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1234cd79c1e3e3a893ef18f1993daeb5048f17d73fc82207e474d9cb646b2fee", kill_on_drop: false }`
[INFO] [stdout] 1234cd79c1e3e3a893ef18f1993daeb5048f17d73fc82207e474d9cb646b2fee
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ec00141170499671e16730a0633d01aaf784425630d50d7153b283271fc90a8
[INFO] running `Command { std: "docker" "start" "-a" "5ec00141170499671e16730a0633d01aaf784425630d50d7153b283271fc90a8", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/parser.rs:209:17
[INFO] [stdout]     |
[INFO] [stdout] 209 |         Some('0'...'9') => parse_number(input, start_loc),
[INFO] [stdout]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/parser.rs:427:53
[INFO] [stdout]     |
[INFO] [stdout] 427 |         Some(c @ '#') | Some(c @ ':') | Some(c @ '0'...'9') => {
[INFO] [stdout]     |                                                     ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub fn parse(mut input: &str) -> (Vec<Sexp>, Option<ParseError>) {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub fn parse(mut input: &str) -> (Vec<Sexp<'_>>, Option<ParseError>) {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:192:25
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub fn parse_one(input: &str) -> Result<(Sexp, &str), ParseError> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^ the same lifetime is elided 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] 192 | pub fn parse_one(input: &str) -> Result<(Sexp<'_>, &str), ParseError> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:205:32
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub fn parse_expression(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                                ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |                          |           |
[INFO] [stdout]     |                                |                          |           the same lifetime is hidden 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] 205 | pub fn parse_expression(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                       +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:280:26
[INFO] [stdout]     |
[INFO] [stdout] 280 | pub fn parse_list(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                          ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                          |           |
[INFO] [stdout]     |                          |                          |           the same lifetime is hidden 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] 280 | pub fn parse_list(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                 +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:332:28
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub fn parse_number(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                          |           |
[INFO] [stdout]     |                            |                          |           the same lifetime is hidden 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] 332 | pub fn parse_number(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:423:28
[INFO] [stdout]     |
[INFO] [stdout] 423 | pub fn parse_symbol(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                          |           |
[INFO] [stdout]     |                            |                          |           the same lifetime is hidden 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] 423 | pub fn parse_symbol(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 | pub fn parse_string(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                          |           |
[INFO] [stdout]     |                            |                          |           the same lifetime is hidden 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] 459 | pub fn parse_string(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:489:31
[INFO] [stdout]     |
[INFO] [stdout] 489 | pub fn parse_character(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                               ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                               |                          |           |
[INFO] [stdout]     |                               |                          |           the same lifetime is hidden 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] 489 | pub fn parse_character(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                      +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ess v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/parser.rs:209:17
[INFO] [stdout]     |
[INFO] [stdout] 209 |         Some('0'...'9') => parse_number(input, start_loc),
[INFO] [stdout]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/parser.rs:427:53
[INFO] [stdout]     |
[INFO] [stdout] 427 |         Some(c @ '#') | Some(c @ ':') | Some(c @ '0'...'9') => {
[INFO] [stdout]     |                                                     ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `parser::ParseResult::*`
[INFO] [stdout]    --> src/parser.rs:537:9
[INFO] [stdout]     |
[INFO] [stdout] 537 |     use parser::ParseResult::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub fn parse(mut input: &str) -> (Vec<Sexp>, Option<ParseError>) {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub fn parse(mut input: &str) -> (Vec<Sexp<'_>>, Option<ParseError>) {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:192:25
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub fn parse_one(input: &str) -> Result<(Sexp, &str), ParseError> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^ the same lifetime is elided 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] 192 | pub fn parse_one(input: &str) -> Result<(Sexp<'_>, &str), ParseError> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:205:32
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub fn parse_expression(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                                ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |                          |           |
[INFO] [stdout]     |                                |                          |           the same lifetime is hidden 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] 205 | pub fn parse_expression(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                       +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:280:26
[INFO] [stdout]     |
[INFO] [stdout] 280 | pub fn parse_list(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                          ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                          |           |
[INFO] [stdout]     |                          |                          |           the same lifetime is hidden 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] 280 | pub fn parse_list(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                 +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:332:28
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub fn parse_number(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                          |           |
[INFO] [stdout]     |                            |                          |           the same lifetime is hidden 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] 332 | pub fn parse_number(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:423:28
[INFO] [stdout]     |
[INFO] [stdout] 423 | pub fn parse_symbol(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                          |           |
[INFO] [stdout]     |                            |                          |           the same lifetime is hidden 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] 423 | pub fn parse_symbol(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 | pub fn parse_string(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                          |           |
[INFO] [stdout]     |                            |                          |           the same lifetime is hidden 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] 459 | pub fn parse_string(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:489:31
[INFO] [stdout]     |
[INFO] [stdout] 489 | pub fn parse_character(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout]     |                               ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                               |                          |           |
[INFO] [stdout]     |                               |                          |           the same lifetime is hidden 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] 489 | pub fn parse_character(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout]     |                                                                      +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "5ec00141170499671e16730a0633d01aaf784425630d50d7153b283271fc90a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ec00141170499671e16730a0633d01aaf784425630d50d7153b283271fc90a8", kill_on_drop: false }`
[INFO] [stdout] 5ec00141170499671e16730a0633d01aaf784425630d50d7153b283271fc90a8
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 95925dcb1f0bfe9b6a7dc17dc06c89709686e56513506a19dc72570a06c49ef0
[INFO] running `Command { std: "docker" "start" "-a" "95925dcb1f0bfe9b6a7dc17dc06c89709686e56513506a19dc72570a06c49ef0", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser.rs:209:17
[INFO] [stderr]     |
[INFO] [stderr] 209 |         Some('0'...'9') => parse_number(input, start_loc),
[INFO] [stderr]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser.rs:427:53
[INFO] [stderr]     |
[INFO] [stderr] 427 |         Some(c @ '#') | Some(c @ ':') | Some(c @ '0'...'9') => {
[INFO] [stderr]     |                                                     ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:153:25
[INFO] [stderr]     |
[INFO] [stderr] 153 | pub fn parse(mut input: &str) -> (Vec<Sexp>, Option<ParseError>) {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 153 | pub fn parse(mut input: &str) -> (Vec<Sexp<'_>>, Option<ParseError>) {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:192:25
[INFO] [stderr]     |
[INFO] [stderr] 192 | pub fn parse_one(input: &str) -> Result<(Sexp, &str), ParseError> {
[INFO] [stderr]     |                         ^^^^             ^^^^  ^^^^ the same lifetime is elided 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] 192 | pub fn parse_one(input: &str) -> Result<(Sexp<'_>, &str), ParseError> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:205:32
[INFO] [stderr]     |
[INFO] [stderr] 205 | pub fn parse_expression(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stderr]     |                                ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                |                          |           |
[INFO] [stderr]     |                                |                          |           the same lifetime is hidden 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] 205 | pub fn parse_expression(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stderr]     |                                                                       +++     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:280:26
[INFO] [stderr]     |
[INFO] [stderr] 280 | pub fn parse_list(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stderr]     |                          ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                          |                          |           |
[INFO] [stderr]     |                          |                          |           the same lifetime is hidden 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] 280 | pub fn parse_list(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stderr]     |                                                                 +++     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:332:28
[INFO] [stderr]     |
[INFO] [stderr] 332 | pub fn parse_number(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stderr]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                            |                          |           |
[INFO] [stderr]     |                            |                          |           the same lifetime is hidden here
[INFO] [stderr]     |                            |                          the same lifetime is hidden here
[INFO] [stdout] 
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stdout] running 12 tests
[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] 332 | pub fn parse_number(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stdout] test parser::test::test_parse ... ok
[INFO] [stderr]     |                                                                   +++     ++++
[INFO] [stdout] test parser::test::test_parse_char ... ok
[INFO] [stderr] 
[INFO] [stdout] test parser::test::test_parse_comments ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test parser::test::test_parse_expr_quasiquote ... ok
[INFO] [stderr]    --> src/parser.rs:423:28
[INFO] [stdout] test parser::test::test_parse_expr_quote ... ok
[INFO] [stderr]     |
[INFO] [stdout] test parser::test::test_parse_expr_unquote ... ok
[INFO] [stderr] 423 | pub fn parse_symbol(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stdout] test parser::test::test_parse_expression ... ok
[INFO] [stderr]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test parser::test::test_parse_ident ... ok
[INFO] [stderr]     |                            |                          |           |
[INFO] [stdout] test parser::test::test_parse_number ... ok
[INFO] [stderr]     |                            |                          |           the same lifetime is hidden here
[INFO] [stdout] test parser::test::test_parse_list ... ok
[INFO] [stderr]     |                            |                          the same lifetime is hidden here
[INFO] [stdout] test parser::test::test_parse_one ... ok
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stdout] test parser::test::test_parse_string ... ok
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stderr] 423 | pub fn parse_symbol(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stderr]     |                                                                   +++     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:459:28
[INFO] [stderr]     |
[INFO] [stderr] 459 | pub fn parse_string(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stderr]     |                            ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                            |                          |           |
[INFO] [stderr]     |                            |                          |           the same lifetime is hidden 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] 459 | pub fn parse_string(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stderr]     |                                                                   +++     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:489:31
[INFO] [stderr]     |
[INFO] [stderr] 489 | pub fn parse_character(input: &str, start_loc: usize) -> ParseResult<Sexp, ParseError> {
[INFO] [stderr]     |                               ^^^^                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                               |                          |           |
[INFO] [stderr]     |                               |                          |           the same lifetime is hidden 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] 489 | pub fn parse_character(input: &str, start_loc: usize) -> ParseResult<'_, Sexp<'_>, ParseError> {
[INFO] [stderr]     |                                                                      +++     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ess` (lib) generated 10 warnings (run `cargo fix --lib -p ess` to apply 10 suggestions)
[INFO] [stderr] warning: unused import: `parser::ParseResult::*`
[INFO] [stderr]    --> src/parser.rs:537:9
[INFO] [stderr]     |
[INFO] [stderr] 537 |     use parser::ParseResult::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ess` (lib test) generated 11 warnings (10 duplicates) (run `cargo fix --lib -p ess --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ess-e99934fd6ee1d9a9)
[INFO] [stderr]    Doc-tests ess
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser.rs:209:17
[INFO] [stderr]     |
[INFO] [stderr] 209 |         Some('0'...'9') => parse_number(input, start_loc),
[INFO] [stderr]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser.rs:427:53
[INFO] [stderr]     |
[INFO] [stderr] 427 |         Some(c @ '#') | Some(c @ ':') | Some(c @ '0'...'9') => {
[INFO] [stderr]     |                                                     ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/parser.rs - parser::parse (line 147) ... ok
[INFO] [stdout] test src/parser.rs - parser::parse_one (line 186) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "95925dcb1f0bfe9b6a7dc17dc06c89709686e56513506a19dc72570a06c49ef0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95925dcb1f0bfe9b6a7dc17dc06c89709686e56513506a19dc72570a06c49ef0", kill_on_drop: false }`
[INFO] [stdout] 95925dcb1f0bfe9b6a7dc17dc06c89709686e56513506a19dc72570a06c49ef0
