[INFO] fetching crate kdbx-rs 0.5.2...
[INFO] checking kdbx-rs-0.5.2 against master#2a023bf80a6fbd6a06d5460a34eb247b986286ed for pr-143764
[INFO] extracting crate kdbx-rs 0.5.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate kdbx-rs 0.5.2
[INFO] finished tweaking crates.io crate kdbx-rs 0.5.2
[INFO] tweaked toml for crates.io crate kdbx-rs 0.5.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate kdbx-rs 0.5.2 on toolchain 2a023bf80a6fbd6a06d5460a34eb247b986286ed
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2a023bf80a6fbd6a06d5460a34eb247b986286ed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate kdbx-rs 0.5.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2a023bf80a6fbd6a06d5460a34eb247b986286ed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2a023bf80a6fbd6a06d5460a34eb247b986286ed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6aa102024b5552ebd0e59c3ec96e345d3224ff63916c7e2b1ba0fe83f8b1e98f
[INFO] running `Command { std: "docker" "start" "-a" "6aa102024b5552ebd0e59c3ec96e345d3224ff63916c7e2b1ba0fe83f8b1e98f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6aa102024b5552ebd0e59c3ec96e345d3224ff63916c7e2b1ba0fe83f8b1e98f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6aa102024b5552ebd0e59c3ec96e345d3224ff63916c7e2b1ba0fe83f8b1e98f", kill_on_drop: false }`
[INFO] [stdout] 6aa102024b5552ebd0e59c3ec96e345d3224ff63916c7e2b1ba0fe83f8b1e98f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2a023bf80a6fbd6a06d5460a34eb247b986286ed" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dbaa48a68ab6b10cf5f59a1ed0504154c3b780aacc43ce5b3bc916cc602bf613
[INFO] running `Command { std: "docker" "start" "-a" "dbaa48a68ab6b10cf5f59a1ed0504154c3b780aacc43ce5b3bc916cc602bf613", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking rle-decode-fast v1.0.3
[INFO] [stderr]     Checking libflate_lz77 v1.2.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking xml-rs v0.8.22
[INFO] [stderr]     Checking blake2b_simd v1.0.2
[INFO] [stderr]     Checking libflate v1.4.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking rust-argon2 v2.1.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking twofish v0.7.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking kdbx-rs v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/database.rs:401:16
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn otp(&self) -> Option<Otp> {
[INFO] [stdout]     |                ^^^^^            --- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn otp(&self) -> Option<Otp<'_>> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/database.rs:571:35
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub fn recursive_entries<'a>(&'a self) -> Box<dyn Iterator<Item = &Entry> + 'a> {
[INFO] [stdout]     |                                   ^^                                  ------    -- the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                   |                                   |
[INFO] [stdout]     |                                   |                                   the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub fn recursive_entries<'a>(&'a self) -> Box<dyn Iterator<Item = &'a Entry> + 'a> {
[INFO] [stdout]     |                                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/database.rs:581:39
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn recursive_entries_mut<'a>(&'a mut self) -> Box<dyn Iterator<Item = &mut Entry> + 'a> {
[INFO] [stdout]     |                                       ^^                                      ----------    -- the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                       |                                       |
[INFO] [stdout]     |                                       this lifetime flows to the output       the lifetimes get resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn recursive_entries_mut<'a>(&'a mut self) -> Box<dyn Iterator<Item = &'a mut Entry> + 'a> {
[INFO] [stdout]     |                                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/database.rs:591:34
[INFO] [stdout]     |
[INFO] [stdout] 591 |     pub fn recursive_groups<'a>(&'a self) -> Box<dyn Iterator<Item = &Group> + 'a> {
[INFO] [stdout]     |                                  ^^                                  ------    -- the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                  |                                   |
[INFO] [stdout]     |                                  |                                   the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                  this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 591 |     pub fn recursive_groups<'a>(&'a self) -> Box<dyn Iterator<Item = &'a Group> + 'a> {
[INFO] [stdout]     |                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/database.rs:401:16
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn otp(&self) -> Option<Otp> {
[INFO] [stdout]     |                ^^^^^            --- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 401 |     pub fn otp(&self) -> Option<Otp<'_>> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/database.rs:571:35
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub fn recursive_entries<'a>(&'a self) -> Box<dyn Iterator<Item = &Entry> + 'a> {
[INFO] [stdout]     |                                   ^^                                  ------    -- the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                   |                                   |
[INFO] [stdout]     |                                   |                                   the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub fn recursive_entries<'a>(&'a self) -> Box<dyn Iterator<Item = &'a Entry> + 'a> {
[INFO] [stdout]     |                                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/database.rs:581:39
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn recursive_entries_mut<'a>(&'a mut self) -> Box<dyn Iterator<Item = &mut Entry> + 'a> {
[INFO] [stdout]     |                                       ^^                                      ----------    -- the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                       |                                       |
[INFO] [stdout]     |                                       this lifetime flows to the output       the lifetimes get resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn recursive_entries_mut<'a>(&'a mut self) -> Box<dyn Iterator<Item = &'a mut Entry> + 'a> {
[INFO] [stdout]     |                                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/database.rs:591:34
[INFO] [stdout]     |
[INFO] [stdout] 591 |     pub fn recursive_groups<'a>(&'a self) -> Box<dyn Iterator<Item = &Group> + 'a> {
[INFO] [stdout]     |                                  ^^                                  ------    -- the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                  |                                   |
[INFO] [stdout]     |                                  |                                   the lifetimes get resolved as `'a`
[INFO] [stdout]     |                                  this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 591 |     pub fn recursive_groups<'a>(&'a self) -> Box<dyn Iterator<Item = &'a Group> + 'a> {
[INFO] [stdout]     |                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.02s
[INFO] running `Command { std: "docker" "inspect" "dbaa48a68ab6b10cf5f59a1ed0504154c3b780aacc43ce5b3bc916cc602bf613", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbaa48a68ab6b10cf5f59a1ed0504154c3b780aacc43ce5b3bc916cc602bf613", kill_on_drop: false }`
[INFO] [stdout] dbaa48a68ab6b10cf5f59a1ed0504154c3b780aacc43ce5b3bc916cc602bf613
