[INFO] fetching crate docopticon 0.1.2... [INFO] testing docopticon-0.1.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate docopticon 0.1.2 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate docopticon 0.1.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded assert_fs v1.1.0 [INFO] [stderr] Downloaded bstr v1.9.0 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84440171ef5faff5b16dce3b3ff3bb665e60fa83e7c3c66023e5ebeb3659735f [INFO] running `Command { std: "docker" "start" "-a" "84440171ef5faff5b16dce3b3ff3bb665e60fa83e7c3c66023e5ebeb3659735f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84440171ef5faff5b16dce3b3ff3bb665e60fa83e7c3c66023e5ebeb3659735f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84440171ef5faff5b16dce3b3ff3bb665e60fa83e7c3c66023e5ebeb3659735f", kill_on_drop: false }` [INFO] [stdout] 84440171ef5faff5b16dce3b3ff3bb665e60fa83e7c3c66023e5ebeb3659735f [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a042daa8f2b62839edbf1c490e58987284416ab98a5ed3ca24ab405fc3cdacd9 [INFO] running `Command { std: "docker" "start" "-a" "a042daa8f2b62839edbf1c490e58987284416ab98a5ed3ca24ab405fc3cdacd9", 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:44 [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:53 [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.22s [INFO] running `Command { std: "docker" "inspect" "a042daa8f2b62839edbf1c490e58987284416ab98a5ed3ca24ab405fc3cdacd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a042daa8f2b62839edbf1c490e58987284416ab98a5ed3ca24ab405fc3cdacd9", kill_on_drop: false }` [INFO] [stdout] a042daa8f2b62839edbf1c490e58987284416ab98a5ed3ca24ab405fc3cdacd9 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 375edb4864b9d1390b3d93fc0205f3346c40b497d694343b4a69a0db77da1278 [INFO] running `Command { std: "docker" "start" "-a" "375edb4864b9d1390b3d93fc0205f3346c40b497d694343b4a69a0db77da1278", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/docopt.rs:221:44 [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:53 [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 predicates-tree v1.0.9 [INFO] [stderr] Compiling predicates v3.0.4 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling bstr v1.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.17 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [INFO] [stderr] Compiling regex-automata v0.4.3 [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:44 [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:53 [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 16.62s [INFO] running `Command { std: "docker" "inspect" "375edb4864b9d1390b3d93fc0205f3346c40b497d694343b4a69a0db77da1278", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "375edb4864b9d1390b3d93fc0205f3346c40b497d694343b4a69a0db77da1278", kill_on_drop: false }` [INFO] [stdout] 375edb4864b9d1390b3d93fc0205f3346c40b497d694343b4a69a0db77da1278 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 488748ec384ed185bf409108ab7207ecc331bba18755c1b1807f358c3961cefd [INFO] running `Command { std: "docker" "start" "-a" "488748ec384ed185bf409108ab7207ecc331bba18755c1b1807f358c3961cefd", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/docopt.rs:221:44 [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:53 [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 (run `cargo fix --lib -p docopticon` to apply 3 suggestions) [INFO] [stderr] warning: `docopticon` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/docopticon-0d3bba01309f5f30) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test docopt::tests::parse_description ... ok [INFO] [stdout] test parser::tests::find_from_end ... ok [INFO] [stdout] test parser::tests::find ... ok [INFO] [stdout] test parser::tests::read_until ... ok [INFO] [stdout] test parser::tests::read_until_either ... ok [INFO] [stdout] test parser::tests::readline ... ok [INFO] [stdout] test docopt::tests::parse_option ... ok [INFO] [stdout] test parser::tests::skip ... ok [INFO] [stdout] test parser::tests::skip_after ... ok [INFO] [stdout] test parser::tests::skip_until ... ok [INFO] [stdout] test parser::tests::starts_with ... ok [INFO] [stdout] test parser::tests::trim ... ok [INFO] [stdout] test parser::tests::split_once_delimiter ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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" "488748ec384ed185bf409108ab7207ecc331bba18755c1b1807f358c3961cefd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "488748ec384ed185bf409108ab7207ecc331bba18755c1b1807f358c3961cefd", kill_on_drop: false }` [INFO] [stdout] 488748ec384ed185bf409108ab7207ecc331bba18755c1b1807f358c3961cefd