[INFO] fetching crate crypt3_rs 0.1.1...
[INFO] testing crypt3_rs-0.1.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate crypt3_rs 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate crypt3_rs 0.1.1
[INFO] finished tweaking crates.io crate crypt3_rs 0.1.1
[INFO] tweaked toml for crates.io crate crypt3_rs 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate crypt3_rs 0.1.1 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 crypt3_rs 0.1.1 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]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.5.44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5286b5dd484d360343b50ba0aa198eb31bb62e3a90ed4c52859e3362e869210d
[INFO] running `Command { std: "docker" "start" "-a" "5286b5dd484d360343b50ba0aa198eb31bb62e3a90ed4c52859e3362e869210d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5286b5dd484d360343b50ba0aa198eb31bb62e3a90ed4c52859e3362e869210d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5286b5dd484d360343b50ba0aa198eb31bb62e3a90ed4c52859e3362e869210d", kill_on_drop: false }`
[INFO] [stdout] 5286b5dd484d360343b50ba0aa198eb31bb62e3a90ed4c52859e3362e869210d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e5631af717dda4906e6465c9cccd4e6deb286de566bf495d26b78fcf3c74b410
[INFO] running `Command { std: "docker" "start" "-a" "e5631af717dda4906e6465c9cccd4e6deb286de566bf495d26b78fcf3c74b410", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling crypt3_rs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/md5.rs:143:25
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn parse_md5_hash(hash: &str) -> Result<HashSetup> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn parse_md5_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/crypt/apr1.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 | fn parse_md5_hash(hash: &str) -> Result<HashSetup> {
[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] 70 | fn parse_md5_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/crypt/bsdi.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 | fn parse_bsdi_hash(hash: &str) -> Result<HashSetup> {
[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] 82 | fn parse_bsdi_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/sha1.rs:113:26
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn parse_sha1_hash(hash: &str) -> Result<HashSetup> {
[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] 113 | fn parse_sha1_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/sha256.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 | fn parse_sha256_hash(hash: &str) -> Result<HashSetup> {
[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] 101 | fn parse_sha256_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/sha512.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn parse_sha512_hash(hash: &str) -> Result<HashSetup> {
[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] 104 | fn parse_sha512_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
[INFO] running `Command { std: "docker" "inspect" "e5631af717dda4906e6465c9cccd4e6deb286de566bf495d26b78fcf3c74b410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5631af717dda4906e6465c9cccd4e6deb286de566bf495d26b78fcf3c74b410", kill_on_drop: false }`
[INFO] [stdout] e5631af717dda4906e6465c9cccd4e6deb286de566bf495d26b78fcf3c74b410
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b83a8bd4ead7300d3c98d328bd74f78207f915c758b1e808ca215788e814c07a
[INFO] running `Command { std: "docker" "start" "-a" "b83a8bd4ead7300d3c98d328bd74f78207f915c758b1e808ca215788e814c07a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/md5.rs:143:25
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn parse_md5_hash(hash: &str) -> Result<HashSetup> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn parse_md5_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/crypt/apr1.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 | fn parse_md5_hash(hash: &str) -> Result<HashSetup> {
[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] 70 | fn parse_md5_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/crypt/bsdi.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 | fn parse_bsdi_hash(hash: &str) -> Result<HashSetup> {
[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] 82 | fn parse_bsdi_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/sha1.rs:113:26
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn parse_sha1_hash(hash: &str) -> Result<HashSetup> {
[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] 113 | fn parse_sha1_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/sha256.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 | fn parse_sha256_hash(hash: &str) -> Result<HashSetup> {
[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] 101 | fn parse_sha256_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/sha512.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn parse_sha512_hash(hash: &str) -> Result<HashSetup> {
[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] 104 | fn parse_sha512_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling clap v4.5.44
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling crypt3_rs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/md5.rs:143:25
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn parse_md5_hash(hash: &str) -> Result<HashSetup> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn parse_md5_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/crypt/apr1.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 | fn parse_md5_hash(hash: &str) -> Result<HashSetup> {
[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] 70 | fn parse_md5_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/crypt/bsdi.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 | fn parse_bsdi_hash(hash: &str) -> Result<HashSetup> {
[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] 82 | fn parse_bsdi_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/sha1.rs:113:26
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn parse_sha1_hash(hash: &str) -> Result<HashSetup> {
[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] 113 | fn parse_sha1_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/sha256.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 | fn parse_sha256_hash(hash: &str) -> Result<HashSetup> {
[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] 101 | fn parse_sha256_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/crypt/sha512.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn parse_sha512_hash(hash: &str) -> Result<HashSetup> {
[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] 104 | fn parse_sha512_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.21s
[INFO] running `Command { std: "docker" "inspect" "b83a8bd4ead7300d3c98d328bd74f78207f915c758b1e808ca215788e814c07a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b83a8bd4ead7300d3c98d328bd74f78207f915c758b1e808ca215788e814c07a", kill_on_drop: false }`
[INFO] [stdout] b83a8bd4ead7300d3c98d328bd74f78207f915c758b1e808ca215788e814c07a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5981688f30ce2fdd1465d737bb3996e2f578519c3d15ffc685173e5efd794238
[INFO] running `Command { std: "docker" "start" "-a" "5981688f30ce2fdd1465d737bb3996e2f578519c3d15ffc685173e5efd794238", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/crypt/md5.rs:143:25
[INFO] [stderr]     |
[INFO] [stderr] 143 | fn parse_md5_hash(hash: &str) -> Result<HashSetup> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 143 | fn parse_md5_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/crypt/apr1.rs:70:25
[INFO] [stderr]    |
[INFO] [stderr] 70 | fn parse_md5_hash(hash: &str) -> Result<HashSetup> {
[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] 70 | fn parse_md5_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stderr]    |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/crypt/bsdi.rs:82:26
[INFO] [stderr]    |
[INFO] [stderr] 82 | fn parse_bsdi_hash(hash: &str) -> Result<HashSetup> {
[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] 82 | fn parse_bsdi_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stderr]    |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/crypt/sha1.rs:113:26
[INFO] [stderr]     |
[INFO] [stderr] 113 | fn parse_sha1_hash(hash: &str) -> Result<HashSetup> {
[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] 113 | fn parse_sha1_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/crypt/sha256.rs:101:28
[INFO] [stderr]     |
[INFO] [stderr] 101 | fn parse_sha256_hash(hash: &str) -> Result<HashSetup> {
[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] 101 | fn parse_sha256_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/crypt/sha512.rs:104:28
[INFO] [stderr]     |
[INFO] [stderr] 104 | fn parse_sha512_hash(hash: &str) -> Result<HashSetup> {
[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] 104 | fn parse_sha512_hash(hash: &str) -> Result<HashSetup<'_>> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `crypt3_rs` (lib) generated 6 warnings
[INFO] [stderr] warning: `crypt3_rs` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crypt3_rs-49b33e51100aecdd)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test crypt::unix::tests::custom ... ok
[INFO] [stdout] test hash::tests::fromstr ... ok
[INFO] [stdout] test parse::tests::drain_string ... ok
[INFO] [stdout] test parse::tests::combined_take ... ok
[INFO] [stdout] test parse::tests::empty_elements ... ok
[INFO] [stdout] test crypt::md5::tests::custom ... ok
[INFO] [stdout] test parse::tests::empty_string ... ok
[INFO] [stdout] test unix::tests::crypt_recognized ... ok
[INFO] [stdout] test crypt::bcrypt::tests::variant ... ok
[INFO] [stdout] test crypt::apr1::tests::custom ... ok
[INFO] [stdout] test crypt::sha1::tests::bad_rounds - should panic ... ok
[INFO] [stdout] test crypt::bsdi::tests::bad_rounds - should panic ... ok
[INFO] [stdout] test crypt::unix::tests::short_salt - should panic ... ok
[INFO] [stdout] test crypt::unix::tests::bad_salt_chars - should panic ... ok
[INFO] [stdout] test crypt::sha256::tests::implicit_dflt_rounds ... ok
[INFO] [stdout] test crypt::sha512::tests::implicit_dflt_rounds ... ok
[INFO] [stdout] test crypt::sha256::tests::custom ... ok
[INFO] [stdout] test crypt::sha512::tests::custom ... ok
[INFO] [stdout] test crypt::bsdi::tests::custom ... ok
[INFO] [stderr]    Doc-tests crypt3_rs
[INFO] [stdout] test crypt::sha1::tests::custom ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.89s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/crypt/apr1.rs - crypt::apr1 (line 10) ... ok
[INFO] [stdout] test src/crypt/unix.rs - crypt::unix (line 8) ... ok
[INFO] [stdout] test src/crypt/md5.rs - crypt::md5 (line 10) ... ok
[INFO] [stdout] test src/lib.rs - (line 24) ... ok
[INFO] [stdout] test src/lib.rs - (line 7) ... ok
[INFO] [stdout] test src/crypt/bsdi.rs - crypt::bsdi (line 10) ... ok
[INFO] [stdout] test src/crypt/sha1.rs - crypt::sha1 (line 11) ... ok
[INFO] [stdout] test src/crypt/sha256.rs - crypt::sha256 (line 10) ... ok
[INFO] [stdout] test src/crypt/sha512.rs - crypt::sha512 (line 10) ... ok
[INFO] [stdout] test src/crypt/bcrypt.rs - crypt::bcrypt (line 13) ... ok
[INFO] [stdout] test src/crypt/bcrypt.rs - crypt::bcrypt (line 22) ... ok
[INFO] [stdout] test src/lib.rs - (line 16) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.95s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5981688f30ce2fdd1465d737bb3996e2f578519c3d15ffc685173e5efd794238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5981688f30ce2fdd1465d737bb3996e2f578519c3d15ffc685173e5efd794238", kill_on_drop: false }`
[INFO] [stdout] 5981688f30ce2fdd1465d737bb3996e2f578519c3d15ffc685173e5efd794238
