[INFO] fetching crate password-rules-parser 1.1.0... [INFO] testing password-rules-parser-1.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate password-rules-parser 1.1.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate password-rules-parser 1.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate password-rules-parser 1.1.0 [INFO] tweaked toml for crates.io crate password-rules-parser 1.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate password-rules-parser 1.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate password-rules-parser 1.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pretty-lint v0.1.1 [INFO] [stderr] Downloaded dialoguer v0.8.0 [INFO] [stderr] Downloaded console v0.14.1 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44ff23ee20627e8496cf987bb1f047b1e46720afc301c288b50c1d06951fb06b [INFO] running `Command { std: "docker" "start" "-a" "44ff23ee20627e8496cf987bb1f047b1e46720afc301c288b50c1d06951fb06b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44ff23ee20627e8496cf987bb1f047b1e46720afc301c288b50c1d06951fb06b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44ff23ee20627e8496cf987bb1f047b1e46720afc301c288b50c1d06951fb06b", kill_on_drop: false }` [INFO] [stdout] 44ff23ee20627e8496cf987bb1f047b1e46720afc301c288b50c1d06951fb06b [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8da9914451bc3353f3df9cfafa64aec95bcf5dd5a77d0067244707f6ec89f1c5 [INFO] running `Command { std: "docker" "start" "-a" "8da9914451bc3353f3df9cfafa64aec95bcf5dd5a77d0067244707f6ec89f1c5", kill_on_drop: false }` [INFO] [stderr] Compiling pretty-lint v0.1.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling password-rules-parser v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:489:33 [INFO] [stdout] | [INFO] [stdout] 489 | fn parse_character_class(input: &str) -> IResult<&str, CharacterClass, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 489 | fn parse_character_class(input: &str) -> IResult<&str, CharacterClass, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:506:12 [INFO] [stdout] | [INFO] [stdout] 506 | input: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 507 | ) -> IResult<&str, Vec, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [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] 507 | ) -> IResult<&str, Vec, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:566:22 [INFO] [stdout] | [INFO] [stdout] 566 | fn parse_rule(input: &str) -> IResult<&str, PasswordRule, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 566 | fn parse_rule(input: &str) -> IResult<&str, PasswordRule, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:605:27 [INFO] [stdout] | [INFO] [stdout] 605 | fn parse_rule_list(input: &str) -> IResult<&str, PasswordRules, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 605 | fn parse_rule_list(input: &str) -> IResult<&str, PasswordRules, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s [INFO] running `Command { std: "docker" "inspect" "8da9914451bc3353f3df9cfafa64aec95bcf5dd5a77d0067244707f6ec89f1c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8da9914451bc3353f3df9cfafa64aec95bcf5dd5a77d0067244707f6ec89f1c5", kill_on_drop: false }` [INFO] [stdout] 8da9914451bc3353f3df9cfafa64aec95bcf5dd5a77d0067244707f6ec89f1c5 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a575f60535fd883cf4cab5782c74d2b8fa0d0a7a879b6931b2569e5493487324 [INFO] running `Command { std: "docker" "start" "-a" "a575f60535fd883cf4cab5782c74d2b8fa0d0a7a879b6931b2569e5493487324", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:489:33 [INFO] [stdout] | [INFO] [stdout] 489 | fn parse_character_class(input: &str) -> IResult<&str, CharacterClass, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 489 | fn parse_character_class(input: &str) -> IResult<&str, CharacterClass, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:506:12 [INFO] [stdout] | [INFO] [stdout] 506 | input: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 507 | ) -> IResult<&str, Vec, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [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] 507 | ) -> IResult<&str, Vec, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:566:22 [INFO] [stdout] | [INFO] [stdout] 566 | fn parse_rule(input: &str) -> IResult<&str, PasswordRule, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 566 | fn parse_rule(input: &str) -> IResult<&str, PasswordRule, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:605:27 [INFO] [stdout] | [INFO] [stdout] 605 | fn parse_rule_list(input: &str) -> IResult<&str, PasswordRules, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 605 | fn parse_rule_list(input: &str) -> IResult<&str, PasswordRules, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling dialoguer v0.8.0 [INFO] [stderr] Compiling password-rules-parser v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:489:33 [INFO] [stdout] | [INFO] [stdout] 489 | fn parse_character_class(input: &str) -> IResult<&str, CharacterClass, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 489 | fn parse_character_class(input: &str) -> IResult<&str, CharacterClass, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:506:12 [INFO] [stdout] | [INFO] [stdout] 506 | input: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 507 | ) -> IResult<&str, Vec, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [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] 507 | ) -> IResult<&str, Vec, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:566:22 [INFO] [stdout] | [INFO] [stdout] 566 | fn parse_rule(input: &str) -> IResult<&str, PasswordRule, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 566 | fn parse_rule(input: &str) -> IResult<&str, PasswordRule, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:605:27 [INFO] [stdout] | [INFO] [stdout] 605 | fn parse_rule_list(input: &str) -> IResult<&str, PasswordRules, PasswordRulesErrorContext> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 605 | fn parse_rule_list(input: &str) -> IResult<&str, PasswordRules, PasswordRulesErrorContext<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.59s [INFO] running `Command { std: "docker" "inspect" "a575f60535fd883cf4cab5782c74d2b8fa0d0a7a879b6931b2569e5493487324", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a575f60535fd883cf4cab5782c74d2b8fa0d0a7a879b6931b2569e5493487324", kill_on_drop: false }` [INFO] [stdout] a575f60535fd883cf4cab5782c74d2b8fa0d0a7a879b6931b2569e5493487324 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 92ee7b72030db21c004e45d7f54b2a74b28bc08e43bddf98c45e106bc3058c87 [INFO] running `Command { std: "docker" "start" "-a" "92ee7b72030db21c004e45d7f54b2a74b28bc08e43bddf98c45e106bc3058c87", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:489:33 [INFO] [stderr] | [INFO] [stderr] 489 | fn parse_character_class(input: &str) -> IResult<&str, CharacterClass, PasswordRulesErrorContext> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 489 | fn parse_character_class(input: &str) -> IResult<&str, CharacterClass, PasswordRulesErrorContext<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:506:12 [INFO] [stderr] | [INFO] [stderr] 506 | input: &str, [INFO] [stderr] | ^^^^ the lifetime is elided here [INFO] [stderr] 507 | ) -> IResult<&str, Vec, PasswordRulesErrorContext> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [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] 507 | ) -> IResult<&str, Vec, PasswordRulesErrorContext<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:566:22 [INFO] [stderr] | [INFO] [stderr] 566 | fn parse_rule(input: &str) -> IResult<&str, PasswordRule, PasswordRulesErrorContext> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 566 | fn parse_rule(input: &str) -> IResult<&str, PasswordRule, PasswordRulesErrorContext<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:605:27 [INFO] [stderr] | [INFO] [stderr] 605 | fn parse_rule_list(input: &str) -> IResult<&str, PasswordRules, PasswordRulesErrorContext> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 605 | fn parse_rule_list(input: &str) -> IResult<&str, PasswordRules, PasswordRulesErrorContext<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `password-rules-parser` (lib) generated 4 warnings (run `cargo fix --lib -p password-rules-parser` to apply 4 suggestions) [INFO] [stderr] warning: `password-rules-parser` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/password_rules_parser-c197d0ea90f9b666) [INFO] [stdout] [INFO] [stdout] running 83 tests [INFO] [stdout] test test::canonicalize::all_lower ... ok [INFO] [stdout] test test::canonicalize::all_alpha ... ok [INFO] [stdout] test test::canonicalize::digits_and_some_lowers ... ok [INFO] [stdout] test test::canonicalize::alphanumeric_and_some_specials ... ok [INFO] [stdout] test test::canonicalize::all_special ... ok [INFO] [stdout] test test::canonicalize::everything ... ok [INFO] [stdout] test test::canonicalize::few_characters ... ok [INFO] [stdout] test test::parser::allow_missing_trailing_semicolon ... ok [INFO] [stdout] test test::parser::apple_suite::all_upper2 ... ok [INFO] [stdout] test test::parser::apple_suite::all_upper1 ... ok [INFO] [stdout] test test::parser::apple_suite::allowed_reduction ... ok [INFO] [stdout] test test::parser::apple_suite::bad_custom_class1 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_custom_class2 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_custom_class3 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_custom_class4 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax1 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_custom_class5 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax10 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax13 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax11 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax15 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax16 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax14 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax12 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax2 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax3 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax6 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax5 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax18 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax19 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax4 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax8 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax9 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax17 ... ok [INFO] [stdout] test test::parser::apple_suite::canonical1 ... ok [INFO] [stdout] test test::parser::apple_suite::bad_syntax7 ... ok [INFO] [stdout] test test::parser::apple_suite::collapse_allow3 ... ok [INFO] [stdout] test test::parser::apple_suite::collapse_allow2 ... ok [INFO] [stdout] test test::parser::apple_suite::custom_class1 ... ok [INFO] [stdout] test test::parser::apple_suite::collapse_allow1 ... ok [INFO] [stdout] test test::parser::apple_suite::canonical2 ... ok [INFO] [stdout] test test::parser::apple_suite::custom_class3 ... ok [INFO] [stdout] test test::parser::apple_suite::custom_unicode_dropped1 ... ok [INFO] [stdout] test test::parser::apple_suite::custom_unicode_dropped2 ... ok [INFO] [stdout] test test::parser::apple_suite::custom_class4 ... ok [INFO] [stdout] test test::parser::apple_suite::custom_class2 ... ok [INFO] [stdout] test test::parser::apple_suite::collapse_allow4 ... ok [INFO] [stdout] test test::parser::apple_suite::empty_string ... ok [INFO] [stdout] test test::parser::apple_suite::max_consecutive2 ... ok [INFO] [stdout] test test::parser::apple_suite::max_consecutive1 ... ok [INFO] [stdout] test test::parser::apple_suite::max_consecutive_min1 ... ok [INFO] [stdout] test test::parser::apple_suite::minlength_max1 ... ok [INFO] [stdout] test test::parser::apple_suite::max_consecutive3 ... ok [INFO] [stdout] test test::parser::apple_suite::max_consecutive_min3 ... ok [INFO] [stdout] test test::parser::apple_suite::max_consecutive_min4 ... ok [INFO] [stdout] test test::parser::apple_suite::minlength_max2 ... ok [INFO] [stdout] test test::parser::apple_suite::max_consecutive_min2 ... ok [INFO] [stdout] test test::parser::apple_suite::req_upper3 ... ok [INFO] [stdout] test test::parser::apple_suite::req_upper4 ... ok [INFO] [stdout] test test::parser::apple_suite::req_upper6 ... ok [INFO] [stdout] test test::parser::apple_suite::req_upper1 ... ok [INFO] [stdout] test test::parser::apple_suite::require_allow2 ... ok [INFO] [stdout] test test::parser::apple_suite::req_upper_case ... ok [INFO] [stdout] test test::parser::apple_suite::required_allow3 ... ok [INFO] [stdout] test test::parser::apple_suite::require_allow1 ... ok [INFO] [stdout] test test::parser::ascii_overpowers_everything_else ... ok [INFO] [stdout] test test::parser::apple_suite::require_empty ... ok [INFO] [stdout] test test::parser::custom_class_bracket_hyphen ... ok [INFO] [stdout] test test::parser::apple_suite::required_canonical ... ok [INFO] [stdout] test test::parser::complex_input ... ok [INFO] [stdout] test test::parser::invalid_bracket ... ok [INFO] [stdout] test test::parser::invalid_hyphen ... ok [INFO] [stdout] test test::parser::empty_custom_class ... ok [INFO] [stdout] test test::parser::empty_string ... ok [INFO] [stdout] test test::parser::missing_integers ... ok [INFO] [stdout] test test::parser::apple_suite::req_upper2 ... ok [INFO] [stdout] test test::parser::missing_property ... ok [INFO] [stdout] test test::parser::multiple_classes ... ok [INFO] [stdout] test test::parser::multiple_length_constraints ... ok [INFO] [stdout] test test::parser::multiple_required_sets ... ok [INFO] [stdout] test test::parser::skip_unicode_characters ... ok [INFO] [stdout] test test::parser::unicode_overpowers_everything ... ok [INFO] [stdout] test test::satisfies_required::test_satisfies_required ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests password_rules_parser [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 52) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "92ee7b72030db21c004e45d7f54b2a74b28bc08e43bddf98c45e106bc3058c87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92ee7b72030db21c004e45d7f54b2a74b28bc08e43bddf98c45e106bc3058c87", kill_on_drop: false }` [INFO] [stdout] 92ee7b72030db21c004e45d7f54b2a74b28bc08e43bddf98c45e106bc3058c87