[INFO] fetching crate docopticon 0.1.2... [INFO] testing docopticon-0.1.2 against 1.90.0 for beta-1.91-3 [INFO] extracting crate docopticon 0.1.2 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate docopticon 0.1.2 [INFO] finished tweaking crates.io crate docopticon 0.1.2 [INFO] tweaked toml for crates.io crate docopticon 0.1.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate docopticon 0.1.2 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate docopticon 0.1.2 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded predicates-core v1.0.6 [INFO] [stderr] Downloaded predicates-tree v1.0.9 [INFO] [stderr] Downloaded assert_fs v1.1.0 [INFO] [stderr] Downloaded globwalk v0.8.1 [INFO] [stderr] Downloaded predicates v3.0.4 [INFO] [stderr] Downloaded tempfile v3.9.0 [INFO] [stderr] Downloaded proc-macro2 v1.0.71 [INFO] [stderr] Downloaded ignore v0.4.21 [INFO] [stderr] Downloaded itertools v0.11.0 [INFO] [stderr] Downloaded syn v2.0.43 [INFO] [stderr] Downloaded rustix v0.38.28 [INFO] [stderr] Downloaded bstr v1.9.0 [INFO] [stderr] Downloaded libc v0.2.151 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b865687af97198974cf6d8fb3ee05e133405bbb2cc618f19e5525049f06a42f4 [INFO] running `Command { std: "docker" "start" "-a" "b865687af97198974cf6d8fb3ee05e133405bbb2cc618f19e5525049f06a42f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b865687af97198974cf6d8fb3ee05e133405bbb2cc618f19e5525049f06a42f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b865687af97198974cf6d8fb3ee05e133405bbb2cc618f19e5525049f06a42f4", kill_on_drop: false }` [INFO] [stdout] b865687af97198974cf6d8fb3ee05e133405bbb2cc618f19e5525049f06a42f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6af179b99b8cd0cb7fb93ab8f8788c64b2be70bd58ef9667a4f59d4edb9dbe50 [INFO] running `Command { std: "docker" "start" "-a" "6af179b99b8cd0cb7fb93ab8f8788c64b2be70bd58ef9667a4f59d4edb9dbe50", kill_on_drop: false }` [INFO] [stderr] Compiling docopticon v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:221:36 [INFO] [stdout] | [INFO] [stdout] 221 | fn parse_option(parser: Parser<'d>) -> Result<((&'d str, Option<&'d str>), Parser<'d>)> { [INFO] [stdout] | ^^ ------------------------------------------------ [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the same lifetime is named here [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 221 | fn parse_option(parser: Parser<'d>) -> Result<'d, ((&'d str, Option<&'d str>), Parser<'d>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:270:45 [INFO] [stdout] | [INFO] [stdout] 270 | const fn parse_parameter(parser: Parser<'d>) -> Result<(Option<&'d str>, Parser<'d>)> { [INFO] [stdout] | ^^ ------------------------------------- [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 270 | const fn parse_parameter(parser: Parser<'d>) -> Result<'d, (Option<&'d str>, Parser<'d>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:282:32 [INFO] [stdout] | [INFO] [stdout] 282 | const fn parse_description(&self, parser: Parser<'d>) -> Result<(&'d str, Option<&'d str>)> { [INFO] [stdout] | ^^^^^ ---------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 282 | const fn parse_description(&self, parser: Parser<'d>) -> Result<'_, (&'d str, Option<&'d str>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] running `Command { std: "docker" "inspect" "6af179b99b8cd0cb7fb93ab8f8788c64b2be70bd58ef9667a4f59d4edb9dbe50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6af179b99b8cd0cb7fb93ab8f8788c64b2be70bd58ef9667a4f59d4edb9dbe50", kill_on_drop: false }` [INFO] [stdout] 6af179b99b8cd0cb7fb93ab8f8788c64b2be70bd58ef9667a4f59d4edb9dbe50 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba67def7dfe503d7e6308e8c93dca5b0cb050d08de0f7fca1b92df3387166740 [INFO] running `Command { std: "docker" "start" "-a" "ba67def7dfe503d7e6308e8c93dca5b0cb050d08de0f7fca1b92df3387166740", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.17 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling bstr v1.9.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:221:36 [INFO] [stdout] | [INFO] [stdout] 221 | fn parse_option(parser: Parser<'d>) -> Result<((&'d str, Option<&'d str>), Parser<'d>)> { [INFO] [stdout] | ^^ ------------------------------------------------ [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the same lifetime is named here [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 221 | fn parse_option(parser: Parser<'d>) -> Result<'d, ((&'d str, Option<&'d str>), Parser<'d>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:270:45 [INFO] [stdout] | [INFO] [stdout] 270 | const fn parse_parameter(parser: Parser<'d>) -> Result<(Option<&'d str>, Parser<'d>)> { [INFO] [stdout] | ^^ ------------------------------------- [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 270 | const fn parse_parameter(parser: Parser<'d>) -> Result<'d, (Option<&'d str>, Parser<'d>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:282:32 [INFO] [stdout] | [INFO] [stdout] 282 | const fn parse_description(&self, parser: Parser<'d>) -> Result<(&'d str, Option<&'d str>)> { [INFO] [stdout] | ^^^^^ ---------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 282 | const fn parse_description(&self, parser: Parser<'d>) -> Result<'_, (&'d str, Option<&'d str>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling predicates v3.0.4 [INFO] [stderr] Compiling tempfile v3.9.0 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling ignore v0.4.21 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling assert_fs v1.1.0 [INFO] [stderr] Compiling docopticon v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:221:36 [INFO] [stdout] | [INFO] [stdout] 221 | fn parse_option(parser: Parser<'d>) -> Result<((&'d str, Option<&'d str>), Parser<'d>)> { [INFO] [stdout] | ^^ ------------------------------------------------ [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the same lifetime is named here [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 221 | fn parse_option(parser: Parser<'d>) -> Result<'d, ((&'d str, Option<&'d str>), Parser<'d>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:270:45 [INFO] [stdout] | [INFO] [stdout] 270 | const fn parse_parameter(parser: Parser<'d>) -> Result<(Option<&'d str>, Parser<'d>)> { [INFO] [stdout] | ^^ ------------------------------------- [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 270 | const fn parse_parameter(parser: Parser<'d>) -> Result<'d, (Option<&'d str>, Parser<'d>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:282:32 [INFO] [stdout] | [INFO] [stdout] 282 | const fn parse_description(&self, parser: Parser<'d>) -> Result<(&'d str, Option<&'d str>)> { [INFO] [stdout] | ^^^^^ ---------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 282 | const fn parse_description(&self, parser: Parser<'d>) -> Result<'_, (&'d str, Option<&'d str>)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.73s [INFO] running `Command { std: "docker" "inspect" "ba67def7dfe503d7e6308e8c93dca5b0cb050d08de0f7fca1b92df3387166740", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba67def7dfe503d7e6308e8c93dca5b0cb050d08de0f7fca1b92df3387166740", kill_on_drop: false }` [INFO] [stdout] ba67def7dfe503d7e6308e8c93dca5b0cb050d08de0f7fca1b92df3387166740 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0eebdbd6cd8801cc027dd391f3f856a87890a8a5f9ca3dfae0e1b3cd9e00e6c7 [INFO] running `Command { std: "docker" "start" "-a" "0eebdbd6cd8801cc027dd391f3f856a87890a8a5f9ca3dfae0e1b3cd9e00e6c7", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/docopt.rs:221:36 [INFO] [stderr] | [INFO] [stderr] 221 | fn parse_option(parser: Parser<'d>) -> Result<((&'d str, Option<&'d str>), Parser<'d>)> { [INFO] [stderr] | ^^ ------------------------------------------------ [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | the same lifetime is named here [INFO] [stderr] | | | | the same lifetime is named here [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'d` [INFO] [stderr] | [INFO] [stderr] 221 | fn parse_option(parser: Parser<'d>) -> Result<'d, ((&'d str, Option<&'d str>), Parser<'d>)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/docopt.rs:270:45 [INFO] [stderr] | [INFO] [stderr] 270 | const fn parse_parameter(parser: Parser<'d>) -> Result<(Option<&'d str>, Parser<'d>)> { [INFO] [stderr] | ^^ ------------------------------------- [INFO] [stderr] | | | | | [INFO] [stderr] | | | | the same lifetime is named here [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'d` [INFO] [stderr] | [INFO] [stderr] 270 | const fn parse_parameter(parser: Parser<'d>) -> Result<'d, (Option<&'d str>, Parser<'d>)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/docopt.rs:282:32 [INFO] [stderr] | [INFO] [stderr] 282 | const fn parse_description(&self, parser: Parser<'d>) -> Result<(&'d str, Option<&'d str>)> { [INFO] [stderr] | ^^^^^ ---------------------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 282 | const fn parse_description(&self, parser: Parser<'d>) -> Result<'_, (&'d str, Option<&'d str>)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `docopticon` (lib) generated 3 warnings [INFO] [stderr] warning: `docopticon` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/docopticon-69cbf34b05a97198) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test docopt::tests::parse_description ... ok [INFO] [stdout] test parser::tests::read_until ... ok [INFO] [stdout] test parser::tests::readline ... ok [INFO] [stdout] test parser::tests::skip ... ok [INFO] [stdout] test parser::tests::skip_until ... ok [INFO] [stdout] test parser::tests::starts_with ... ok [INFO] [stdout] test parser::tests::read_until_either ... ok [INFO] [stdout] test parser::tests::split_once_delimiter ... ok [INFO] [stdout] test parser::tests::find ... ok [INFO] [stdout] test docopt::tests::parse_option ... ok [INFO] [stdout] test parser::tests::skip_after ... ok [INFO] [stdout] test parser::tests::find_from_end ... ok [INFO] [stdout] test parser::tests::trim ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests docopticon [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" "0eebdbd6cd8801cc027dd391f3f856a87890a8a5f9ca3dfae0e1b3cd9e00e6c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0eebdbd6cd8801cc027dd391f3f856a87890a8a5f9ca3dfae0e1b3cd9e00e6c7", kill_on_drop: false }` [INFO] [stdout] 0eebdbd6cd8801cc027dd391f3f856a87890a8a5f9ca3dfae0e1b3cd9e00e6c7