[INFO] fetching crate password-rules-parser 1.1.0...
[INFO] testing password-rules-parser-1.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate password-rules-parser 1.1.0 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate password-rules-parser 1.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pretty-lint v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 146724dd4b5807b01c9e66460f69a1ebb9a5ada86bcc21b9600c8a91d7ad427f
[INFO] running `Command { std: "docker" "start" "-a" "146724dd4b5807b01c9e66460f69a1ebb9a5ada86bcc21b9600c8a91d7ad427f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "146724dd4b5807b01c9e66460f69a1ebb9a5ada86bcc21b9600c8a91d7ad427f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "146724dd4b5807b01c9e66460f69a1ebb9a5ada86bcc21b9600c8a91d7ad427f", kill_on_drop: false }`
[INFO] [stdout] 146724dd4b5807b01c9e66460f69a1ebb9a5ada86bcc21b9600c8a91d7ad427f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce56a60333492e02d9702940c2adbd428bef469d9ac2d670121ff3e965c01ab6
[INFO] running `Command { std: "docker" "start" "-a" "ce56a60333492e02d9702940c2adbd428bef469d9ac2d670121ff3e965c01ab6", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling pretty-lint v0.1.1
[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<CharacterClass>, 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<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: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.58s
[INFO] running `Command { std: "docker" "inspect" "ce56a60333492e02d9702940c2adbd428bef469d9ac2d670121ff3e965c01ab6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce56a60333492e02d9702940c2adbd428bef469d9ac2d670121ff3e965c01ab6", kill_on_drop: false }`
[INFO] [stdout] ce56a60333492e02d9702940c2adbd428bef469d9ac2d670121ff3e965c01ab6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f11d197840c3fef9b81b0c30fedbefdd0c34655a153ada8b4011cf8c65cf7c2
[INFO] running `Command { std: "docker" "start" "-a" "0f11d197840c3fef9b81b0c30fedbefdd0c34655a153ada8b4011cf8c65cf7c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling anyhow v1.0.98
[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<CharacterClass>, 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<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: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 terminal_size v0.1.17
[INFO] [stderr]    Compiling getrandom v0.3.3
[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<CharacterClass>, 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<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: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 9.06s
[INFO] running `Command { std: "docker" "inspect" "0f11d197840c3fef9b81b0c30fedbefdd0c34655a153ada8b4011cf8c65cf7c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f11d197840c3fef9b81b0c30fedbefdd0c34655a153ada8b4011cf8c65cf7c2", kill_on_drop: false }`
[INFO] [stdout] 0f11d197840c3fef9b81b0c30fedbefdd0c34655a153ada8b4011cf8c65cf7c2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c5f31e526efc2851c69384a4f319acc5f84e1db1139b39f72217df6f61557dd0
[INFO] running `Command { std: "docker" "start" "-a" "c5f31e526efc2851c69384a4f319acc5f84e1db1139b39f72217df6f61557dd0", 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<CharacterClass>, 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<CharacterClass>, 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.11s
[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_special ... ok
[INFO] [stdout] test test::canonicalize::alphanumeric_and_some_specials ... ok
[INFO] [stdout] test test::canonicalize::digits_and_some_lowers ... 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_upper1 ... ok
[INFO] [stdout] test test::parser::apple_suite::all_upper2 ... 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_custom_class5 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax1 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax12 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax13 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax10 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax14 ... 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::canonicalize::all_alpha ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax17 ... 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_syntax2 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax3 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax4 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax9 ... 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::bad_syntax5 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax7 ... ok
[INFO] [stdout] test test::parser::apple_suite::collapse_allow2 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax6 ... ok
[INFO] [stdout] test test::parser::apple_suite::collapse_allow3 ... ok
[INFO] [stdout] test test::parser::apple_suite::bad_syntax8 ... ok
[INFO] [stdout] test test::parser::apple_suite::canonical1 ... ok
[INFO] [stdout] test test::parser::apple_suite::custom_class1 ... ok
[INFO] [stdout] test test::parser::apple_suite::custom_class2 ... ok
[INFO] [stdout] test test::parser::apple_suite::custom_class3 ... ok
[INFO] [stdout] test test::parser::apple_suite::custom_class4 ... ok
[INFO] [stdout] test test::parser::apple_suite::collapse_allow4 ... 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::empty_string ... ok
[INFO] [stdout] test test::parser::apple_suite::max_consecutive1 ... ok
[INFO] [stdout] test test::parser::apple_suite::max_consecutive2 ... ok
[INFO] [stdout] test test::parser::apple_suite::max_consecutive3 ... ok
[INFO] [stdout] test test::parser::apple_suite::max_consecutive_min1 ... ok
[INFO] [stdout] test test::parser::apple_suite::req_upper2 ... ok
[INFO] [stdout] test test::parser::apple_suite::max_consecutive_min2 ... ok
[INFO] [stdout] test test::parser::apple_suite::max_consecutive_min3 ... ok
[INFO] [stdout] test test::parser::apple_suite::minlength_max1 ... ok
[INFO] [stdout] test test::parser::apple_suite::minlength_max2 ... ok
[INFO] [stdout] test test::parser::apple_suite::req_upper_case ... ok
[INFO] [stdout] test test::parser::apple_suite::req_upper1 ... ok
[INFO] [stdout] test test::parser::apple_suite::req_upper3 ... ok
[INFO] [stdout] test test::parser::apple_suite::req_upper6 ... ok
[INFO] [stdout] test test::parser::apple_suite::max_consecutive_min4 ... ok
[INFO] [stdout] test test::parser::apple_suite::req_upper4 ... 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_allow2 ... ok
[INFO] [stdout] test test::parser::apple_suite::required_allow3 ... ok
[INFO] [stdout] test test::parser::complex_input ... 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::invalid_bracket ... ok
[INFO] [stdout] test test::parser::invalid_hyphen ... ok
[INFO] [stdout] test test::parser::missing_integers ... ok
[INFO] [stdout] test test::parser::multiple_classes ... ok
[INFO] [stdout] test test::parser::missing_property ... ok
[INFO] [stdout] test test::parser::multiple_length_constraints ... ok
[INFO] [stdout] test test::parser::empty_custom_class ... ok
[INFO] [stdout] test test::parser::skip_unicode_characters ... ok
[INFO] [stdout] test test::parser::empty_string ... ok
[INFO] [stdout] test test::parser::multiple_required_sets ... ok
[INFO] [stdout] test test::satisfies_required::test_satisfies_required ... ok
[INFO] [stdout] test test::parser::unicode_overpowers_everything ... 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.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c5f31e526efc2851c69384a4f319acc5f84e1db1139b39f72217df6f61557dd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5f31e526efc2851c69384a4f319acc5f84e1db1139b39f72217df6f61557dd0", kill_on_drop: false }`
[INFO] [stdout] c5f31e526efc2851c69384a4f319acc5f84e1db1139b39f72217df6f61557dd0
