[INFO] fetching crate sdp-nom 0.2.0... [INFO] testing sdp-nom-0.2.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate sdp-nom 0.2.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate sdp-nom 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate sdp-nom 0.2.0 [INFO] tweaked toml for crates.io crate sdp-nom 0.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sdp-nom 0.2.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sdp-nom 0.2.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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f7426a16b16289b2211f70204b87507627be72f5d069c9964864e325f1867021 [INFO] running `Command { std: "docker" "start" "-a" "f7426a16b16289b2211f70204b87507627be72f5d069c9964864e325f1867021", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f7426a16b16289b2211f70204b87507627be72f5d069c9964864e325f1867021", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7426a16b16289b2211f70204b87507627be72f5d069c9964864e325f1867021", kill_on_drop: false }` [INFO] [stdout] f7426a16b16289b2211f70204b87507627be72f5d069c9964864e325f1867021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a219abdbf2d308f8093dc09b5f8bfbd397ea7870bfa0e5d9d8ee13604fb6e37 [INFO] running `Command { std: "docker" "start" "-a" "6a219abdbf2d308f8093dc09b5f8bfbd397ea7870bfa0e5d9d8ee13604fb6e37", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling ufmt-write v0.1.0 [INFO] [stderr] Compiling ufmt-macros v0.3.0 [INFO] [stderr] Compiling derive-into-owned v0.2.0 [INFO] [stderr] Compiling enum-as-inner v0.5.1 [INFO] [stderr] Compiling ufmt v0.2.0 [INFO] [stderr] Compiling sdp-nom v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/attributes.rs:274:33 [INFO] [stdout] | [INFO] [stdout] 274 | |(payload, config)| (Fmtp { payload, config }), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 274 - |(payload, config)| (Fmtp { payload, config }), [INFO] [stdout] 274 + |(payload, config)| Fmtp { payload, config }, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lines/connection.rs:44:40 [INFO] [stdout] | [INFO] [stdout] 44 | |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }), [INFO] [stdout] 44 + |(ip_ver, addr, mask)| Connection { ip_ver, addr, mask } , [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lines.rs:356:31 [INFO] [stdout] | [INFO] [stdout] 356 | |(r#type, limit)| (BandWidth { r#type, limit }), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 356 - |(r#type, limit)| (BandWidth { r#type, limit }), [INFO] [stdout] 356 + |(r#type, limit)| BandWidth { r#type, limit }, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `display` [INFO] [stdout] --> src/session.rs:138:37 [INFO] [stdout] | [INFO] [stdout] 138 | #[cfg(all(feature = "udisplay", not(feature = "display")))] [INFO] [stdout] | ^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stdout] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `display` [INFO] [stdout] --> src/session.rs:147:37 [INFO] [stdout] | [INFO] [stdout] 147 | #[cfg(all(feature = "udisplay", not(feature = "display")))] [INFO] [stdout] | ^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stdout] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine> { [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] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/candidate.rs:90:25 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/candidate.rs:155:30 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/extmap.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/extmap.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/ice.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:158:26 [INFO] [stdout] | [INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:202:27 [INFO] [stdout] | [INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:216:20 [INFO] [stdout] | [INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:241:37 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:245:28 [INFO] [stdout] | [INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtpmap.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/ssrc.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:169:37 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:173:28 [INFO] [stdout] | [INFO] [stdout] 173 | fn bundle_group(input: &str) -> IResult<&str, BundleGroup> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 173 | fn bundle_group(input: &str) -> IResult<&str, BundleGroup<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:221:38 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 221 | pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:225:29 [INFO] [stdout] | [INFO] [stdout] 225 | fn rtp_attribute(input: &str) -> IResult<&str, Rtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 225 | fn rtp_attribute(input: &str) -> IResult<&str, Rtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:264:39 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 264 | pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:268:30 [INFO] [stdout] | [INFO] [stdout] 268 | fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 268 | fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:308:42 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn control_attribute_line(input: &str) -> IResult<&str, Control> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 308 | pub fn control_attribute_line(input: &str) -> IResult<&str, Control<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:312:33 [INFO] [stdout] | [INFO] [stdout] 312 | fn control_attribute(input: &str) -> IResult<&str, Control> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 312 | fn control_attribute(input: &str) -> IResult<&str, Control<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:435:36 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:440:31 [INFO] [stdout] | [INFO] [stdout] 440 | pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 440 | pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:470:28 [INFO] [stdout] | [INFO] [stdout] 470 | pub fn mid_line(input: &str) -> IResult<&str, Mid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 470 | pub fn mid_line(input: &str) -> IResult<&str, Mid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:474:23 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn mid(input: &str) -> IResult<&str, Mid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 474 | pub fn mid(input: &str) -> IResult<&str, Mid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:505:38 [INFO] [stdout] | [INFO] [stdout] 505 | pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 505 | pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:509:33 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:541:29 [INFO] [stdout] | [INFO] [stdout] 541 | pub fn msid_line(input: &str) -> IResult<&str, Msid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 541 | pub fn msid_line(input: &str) -> IResult<&str, Msid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:545:24 [INFO] [stdout] | [INFO] [stdout] 545 | pub fn msid(input: &str) -> IResult<&str, Msid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 545 | pub fn msid(input: &str) -> IResult<&str, Msid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines/media.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn media_line(input: &str) -> IResult<&str, Media> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn media_line(input: &str) -> IResult<&str, Media<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines/origin.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines/origin.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:129:29 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn name_line(input: &str) -> IResult<&str, SessionName> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 129 | pub fn name_line(input: &str) -> IResult<&str, SessionName<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:162:36 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn description_line(input: &str) -> IResult<&str, SessionInformation> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn description_line(input: &str) -> IResult<&str, SessionInformation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:195:28 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn uri_line(input: &str) -> IResult<&str, Uri> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 195 | pub fn uri_line(input: &str) -> IResult<&str, Uri<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:224:38 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 224 | pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:254:37 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sdp_line.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s [INFO] running `Command { std: "docker" "inspect" "6a219abdbf2d308f8093dc09b5f8bfbd397ea7870bfa0e5d9d8ee13604fb6e37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a219abdbf2d308f8093dc09b5f8bfbd397ea7870bfa0e5d9d8ee13604fb6e37", kill_on_drop: false }` [INFO] [stdout] 6a219abdbf2d308f8093dc09b5f8bfbd397ea7870bfa0e5d9d8ee13604fb6e37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8fb2605b8950aede2d4df2d6ee7d3c034acc42d08dc139959a40fb4966cf5434 [INFO] running `Command { std: "docker" "start" "-a" "8fb2605b8950aede2d4df2d6ee7d3c034acc42d08dc139959a40fb4966cf5434", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/attributes.rs:274:33 [INFO] [stdout] | [INFO] [stdout] 274 | |(payload, config)| (Fmtp { payload, config }), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 274 - |(payload, config)| (Fmtp { payload, config }), [INFO] [stdout] 274 + |(payload, config)| Fmtp { payload, config }, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lines/connection.rs:44:40 [INFO] [stdout] | [INFO] [stdout] 44 | |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }), [INFO] [stdout] 44 + |(ip_ver, addr, mask)| Connection { ip_ver, addr, mask } , [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lines.rs:356:31 [INFO] [stdout] | [INFO] [stdout] 356 | |(r#type, limit)| (BandWidth { r#type, limit }), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 356 - |(r#type, limit)| (BandWidth { r#type, limit }), [INFO] [stdout] 356 + |(r#type, limit)| BandWidth { r#type, limit }, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `display` [INFO] [stdout] --> src/session.rs:138:37 [INFO] [stdout] | [INFO] [stdout] 138 | #[cfg(all(feature = "udisplay", not(feature = "display")))] [INFO] [stdout] | ^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stdout] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `display` [INFO] [stdout] --> src/session.rs:147:37 [INFO] [stdout] | [INFO] [stdout] 147 | #[cfg(all(feature = "udisplay", not(feature = "display")))] [INFO] [stdout] | ^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stdout] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine> { [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] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/candidate.rs:90:25 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/candidate.rs:155:30 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/extmap.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/extmap.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/ice.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:158:26 [INFO] [stdout] | [INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:202:27 [INFO] [stdout] | [INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:216:20 [INFO] [stdout] | [INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:241:37 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:245:28 [INFO] [stdout] | [INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtpmap.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/ssrc.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:169:37 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:173:28 [INFO] [stdout] | [INFO] [stdout] 173 | fn bundle_group(input: &str) -> IResult<&str, BundleGroup> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 173 | fn bundle_group(input: &str) -> IResult<&str, BundleGroup<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:221:38 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 221 | pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:225:29 [INFO] [stdout] | [INFO] [stdout] 225 | fn rtp_attribute(input: &str) -> IResult<&str, Rtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 225 | fn rtp_attribute(input: &str) -> IResult<&str, Rtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:264:39 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 264 | pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:268:30 [INFO] [stdout] | [INFO] [stdout] 268 | fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 268 | fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:308:42 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn control_attribute_line(input: &str) -> IResult<&str, Control> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 308 | pub fn control_attribute_line(input: &str) -> IResult<&str, Control<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:312:33 [INFO] [stdout] | [INFO] [stdout] 312 | fn control_attribute(input: &str) -> IResult<&str, Control> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 312 | fn control_attribute(input: &str) -> IResult<&str, Control<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:435:36 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:440:31 [INFO] [stdout] | [INFO] [stdout] 440 | pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 440 | pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:470:28 [INFO] [stdout] | [INFO] [stdout] 470 | pub fn mid_line(input: &str) -> IResult<&str, Mid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 470 | pub fn mid_line(input: &str) -> IResult<&str, Mid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:474:23 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn mid(input: &str) -> IResult<&str, Mid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 474 | pub fn mid(input: &str) -> IResult<&str, Mid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:505:38 [INFO] [stdout] | [INFO] [stdout] 505 | pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 505 | pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:509:33 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:541:29 [INFO] [stdout] | [INFO] [stdout] 541 | pub fn msid_line(input: &str) -> IResult<&str, Msid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 541 | pub fn msid_line(input: &str) -> IResult<&str, Msid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:545:24 [INFO] [stdout] | [INFO] [stdout] 545 | pub fn msid(input: &str) -> IResult<&str, Msid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 545 | pub fn msid(input: &str) -> IResult<&str, Msid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines/media.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn media_line(input: &str) -> IResult<&str, Media> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn media_line(input: &str) -> IResult<&str, Media<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines/origin.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines/origin.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:129:29 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn name_line(input: &str) -> IResult<&str, SessionName> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 129 | pub fn name_line(input: &str) -> IResult<&str, SessionName<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:162:36 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn description_line(input: &str) -> IResult<&str, SessionInformation> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn description_line(input: &str) -> IResult<&str, SessionInformation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:195:28 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn uri_line(input: &str) -> IResult<&str, Uri> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 195 | pub fn uri_line(input: &str) -> IResult<&str, Uri<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:224:38 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 224 | pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:254:37 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sdp_line.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.3.0 [INFO] [stderr] Compiling sdp-nom v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `display` [INFO] [stdout] --> examples/health_hazard.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | if #[cfg(feature = "display")] { [INFO] [stdout] | ^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stdout] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/attributes.rs:274:33 [INFO] [stdout] | [INFO] [stdout] 274 | |(payload, config)| (Fmtp { payload, config }), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 274 - |(payload, config)| (Fmtp { payload, config }), [INFO] [stdout] 274 + |(payload, config)| Fmtp { payload, config }, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lines/connection.rs:44:40 [INFO] [stdout] | [INFO] [stdout] 44 | |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }), [INFO] [stdout] 44 + |(ip_ver, addr, mask)| Connection { ip_ver, addr, mask } , [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/lines.rs:356:31 [INFO] [stdout] | [INFO] [stdout] 356 | |(r#type, limit)| (BandWidth { r#type, limit }), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 356 - |(r#type, limit)| (BandWidth { r#type, limit }), [INFO] [stdout] 356 + |(r#type, limit)| BandWidth { r#type, limit }, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `display` [INFO] [stdout] --> src/session.rs:138:37 [INFO] [stdout] | [INFO] [stdout] 138 | #[cfg(all(feature = "udisplay", not(feature = "display")))] [INFO] [stdout] | ^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stdout] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `display` [INFO] [stdout] --> src/session.rs:147:37 [INFO] [stdout] | [INFO] [stdout] 147 | #[cfg(all(feature = "udisplay", not(feature = "display")))] [INFO] [stdout] | ^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stdout] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `AssertLinify` is never used [INFO] [stdout] --> src/assert.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | trait AssertLinify { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine> { [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] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/candidate.rs:90:25 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/candidate.rs:155:30 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/extmap.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/extmap.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/ice.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 132 | fn read_param(input: &str) -> IResult<&str, FbParam<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:158:26 [INFO] [stdout] | [INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:202:27 [INFO] [stdout] | [INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:216:20 [INFO] [stdout] | [INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 216 | fn read_val(input: &str) -> IResult<&str, FbVal<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:241:37 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtcp.rs:245:28 [INFO] [stdout] | [INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/rtpmap.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes/ssrc.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:169:37 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:173:28 [INFO] [stdout] | [INFO] [stdout] 173 | fn bundle_group(input: &str) -> IResult<&str, BundleGroup> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 173 | fn bundle_group(input: &str) -> IResult<&str, BundleGroup<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:221:38 [INFO] [stdout] | [INFO] [stdout] 221 | pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 221 | pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:225:29 [INFO] [stdout] | [INFO] [stdout] 225 | fn rtp_attribute(input: &str) -> IResult<&str, Rtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 225 | fn rtp_attribute(input: &str) -> IResult<&str, Rtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:264:39 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 264 | pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:268:30 [INFO] [stdout] | [INFO] [stdout] 268 | fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 268 | fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:308:42 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn control_attribute_line(input: &str) -> IResult<&str, Control> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 308 | pub fn control_attribute_line(input: &str) -> IResult<&str, Control<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:312:33 [INFO] [stdout] | [INFO] [stdout] 312 | fn control_attribute(input: &str) -> IResult<&str, Control> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 312 | fn control_attribute(input: &str) -> IResult<&str, Control<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:435:36 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:440:31 [INFO] [stdout] | [INFO] [stdout] 440 | pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 440 | pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:470:28 [INFO] [stdout] | [INFO] [stdout] 470 | pub fn mid_line(input: &str) -> IResult<&str, Mid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 470 | pub fn mid_line(input: &str) -> IResult<&str, Mid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:474:23 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn mid(input: &str) -> IResult<&str, Mid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 474 | pub fn mid(input: &str) -> IResult<&str, Mid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:505:38 [INFO] [stdout] | [INFO] [stdout] 505 | pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 505 | pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:509:33 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 509 | pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:541:29 [INFO] [stdout] | [INFO] [stdout] 541 | pub fn msid_line(input: &str) -> IResult<&str, Msid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 541 | pub fn msid_line(input: &str) -> IResult<&str, Msid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/attributes.rs:545:24 [INFO] [stdout] | [INFO] [stdout] 545 | pub fn msid(input: &str) -> IResult<&str, Msid> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 545 | pub fn msid(input: &str) -> IResult<&str, Msid<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines/media.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn media_line(input: &str) -> IResult<&str, Media> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn media_line(input: &str) -> IResult<&str, Media<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines/origin.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | pub fn origin(input: &str) -> IResult<&str, Origin<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines/origin.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:129:29 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn name_line(input: &str) -> IResult<&str, SessionName> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 129 | pub fn name_line(input: &str) -> IResult<&str, SessionName<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:162:36 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn description_line(input: &str) -> IResult<&str, SessionInformation> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn description_line(input: &str) -> IResult<&str, SessionInformation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:195:28 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn uri_line(input: &str) -> IResult<&str, Uri> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 195 | pub fn uri_line(input: &str) -> IResult<&str, Uri<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:224:38 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 224 | pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lines.rs:254:37 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sdp_line.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.15s [INFO] running `Command { std: "docker" "inspect" "8fb2605b8950aede2d4df2d6ee7d3c034acc42d08dc139959a40fb4966cf5434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fb2605b8950aede2d4df2d6ee7d3c034acc42d08dc139959a40fb4966cf5434", kill_on_drop: false }` [INFO] [stdout] 8fb2605b8950aede2d4df2d6ee7d3c034acc42d08dc139959a40fb4966cf5434 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 297731e09b38b01b210afe8fae25268fa89469f2a9d35e0b6157141873bf8e1a [INFO] running `Command { std: "docker" "start" "-a" "297731e09b38b01b210afe8fae25268fa89469f2a9d35e0b6157141873bf8e1a", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/attributes.rs:274:33 [INFO] [stderr] | [INFO] [stderr] 274 | |(payload, config)| (Fmtp { payload, config }), [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 274 - |(payload, config)| (Fmtp { payload, config }), [INFO] [stderr] 274 + |(payload, config)| Fmtp { payload, config }, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lines/connection.rs:44:40 [INFO] [stderr] | [INFO] [stderr] 44 | |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }), [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 44 - |(ip_ver, addr, mask)| (Connection { ip_ver, addr, mask }), [INFO] [stderr] 44 + |(ip_ver, addr, mask)| Connection { ip_ver, addr, mask } , [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/lines.rs:356:31 [INFO] [stderr] | [INFO] [stderr] 356 | |(r#type, limit)| (BandWidth { r#type, limit }), [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 356 - |(r#type, limit)| (BandWidth { r#type, limit }), [INFO] [stderr] 356 + |(r#type, limit)| BandWidth { r#type, limit }, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `display` [INFO] [stderr] --> src/session.rs:138:37 [INFO] [stderr] | [INFO] [stderr] 138 | #[cfg(all(feature = "udisplay", not(feature = "display")))] [INFO] [stderr] | ^^^^^^^^^^--------- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stderr] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `display` [INFO] [stderr] --> src/session.rs:147:37 [INFO] [stderr] | [INFO] [stderr] 147 | #[cfg(all(feature = "udisplay", not(feature = "display")))] [INFO] [stderr] | ^^^^^^^^^^--------- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stderr] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:76:30 [INFO] [stderr] | [INFO] [stderr] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine> { [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] 76 | pub fn attribute_line(input: &str) -> IResult<&str, AttributeLine<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/candidate.rs:90:25 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 90 | pub fn candidate(input: &str) -> IResult<&str, Candidate<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/candidate.rs:155:30 [INFO] [stderr] | [INFO] [stderr] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 155 | pub fn candidate_line(input: &str) -> IResult<&str, Candidate<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/extmap.rs:35:23 [INFO] [stderr] | [INFO] [stderr] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 35 | fn read_extmap(input: &str) -> IResult<&str, Extmap<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/extmap.rs:52:27 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 52 | pub fn extmap_line(input: &str) -> IResult<&str, Extmap<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/ice.rs:39:34 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 39 | pub fn ice_parameter_line(input: &str) -> IResult<&str, IceParameter<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/rtcp.rs:132:22 [INFO] [stderr] | [INFO] [stderr] 132 | fn read_param(input: &str) -> IResult<&str, FbParam> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 132 | fn read_param(input: &str) -> IResult<&str, FbParam<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/rtcp.rs:158:26 [INFO] [stderr] | [INFO] [stderr] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 158 | fn read_ack_param(input: &str) -> IResult<&str, FbAckParam<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/rtcp.rs:202:27 [INFO] [stderr] | [INFO] [stderr] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 202 | fn read_nack_param(input: &str) -> IResult<&str, FbNackParam<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/rtcp.rs:216:20 [INFO] [stderr] | [INFO] [stderr] 216 | fn read_val(input: &str) -> IResult<&str, FbVal> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 216 | fn read_val(input: &str) -> IResult<&str, FbVal<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/rtcp.rs:241:37 [INFO] [stderr] | [INFO] [stderr] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 241 | pub fn rtcpfb_attribute_line(input: &str) -> IResult<&str, Fb<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/rtcp.rs:245:28 [INFO] [stderr] | [INFO] [stderr] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 245 | fn rtcpfb_attribute(input: &str) -> IResult<&str, Fb<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/rtpmap.rs:63:27 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 63 | pub fn rtpmap_line(input: &str) -> IResult<&str, RtpMap<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes/ssrc.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 31 | pub fn ssrc_line(input: &str) -> IResult<&str, Ssrc<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:169:37 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 169 | pub fn bundle_group_line(input: &str) -> IResult<&str, BundleGroup<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:173:28 [INFO] [stderr] | [INFO] [stderr] 173 | fn bundle_group(input: &str) -> IResult<&str, BundleGroup> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 173 | fn bundle_group(input: &str) -> IResult<&str, BundleGroup<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:221:38 [INFO] [stderr] | [INFO] [stderr] 221 | pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 221 | pub fn rtp_attribute_line(input: &str) -> IResult<&str, Rtp<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:225:29 [INFO] [stderr] | [INFO] [stderr] 225 | fn rtp_attribute(input: &str) -> IResult<&str, Rtp> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 225 | fn rtp_attribute(input: &str) -> IResult<&str, Rtp<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:264:39 [INFO] [stderr] | [INFO] [stderr] 264 | pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 264 | pub fn fmtp_attribute_line(input: &str) -> IResult<&str, Fmtp<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:268:30 [INFO] [stderr] | [INFO] [stderr] 268 | fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 268 | fn fmtp_attribute(input: &str) -> IResult<&str, Fmtp<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:308:42 [INFO] [stderr] | [INFO] [stderr] 308 | pub fn control_attribute_line(input: &str) -> IResult<&str, Control> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 308 | pub fn control_attribute_line(input: &str) -> IResult<&str, Control<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:312:33 [INFO] [stderr] | [INFO] [stderr] 312 | fn control_attribute(input: &str) -> IResult<&str, Control> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 312 | fn control_attribute(input: &str) -> IResult<&str, Control<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:435:36 [INFO] [stderr] | [INFO] [stderr] 435 | pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 435 | pub fn fingerprint_line(input: &str) -> IResult<&str, Fingerprint<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:440:31 [INFO] [stderr] | [INFO] [stderr] 440 | pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 440 | pub fn fingerprint(input: &str) -> IResult<&str, Fingerprint<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:470:28 [INFO] [stderr] | [INFO] [stderr] 470 | pub fn mid_line(input: &str) -> IResult<&str, Mid> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 470 | pub fn mid_line(input: &str) -> IResult<&str, Mid<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:474:23 [INFO] [stderr] | [INFO] [stderr] 474 | pub fn mid(input: &str) -> IResult<&str, Mid> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 474 | pub fn mid(input: &str) -> IResult<&str, Mid<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:505:38 [INFO] [stderr] | [INFO] [stderr] 505 | pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 505 | pub fn msid_semantic_line(input: &str) -> IResult<&str, MsidSemantic<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:509:33 [INFO] [stderr] | [INFO] [stderr] 509 | pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 509 | pub fn msid_semantic(input: &str) -> IResult<&str, MsidSemantic<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:541:29 [INFO] [stderr] | [INFO] [stderr] 541 | pub fn msid_line(input: &str) -> IResult<&str, Msid> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 541 | pub fn msid_line(input: &str) -> IResult<&str, Msid<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/attributes.rs:545:24 [INFO] [stderr] | [INFO] [stderr] 545 | pub fn msid(input: &str) -> IResult<&str, Msid> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 545 | pub fn msid(input: &str) -> IResult<&str, Msid<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lines.rs:64:28 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 64 | pub fn session_line(input: &str) -> IResult<&str, SessionLine<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lines/media.rs:27:26 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn media_line(input: &str) -> IResult<&str, Media> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 27 | pub fn media_line(input: &str) -> IResult<&str, Media<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lines/origin.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn origin(input: &str) -> IResult<&str, Origin> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 31 | pub fn origin(input: &str) -> IResult<&str, Origin<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lines/origin.rs:52:27 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 52 | pub fn origin_line(input: &str) -> IResult<&str, Origin<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lines.rs:129:29 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn name_line(input: &str) -> IResult<&str, SessionName> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 129 | pub fn name_line(input: &str) -> IResult<&str, SessionName<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lines.rs:162:36 [INFO] [stderr] | [INFO] [stderr] 162 | pub fn description_line(input: &str) -> IResult<&str, SessionInformation> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 162 | pub fn description_line(input: &str) -> IResult<&str, SessionInformation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lines.rs:195:28 [INFO] [stderr] | [INFO] [stderr] 195 | pub fn uri_line(input: &str) -> IResult<&str, Uri> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 195 | pub fn uri_line(input: &str) -> IResult<&str, Uri<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lines.rs:224:38 [INFO] [stderr] | [INFO] [stderr] 224 | pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 224 | pub fn email_address_line(input: &str) -> IResult<&str, EmailAddress<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lines.rs:254:37 [INFO] [stderr] | [INFO] [stderr] 254 | pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 254 | pub fn phone_number_line(input: &str) -> IResult<&str, PhoneNumber<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sdp_line.rs:26:24 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 26 | pub fn sdp_line(input: &str) -> IResult<&str, SdpLine<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: trait `AssertLinify` is never used [INFO] [stderr] --> src/assert.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | trait AssertLinify { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `sdp-nom` (lib) generated 45 warnings (run `cargo fix --lib -p sdp-nom` to apply 43 suggestions) [INFO] [stderr] warning: `sdp-nom` (lib test) generated 46 warnings (45 duplicates) [INFO] [stderr] warning: unexpected `cfg` condition value: `display` [INFO] [stderr] --> examples/health_hazard.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | if #[cfg(feature = "display")] { [INFO] [stderr] | ^^^^^^^^^^--------- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"udisplay"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `debug`, `default`, `msg_pack`, `rmp-serde`, `serde`, `udisplay`, `ufmt`, `wee`, and `wee_alloc` [INFO] [stderr] = help: consider adding `display` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `sdp-nom` (example "health_hazard") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sdp_nom-992250a9ce625e97) [INFO] [stdout] [INFO] [stdout] running 42 tests [INFO] [stdout] test attributes::candidate::tests::fails_on_bad_ip ... ignored [INFO] [stdout] test attributes::control::test_control_attribute_line ... ok [INFO] [stdout] test attributes::bundle::test_bundle_group_line ... ok [INFO] [stdout] test attributes::dtls::test_setup_role ... ok [INFO] [stdout] test attributes::direction::test_direction_line ... ok [INFO] [stdout] test attributes::candidate::tests::parses_candidate_line ... ok [INFO] [stdout] test attributes::generic::test_lazy_attribute_line ... ok [INFO] [stdout] test attributes::extmap::test_extmap ... ok [INFO] [stdout] test attributes::mid::test_mid_line ... ok [INFO] [stdout] test attributes::dtls::test_setup_role_line ... ok [INFO] [stdout] test attributes::extmap::test_extmap_line ... ok [INFO] [stdout] test attributes::ice::test_ice_parameters ... ok [INFO] [stdout] test attributes::fingerprint::test_fingerprint_line ... ok [INFO] [stdout] test attributes::msid::test_msid_line ... ok [INFO] [stdout] test attributes::msid::test_msid_semantic_line ... ok [INFO] [stdout] test attributes::fmtp::test_fmtp_attribute_line ... ok [INFO] [stdout] test attributes::rtcp::test_read_val ... ok [INFO] [stdout] test attributes::rtcp::test_rtcp_attribute_line ... ok [INFO] [stdout] test attributes::rtcp::test_rtcpfb_ack_param ... ok [INFO] [stdout] test attributes::rtcp::test_rtcpfb_line ... ok [INFO] [stdout] test attributes::rtp::test_rtp_attribute_line ... ok [INFO] [stdout] test attributes::rtcp_option::test_read_rtp_option ... ok [INFO] [stdout] test lines::email::test_email_address_line ... ok [INFO] [stdout] test lines::session_information::test_description_line ... ok [INFO] [stdout] test lines::session_name::test_name_line ... ok [INFO] [stdout] test lines::media::test_mline ... ok [INFO] [stdout] test lines::timing::test_timing_line ... ok [INFO] [stdout] test lines::bandwidth::test_bandwidth_line ... ok [INFO] [stdout] test attributes::rtpmap::test_rtpmap_line ... ok [INFO] [stdout] test attributes::test_attribute_line ... ok [INFO] [stdout] test lines::comment::test_read_comment ... ok [INFO] [stdout] test lines::origin::parses_candidates ... ok [INFO] [stdout] test lines::phone_number::test_phone_number_line ... ok [INFO] [stdout] test attributes::rtpmap::test_read_p_time ... ok [INFO] [stdout] test lines::connection::test_connection_line ... ok [INFO] [stdout] test attributes::ssrc::test_ssrc_group_line ... ok [INFO] [stdout] test attributes::candidate::tests::audio_lines ... ok [INFO] [stdout] test lines::uri::test_uri_line ... ok [INFO] [stdout] test lines::version::test_version_line ... ok [INFO] [stdout] test attributes::ssrc::test_ssrc_line ... ok [INFO] [stdout] test tests::seldom_lines ... ok [INFO] [stdout] test tests::anatomy ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/parse_fixtures.rs (/opt/rustwide/target/debug/deps/parse_fixtures-fb006d12b475f411) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test parse_fixtures_sdp_transform ... ok [INFO] [stdout] test parse_fixtures_sdp_transform_lazy ... ok [INFO] [stdout] test parse_fixtures_order_preserving ... FAILED [INFO] [stdout] test parse_fixtures_reparsable ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- parse_fixtures_order_preserving stdout ---- [INFO] [stdout] [tests/parse_fixtures.rs:18:28] PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()).join("fixtures").join(sub_folder) = "/opt/rustwide/workdir/fixtures/order_preserving" [INFO] [stdout] [INFO] [stdout] thread 'parse_fixtures_order_preserving' (67) panicked at tests/parse_fixtures.rs:50:6: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x64e66fcb1d82 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64e66fcb1d82 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64e66fcb1d82 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64e66fcb1d82 - ::fmt::h47627beda0767f4c [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64e66fcc22af - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64e66fcc22af - core::fmt::write::h8a63064c67176fd8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x64e66fc7edb3 - std::io::default_write_fmt::hd4797e693c0ec256 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64e66fc7edb3 - std::io::Write::write_fmt::h791e240ad2720c99 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64e66fc8afb2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64e66fc8fcef - std::panicking::default_hook::{{closure}}::h23e0299d4738b766 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x64e66fc8fb81 - std::panicking::default_hook::hfeec6294e8751b62 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x64e66fbbd6ce - as core::ops::function::Fn>::call::h3f5a16438cee2b4e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 12: 0x64e66fbbd6ce - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x64e66fc902ff - as core::ops::function::Fn>::call::hdb18da3e68df7464 [INFO] [stderr] error: test failed, to rerun pass `--test parse_fixtures` [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 14: 0x64e66fc902ff - std::panicking::panic_with_hook::hd57cd463d793ed79 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x64e66fc9015a - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x64e66fc8b0e9 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x64e66fc72dbd - __rustc[256c90bb7e548b45]::rust_begin_unwind [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x64e66fccaa40 - core::panicking::panic_fmt::hf19c198748ef6a95 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x64e66fcca0e6 - core::result::unwrap_failed::he81173b5792ad6b0 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1862:5 [INFO] [stdout] 20: 0x64e66fb7a8a7 - core::result::Result::unwrap::hc5dcbf40fa17cce8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x64e66fb7a8a7 - parse_fixtures::parse_fixtures_order_preserving::he2b3cde735bad8d4 [INFO] [stdout] at /opt/rustwide/workdir/tests/parse_fixtures.rs:50:6 [INFO] [stdout] 22: 0x64e66fb7aee7 - parse_fixtures::parse_fixtures_order_preserving::{{closure}}::h935b6838c1245f96 [INFO] [stdout] at /opt/rustwide/workdir/tests/parse_fixtures.rs:36:37 [INFO] [stdout] 23: 0x64e66fb6e1e6 - core::ops::function::FnOnce::call_once::h19d8df8261340de8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x64e66fbbd51b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x64e66fbbd51b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x64e66fbd1b38 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x64e66fbd1b38 - as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x64e66fbd1b38 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x64e66fbd1b38 - std::panicking::catch_unwind::h8609b446221def5f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x64e66fbd1b38 - std::panic::catch_unwind::h362f73cc48531e26 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x64e66fbd1b38 - test::run_test_in_process::hf52fd21d696aae67 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x64e66fbd1b38 - test::run_test::{{closure}}::h7e780b8354e6d007 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x64e66fbaa904 - test::run_test::{{closure}}::hdc2695f2276aad3e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x64e66fbaa904 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x64e66fbae23a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 36: 0x64e66fbae23a - as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x64e66fbae23a - std::panicking::catch_unwind::do_call::h495689350c27df20 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x64e66fbae23a - std::panicking::catch_unwind::hf22437c51d1b3740 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x64e66fbae23a - std::panic::catch_unwind::habda1a57de8231f8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x64e66fbae23a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x64e66fbae23a - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x64e66fc863df - as core::ops::function::FnOnce>::call_once::he4d85cb537521972 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9 [INFO] [stdout] 43: 0x64e66fc863df - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x745dc5ab0aa4 - [INFO] [stdout] 45: 0x745dc5b3da64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parse_fixtures_reparsable stdout ---- [INFO] [stdout] [tests/parse_fixtures.rs:18:28] PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()).join("fixtures").join(sub_folder) = "/opt/rustwide/workdir/fixtures/reparsable" [INFO] [stdout] [INFO] [stdout] thread 'parse_fixtures_reparsable' (68) panicked at tests/parse_fixtures.rs:75:6: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x64e66fcb1d82 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64e66fcb1d82 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64e66fcb1d82 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64e66fcb1d82 - ::fmt::h47627beda0767f4c [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64e66fcc22af - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64e66fcc22af - core::fmt::write::h8a63064c67176fd8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x64e66fc7edb3 - std::io::default_write_fmt::hd4797e693c0ec256 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64e66fc7edb3 - std::io::Write::write_fmt::h791e240ad2720c99 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64e66fc8afb2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64e66fc8fcef - std::panicking::default_hook::{{closure}}::h23e0299d4738b766 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x64e66fc8fb81 - std::panicking::default_hook::hfeec6294e8751b62 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x64e66fbbd6ce - as core::ops::function::Fn>::call::h3f5a16438cee2b4e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 12: 0x64e66fbbd6ce - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x64e66fc902ff - as core::ops::function::Fn>::call::hdb18da3e68df7464 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 14: 0x64e66fc902ff - std::panicking::panic_with_hook::hd57cd463d793ed79 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x64e66fc9015a - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x64e66fc8b0e9 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x64e66fc72dbd - __rustc[256c90bb7e548b45]::rust_begin_unwind [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x64e66fccaa40 - core::panicking::panic_fmt::hf19c198748ef6a95 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x64e66fcca0e6 - core::result::unwrap_failed::he81173b5792ad6b0 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1862:5 [INFO] [stdout] 20: 0x64e66fb79cb7 - core::result::Result::unwrap::hc5dcbf40fa17cce8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x64e66fb79cb7 - parse_fixtures::parse_fixtures_reparsable::hfa0c17bff1ec208e [INFO] [stdout] at /opt/rustwide/workdir/tests/parse_fixtures.rs:75:6 [INFO] [stdout] 22: 0x64e66fb79d07 - parse_fixtures::parse_fixtures_reparsable::{{closure}}::h9e060699f02cf1ac [INFO] [stdout] at /opt/rustwide/workdir/tests/parse_fixtures.rs:62:31 [INFO] [stdout] 23: 0x64e66fb6e1a6 - core::ops::function::FnOnce::call_once::h191c1d8db267fddf [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x64e66fbbd51b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x64e66fbbd51b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x64e66fbd1b38 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x64e66fbd1b38 - as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x64e66fbd1b38 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x64e66fbd1b38 - std::panicking::catch_unwind::h8609b446221def5f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x64e66fbd1b38 - std::panic::catch_unwind::h362f73cc48531e26 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x64e66fbd1b38 - test::run_test_in_process::hf52fd21d696aae67 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x64e66fbd1b38 - test::run_test::{{closure}}::h7e780b8354e6d007 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x64e66fbaa904 - test::run_test::{{closure}}::hdc2695f2276aad3e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x64e66fbaa904 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x64e66fbae23a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 36: 0x64e66fbae23a - as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x64e66fbae23a - std::panicking::catch_unwind::do_call::h495689350c27df20 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x64e66fbae23a - std::panicking::catch_unwind::hf22437c51d1b3740 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x64e66fbae23a - std::panic::catch_unwind::habda1a57de8231f8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x64e66fbae23a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x64e66fbae23a - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x64e66fc863df - as core::ops::function::FnOnce>::call_once::he4d85cb537521972 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9 [INFO] [stdout] 43: 0x64e66fc863df - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x745dc5ab0aa4 - [INFO] [stdout] 45: 0x745dc5b3da64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] parse_fixtures_order_preserving [INFO] [stdout] parse_fixtures_reparsable [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "297731e09b38b01b210afe8fae25268fa89469f2a9d35e0b6157141873bf8e1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "297731e09b38b01b210afe8fae25268fa89469f2a9d35e0b6157141873bf8e1a", kill_on_drop: false }` [INFO] [stdout] 297731e09b38b01b210afe8fae25268fa89469f2a9d35e0b6157141873bf8e1a