[INFO] cloning repository https://github.com/jmmaa/orca-iot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmmaa/orca-iot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmmaa%2Forca-iot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmmaa%2Forca-iot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df04aff01704f57f9b56f76aec5eae86cc439e36
[INFO] testing jmmaa/orca-iot against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmmaa%2Forca-iot" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jmmaa/orca-iot
[INFO] finished tweaking git repo https://github.com/jmmaa/orca-iot
[INFO] tweaked toml for git repo https://github.com/jmmaa/orca-iot written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jmmaa/orca-iot on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jmmaa/orca-iot 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 504baa2dff4835d3b76e2c4ad2b30204dc06d7246aef808dd58caf194a9d8b7e
[INFO] running `Command { std: "docker" "start" "-a" "504baa2dff4835d3b76e2c4ad2b30204dc06d7246aef808dd58caf194a9d8b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "504baa2dff4835d3b76e2c4ad2b30204dc06d7246aef808dd58caf194a9d8b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "504baa2dff4835d3b76e2c4ad2b30204dc06d7246aef808dd58caf194a9d8b7e", kill_on_drop: false }`
[INFO] [stdout] 504baa2dff4835d3b76e2c4ad2b30204dc06d7246aef808dd58caf194a9d8b7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 030f7959255cc20a2e1cae3bc5d6f3010f2e53caa60a1994d8fd12fda6c4fbe0
[INFO] running `Command { std: "docker" "start" "-a" "030f7959255cc20a2e1cae3bc5d6f3010f2e53caa60a1994d8fd12fda6c4fbe0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling io-lifetimes v1.0.5
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling rustix v0.36.9
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling clap_lex v0.3.2
[INFO] [stderr]    Compiling libudev v0.3.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling serialport v4.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling is-terminal v0.4.4
[INFO] [stderr]    Compiling clap_derive v4.1.8
[INFO] [stderr]    Compiling clap v4.1.8
[INFO] [stderr]    Compiling csv v1.2.0
[INFO] [stderr]    Compiling orca-iot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:38:37
[INFO] [stdout]    |
[INFO] [stdout] 37 |     name: &'a str,
[INFO] [stdout]    |            -- the lifetime is named here
[INFO] [stdout] 38 | ) -> impl FnMut(&'a str) -> IResult<&str, &str, nom::error::Error<&str>> {
[INFO] [stdout]    |                  --                 ^^^^  ^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                  |                  |     |
[INFO] [stdout]    |                  |                  |     the same lifetime is elided here
[INFO] [stdout]    |                  |                  the same lifetime is elided here
[INFO] [stdout]    |                  the same lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 38 | ) -> impl FnMut(&'a str) -> IResult<&'a str, &'a str, nom::error::Error<&'a str>> {
[INFO] [stdout]    |                                      ++       ++                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:49:37
[INFO] [stdout]    |
[INFO] [stdout] 48 |     name: &'a str,
[INFO] [stdout]    |            -- the lifetime is named here
[INFO] [stdout] 49 | ) -> impl FnMut(&'a str) -> IResult<&str, (&str, f32), nom::error::Error<&str>> {
[INFO] [stdout]    |                  --                 ^^^^   ^^^^                          ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                  |                  |      |
[INFO] [stdout]    |                  |                  |      the same lifetime is elided here
[INFO] [stdout]    |                  |                  the same lifetime is elided here
[INFO] [stdout]    |                  the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 49 | ) -> impl FnMut(&'a str) -> IResult<&'a str, (&'a str, f32), nom::error::Error<&'a str>> {
[INFO] [stdout]    |                                      ++        ++                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn readings(input: &str) -> IResult<&str, Readings, nom::error::Error<&str>> {
[INFO] [stdout]    |                        ^^^^             ^^^^  ^^^^^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                        |                |     |
[INFO] [stdout]    |                        |                |     the same lifetime is hidden here
[INFO] [stdout]    |                        |                the same lifetime is elided 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] 61 | pub fn readings(input: &str) -> IResult<&str, Readings<'_>, nom::error::Error<&str>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn consume(input: &str) -> IResult<&str, Readings, nom::error::Error<&str>> {
[INFO] [stdout]    |                       ^^^^             ^^^^  ^^^^^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                       |                |     |
[INFO] [stdout]    |                       |                |     the same lifetime is hidden here
[INFO] [stdout]    |                       |                the same lifetime is elided 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] 73 | pub fn consume(input: &str) -> IResult<&str, Readings<'_>, nom::error::Error<&str>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub fn parse(input: &str) -> Result<ParsedData, nom::Err<nom::error::Error<&str>>> {
[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] 78 | pub fn parse(input: &str) -> Result<ParsedData<'_>, nom::Err<nom::error::Error<&str>>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:90:21
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn to_tuple(&self) -> Readings {
[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] 90 |     pub fn to_tuple(&self) -> Readings<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/serial.rs:131:47
[INFO] [stdout]     |
[INFO] [stdout] 131 | fn parse_reading<'a>(buf: &'a [u8]) -> Result<ParsedData, Box<dyn Error + 'a>> {
[INFO] [stdout]     |                            --                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 131 | fn parse_reading<'a>(buf: &'a [u8]) -> Result<ParsedData<'a>, Box<dyn Error + 'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.73s
[INFO] running `Command { std: "docker" "inspect" "030f7959255cc20a2e1cae3bc5d6f3010f2e53caa60a1994d8fd12fda6c4fbe0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "030f7959255cc20a2e1cae3bc5d6f3010f2e53caa60a1994d8fd12fda6c4fbe0", kill_on_drop: false }`
[INFO] [stdout] 030f7959255cc20a2e1cae3bc5d6f3010f2e53caa60a1994d8fd12fda6c4fbe0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af9a754677502ca14fc33d5f3efe7a5b2062f5ed5a0d12f3f3a447f183f7586d
[INFO] running `Command { std: "docker" "start" "-a" "af9a754677502ca14fc33d5f3efe7a5b2062f5ed5a0d12f3f3a447f183f7586d", kill_on_drop: false }`
[INFO] [stderr]    Compiling orca-iot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:38:37
[INFO] [stdout]    |
[INFO] [stdout] 37 |     name: &'a str,
[INFO] [stdout]    |            -- the lifetime is named here
[INFO] [stdout] 38 | ) -> impl FnMut(&'a str) -> IResult<&str, &str, nom::error::Error<&str>> {
[INFO] [stdout]    |                  --                 ^^^^  ^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                  |                  |     |
[INFO] [stdout]    |                  |                  |     the same lifetime is elided here
[INFO] [stdout]    |                  |                  the same lifetime is elided here
[INFO] [stdout]    |                  the same lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 38 | ) -> impl FnMut(&'a str) -> IResult<&'a str, &'a str, nom::error::Error<&'a str>> {
[INFO] [stdout]    |                                      ++       ++                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:49:37
[INFO] [stdout]    |
[INFO] [stdout] 48 |     name: &'a str,
[INFO] [stdout]    |            -- the lifetime is named here
[INFO] [stdout] 49 | ) -> impl FnMut(&'a str) -> IResult<&str, (&str, f32), nom::error::Error<&str>> {
[INFO] [stdout]    |                  --                 ^^^^   ^^^^                          ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                  |                  |      |
[INFO] [stdout]    |                  |                  |      the same lifetime is elided here
[INFO] [stdout]    |                  |                  the same lifetime is elided here
[INFO] [stdout]    |                  the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 49 | ) -> impl FnMut(&'a str) -> IResult<&'a str, (&'a str, f32), nom::error::Error<&'a str>> {
[INFO] [stdout]    |                                      ++        ++                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn readings(input: &str) -> IResult<&str, Readings, nom::error::Error<&str>> {
[INFO] [stdout]    |                        ^^^^             ^^^^  ^^^^^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                        |                |     |
[INFO] [stdout]    |                        |                |     the same lifetime is hidden here
[INFO] [stdout]    |                        |                the same lifetime is elided 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] 61 | pub fn readings(input: &str) -> IResult<&str, Readings<'_>, nom::error::Error<&str>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn consume(input: &str) -> IResult<&str, Readings, nom::error::Error<&str>> {
[INFO] [stdout]    |                       ^^^^             ^^^^  ^^^^^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                       |                |     |
[INFO] [stdout]    |                       |                |     the same lifetime is hidden here
[INFO] [stdout]    |                       |                the same lifetime is elided 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] 73 | pub fn consume(input: &str) -> IResult<&str, Readings<'_>, nom::error::Error<&str>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub fn parse(input: &str) -> Result<ParsedData, nom::Err<nom::error::Error<&str>>> {
[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] 78 | pub fn parse(input: &str) -> Result<ParsedData<'_>, nom::Err<nom::error::Error<&str>>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:90:21
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn to_tuple(&self) -> Readings {
[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] 90 |     pub fn to_tuple(&self) -> Readings<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/serial.rs:131:47
[INFO] [stdout]     |
[INFO] [stdout] 131 | fn parse_reading<'a>(buf: &'a [u8]) -> Result<ParsedData, Box<dyn Error + 'a>> {
[INFO] [stdout]     |                            --                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 131 | fn parse_reading<'a>(buf: &'a [u8]) -> Result<ParsedData<'a>, Box<dyn Error + 'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:38:37
[INFO] [stdout]    |
[INFO] [stdout] 37 |     name: &'a str,
[INFO] [stdout]    |            -- the lifetime is named here
[INFO] [stdout] 38 | ) -> impl FnMut(&'a str) -> IResult<&str, &str, nom::error::Error<&str>> {
[INFO] [stdout]    |                  --                 ^^^^  ^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                  |                  |     |
[INFO] [stdout]    |                  |                  |     the same lifetime is elided here
[INFO] [stdout]    |                  |                  the same lifetime is elided here
[INFO] [stdout]    |                  the same lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 38 | ) -> impl FnMut(&'a str) -> IResult<&'a str, &'a str, nom::error::Error<&'a str>> {
[INFO] [stdout]    |                                      ++       ++                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:49:37
[INFO] [stdout]    |
[INFO] [stdout] 48 |     name: &'a str,
[INFO] [stdout]    |            -- the lifetime is named here
[INFO] [stdout] 49 | ) -> impl FnMut(&'a str) -> IResult<&str, (&str, f32), nom::error::Error<&str>> {
[INFO] [stdout]    |                  --                 ^^^^   ^^^^                          ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                  |                  |      |
[INFO] [stdout]    |                  |                  |      the same lifetime is elided here
[INFO] [stdout]    |                  |                  the same lifetime is elided here
[INFO] [stdout]    |                  the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 49 | ) -> impl FnMut(&'a str) -> IResult<&'a str, (&'a str, f32), nom::error::Error<&'a str>> {
[INFO] [stdout]    |                                      ++        ++                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn readings(input: &str) -> IResult<&str, Readings, nom::error::Error<&str>> {
[INFO] [stdout]    |                        ^^^^             ^^^^  ^^^^^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                        |                |     |
[INFO] [stdout]    |                        |                |     the same lifetime is hidden here
[INFO] [stdout]    |                        |                the same lifetime is elided 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] 61 | pub fn readings(input: &str) -> IResult<&str, Readings<'_>, nom::error::Error<&str>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn consume(input: &str) -> IResult<&str, Readings, nom::error::Error<&str>> {
[INFO] [stdout]    |                       ^^^^             ^^^^  ^^^^^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                       |                |     |
[INFO] [stdout]    |                       |                |     the same lifetime is hidden here
[INFO] [stdout]    |                       |                the same lifetime is elided 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] 73 | pub fn consume(input: &str) -> IResult<&str, Readings<'_>, nom::error::Error<&str>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub fn parse(input: &str) -> Result<ParsedData, nom::Err<nom::error::Error<&str>>> {
[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] 78 | pub fn parse(input: &str) -> Result<ParsedData<'_>, nom::Err<nom::error::Error<&str>>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:90:21
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn to_tuple(&self) -> Readings {
[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] 90 |     pub fn to_tuple(&self) -> Readings<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/serial.rs:131:47
[INFO] [stdout]     |
[INFO] [stdout] 131 | fn parse_reading<'a>(buf: &'a [u8]) -> Result<ParsedData, Box<dyn Error + 'a>> {
[INFO] [stdout]     |                            --                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 131 | fn parse_reading<'a>(buf: &'a [u8]) -> Result<ParsedData<'a>, Box<dyn Error + 'a>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.96s
[INFO] running `Command { std: "docker" "inspect" "af9a754677502ca14fc33d5f3efe7a5b2062f5ed5a0d12f3f3a447f183f7586d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af9a754677502ca14fc33d5f3efe7a5b2062f5ed5a0d12f3f3a447f183f7586d", kill_on_drop: false }`
[INFO] [stdout] af9a754677502ca14fc33d5f3efe7a5b2062f5ed5a0d12f3f3a447f183f7586d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6ba5eba329bb7e7114257b89f359df6f19678c6925db74396d108fda9ec94272
[INFO] running `Command { std: "docker" "start" "-a" "6ba5eba329bb7e7114257b89f359df6f19678c6925db74396d108fda9ec94272", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:38:37
[INFO] [stderr]    |
[INFO] [stderr] 37 |     name: &'a str,
[INFO] [stderr]    |            -- the lifetime is named here
[INFO] [stderr] 38 | ) -> impl FnMut(&'a str) -> IResult<&str, &str, nom::error::Error<&str>> {
[INFO] [stderr]    |                  --                 ^^^^  ^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                  |                  |     |
[INFO] [stderr]    |                  |                  |     the same lifetime is elided here
[INFO] [stderr]    |                  |                  the same lifetime is elided here
[INFO] [stderr]    |                  the same lifetime is named 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 38 | ) -> impl FnMut(&'a str) -> IResult<&'a str, &'a str, nom::error::Error<&'a str>> {
[INFO] [stderr]    |                                      ++       ++                         ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:49:37
[INFO] [stderr]    |
[INFO] [stderr] 48 |     name: &'a str,
[INFO] [stderr]    |            -- the lifetime is named here
[INFO] [stderr] 49 | ) -> impl FnMut(&'a str) -> IResult<&str, (&str, f32), nom::error::Error<&str>> {
[INFO] [stderr]    |                  --                 ^^^^   ^^^^                          ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                  |                  |      |
[INFO] [stderr]    |                  |                  |      the same lifetime is elided here
[INFO] [stderr]    |                  |                  the same lifetime is elided here
[INFO] [stderr]    |                  the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 49 | ) -> impl FnMut(&'a str) -> IResult<&'a str, (&'a str, f32), nom::error::Error<&'a str>> {
[INFO] [stderr]    |                                      ++        ++                               ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:61:24
[INFO] [stderr]    |
[INFO] [stderr] 61 | pub fn readings(input: &str) -> IResult<&str, Readings, nom::error::Error<&str>> {
[INFO] [stderr]    |                        ^^^^             ^^^^  ^^^^^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                        |                |     |
[INFO] [stderr]    |                        |                |     the same lifetime is hidden here
[INFO] [stderr]    |                        |                the same lifetime is elided 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] 61 | pub fn readings(input: &str) -> IResult<&str, Readings<'_>, nom::error::Error<&str>> {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:73:23
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub fn consume(input: &str) -> IResult<&str, Readings, nom::error::Error<&str>> {
[INFO] [stderr]    |                       ^^^^             ^^^^  ^^^^^^^^                    ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                       |                |     |
[INFO] [stderr]    |                       |                |     the same lifetime is hidden here
[INFO] [stderr]    |                       |                the same lifetime is elided 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] 73 | pub fn consume(input: &str) -> IResult<&str, Readings<'_>, nom::error::Error<&str>> {
[INFO] [stderr]    |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:78:21
[INFO] [stderr]    |
[INFO] [stderr] 78 | pub fn parse(input: &str) -> Result<ParsedData, nom::Err<nom::error::Error<&str>>> {
[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] 78 | pub fn parse(input: &str) -> Result<ParsedData<'_>, nom::Err<nom::error::Error<&str>>> {
[INFO] [stderr]    |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:90:21
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub fn to_tuple(&self) -> Readings {
[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] 90 |     pub fn to_tuple(&self) -> Readings<'_> {
[INFO] [stderr]    |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/serial.rs:131:47
[INFO] [stderr]     |
[INFO] [stderr] 131 | fn parse_reading<'a>(buf: &'a [u8]) -> Result<ParsedData, Box<dyn Error + 'a>> {
[INFO] [stderr]     |                            --                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 131 | fn parse_reading<'a>(buf: &'a [u8]) -> Result<ParsedData<'a>, Box<dyn Error + 'a>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `orca-iot` (lib) generated 7 warnings (run `cargo fix --lib -p orca-iot` to apply 7 suggestions)
[INFO] [stderr] warning: `orca-iot` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orca_iot-466c65e0937d1ecb)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/orca_iot-de71681a29a20e57)
[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] [stderr]      Running tests/parser_test.rs (/opt/rustwide/target/debug/deps/parser_test-d90d85a165e6cd6e)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_eof ... ok
[INFO] [stdout] test test_reading_parser ... ok
[INFO] [stdout] test test_keyword_parser ... ok
[INFO] [stdout] test test_value_parser ... ok
[INFO] [stdout] test test_whitespace_parser ... ok
[INFO] [stdout] test test_readings_parser ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/slicer_test.rs (/opt/rustwide/target/debug/deps/slicer_test-8a50a88db5319406)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_slicer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests orca_iot
[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" "6ba5eba329bb7e7114257b89f359df6f19678c6925db74396d108fda9ec94272", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ba5eba329bb7e7114257b89f359df6f19678c6925db74396d108fda9ec94272", kill_on_drop: false }`
[INFO] [stdout] 6ba5eba329bb7e7114257b89f359df6f19678c6925db74396d108fda9ec94272
