[INFO] fetching crate nmea 0.7.0... [INFO] testing nmea-0.7.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate nmea 0.7.0 into /workspace/builds/worker-6-tc2/source [INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate nmea 0.7.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate nmea 0.7.0 [INFO] tweaked toml for crates.io crate nmea 0.7.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nmea 0.7.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate nmea 0.7.0 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7cb6ff76485d354e83b31ea77d96525b972d5b760b486ffabfd9a6349801771 [INFO] running `Command { std: "docker" "start" "-a" "e7cb6ff76485d354e83b31ea77d96525b972d5b760b486ffabfd9a6349801771", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7cb6ff76485d354e83b31ea77d96525b972d5b760b486ffabfd9a6349801771", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7cb6ff76485d354e83b31ea77d96525b972d5b760b486ffabfd9a6349801771", kill_on_drop: false }` [INFO] [stdout] e7cb6ff76485d354e83b31ea77d96525b972d5b760b486ffabfd9a6349801771 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31f46995d240da9f738ffa13f9cfa627db01133f000300cb321c633d56d95eba [INFO] running `Command { std: "docker" "start" "-a" "31f46995d240da9f738ffa13f9cfa627db01133f000300cb321c633d56d95eba", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling nmea v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | fn do_parse_nmea_sentence(i: &str) -> IResult<&str, NmeaSentence> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 80 | fn do_parse_nmea_sentence(i: &str) -> IResult<&str, NmeaSentence<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:98:38 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn parse_nmea_sentence(sentence: &str) -> core::result::Result> { [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] 98 | pub fn parse_nmea_sentence(sentence: &str) -> core::result::Result, Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:186:36 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn parse_bytes(sentence_input: &[u8]) -> Result { [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] 186 | pub fn parse_bytes(sentence_input: &[u8]) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn parse_str(sentence_input: &str) -> Result { [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] 199 | pub fn parse_str(sentence_input: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/aam.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | fn do_parse_aam(i: &str) -> Result { [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] 60 | fn do_parse_aam(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/apa.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | fn do_parse_apa(i: &str) -> Result { [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] 96 | fn do_parse_apa(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/bod.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | fn do_parse_bod(i: &str) -> Result { [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] 43 | fn do_parse_bod(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/bwc.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | fn do_parse_bwc(i: &str) -> Result { [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] 48 | fn do_parse_bwc(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/bww.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | fn do_parse_bww(i: &str) -> Result { [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] 47 | fn do_parse_bww(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/utils.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | string: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 216 | ) -> Result, Error> { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 216 | ) -> Result, Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/wnc.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn do_parse_wnc(i: &str) -> Result { [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] 51 | pub fn do_parse_wnc(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/zfo.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | fn do_parse_zfo(i: &str) -> Result { [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] 44 | fn do_parse_zfo(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/ztg.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | fn do_parse_ztg(i: &str) -> Result { [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] 46 | fn do_parse_ztg(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s [INFO] running `Command { std: "docker" "inspect" "31f46995d240da9f738ffa13f9cfa627db01133f000300cb321c633d56d95eba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31f46995d240da9f738ffa13f9cfa627db01133f000300cb321c633d56d95eba", kill_on_drop: false }` [INFO] [stdout] 31f46995d240da9f738ffa13f9cfa627db01133f000300cb321c633d56d95eba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9b08eca797d9f242040f49d90c5206a16054a761eab5f189d6242392354d52b [INFO] running `Command { std: "docker" "start" "-a" "c9b08eca797d9f242040f49d90c5206a16054a761eab5f189d6242392354d52b", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | fn do_parse_nmea_sentence(i: &str) -> IResult<&str, NmeaSentence> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 80 | fn do_parse_nmea_sentence(i: &str) -> IResult<&str, NmeaSentence<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:98:38 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn parse_nmea_sentence(sentence: &str) -> core::result::Result> { [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] 98 | pub fn parse_nmea_sentence(sentence: &str) -> core::result::Result, Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:186:36 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn parse_bytes(sentence_input: &[u8]) -> Result { [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] 186 | pub fn parse_bytes(sentence_input: &[u8]) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn parse_str(sentence_input: &str) -> Result { [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] 199 | pub fn parse_str(sentence_input: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/aam.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | fn do_parse_aam(i: &str) -> Result { [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] 60 | fn do_parse_aam(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/apa.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | fn do_parse_apa(i: &str) -> Result { [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] 96 | fn do_parse_apa(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/bod.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | fn do_parse_bod(i: &str) -> Result { [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] 43 | fn do_parse_bod(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/bwc.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | fn do_parse_bwc(i: &str) -> Result { [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] 48 | fn do_parse_bwc(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/bww.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | fn do_parse_bww(i: &str) -> Result { [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] 47 | fn do_parse_bww(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/utils.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | string: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 216 | ) -> Result, Error> { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 216 | ) -> Result, Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/wnc.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn do_parse_wnc(i: &str) -> Result { [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] 51 | pub fn do_parse_wnc(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/zfo.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | fn do_parse_zfo(i: &str) -> Result { [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] 44 | fn do_parse_zfo(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/ztg.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | fn do_parse_ztg(i: &str) -> Result { [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] 46 | fn do_parse_ztg(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling nmea v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | fn do_parse_nmea_sentence(i: &str) -> IResult<&str, NmeaSentence> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 80 | fn do_parse_nmea_sentence(i: &str) -> IResult<&str, NmeaSentence<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:98:38 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn parse_nmea_sentence(sentence: &str) -> core::result::Result> { [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] 98 | pub fn parse_nmea_sentence(sentence: &str) -> core::result::Result, Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:186:36 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn parse_bytes(sentence_input: &[u8]) -> Result { [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] 186 | pub fn parse_bytes(sentence_input: &[u8]) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn parse_str(sentence_input: &str) -> Result { [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] 199 | pub fn parse_str(sentence_input: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/aam.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | fn do_parse_aam(i: &str) -> Result { [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] 60 | fn do_parse_aam(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/apa.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | fn do_parse_apa(i: &str) -> Result { [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] 96 | fn do_parse_apa(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/bod.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | fn do_parse_bod(i: &str) -> Result { [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] 43 | fn do_parse_bod(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/bwc.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | fn do_parse_bwc(i: &str) -> Result { [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] 48 | fn do_parse_bwc(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/bww.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | fn do_parse_bww(i: &str) -> Result { [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] 47 | fn do_parse_bww(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/gst.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | fn run_parse_gst(line: &str) -> Result { [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] 95 | fn run_parse_gst(line: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/utils.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | string: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 216 | ) -> Result, Error> { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 216 | ) -> Result, Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/vtg.rs:109:28 [INFO] [stdout] | [INFO] [stdout] 109 | fn run_parse_vtg(line: &str) -> Result { [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] 109 | fn run_parse_vtg(line: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/wnc.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn do_parse_wnc(i: &str) -> Result { [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] 51 | pub fn do_parse_wnc(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/wnc.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | fn run_parse_wnc(line: &str) -> Result { [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] 95 | fn run_parse_wnc(line: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/zfo.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | fn do_parse_zfo(i: &str) -> Result { [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] 44 | fn do_parse_zfo(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/zfo.rs:85:28 [INFO] [stdout] | [INFO] [stdout] 85 | fn run_parse_zfo(line: &str) -> Result { [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] 85 | fn run_parse_zfo(line: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/ztg.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | fn do_parse_ztg(i: &str) -> Result { [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] 46 | fn do_parse_ztg(i: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sentences/ztg.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | fn run_parse_ztg(line: &str) -> Result { [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] 87 | fn run_parse_ztg(line: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.94s [INFO] running `Command { std: "docker" "inspect" "c9b08eca797d9f242040f49d90c5206a16054a761eab5f189d6242392354d52b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9b08eca797d9f242040f49d90c5206a16054a761eab5f189d6242392354d52b", kill_on_drop: false }` [INFO] [stdout] c9b08eca797d9f242040f49d90c5206a16054a761eab5f189d6242392354d52b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bdd33bd40d929fae728ea8701c359e180037261320fc1a1ccc6c40d6a52200a9 [INFO] running `Command { std: "docker" "start" "-a" "bdd33bd40d929fae728ea8701c359e180037261320fc1a1ccc6c40d6a52200a9", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:80:30 [INFO] [stderr] | [INFO] [stderr] 80 | fn do_parse_nmea_sentence(i: &str) -> IResult<&str, NmeaSentence> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 80 | fn do_parse_nmea_sentence(i: &str) -> IResult<&str, NmeaSentence<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:98:38 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn parse_nmea_sentence(sentence: &str) -> core::result::Result> { [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] 98 | pub fn parse_nmea_sentence(sentence: &str) -> core::result::Result, Error<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:186:36 [INFO] [stderr] | [INFO] [stderr] 186 | pub fn parse_bytes(sentence_input: &[u8]) -> Result { [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] 186 | pub fn parse_bytes(sentence_input: &[u8]) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn parse_str(sentence_input: &str) -> Result { [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] 199 | pub fn parse_str(sentence_input: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/aam.rs:60:20 [INFO] [stderr] | [INFO] [stderr] 60 | fn do_parse_aam(i: &str) -> Result { [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] 60 | fn do_parse_aam(i: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/apa.rs:96:20 [INFO] [stderr] | [INFO] [stderr] 96 | fn do_parse_apa(i: &str) -> Result { [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] 96 | fn do_parse_apa(i: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/bod.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | fn do_parse_bod(i: &str) -> Result { [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] 43 | fn do_parse_bod(i: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/bwc.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | fn do_parse_bwc(i: &str) -> Result { [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] 48 | fn do_parse_bwc(i: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/bww.rs:47:20 [INFO] [stderr] | [INFO] [stderr] 47 | fn do_parse_bww(i: &str) -> Result { [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] 47 | fn do_parse_bww(i: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] running 87 tests [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test parser::tests::test_fix_type ... ok [INFO] [stderr] --> src/sentences/utils.rs:215:13 [INFO] [stdout] test parser::tests::test_checksum ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::aam::tests::parse_aam_full_sentence ... ok [INFO] [stderr] 215 | string: &str, [INFO] [stdout] test sentences::apa::tests::parse_apa_with_wrong_message_id ... ok [INFO] [stderr] | ^^^^ the lifetime is elided here [INFO] [stdout] test sentences::bod::tests::parse_bod_no_route_active_example_full ... ok [INFO] [stderr] 216 | ) -> Result, Error> { [INFO] [stdout] test sentences::bod::tests::parse_bod_no_route_active_no_bearing_example_full ... ok [INFO] [stderr] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] test sentences::bod::tests::parse_bod_with_route_active_example_full ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::bod::tests::parse_bod_with_route_active_missing_destination_waypoint_example_full ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test sentences::bod::tests::parse_bod_with_route_active_missing_source_waypoint_example_full ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test sentences::aam::tests::parse_aam_with_wrong_message_id ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::bwc::tests::test_parse_bwc_with_optional_fields ... ok [INFO] [stderr] 216 | ) -> Result, Error<'_>> { [INFO] [stdout] test sentences::apa::tests::parse_apa_full_sentence ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test sentences::bwc::tests::test_parse_bwc_full ... ok [INFO] [stderr] [INFO] [stdout] test sentences::bww::tests::test_parse_bww_full ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test sentences::bww::tests::test_parse_bww_with_too_long_from_waypoint_parameter ... ok [INFO] [stderr] --> src/sentences/wnc.rs:51:24 [INFO] [stdout] test sentences::aam::tests::parse_aam_with_nmea_sentence_struct ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::dbk::tests::test_parse_dbk_invalid_depth_fathoms_unit ... ok [INFO] [stderr] 51 | pub fn do_parse_wnc(i: &str) -> Result { [INFO] [stdout] test sentences::dbk::tests::test_parse_dbk_invalid_depth_fathoms_value ... ok [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] test sentences::dbk::tests::test_parse_dbk_invalid_depth_feet_unit ... ok [INFO] [stderr] | | [INFO] [stdout] test sentences::dbk::tests::test_parse_dbk_invalid_depth_feet_value ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test sentences::dbk::tests::test_parse_dbk_invalid_depth_meters_unit ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::dbk::tests::test_parse_dbk_invalid_depth_meters_value ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test sentences::dbk::tests::test_parse_dbk_invalid_sentence_type ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test sentences::dpt::tests::test_parse_dpt ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::faa_mode::test::test_parse_faa_modes ... ok [INFO] [stderr] 51 | pub fn do_parse_wnc(i: &str) -> Result> { [INFO] [stdout] test sentences::gga::tests::test_parse_gga_full ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test sentences::gga::tests::test_parse_gga_with_optional_fields ... ok [INFO] [stderr] [INFO] [stdout] test sentences::gll::tests::test_parse_gpgll ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test sentences::gns::tests::test_parse_gns ... ok [INFO] [stderr] --> src/sentences/zfo.rs:44:20 [INFO] [stdout] test sentences::gsa::tests::smoke_test_parse_gsa ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::gsa::tests::test_gsa_prn_fields_parse ... ok [INFO] [stderr] 44 | fn do_parse_zfo(i: &str) -> Result { [INFO] [stdout] test sentences::gst::tests::test_parse_gst ... ok [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] test sentences::gsv::tests::test_parse_gsv_full ... ok [INFO] [stderr] | | [INFO] [stdout] test sentences::hdt::tests::test_parse_hdt_full ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test sentences::mda::tests::test_parse_mda ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::mtw::tests::test_parse_mtw ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test sentences::mtw::tests::test_parse_mtw_invalid_temp ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test sentences::mtw::tests::test_parse_mtw_invalid_unit ... ok [INFO] [stderr] | [INFO] [stdout] test parser::tests::test_message_type ... ok [INFO] [stderr] 44 | fn do_parse_zfo(i: &str) -> Result> { [INFO] [stdout] test sentences::rmc::tests::parse_rmc_pre_v23_all_fields_have_value ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test sentences::mwv::tests::test_parse_mwv ... ok [INFO] [stderr] [INFO] [stdout] test sentences::rmc::tests::parse_rmc_v23_all_fields_have_value ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test sentences::rmc::tests::parse_rmc_v23_missing_true_course_and_magnetic_variation ... ok [INFO] [stderr] --> src/sentences/ztg.rs:46:20 [INFO] [stdout] test sentences::rmc::tests::parse_rmc_v23_warning_status_most_fields_empty ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::rmc::tests::parse_rmc_v41_full ... ok [INFO] [stderr] 46 | fn do_parse_ztg(i: &str) -> Result { [INFO] [stdout] test sentences::rmz::tests::test_successful_parse ... ok [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] test sentences::bww::tests::test_parse_bww_with_optional_fields ... ok [INFO] [stderr] | | [INFO] [stdout] test sentences::ttm::tests::test_parse_ttm_all_optional ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test sentences::ttm::tests::test_parse_ttm_full ... ok [INFO] [stderr] | [INFO] [stdout] test sentences::txt::tests::smoke_test_parse_txt ... ok [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] 46 | fn do_parse_ztg(i: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `nmea` (lib) generated 13 warnings (run `cargo fix --lib -p nmea` to apply 13 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/gst.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | fn run_parse_gst(line: &str) -> Result { [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] 95 | fn run_parse_gst(line: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/vtg.rs:109:28 [INFO] [stderr] | [INFO] [stderr] 109 | fn run_parse_vtg(line: &str) -> Result { [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] 109 | fn run_parse_vtg(line: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/wnc.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | fn run_parse_wnc(line: &str) -> Result { [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] 95 | fn run_parse_wnc(line: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/zfo.rs:85:28 [INFO] [stderr] | [INFO] [stderr] 85 | fn run_parse_zfo(line: &str) -> Result { [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] 85 | fn run_parse_zfo(line: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sentences/ztg.rs:87:28 [INFO] [stderr] | [INFO] [stderr] 87 | fn run_parse_ztg(line: &str) -> Result { [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] 87 | fn run_parse_ztg(line: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `nmea` (lib test) generated 18 warnings (13 duplicates) (run `cargo fix --lib -p nmea --tests` to apply 5 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nmea-8ab6b1b4fdae6e3c) [INFO] [stdout] test sentences::bww::tests::test_parse_bww_with_wrong_sentence ... ok [INFO] [stdout] test sentences::utils::tests::test_parse_date ... ok [INFO] [stdout] test sentences::utils::tests::test_parse_duration_hms ... ok [INFO] [stdout] test sentences::utils::tests::test_parse_float_num ... ok [INFO] [stdout] test sentences::utils::tests::test_parse_hms ... ok [INFO] [stdout] test sentences::utils::tests::test_parse_lat_lon ... ok [INFO] [stdout] test sentences::utils::tests::test_parse_magnetic_variation ... ok [INFO] [stdout] test sentences::utils::tests::test_parse_number ... ok [INFO] [stdout] test sentences::utils::tests::test_parse_number_in_range ... ok [INFO] [stdout] test sentences::aam::tests::parse_aam_with_invalid_arrival_circle_entered_value - should panic ... ok [INFO] [stdout] test sentences::apa::tests::parse_apa_with_invalid_cross_track_units_value - should panic ... ok [INFO] [stdout] test sentences::vhw::tests::test_parse_incomplete_vhw ... ok [INFO] [stdout] test sentences::aam::tests::parse_aam_with_invalid_radius_units_value - should panic ... ok [INFO] [stdout] test sentences::vhw::tests::test_wrong_sentence ... ok [INFO] [stdout] test sentences::vtg::tests::test_parse_vtg ... ok [INFO] [stdout] test sentences::apa::tests::parse_apa_with_invalid_status_warning_value - should panic ... ok [INFO] [stdout] test sentences::vhw::tests::test_do_parse_float_with_char ... ok [INFO] [stdout] test sentences::aam::tests::parse_aam_with_invalid_perpendicular_passed_value - should panic ... ok [INFO] [stdout] test sentences::vhw::tests::test_parse_vhw ... ok [INFO] [stdout] test parser::tests::test_parsing_lat_lon_in_gga ... ok [INFO] [stdout] test sentences::utils::tests::test_do_parse_lat_lon ... ok [INFO] [stdout] test sentences::dbk::tests::test_parse_dbk ... ok [INFO] [stdout] test parser::tests::test_sentence_type_enum ... ok [INFO] [stdout] test sentences::apa::tests::parse_apa_with_invalid_magnetic_true_value - should panic ... ok [INFO] [stdout] test sentences::apa::tests::parse_apa_with_nmea_sentence_struct ... ok [INFO] [stdout] test sentences::alm::tests::test ... ok [INFO] [stdout] test sentences::bww::tests::test_parse_bww_with_too_long_to_waypoint_parameter ... ok [INFO] [stdout] test sentences::zda::tests::test_wrong_sentence ... ok [INFO] [stdout] test sentences::zda::tests::test_parse_zda_datetime ... ok [INFO] [stdout] test sentences::zda::tests::test_parse_zda ... ok [INFO] [stdout] test sentences::ztg::tests::test_parse_ztg_with_too_long_waypoint ... ok [INFO] [stdout] test sentences::utils::tests::test_parse_array_string ... ok [INFO] [stdout] test sentences::rmz::tests::test_wrong_talker_id ... ok [INFO] [stdout] test sentences::wnc::tests::test_parse_wnc ... ok [INFO] [stdout] test sentences::zfo::tests::test_parse_zfo ... ok [INFO] [stdout] test sentences::zfo::tests::test_parse_zfo_with_too_long_waypoint ... ok [INFO] [stdout] test sentences::ztg::tests::test_parse_ztg ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 87 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] [stderr] Running tests/all_supported_messages.rs (/opt/rustwide/target/debug/deps/all_supported_messages-f66cb2947a9f1b77) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_all_supported_messages ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/file_log_parser.rs (/opt/rustwide/target/debug/deps/file_log_parser-4270c543620cd1e5) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_parse_issue_2 ... ok [INFO] [stdout] test test_parse_file_log ... ok [INFO] [stdout] test test_parse_all_logs ... ok [INFO] [stderr] Running tests/functional_tests.rs (/opt/rustwide/target/debug/deps/functional_tests-eba35c8dad5a98fb) [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test test_gga_north_east ... ok [INFO] [stdout] test test_gga_south_east ... ok [INFO] [stdout] test test_gga_north_west ... ok [INFO] [stdout] test test_gga_south_west ... ok [INFO] [stdout] test test_gll ... ok [INFO] [stdout] test test_gsv ... ok [INFO] [stdout] test test_gga_invalid ... ok [INFO] [stdout] test test_gga_gps ... ok [INFO] [stdout] test test_gsv_two_of_three ... ok [INFO] [stdout] test test_gsv_real_data ... ok [INFO] [stdout] test test_invalid_datetime ... ok [INFO] [stdout] test test_nmea_parse ... ok [INFO] [stdout] test test_some_receiver ... ok [INFO] [stdout] test test_nmea_parse_for_fix ... ok [INFO] [stdout] test test_gsv_order ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests nmea [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/parser.rs - parser::Nmea (line 24) ... ok [INFO] [stdout] test src/lib.rs - (line 177) ... ok [INFO] [stdout] test src/parser.rs - parser::Nmea::create_for_navigation (line 72) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bdd33bd40d929fae728ea8701c359e180037261320fc1a1ccc6c40d6a52200a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdd33bd40d929fae728ea8701c359e180037261320fc1a1ccc6c40d6a52200a9", kill_on_drop: false }` [INFO] [stdout] bdd33bd40d929fae728ea8701c359e180037261320fc1a1ccc6c40d6a52200a9