[INFO] fetching crate sdp-nom 0.2.0...
[INFO] testing sdp-nom-0.2.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate sdp-nom 0.2.0 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sdp-nom 0.2.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded memory_units v0.4.0
[INFO] [stderr]   Downloaded rmp-serde v0.15.5
[INFO] [stderr]   Downloaded ufmt-macros v0.3.0
[INFO] [stderr]   Downloaded ufmt-write v0.1.0
[INFO] [stderr]   Downloaded enum-as-inner v0.5.1
[INFO] [stderr]   Downloaded wee_alloc v0.4.5
[INFO] [stderr]   Downloaded paste v1.0.9
[INFO] [stderr]   Downloaded derive-into-owned v0.2.0
[INFO] [stderr]   Downloaded serde_json v1.0.87
[INFO] [stderr]   Downloaded ufmt v0.2.0
[INFO] [stderr]   Downloaded rmp v0.8.11
[INFO] [stderr]   Downloaded ryu v1.0.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 453f9d5e5ed1ddf3679050699cae709d3c20d8b92314d5b37e2e215123b76318
[INFO] running `Command { std: "docker" "start" "-a" "453f9d5e5ed1ddf3679050699cae709d3c20d8b92314d5b37e2e215123b76318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "453f9d5e5ed1ddf3679050699cae709d3c20d8b92314d5b37e2e215123b76318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "453f9d5e5ed1ddf3679050699cae709d3c20d8b92314d5b37e2e215123b76318", kill_on_drop: false }`
[INFO] [stdout] 453f9d5e5ed1ddf3679050699cae709d3c20d8b92314d5b37e2e215123b76318
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 93e5369f2a35721e6e300298675a482d8d219241b5519ae1be87963baaaefde2
[INFO] running `Command { std: "docker" "start" "-a" "93e5369f2a35721e6e300298675a482d8d219241b5519ae1be87963baaaefde2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling ufmt-write v0.1.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling ufmt-macros v0.3.0
[INFO] [stderr]    Compiling enum-as-inner v0.5.1
[INFO] [stderr]    Compiling derive-into-owned v0.2.0
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 11.28s
[INFO] running `Command { std: "docker" "inspect" "93e5369f2a35721e6e300298675a482d8d219241b5519ae1be87963baaaefde2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93e5369f2a35721e6e300298675a482d8d219241b5519ae1be87963baaaefde2", kill_on_drop: false }`
[INFO] [stdout] 93e5369f2a35721e6e300298675a482d8d219241b5519ae1be87963baaaefde2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6598893dd928a085d917a81a4ceda6cbbef0ae4993e30905d2dce24c9c6ce649
[INFO] running `Command { std: "docker" "start" "-a" "6598893dd928a085d917a81a4ceda6cbbef0ae4993e30905d2dce24c9c6ce649", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling itoa v1.0.4
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 11.16s
[INFO] running `Command { std: "docker" "inspect" "6598893dd928a085d917a81a4ceda6cbbef0ae4993e30905d2dce24c9c6ce649", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6598893dd928a085d917a81a4ceda6cbbef0ae4993e30905d2dce24c9c6ce649", kill_on_drop: false }`
[INFO] [stdout] 6598893dd928a085d917a81a4ceda6cbbef0ae4993e30905d2dce24c9c6ce649
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e442b5641283bd055cc88419bc95ccaa85fde4c7bd89e90a5d128abe3145c588
[INFO] running `Command { std: "docker" "start" "-a" "e442b5641283bd055cc88419bc95ccaa85fde4c7bd89e90a5d128abe3145c588", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `sdp-nom` (lib) generated 45 warnings (run `cargo fix --lib -p sdp-nom` to apply 43 suggestions)
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[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` (example "health_hazard") generated 1 warning
[INFO] [stderr] warning: `sdp-nom` (lib test) generated 46 warnings (45 duplicates)
[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-6f2682403f2be421)
[INFO] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test attributes::candidate::tests::fails_on_bad_ip ... ignored
[INFO] [stdout] test attributes::bundle::test_bundle_group_line ... ok
[INFO] [stdout] test attributes::direction::test_direction_line ... ok
[INFO] [stdout] test attributes::candidate::tests::audio_lines ... ok
[INFO] [stdout] test attributes::candidate::tests::parses_candidate_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::fingerprint::test_fingerprint_line ... ok
[INFO] [stdout] test attributes::generic::test_lazy_attribute_line ... ok
[INFO] [stdout] test attributes::fmtp::test_fmtp_attribute_line ... ok
[INFO] [stdout] test attributes::mid::test_mid_line ... ok
[INFO] [stdout] test attributes::ice::test_ice_parameters ... ok
[INFO] [stdout] test attributes::msid::test_msid_semantic_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::msid::test_msid_line ... ok
[INFO] [stdout] test attributes::rtcp::test_rtcpfb_ack_param ... ok
[INFO] [stdout] test attributes::rtpmap::test_read_p_time ... ok
[INFO] [stdout] test attributes::rtcp::test_rtcpfb_line ... ok
[INFO] [stdout] test attributes::rtpmap::test_rtpmap_line ... ok
[INFO] [stdout] test attributes::rtcp_option::test_read_rtp_option ... ok
[INFO] [stdout] test attributes::rtp::test_rtp_attribute_line ... ok
[INFO] [stdout] test attributes::ssrc::test_ssrc_group_line ... ok
[INFO] [stdout] test lines::bandwidth::test_bandwidth_line ... ok
[INFO] [stdout] test lines::comment::test_read_comment ... ok
[INFO] [stdout] test attributes::ssrc::test_ssrc_line ... ok
[INFO] [stdout] test lines::connection::test_connection_line ... ok
[INFO] [stdout] test lines::email::test_email_address_line ... ok
[INFO] [stdout] test attributes::test_attribute_line ... ok
[INFO] [stdout] test attributes::control::test_control_attribute_line ... ok
[INFO] [stdout] test lines::origin::parses_candidates ... ok
[INFO] [stdout] test lines::phone_number::test_phone_number_line ... ok
[INFO] [stdout] test lines::timing::test_timing_line ... ok
[INFO] [stdout] test lines::media::test_mline ... 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::uri::test_uri_line ... ok
[INFO] [stdout] test lines::version::test_version_line ... ok
[INFO] [stdout] test tests::seldom_lines ... ok
[INFO] [stdout] test attributes::dtls::test_setup_role ... ok
[INFO] [stdout] test tests::anatomy ... ok
[INFO] [stdout] test attributes::extmap::test_extmap ... ok
[INFO] [stderr]      Running tests/parse_fixtures.rs (/opt/rustwide/target/debug/deps/parse_fixtures-5533dcc081bd3e3e)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[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' (58) 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] [stderr] error: test failed, to rerun pass `--test parse_fixtures`
[INFO] [stdout]    0:     0x5c3e9064607a - std[e28293b1aa0f68bd]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c3e9064607a - std[e28293b1aa0f68bd]::backtrace_rs::backtrace::trace_unsynchronized::<std[e28293b1aa0f68bd]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c3e9064607a - std[e28293b1aa0f68bd]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c3e9064607a - <<std[e28293b1aa0f68bd]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c1f1a4ba060b9bfa]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c3e9065ac3a - <core[c1f1a4ba060b9bfa]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c3e9065ac3a - core[c1f1a4ba060b9bfa]::fmt::write
[INFO] [stdout]    6:     0x5c3e9064ac82 - std[e28293b1aa0f68bd]::io::default_write_fmt::<alloc[fdfd2bd8633a6659]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c3e9064ac82 - <alloc[fdfd2bd8633a6659]::vec::Vec<u8> as std[e28293b1aa0f68bd]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c3e90624a3f - <std[e28293b1aa0f68bd]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c3e90624a3f - std[e28293b1aa0f68bd]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c3e9063e0a9 - std[e28293b1aa0f68bd]::panicking::default_hook
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c3e90540f3c - <alloc[fdfd2bd8633a6659]::boxed::Box<dyn for<'a, 'b> core[c1f1a4ba060b9bfa]::ops::function::Fn<(&'a std[e28293b1aa0f68bd]::panic::PanicHookInfo<'b>,), Output = ()> + core[c1f1a4ba060b9bfa]::marker::Sync + core[c1f1a4ba060b9bfa]::marker::Send> as core[c1f1a4ba060b9bfa]::ops::function::Fn<(&std[e28293b1aa0f68bd]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5c3e90540f3c - test[273d7611820c9051]::test_main_with_exit_callback::<test[273d7611820c9051]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c3e9063e262 - <alloc[fdfd2bd8633a6659]::boxed::Box<dyn for<'a, 'b> core[c1f1a4ba060b9bfa]::ops::function::Fn<(&'a std[e28293b1aa0f68bd]::panic::PanicHookInfo<'b>,), Output = ()> + core[c1f1a4ba060b9bfa]::marker::Sync + core[c1f1a4ba060b9bfa]::marker::Send> as core[c1f1a4ba060b9bfa]::ops::function::Fn<(&std[e28293b1aa0f68bd]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5c3e9063e262 - std[e28293b1aa0f68bd]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c3e90624af8 - std[e28293b1aa0f68bd]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c3e9061c289 - std[e28293b1aa0f68bd]::sys::backtrace::__rust_end_short_backtrace::<std[e28293b1aa0f68bd]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c3e9062580d - __rustc[b7974e8690430dd9]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c3e9065b48c - core[c1f1a4ba060b9bfa]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c3e9065b262 - core[c1f1a4ba060b9bfa]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5c3e9051b317 - core::result::Result<T,E>::unwrap::hc7158b5d8158219e
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5c3e9051b317 - parse_fixtures::parse_fixtures_order_preserving::h06af756f25ee541a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse_fixtures.rs:50:6
[INFO] [stdout]   22:     0x5c3e9051b367 - parse_fixtures::parse_fixtures_order_preserving::{{closure}}::hb3b7e06e37507e40
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse_fixtures.rs:36:37
[INFO] [stdout]   23:     0x5c3e905123d6 - core::ops::function::FnOnce::call_once::h3e54b863d9efc509
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c3e9053501b - <fn() -> core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c3e9053501b - test[273d7611820c9051]::__rust_begin_short_backtrace::<core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>, fn() -> core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5c3e90541a0b - test[273d7611820c9051]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5c3e90541a0b - <core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<test[273d7611820c9051]::run_test_in_process::{closure#0}> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5c3e90541a0b - std[e28293b1aa0f68bd]::panicking::catch_unwind::do_call::<core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<test[273d7611820c9051]::run_test_in_process::{closure#0}>, core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c3e90541a0b - std[e28293b1aa0f68bd]::panicking::catch_unwind::<core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>, core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<test[273d7611820c9051]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c3e90541a0b - std[e28293b1aa0f68bd]::panic::catch_unwind::<core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<test[273d7611820c9051]::run_test_in_process::{closure#0}>, core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c3e90541a0b - test[273d7611820c9051]::run_test_in_process
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5c3e90541a0b - test[273d7611820c9051]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5c3e9053d124 - test[273d7611820c9051]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5c3e9053d124 - std[e28293b1aa0f68bd]::sys::backtrace::__rust_begin_short_backtrace::<test[273d7611820c9051]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c3e90544612 - std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked::<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5c3e90544612 - <core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5c3e90544612 - std[e28293b1aa0f68bd]::panicking::catch_unwind::do_call::<core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c3e90544612 - std[e28293b1aa0f68bd]::panicking::catch_unwind::<(), core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c3e90544612 - std[e28293b1aa0f68bd]::panic::catch_unwind::<core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c3e90544612 - std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked::<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5c3e90544612 - <std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1} as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c3e9064562f - <alloc[fdfd2bd8633a6659]::boxed::Box<dyn core[c1f1a4ba060b9bfa]::ops::function::FnOnce<(), Output = ()> + core[c1f1a4ba060b9bfa]::marker::Send> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5c3e9064562f - <std[e28293b1aa0f68bd]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7b3d67e2baa4 - <unknown>
[INFO] [stdout]   45:     0x7b3d67eb8a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[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' (59) 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:     0x5c3e9064607a - std[e28293b1aa0f68bd]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c3e9064607a - std[e28293b1aa0f68bd]::backtrace_rs::backtrace::trace_unsynchronized::<std[e28293b1aa0f68bd]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c3e9064607a - std[e28293b1aa0f68bd]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c3e9064607a - <<std[e28293b1aa0f68bd]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c1f1a4ba060b9bfa]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c3e9065ac3a - <core[c1f1a4ba060b9bfa]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c3e9065ac3a - core[c1f1a4ba060b9bfa]::fmt::write
[INFO] [stdout]    6:     0x5c3e9064ac82 - std[e28293b1aa0f68bd]::io::default_write_fmt::<alloc[fdfd2bd8633a6659]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c3e9064ac82 - <alloc[fdfd2bd8633a6659]::vec::Vec<u8> as std[e28293b1aa0f68bd]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c3e90624a3f - <std[e28293b1aa0f68bd]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c3e90624a3f - std[e28293b1aa0f68bd]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c3e9063e0a9 - std[e28293b1aa0f68bd]::panicking::default_hook
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c3e90540f3c - <alloc[fdfd2bd8633a6659]::boxed::Box<dyn for<'a, 'b> core[c1f1a4ba060b9bfa]::ops::function::Fn<(&'a std[e28293b1aa0f68bd]::panic::PanicHookInfo<'b>,), Output = ()> + core[c1f1a4ba060b9bfa]::marker::Sync + core[c1f1a4ba060b9bfa]::marker::Send> as core[c1f1a4ba060b9bfa]::ops::function::Fn<(&std[e28293b1aa0f68bd]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5c3e90540f3c - test[273d7611820c9051]::test_main_with_exit_callback::<test[273d7611820c9051]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c3e9063e262 - <alloc[fdfd2bd8633a6659]::boxed::Box<dyn for<'a, 'b> core[c1f1a4ba060b9bfa]::ops::function::Fn<(&'a std[e28293b1aa0f68bd]::panic::PanicHookInfo<'b>,), Output = ()> + core[c1f1a4ba060b9bfa]::marker::Sync + core[c1f1a4ba060b9bfa]::marker::Send> as core[c1f1a4ba060b9bfa]::ops::function::Fn<(&std[e28293b1aa0f68bd]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5c3e9063e262 - std[e28293b1aa0f68bd]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c3e90624af8 - std[e28293b1aa0f68bd]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c3e9061c289 - std[e28293b1aa0f68bd]::sys::backtrace::__rust_end_short_backtrace::<std[e28293b1aa0f68bd]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c3e9062580d - __rustc[b7974e8690430dd9]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c3e9065b48c - core[c1f1a4ba060b9bfa]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c3e9065b262 - core[c1f1a4ba060b9bfa]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5c3e9051a707 - core::result::Result<T,E>::unwrap::hc7158b5d8158219e
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5c3e9051a707 - parse_fixtures::parse_fixtures_reparsable::h212d9c03a275a2b4
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse_fixtures.rs:75:6
[INFO] [stdout]   22:     0x5c3e9051a757 - parse_fixtures::parse_fixtures_reparsable::{{closure}}::h5c6711da17c13dd3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/parse_fixtures.rs:62:31
[INFO] [stdout]   23:     0x5c3e905124e6 - core::ops::function::FnOnce::call_once::h882dcb6e24970257
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c3e9053501b - <fn() -> core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c3e9053501b - test[273d7611820c9051]::__rust_begin_short_backtrace::<core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>, fn() -> core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5c3e90541a0b - test[273d7611820c9051]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5c3e90541a0b - <core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<test[273d7611820c9051]::run_test_in_process::{closure#0}> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5c3e90541a0b - std[e28293b1aa0f68bd]::panicking::catch_unwind::do_call::<core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<test[273d7611820c9051]::run_test_in_process::{closure#0}>, core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c3e90541a0b - std[e28293b1aa0f68bd]::panicking::catch_unwind::<core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>, core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<test[273d7611820c9051]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c3e90541a0b - std[e28293b1aa0f68bd]::panic::catch_unwind::<core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<test[273d7611820c9051]::run_test_in_process::{closure#0}>, core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c3e90541a0b - test[273d7611820c9051]::run_test_in_process
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5c3e90541a0b - test[273d7611820c9051]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5c3e9053d124 - test[273d7611820c9051]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5c3e9053d124 - std[e28293b1aa0f68bd]::sys::backtrace::__rust_begin_short_backtrace::<test[273d7611820c9051]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c3e90544612 - std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked::<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5c3e90544612 - <core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5c3e90544612 - std[e28293b1aa0f68bd]::panicking::catch_unwind::do_call::<core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c3e90544612 - std[e28293b1aa0f68bd]::panicking::catch_unwind::<(), core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c3e90544612 - std[e28293b1aa0f68bd]::panic::catch_unwind::<core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe<std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c3e90544612 - std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked::<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5c3e90544612 - <std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked<test[273d7611820c9051]::run_test::{closure#1}, ()>::{closure#1} as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c3e9064562f - <alloc[fdfd2bd8633a6659]::boxed::Box<dyn core[c1f1a4ba060b9bfa]::ops::function::FnOnce<(), Output = ()> + core[c1f1a4ba060b9bfa]::marker::Send> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5c3e9064562f - <std[e28293b1aa0f68bd]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7b3d67e2baa4 - <unknown>
[INFO] [stdout]   45:     0x7b3d67eb8a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[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.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e442b5641283bd055cc88419bc95ccaa85fde4c7bd89e90a5d128abe3145c588", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e442b5641283bd055cc88419bc95ccaa85fde4c7bd89e90a5d128abe3145c588", kill_on_drop: false }`
[INFO] [stdout] e442b5641283bd055cc88419bc95ccaa85fde4c7bd89e90a5d128abe3145c588
