[INFO] fetching crate systemd-parser 0.1.3...
[INFO] testing systemd-parser-0.1.3 against 1.95.0 for beta-1.96-2
[INFO] extracting crate systemd-parser 0.1.3 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate systemd-parser 0.1.3
[INFO] finished tweaking crates.io crate systemd-parser 0.1.3
[INFO] tweaked toml for crates.io crate systemd-parser 0.1.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate systemd-parser 0.1.3 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.5.10 (available: v0.14.0)
[INFO] [stderr]       Adding nom v2.2.1 (available: v8.0.0)
[INFO] [stderr]       Adding quick-error v1.2.3 (available: v2.0.1)
[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] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itertools v0.5.10
[INFO] [stderr]   Downloaded nom v2.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 36edb315d8ef5a5c60137bb81960330052eeb8a771f28bf800c1dc7c6b5145c3
[INFO] running `Command { std: "docker" "start" "-a" "36edb315d8ef5a5c60137bb81960330052eeb8a771f28bf800c1dc7c6b5145c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "36edb315d8ef5a5c60137bb81960330052eeb8a771f28bf800c1dc7c6b5145c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36edb315d8ef5a5c60137bb81960330052eeb8a771f28bf800c1dc7c6b5145c3", kill_on_drop: false }`
[INFO] [stdout] 36edb315d8ef5a5c60137bb81960330052eeb8a771f28bf800c1dc7c6b5145c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] e442b09369989c1251617004772dd055e85f9fb448b8b5751ac032977a2b6f90
[INFO] running `Command { std: "docker" "start" "-a" "e442b09369989c1251617004772dd055e85f9fb448b8b5751ac032977a2b6f90", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling itertools v0.5.10
[INFO] [stderr]    Compiling nom v2.2.1
[INFO] [stderr]    Compiling systemd-parser v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/items.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let mut cat = try!(UnitDirective::get_first_category(unit_items));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/items.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let directives = try!(
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/items.rs:109:31
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let directives_hash = try!(
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/items.rs:137:21
[INFO] [stdout]     |
[INFO] [stdout] 137 |                     try!(SystemdUnit::validate_many(&vecs));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/parser.rs:57:38
[INFO] [stdout]    |
[INFO] [stdout] 57 |         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[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] 57 -         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[INFO] [stdout] 57 +         (SystemdItem::Directive(key, if value.is_empty() { None } else { Some(value) }))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let units = try!(parser::parse_unit(&input));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let systemd_unit = try!(items::SystemdUnit::new(&units));
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:35:57
[INFO] [stdout]    |
[INFO] [stdout] 35 |             display(error) -> ("{}, errors:\n{}", error.description(), helper_format(errors))
[INFO] [stdout]    |                                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:40:48
[INFO] [stdout]    |
[INFO] [stdout] 40 |             display(error) -> ("{}: {}", error.description(), err)
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_comment` and `is_category` are never used
[INFO] [stdout]   --> src/items.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<'a> SystemdItem<'a> {
[INFO] [stdout]    | ------------------------ methods in this implementation
[INFO] [stdout] 12 |     fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } }
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 13 |     fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } }
[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/parser.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub parse_comment<&str, SystemdItem>,
[INFO] [stdout]    |                       ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |                       the same 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] 26 |     pub parse_comment<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub parse_category<&str, SystemdItem>,
[INFO] [stdout]    |                        ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |                        the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub parse_category<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:49:25
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub parse_directive<&str, SystemdItem>,
[INFO] [stdout]    |                         ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |                         the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub parse_directive<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub parse_line<&str, SystemdItem>,
[INFO] [stdout]    |                    ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |                    the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub parse_line<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:71:26
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn parse_unit(input: &str) -> Result<Vec<SystemdItem>, Vec<(IError<&str>, u32)>> {
[INFO] [stdout]    |                          ^^^^                ^^^^^^^^^^^               ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                   |
[INFO] [stdout]    |                          |                   the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn parse_unit(input: &str) -> Result<Vec<SystemdItem<'_>>, Vec<(IError<&str>, u32)>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "e442b09369989c1251617004772dd055e85f9fb448b8b5751ac032977a2b6f90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e442b09369989c1251617004772dd055e85f9fb448b8b5751ac032977a2b6f90", kill_on_drop: false }`
[INFO] [stdout] e442b09369989c1251617004772dd055e85f9fb448b8b5751ac032977a2b6f90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 66a3559742485f505da3233a0cd6407d76b798eedb772fb7f723893ceb40f921
[INFO] running `Command { std: "docker" "start" "-a" "66a3559742485f505da3233a0cd6407d76b798eedb772fb7f723893ceb40f921", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/items.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let mut cat = try!(UnitDirective::get_first_category(unit_items));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/items.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let directives = try!(
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/items.rs:109:31
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let directives_hash = try!(
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/items.rs:137:21
[INFO] [stdout]     |
[INFO] [stdout] 137 |                     try!(SystemdUnit::validate_many(&vecs));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/parser.rs:57:38
[INFO] [stdout]    |
[INFO] [stdout] 57 |         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[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] 57 -         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[INFO] [stdout] 57 +         (SystemdItem::Directive(key, if value.is_empty() { None } else { Some(value) }))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let units = try!(parser::parse_unit(&input));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let systemd_unit = try!(items::SystemdUnit::new(&units));
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:35:57
[INFO] [stdout]    |
[INFO] [stdout] 35 |             display(error) -> ("{}, errors:\n{}", error.description(), helper_format(errors))
[INFO] [stdout]    |                                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:40:48
[INFO] [stdout]    |
[INFO] [stdout] 40 |             display(error) -> ("{}: {}", error.description(), err)
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_comment` and `is_category` are never used
[INFO] [stdout]   --> src/items.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<'a> SystemdItem<'a> {
[INFO] [stdout]    | ------------------------ methods in this implementation
[INFO] [stdout] 12 |     fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } }
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 13 |     fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } }
[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/parser.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub parse_comment<&str, SystemdItem>,
[INFO] [stdout]    |                       ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |                       the same 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] 26 |     pub parse_comment<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub parse_category<&str, SystemdItem>,
[INFO] [stdout]    |                        ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |                        the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub parse_category<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:49:25
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub parse_directive<&str, SystemdItem>,
[INFO] [stdout]    |                         ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |                         the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub parse_directive<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub parse_line<&str, SystemdItem>,
[INFO] [stdout]    |                    ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |                    the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub parse_line<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:71:26
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn parse_unit(input: &str) -> Result<Vec<SystemdItem>, Vec<(IError<&str>, u32)>> {
[INFO] [stdout]    |                          ^^^^                ^^^^^^^^^^^               ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                   |
[INFO] [stdout]    |                          |                   the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn parse_unit(input: &str) -> Result<Vec<SystemdItem<'_>>, Vec<(IError<&str>, u32)>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling systemd-parser v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/items.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let mut cat = try!(UnitDirective::get_first_category(unit_items));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/items.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let directives = try!(
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/items.rs:109:31
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let directives_hash = try!(
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/items.rs:137:21
[INFO] [stdout]     |
[INFO] [stdout] 137 |                     try!(SystemdUnit::validate_many(&vecs));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/parser.rs:57:38
[INFO] [stdout]    |
[INFO] [stdout] 57 |         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[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] 57 -         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[INFO] [stdout] 57 +         (SystemdItem::Directive(key, if value.is_empty() { None } else { Some(value) }))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let units = try!(parser::parse_unit(&input));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let systemd_unit = try!(items::SystemdUnit::new(&units));
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:35:57
[INFO] [stdout]    |
[INFO] [stdout] 35 |             display(error) -> ("{}, errors:\n{}", error.description(), helper_format(errors))
[INFO] [stdout]    |                                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:40:48
[INFO] [stdout]    |
[INFO] [stdout] 40 |             display(error) -> ("{}: {}", error.description(), err)
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_comment` and `is_category` are never used
[INFO] [stdout]   --> src/items.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<'a> SystemdItem<'a> {
[INFO] [stdout]    | ------------------------ methods in this implementation
[INFO] [stdout] 12 |     fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } }
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 13 |     fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } }
[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/parser.rs:26:23
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub parse_comment<&str, SystemdItem>,
[INFO] [stdout]    |                       ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |                       the same 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] 26 |     pub parse_comment<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub parse_category<&str, SystemdItem>,
[INFO] [stdout]    |                        ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |                        the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub parse_category<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:49:25
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub parse_directive<&str, SystemdItem>,
[INFO] [stdout]    |                         ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |                         the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub parse_directive<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub parse_line<&str, SystemdItem>,
[INFO] [stdout]    |                    ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |                    the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub parse_line<&str, SystemdItem<'_>>,
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:71:26
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn parse_unit(input: &str) -> Result<Vec<SystemdItem>, Vec<(IError<&str>, u32)>> {
[INFO] [stdout]    |                          ^^^^                ^^^^^^^^^^^               ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                   |
[INFO] [stdout]    |                          |                   the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub fn parse_unit(input: &str) -> Result<Vec<SystemdItem<'_>>, Vec<(IError<&str>, u32)>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "66a3559742485f505da3233a0cd6407d76b798eedb772fb7f723893ceb40f921", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66a3559742485f505da3233a0cd6407d76b798eedb772fb7f723893ceb40f921", kill_on_drop: false }`
[INFO] [stdout] 66a3559742485f505da3233a0cd6407d76b798eedb772fb7f723893ceb40f921
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 0529489b4d474b35a631e512f00d2aa67c7630f73c9ee07fc69b414d4eb63358
[INFO] running `Command { std: "docker" "start" "-a" "0529489b4d474b35a631e512f00d2aa67c7630f73c9ee07fc69b414d4eb63358", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stdout] 
[INFO] [stderr]  --> src/lib.rs:3:1
[INFO] [stdout] running 42 tests
[INFO] [stderr]   |
[INFO] [stdout] test items_test::systemd_unit::categories::it_should_return_categories ... ok
[INFO] [stderr] 3 | #[macro_use]
[INFO] [stdout] test items_test::systemd_unit::lookup_by_category::it_should_exists ... ok
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stdout] test items_test::systemd_unit::lookup_by_category::it_should_return_an_empty_vec_the_category_doesnt_exists ... ok
[INFO] [stderr]   |
[INFO] [stdout] test items_test::systemd_unit::lookup_by_key::it_should_return_none_when_inexistent ... ok
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test items_test::systemd_unit::lookup_by_key::it_should_return_the_unit_directive_pointed_by_key ... ok
[INFO] [stderr] 
[INFO] [stdout] test items_test::systemd_unit::categories::it_should_skip_doubles_and_return_categories_once ... ok
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout] test items_test::systemd_unit::new::it_should_err_when_many_directives_of_same_key_are_in_different_categories ... ok
[INFO] [stderr]   --> src/items.rs:49:23
[INFO] [stdout] test items_test::systemd_unit::new::it_should_err_when_many_directives_of_same_key_are_in_different_categories2 ... ok
[INFO] [stderr]    |
[INFO] [stderr] 49 |         let mut cat = try!(UnitDirective::get_first_category(unit_items));
[INFO] [stderr]    |                       ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/items.rs:105:26
[INFO] [stderr]     |
[INFO] [stderr] 105 |         let directives = try!(
[INFO] [stderr]     |                          ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/items.rs:109:31
[INFO] [stderr]     |
[INFO] [stderr] 109 |         let directives_hash = try!(
[INFO] [stderr]     |                               ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/items.rs:137:21
[INFO] [stderr]     |
[INFO] [stderr] 137 |                     try!(SystemdUnit::validate_many(&vecs));
[INFO] [stderr]     |                     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/parser.rs:57:38
[INFO] [stderr]    |
[INFO] [stderr] 57 |         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[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] 57 -         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[INFO] [stderr] 57 +         (SystemdItem::Directive(key, if value.is_empty() { None } else { Some(value) }))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:21:17
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let units = try!(parser::parse_unit(&input));
[INFO] [stderr]    |                 ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:22:24
[INFO] [stderr]    |
[INFO] [stderr] 22 |     let systemd_unit = try!(items::SystemdUnit::new(&units));
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:35:57
[INFO] [stderr]    |
[INFO] [stderr] 35 |             display(error) -> ("{}, errors:\n{}", error.description(), helper_format(errors))
[INFO] [stderr]    |                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/errors.rs:40:48
[INFO] [stderr]    |
[INFO] [stderr] 40 |             display(error) -> ("{}: {}", error.description(), err)
[INFO] [stderr]    |                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_comment` and `is_category` are never used
[INFO] [stderr]   --> src/items.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | impl<'a> SystemdItem<'a> {
[INFO] [stderr]    | ------------------------ methods in this implementation
[INFO] [stderr] 12 |     fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } }
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 13 |     fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } }
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:26:23
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub parse_comment<&str, SystemdItem>,
[INFO] [stderr]    |                       ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |                       the same 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] 26 |     pub parse_comment<&str, SystemdItem<'_>>,
[INFO] [stderr]    |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:36:24
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub parse_category<&str, SystemdItem>,
[INFO] [stderr]    |                        ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                        |
[INFO] [stderr]    |                        the lifetime is elided here
[INFO] [stderr]    |                        the same 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] 36 |     pub parse_category<&str, SystemdItem<'_>>,
[INFO] [stderr]    |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:49:25
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub parse_directive<&str, SystemdItem>,
[INFO] [stderr]    |                         ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         the lifetime is elided here
[INFO] [stderr]    |                         the same 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] 49 |     pub parse_directive<&str, SystemdItem<'_>>,
[INFO] [stderr]    |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:62:20
[INFO] [stderr]    |
[INFO] [stderr] 62 |     pub parse_line<&str, SystemdItem>,
[INFO] [stderr]    |                    ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |                    the same 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] 62 |     pub parse_line<&str, SystemdItem<'_>>,
[INFO] [stderr]    |                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:71:26
[INFO] [stderr]    |
[INFO] [stderr] 71 | pub fn parse_unit(input: &str) -> Result<Vec<SystemdItem>, Vec<(IError<&str>, u32)>> {
[INFO] [stderr]    |                          ^^^^                ^^^^^^^^^^^               ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                          |                   |
[INFO] [stderr]    |                          |                   the same lifetime is hidden here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 71 | pub fn parse_unit(input: &str) -> Result<Vec<SystemdItem<'_>>, Vec<(IError<&str>, u32)>> {
[INFO] [stderr]    |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `systemd-parser` (lib) generated 16 warnings (run `cargo fix --lib -p systemd-parser` to apply 6 suggestions)
[INFO] [stderr] warning: `systemd-parser` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/systemd_parser-dedf43d77a861d15)
[INFO] [stdout] test items_test::systemd_unit::new::it_should_err_when_not_starting_with_a_category ... ok
[INFO] [stdout] test items_test::unit_directive::item_list_to_unit_directive_list::it_should_err_for_empty_vecs ... ok
[INFO] [stdout] test items_test::unit_directive::item_list_to_unit_directive_list::it_should_err_if_the_first_item_is_not_a_category ... ok
[INFO] [stdout] test items_test::unit_directive::item_list_to_unit_directive_list::it_should_work_with_full_dummy_unit ... ok
[INFO] [stdout] test items_test::unit_directive::item_list_to_unit_directive_list::the_second_directive_should_keep_the_category ... ok
[INFO] [stdout] test items_test::systemd_unit::lookup_by_key::it_should_return_a_vec_of_all_the_keys_when_multiple_keys ... ok
[INFO] [stdout] test parser_test::parse_category::it_should_consume_the_category ... ok
[INFO] [stdout] test parser_test::parse_category::it_should_be_done ... ok
[INFO] [stdout] test parser_test::parse_comment::it_should_fail_when_not_starting_with_hash_char ... ok
[INFO] [stdout] test parser_test::parse_category::it_should_reject_more_than_one_word ... ok
[INFO] [stdout] test parser_test::parse_comment::it_should_trim_whitespaces ... ok
[INFO] [stdout] test parser_test::parse_directive::it_doesnt_consume_comment_at_end_of_line ... ok
[INFO] [stdout] test items_test::unit_directive::item_list_to_unit_directive_list::it_should_instantiate_a_unit_directive_from_category_and_directive_items ... ok
[INFO] [stdout] test items_test::unit_directive::item_list_to_unit_directive_list::it_should_change_the_category_if_a_category_item_is_seen ... ok
[INFO] [stdout] test items_test::systemd_unit::new::it_should_instantiate ... ok
[INFO] [stdout] test parser_test::parse_directive::it_should_accept_directives_with_no_values ... ok
[INFO] [stdout] test parser_test::parse_directive::it_should_accept_exotic_output ... ok
[INFO] [stdout] test parser_test::parse_directive::it_should_be_done ... ok
[INFO] [stdout] test parser_test::parse_directive::it_should_consume_path_in_values ... ok
[INFO] [stdout] test parser_test::parse_line::it_can_parse_category ... ok
[INFO] [stdout] test parser_test::parse_line::it_can_parse_comment ... ok
[INFO] [stdout] test parser_test::parse_directive::it_should_reject_the_directive_with_no_key ... ok
[INFO] [stdout] test parser_test::parse_line::it_is_present ... ok
[INFO] [stdout] test parser_test::parse_line::it_can_parse_directive ... ok
[INFO] [stdout] test parser_test::parse_unit::it_keep_line_numbers_in_errors2 ... ok
[INFO] [stdout] test parser_test::parse_unit::it_keep_line_numbers_in_errors ... ok
[INFO] [stdout] test parser_test::parse_unit::it_returns_an_error_in_case_of_parse_error ... ok
[INFO] [stdout] test parser_test::parse_unit::it_skip_empty_lines ... ok
[INFO] [stdout] test parser_test::take_whole_line::it_returns_whole_line ... ok
[INFO] [stdout] test parser_test::parse_unit::it_returns_a_vec_of_parsed_lines ... ok
[INFO] [stdout] test parser_test::parse_comment::it_should_be_done_when_starting_with_hash_char ... ok
[INFO] [stdout] test parser_test::parse_unit::it_trim_whitespaces_at_beginning_and_end_of_line ... ok
[INFO] [stdout] test parser_test::parse_unit::it_works_with_the_dummy ... ok
[INFO] [stdout] test parser_test::parse_directive::it_should_consume_the_directive_key_and_value ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests systemd_parser
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> src/parser.rs:57:38
[INFO] [stderr]    |
[INFO] [stderr] 57 |         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[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] 57 -         (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) })))
[INFO] [stderr] 57 +         (SystemdItem::Directive(key, if value.is_empty() { None } else { Some(value) }))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0529489b4d474b35a631e512f00d2aa67c7630f73c9ee07fc69b414d4eb63358", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0529489b4d474b35a631e512f00d2aa67c7630f73c9ee07fc69b414d4eb63358", kill_on_drop: false }`
[INFO] [stdout] 0529489b4d474b35a631e512f00d2aa67c7630f73c9ee07fc69b414d4eb63358
