[INFO] cloning repository https://github.com/dirkz/sequoia
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dirkz/sequoia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdirkz%2Fsequoia", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdirkz%2Fsequoia'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 554c2fe086c3288272b7acaa6100219b94ecba38
[INFO] testing dirkz/sequoia against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdirkz%2Fsequoia" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/dirkz/sequoia
[INFO] finished tweaking git repo https://github.com/dirkz/sequoia
[INFO] tweaked toml for git repo https://github.com/dirkz/sequoia written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dirkz/sequoia on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dirkz/sequoia 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3ae6d12af98e70b6e59aeda6daae2be3718e30871cb1d1d6bbe098d7efa7f0e9
[INFO] running `Command { std: "docker" "start" "-a" "3ae6d12af98e70b6e59aeda6daae2be3718e30871cb1d1d6bbe098d7efa7f0e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ae6d12af98e70b6e59aeda6daae2be3718e30871cb1d1d6bbe098d7efa7f0e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ae6d12af98e70b6e59aeda6daae2be3718e30871cb1d1d6bbe098d7efa7f0e9", kill_on_drop: false }`
[INFO] [stdout] 3ae6d12af98e70b6e59aeda6daae2be3718e30871cb1d1d6bbe098d7efa7f0e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21d1c514ae5917d1ac8585f3e1a60b53ca5f2a884be830e690665dfb35696ff8
[INFO] running `Command { std: "docker" "start" "-a" "21d1c514ae5917d1ac8585f3e1a60b53ca5f2a884be830e690665dfb35696ff8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling cc v1.0.101
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling bytes v1.6.1
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling tinyvec v1.6.1
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling syn v2.0.68
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling libloading v0.8.4
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling bindgen v0.68.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.76
[INFO] [stderr]    Compiling sha1collisiondetection v0.3.4
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling generic-array v1.0.0
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling buffered-reader v1.3.1 (/opt/rustwide/workdir/buffered-reader)
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling enum-as-inner v0.6.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.10
[INFO] [stderr]    Compiling memsec v0.7.0
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling hickory-proto v0.24.1
[INFO] [stderr]    Compiling nettle-sys v2.3.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling capnp v0.19.6
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling capnp-futures v0.19.0
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling capnp-rpc v0.19.2
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling z-base-32 v0.1.4
[INFO] [stderr]    Compiling hyper-util v0.1.5
[INFO] [stderr]    Compiling hickory-resolver v0.24.1
[INFO] [stderr]    Compiling hickory-client v0.24.1
[INFO] [stderr]    Compiling sequoia-openpgp v1.21.2 (/opt/rustwide/workdir/openpgp)
[INFO] [stderr]    Compiling sequoia-ipc v0.35.1 (/opt/rustwide/workdir/ipc)
[INFO] [stderr]    Compiling nettle v7.4.0
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.4
[INFO] [stdout] warning: method `digest_size` is never used
[INFO] [stdout]   --> openpgp/src/crypto/aead.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub trait Aead : seal::Sealed {
[INFO] [stdout]    |           ---- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 60 |     fn digest_size(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `block_size` is never used
[INFO] [stdout]   --> openpgp/src/crypto/symmetric.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) trait Mode: Send + Sync {
[INFO] [stdout]    |                  ---- method in this trait
[INFO] [stdout] 20 |     /// Block size of the underlying cipher in bytes.
[INFO] [stdout] 21 |     fn block_size(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `cookie_set`, `cookie_mut`, `write_be_u16`, and `write_be_u32` are never used
[INFO] [stdout]    --> openpgp/src/serialize/stream/writer/mod.rs:90:8
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub(crate) trait Stackable<'a, C> : io::Write + fmt::Debug {
[INFO] [stdout]     |                  --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout]  90 |     fn cookie_set(&mut self, cookie: C) -> C;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  96 |     fn cookie_mut(&mut self) -> &mut C;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     fn write_be_u16(&mut self, n: u16) -> io::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |     fn write_be_u32(&mut self, n: u32) -> io::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Sendable` is never used
[INFO] [stdout]   --> openpgp/src/types/mod.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub(crate) trait Sendable : Send {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Syncable` is never used
[INFO] [stdout]   --> openpgp/src/types/mod.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub(crate) trait Syncable : Sync {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mod.rs:279:26
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub(crate) fn pad(value: &[u8], to: usize) -> Result<Cow<[u8]>>
[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] 279 | pub(crate) fn pad(value: &[u8], to: usize) -> Result<Cow<'_, [u8]>>
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mod.rs:303:35
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub(crate) fn pad_at_least(value: &[u8], to: usize) -> Cow<[u8]>
[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] 303 | pub(crate) fn pad_at_least(value: &[u8], to: usize) -> Cow<'_, [u8]>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mod.rs:314:37
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub(crate) fn pad_truncating(value: &[u8], to: usize) -> Cow<[u8]>
[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] 314 | pub(crate) fn pad_truncating(value: &[u8], to: usize) -> Cow<'_, [u8]>
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mpi.rs:167:25
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn value_padded(&self, to: usize) -> Result<Cow<[u8]>> {
[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] 167 |     pub fn value_padded(&self, to: usize) -> Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/container.rs:252:24
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn descendants(&self) -> Option<Iter> {
[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] 252 |     pub fn descendants(&self) -> Option<Iter<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/container.rs:265:21
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub fn children(&self) -> Option<slice::Iter<Packet>> {
[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] 265 |     pub fn children(&self) -> Option<slice::Iter<'_, Packet>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/container.rs:432:31
[INFO] [stdout]     |
[INFO] [stdout] 432 |     pub(crate) fn descendants(&self) -> Option<Iter> {
[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] 432 |     pub(crate) fn descendants(&self) -> Option<Iter<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 536 | create_conversions!(KeyComponentAmalgamation<'a>);
[INFO] [stdout]     | -------------------------------------------------
[INFO] [stdout]     | |                                            |
[INFO] [stdout]     | |                                            the lifetime is named here
[INFO] [stdout]     | |                                            the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` which comes from the expansion of the macro `create_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 536 | create_conversions!(KeyComponentAmalgamation<'a>);
[INFO] [stdout]     | -------------------------------------------------
[INFO] [stdout]     | |                                            |
[INFO] [stdout]     | |                                            the lifetime is named here
[INFO] [stdout]     | |                                            the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` which comes from the expansion of the macro `create_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 538 | create_part_conversions!(PrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | -----------------------------------------------------
[INFO] [stdout]     | |                                               |
[INFO] [stdout]     | |                                               the lifetime is named here
[INFO] [stdout]     | |                                               the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 538 | create_part_conversions!(PrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | -----------------------------------------------------
[INFO] [stdout]     | |                                               |
[INFO] [stdout]     | |                                               the lifetime is named here
[INFO] [stdout]     | |                                               the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 539 | create_part_conversions!(SubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 539 | create_part_conversions!(SubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 540 | create_part_conversions!(ErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------
[INFO] [stdout]     | |                                              |
[INFO] [stdout]     | |                                              the lifetime is named here
[INFO] [stdout]     | |                                              the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 540 | create_part_conversions!(ErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------
[INFO] [stdout]     | |                                              |
[INFO] [stdout]     | |                                              the lifetime is named here
[INFO] [stdout]     | |                                              the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 541 | create_part_conversions!(ValidPrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------------
[INFO] [stdout]     | |                                                    |
[INFO] [stdout]     | |                                                    the lifetime is named here
[INFO] [stdout]     | |                                                    the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 541 | create_part_conversions!(ValidPrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------------
[INFO] [stdout]     | |                                                    |
[INFO] [stdout]     | |                                                    the lifetime is named here
[INFO] [stdout]     | |                                                    the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 542 | create_part_conversions!(ValidSubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | --------------------------------------------------------------
[INFO] [stdout]     | |                                                        |
[INFO] [stdout]     | |                                                        the lifetime is named here
[INFO] [stdout]     | |                                                        the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 542 | create_part_conversions!(ValidSubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | --------------------------------------------------------------
[INFO] [stdout]     | |                                                        |
[INFO] [stdout]     | |                                                        the lifetime is named here
[INFO] [stdout]     | |                                                        the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 543 | create_part_conversions!(ValidErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 543 | create_part_conversions!(ValidErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/user_attribute.rs:122:23
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn subpackets(&self) -> SubpacketIterator {
[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] 122 |     pub fn subpackets(&self) -> SubpacketIterator<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/parse.rs:3963:19
[INFO] [stdout]      |
[INFO] [stdout] 3963 |     pub fn as_ref(&self)
[INFO] [stdout]      |                   ^^^^^ the lifetime is elided here
[INFO] [stdout] 3964 |                   -> StdResult<&PacketParser<'a>, &PacketParserEOF> {
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                |                  ||
[INFO] [stdout]      |                                |                  |the same lifetime is hidden here
[INFO] [stdout]      |                                |                  the same lifetime is elided here
[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] 3964 |                   -> StdResult<&PacketParser<'a>, &PacketParserEOF<'_>> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> openpgp/src/parse/map.rs:95:17
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn iter(&self) -> impl Iterator<Item = Field> + Send + Sync {
[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] 95 |     pub fn iter(&self) -> impl Iterator<Item = Field<'_>> + Send + Sync {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert.rs:733:24
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub fn primary_key(&self) -> PrimaryKeyAmalgamation<key::PublicParts>
[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] 733 |     pub fn primary_key(&self) -> PrimaryKeyAmalgamation<'_, key::PublicParts>
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert.rs:793:33
[INFO] [stdout]     |
[INFO] [stdout] 793 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T) -> RevocationStatus
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 793 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T) -> RevocationStatus<'_>
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1007:20
[INFO] [stdout]      |
[INFO] [stdout] 1007 |     pub fn userids(&self) -> UserIDAmalgamationIter {
[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] 1007 |     pub fn userids(&self) -> UserIDAmalgamationIter<'_> {
[INFO] [stdout]      |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1036:28
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn user_attributes(&self) -> UserAttributeAmalgamationIter {
[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] 1036 |     pub fn user_attributes(&self) -> UserAttributeAmalgamationIter<'_> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1096:17
[INFO] [stdout]      |
[INFO] [stdout] 1096 |     pub fn keys(&self) -> KeyAmalgamationIter<key::PublicParts, key::UnspecifiedRole>
[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] 1096 |     pub fn keys(&self) -> KeyAmalgamationIter<'_, key::PublicParts, key::UnspecifiedRole>
[INFO] [stdout]      |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1102:27
[INFO] [stdout]      |
[INFO] [stdout] 1102 |       pub(crate) fn subkeys(&self) -> ComponentAmalgamationIter<Key<key::PublicParts,
[INFO] [stdout]      |  ___________________________^^^^^_____^
[INFO] [stdout]      | |                           |
[INFO] [stdout]      | |                           the lifetime is elided here
[INFO] [stdout] 1103 | |                                                       key::SubordinateRole>>
[INFO] [stdout]      | |____________________________________________________________________________^ the same lifetime is hidden 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] 1102 |     pub(crate) fn subkeys(&self) -> ComponentAmalgamationIter<'_, Key<key::PublicParts,
[INFO] [stdout]      |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1140:21
[INFO] [stdout]      |
[INFO] [stdout] 1140 |     pub fn unknowns(&self) -> UnknownComponentAmalgamationIter {
[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] 1140 |     pub fn unknowns(&self) -> UnknownComponentAmalgamationIter<'_> {
[INFO] [stdout]      |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/builder/key.rs:145:29
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn subkey(self, vc: ValidCert) -> Result<SubkeyBuilder<'_>> {
[INFO] [stdout]     |                             ^^^^^^^^^                          ^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn subkey(self, vc: ValidCert<'_>) -> Result<SubkeyBuilder<'_>> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/bundle.rs:1000:33
[INFO] [stdout]      |
[INFO] [stdout] 1000 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stdout]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1001 |         -> RevocationStatus
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1001 |         -> RevocationStatus<'_>
[INFO] [stdout]      |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/bundle.rs:1084:33
[INFO] [stdout]      |
[INFO] [stdout] 1084 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stdout]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1085 |         -> RevocationStatus
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1085 |         -> RevocationStatus<'_>
[INFO] [stdout]      |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/bundle.rs:1162:33
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stdout]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1163 |         -> RevocationStatus
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1163 |         -> RevocationStatus<'_>
[INFO] [stdout]      |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/raw.rs:278:19
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn packet(&self, i: usize) -> Option<RawPacket> {
[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] 278 |     pub fn packet(&self, i: usize) -> Option<RawPacket<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/raw.rs:291:20
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn packets(&self) -> impl Iterator<Item=RawPacket> {
[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] 291 |     pub fn packets(&self) -> impl Iterator<Item=RawPacket<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/raw.rs:375:17
[INFO] [stdout]     |
[INFO] [stdout] 375 |     pub fn keys(&self) -> KeyIter<key::PublicParts, key::UnspecifiedRole> {
[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] 375 |     pub fn keys(&self) -> KeyIter<'_, key::PublicParts, key::UnspecifiedRole> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/serialize/cert.rs:273:19
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn as_tsk(&self) -> TSK {
[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] 273 |     pub fn as_tsk(&self) -> TSK<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet_pile.rs:467:24
[INFO] [stdout]     |
[INFO] [stdout] 467 |     pub fn descendants(&self) -> packet::Iter {
[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] 467 |     pub fn descendants(&self) -> packet::Iter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sequoia-autocrypt v0.25.1 (/opt/rustwide/workdir/autocrypt)
[INFO] [stderr]    Compiling sequoia-net v0.28.0 (/opt/rustwide/workdir/net)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> autocrypt/src/lib.rs:552:30
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub fn from_bytes(bytes: &[u8])
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here
[INFO] [stdout] 553 |         -> Result<AutocryptSetupMessageParser>
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 553 |         -> Result<AutocryptSetupMessageParser<'_>>
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Sendable` is never used
[INFO] [stdout]   --> net/src/macros.rs:74:18
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub(crate) trait Sendable : Send {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Syncable` is never used
[INFO] [stdout]   --> net/src/macros.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub(crate) trait Syncable : Sync {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Sendable` is never used
[INFO] [stdout]    --> ipc/src/macros.rs:199:18
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub(crate) trait Sendable : Send {}
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Syncable` is never used
[INFO] [stdout]    --> ipc/src/macros.rs:200:18
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub(crate) trait Syncable : Sync {}
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 02s
[INFO] running `Command { std: "docker" "inspect" "21d1c514ae5917d1ac8585f3e1a60b53ca5f2a884be830e690665dfb35696ff8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21d1c514ae5917d1ac8585f3e1a60b53ca5f2a884be830e690665dfb35696ff8", kill_on_drop: false }`
[INFO] [stdout] 21d1c514ae5917d1ac8585f3e1a60b53ca5f2a884be830e690665dfb35696ff8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e0dd016b249f1829e595c409b5341bafcc2a7f4960ce2aa1135bacb7a1c00ef
[INFO] running `Command { std: "docker" "start" "-a" "5e0dd016b249f1829e595c409b5341bafcc2a7f4960ce2aa1135bacb7a1c00ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.118
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling rtoolbox v0.0.2
[INFO] [stderr]    Compiling rpassword v7.3.1
[INFO] [stderr]    Compiling clap_builder v4.4.18
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling tokio-socks v0.5.1
[INFO] [stderr]    Compiling buffered-reader v1.3.1 (/opt/rustwide/workdir/buffered-reader)
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stdout] warning: struct `MyStruct` is never constructed
[INFO] [stdout]    --> buffered-reader/src/macros.rs:135:16
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub struct MyStruct {}
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithLifetime` is never constructed
[INFO] [stdout]    --> buffered-reader/src/macros.rs:139:16
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub struct WithLifetime<'a> { _p: std::marker::PhantomData<&'a ()> }
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyWriter` is never constructed
[INFO] [stdout]    --> buffered-reader/src/macros.rs:144:16
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub struct MyWriter<W: std::io::Write> { _p: std::marker::PhantomData<W> }
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyWriterWithLifetime` is never constructed
[INFO] [stdout]    --> buffered-reader/src/macros.rs:153:16
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub struct MyWriterWithLifetime<'a, C, W: std::io::Write> {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling hyper-util v0.1.5
[INFO] [stderr]    Compiling hickory-proto v0.24.1
[INFO] [stderr]    Compiling clap v4.4.18
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling hickory-resolver v0.24.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hickory-client v0.24.1
[INFO] [stderr]    Compiling reqwest v0.12.4
[INFO] [stderr]    Compiling sequoia-openpgp v1.21.2 (/opt/rustwide/workdir/openpgp)
[INFO] [stderr]    Compiling sequoia-ipc v0.35.1 (/opt/rustwide/workdir/ipc)
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> openpgp/src/packet/signature/subpacket.rs:490:21
[INFO] [stdout]     |
[INFO] [stdout] 490 |                     (u == 0 || u == 1 || u == 8
[INFO] [stdout]     |                     ^
[INFO] [stdout] ...
[INFO] [stdout] 493 |                      || u == 38),
[INFO] [stdout]     |                                ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 490 ~                     u == 0 || u == 1 || u == 8
[INFO] [stdout] 491 |                      || u == 13 || u == 14 || u == 15
[INFO] [stdout] 492 |                      || u == 17 || u == 18 || u == 19
[INFO] [stdout] 493 ~                      || u == 38,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `digest_size` is never used
[INFO] [stdout]   --> openpgp/src/crypto/aead.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub trait Aead : seal::Sealed {
[INFO] [stdout]    |           ---- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 60 |     fn digest_size(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `block_size` is never used
[INFO] [stdout]   --> openpgp/src/crypto/symmetric.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) trait Mode: Send + Sync {
[INFO] [stdout]    |                  ---- method in this trait
[INFO] [stdout] 20 |     /// Block size of the underlying cipher in bytes.
[INFO] [stdout] 21 |     fn block_size(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `cookie_set`, `cookie_mut`, `write_be_u16`, and `write_be_u32` are never used
[INFO] [stdout]    --> openpgp/src/serialize/stream/writer/mod.rs:90:8
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub(crate) trait Stackable<'a, C> : io::Write + fmt::Debug {
[INFO] [stdout]     |                  --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout]  90 |     fn cookie_set(&mut self, cookie: C) -> C;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  96 |     fn cookie_mut(&mut self) -> &mut C;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     fn write_be_u16(&mut self, n: u16) -> io::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |     fn write_be_u32(&mut self, n: u32) -> io::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Sendable` is never used
[INFO] [stdout]   --> openpgp/src/types/mod.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub(crate) trait Sendable : Send {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Syncable` is never used
[INFO] [stdout]   --> openpgp/src/types/mod.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub(crate) trait Syncable : Sync {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mod.rs:279:26
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub(crate) fn pad(value: &[u8], to: usize) -> Result<Cow<[u8]>>
[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] 279 | pub(crate) fn pad(value: &[u8], to: usize) -> Result<Cow<'_, [u8]>>
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mod.rs:303:35
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub(crate) fn pad_at_least(value: &[u8], to: usize) -> Cow<[u8]>
[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] 303 | pub(crate) fn pad_at_least(value: &[u8], to: usize) -> Cow<'_, [u8]>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mod.rs:314:37
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub(crate) fn pad_truncating(value: &[u8], to: usize) -> Cow<[u8]>
[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] 314 | pub(crate) fn pad_truncating(value: &[u8], to: usize) -> Cow<'_, [u8]>
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mpi.rs:167:25
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn value_padded(&self, to: usize) -> Result<Cow<[u8]>> {
[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] 167 |     pub fn value_padded(&self, to: usize) -> Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/container.rs:252:24
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn descendants(&self) -> Option<Iter> {
[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] 252 |     pub fn descendants(&self) -> Option<Iter<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/container.rs:265:21
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub fn children(&self) -> Option<slice::Iter<Packet>> {
[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] 265 |     pub fn children(&self) -> Option<slice::Iter<'_, Packet>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/container.rs:432:31
[INFO] [stdout]     |
[INFO] [stdout] 432 |     pub(crate) fn descendants(&self) -> Option<Iter> {
[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] 432 |     pub(crate) fn descendants(&self) -> Option<Iter<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 536 | create_conversions!(KeyComponentAmalgamation<'a>);
[INFO] [stdout]     | -------------------------------------------------
[INFO] [stdout]     | |                                            |
[INFO] [stdout]     | |                                            the lifetime is named here
[INFO] [stdout]     | |                                            the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` which comes from the expansion of the macro `create_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 536 | create_conversions!(KeyComponentAmalgamation<'a>);
[INFO] [stdout]     | -------------------------------------------------
[INFO] [stdout]     | |                                            |
[INFO] [stdout]     | |                                            the lifetime is named here
[INFO] [stdout]     | |                                            the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` which comes from the expansion of the macro `create_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 538 | create_part_conversions!(PrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | -----------------------------------------------------
[INFO] [stdout]     | |                                               |
[INFO] [stdout]     | |                                               the lifetime is named here
[INFO] [stdout]     | |                                               the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 538 | create_part_conversions!(PrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | -----------------------------------------------------
[INFO] [stdout]     | |                                               |
[INFO] [stdout]     | |                                               the lifetime is named here
[INFO] [stdout]     | |                                               the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 539 | create_part_conversions!(SubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 539 | create_part_conversions!(SubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 540 | create_part_conversions!(ErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------
[INFO] [stdout]     | |                                              |
[INFO] [stdout]     | |                                              the lifetime is named here
[INFO] [stdout]     | |                                              the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 540 | create_part_conversions!(ErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------
[INFO] [stdout]     | |                                              |
[INFO] [stdout]     | |                                              the lifetime is named here
[INFO] [stdout]     | |                                              the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 541 | create_part_conversions!(ValidPrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------------
[INFO] [stdout]     | |                                                    |
[INFO] [stdout]     | |                                                    the lifetime is named here
[INFO] [stdout]     | |                                                    the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 541 | create_part_conversions!(ValidPrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------------
[INFO] [stdout]     | |                                                    |
[INFO] [stdout]     | |                                                    the lifetime is named here
[INFO] [stdout]     | |                                                    the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 542 | create_part_conversions!(ValidSubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | --------------------------------------------------------------
[INFO] [stdout]     | |                                                        |
[INFO] [stdout]     | |                                                        the lifetime is named here
[INFO] [stdout]     | |                                                        the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 542 | create_part_conversions!(ValidSubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | --------------------------------------------------------------
[INFO] [stdout]     | |                                                        |
[INFO] [stdout]     | |                                                        the lifetime is named here
[INFO] [stdout]     | |                                                        the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 543 | create_part_conversions!(ValidErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 543 | create_part_conversions!(ValidErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/user_attribute.rs:122:23
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn subpackets(&self) -> SubpacketIterator {
[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] 122 |     pub fn subpackets(&self) -> SubpacketIterator<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/parse.rs:3963:19
[INFO] [stdout]      |
[INFO] [stdout] 3963 |     pub fn as_ref(&self)
[INFO] [stdout]      |                   ^^^^^ the lifetime is elided here
[INFO] [stdout] 3964 |                   -> StdResult<&PacketParser<'a>, &PacketParserEOF> {
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                |                  ||
[INFO] [stdout]      |                                |                  |the same lifetime is hidden here
[INFO] [stdout]      |                                |                  the same lifetime is elided here
[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] 3964 |                   -> StdResult<&PacketParser<'a>, &PacketParserEOF<'_>> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> openpgp/src/parse/map.rs:95:17
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn iter(&self) -> impl Iterator<Item = Field> + Send + Sync {
[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] 95 |     pub fn iter(&self) -> impl Iterator<Item = Field<'_>> + Send + Sync {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert.rs:733:24
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub fn primary_key(&self) -> PrimaryKeyAmalgamation<key::PublicParts>
[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] 733 |     pub fn primary_key(&self) -> PrimaryKeyAmalgamation<'_, key::PublicParts>
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert.rs:793:33
[INFO] [stdout]     |
[INFO] [stdout] 793 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T) -> RevocationStatus
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 793 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T) -> RevocationStatus<'_>
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1007:20
[INFO] [stdout]      |
[INFO] [stdout] 1007 |     pub fn userids(&self) -> UserIDAmalgamationIter {
[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] 1007 |     pub fn userids(&self) -> UserIDAmalgamationIter<'_> {
[INFO] [stdout]      |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1036:28
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn user_attributes(&self) -> UserAttributeAmalgamationIter {
[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] 1036 |     pub fn user_attributes(&self) -> UserAttributeAmalgamationIter<'_> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1096:17
[INFO] [stdout]      |
[INFO] [stdout] 1096 |     pub fn keys(&self) -> KeyAmalgamationIter<key::PublicParts, key::UnspecifiedRole>
[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] 1096 |     pub fn keys(&self) -> KeyAmalgamationIter<'_, key::PublicParts, key::UnspecifiedRole>
[INFO] [stdout]      |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1102:27
[INFO] [stdout]      |
[INFO] [stdout] 1102 |       pub(crate) fn subkeys(&self) -> ComponentAmalgamationIter<Key<key::PublicParts,
[INFO] [stdout]      |  ___________________________^^^^^_____^
[INFO] [stdout]      | |                           |
[INFO] [stdout]      | |                           the lifetime is elided here
[INFO] [stdout] 1103 | |                                                       key::SubordinateRole>>
[INFO] [stdout]      | |____________________________________________________________________________^ the same lifetime is hidden 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] 1102 |     pub(crate) fn subkeys(&self) -> ComponentAmalgamationIter<'_, Key<key::PublicParts,
[INFO] [stdout]      |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1140:21
[INFO] [stdout]      |
[INFO] [stdout] 1140 |     pub fn unknowns(&self) -> UnknownComponentAmalgamationIter {
[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] 1140 |     pub fn unknowns(&self) -> UnknownComponentAmalgamationIter<'_> {
[INFO] [stdout]      |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/builder/key.rs:145:29
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn subkey(self, vc: ValidCert) -> Result<SubkeyBuilder<'_>> {
[INFO] [stdout]     |                             ^^^^^^^^^                          ^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn subkey(self, vc: ValidCert<'_>) -> Result<SubkeyBuilder<'_>> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/bundle.rs:1000:33
[INFO] [stdout]      |
[INFO] [stdout] 1000 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stdout]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1001 |         -> RevocationStatus
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1001 |         -> RevocationStatus<'_>
[INFO] [stdout]      |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/bundle.rs:1084:33
[INFO] [stdout]      |
[INFO] [stdout] 1084 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stdout]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1085 |         -> RevocationStatus
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1085 |         -> RevocationStatus<'_>
[INFO] [stdout]      |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/bundle.rs:1162:33
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stdout]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1163 |         -> RevocationStatus
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1163 |         -> RevocationStatus<'_>
[INFO] [stdout]      |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/raw.rs:278:19
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn packet(&self, i: usize) -> Option<RawPacket> {
[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] 278 |     pub fn packet(&self, i: usize) -> Option<RawPacket<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/raw.rs:291:20
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn packets(&self) -> impl Iterator<Item=RawPacket> {
[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] 291 |     pub fn packets(&self) -> impl Iterator<Item=RawPacket<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/raw.rs:375:17
[INFO] [stdout]     |
[INFO] [stdout] 375 |     pub fn keys(&self) -> KeyIter<key::PublicParts, key::UnspecifiedRole> {
[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] 375 |     pub fn keys(&self) -> KeyIter<'_, key::PublicParts, key::UnspecifiedRole> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/serialize/cert.rs:273:19
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn as_tsk(&self) -> TSK {
[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] 273 |     pub fn as_tsk(&self) -> TSK<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet_pile.rs:467:24
[INFO] [stdout]     |
[INFO] [stdout] 467 |     pub fn descendants(&self) -> packet::Iter {
[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] 467 |     pub fn descendants(&self) -> packet::Iter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sequoia-net v0.28.0 (/opt/rustwide/workdir/net)
[INFO] [stderr]    Compiling sequoia-autocrypt v0.25.1 (/opt/rustwide/workdir/autocrypt)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> autocrypt/src/lib.rs:552:30
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub fn from_bytes(bytes: &[u8])
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here
[INFO] [stdout] 553 |         -> Result<AutocryptSetupMessageParser>
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 553 |         -> Result<AutocryptSetupMessageParser<'_>>
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Sendable` is never used
[INFO] [stdout]   --> net/src/macros.rs:74:18
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub(crate) trait Sendable : Send {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Syncable` is never used
[INFO] [stdout]   --> net/src/macros.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub(crate) trait Syncable : Sync {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Sendable` is never used
[INFO] [stdout]    --> ipc/src/macros.rs:199:18
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub(crate) trait Sendable : Send {}
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Syncable` is never used
[INFO] [stdout]    --> ipc/src/macros.rs:200:18
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub(crate) trait Syncable : Sync {}
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Sendable` is never used
[INFO] [stdout]   --> net/src/macros.rs:74:18
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub(crate) trait Sendable : Send {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Syncable` is never used
[INFO] [stdout]   --> net/src/macros.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub(crate) trait Syncable : Sync {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyStruct` is never constructed
[INFO] [stdout]   --> net/src/macros.rs:83:16
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub struct MyStruct {}
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithLifetime` is never constructed
[INFO] [stdout]   --> net/src/macros.rs:87:16
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub struct WithLifetime<'a> { _p: std::marker::PhantomData<&'a ()> }
[INFO] [stdout]    |                ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyWriter` is never constructed
[INFO] [stdout]   --> net/src/macros.rs:92:16
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub struct MyWriter<W: std::io::Write> { _p: std::marker::PhantomData<W> }
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyWriterWithLifetime` is never constructed
[INFO] [stdout]    --> net/src/macros.rs:101:16
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub struct MyWriterWithLifetime<'a, C, W: std::io::Write> {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> autocrypt/src/lib.rs:552:30
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub fn from_bytes(bytes: &[u8])
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here
[INFO] [stdout] 553 |         -> Result<AutocryptSetupMessageParser>
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 553 |         -> Result<AutocryptSetupMessageParser<'_>>
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Sendable` is never used
[INFO] [stdout]    --> ipc/src/macros.rs:199:18
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub(crate) trait Sendable : Send {}
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Syncable` is never used
[INFO] [stdout]    --> ipc/src/macros.rs:200:18
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub(crate) trait Syncable : Sync {}
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyStruct` is never constructed
[INFO] [stdout]    --> ipc/src/macros.rs:208:16
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub struct MyStruct {}
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithLifetime` is never constructed
[INFO] [stdout]    --> ipc/src/macros.rs:212:16
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub struct WithLifetime<'a> { _p: std::marker::PhantomData<&'a ()> }
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyWriter` is never constructed
[INFO] [stdout]    --> ipc/src/macros.rs:217:16
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub struct MyWriter<W: std::io::Write> { _p: std::marker::PhantomData<W> }
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyWriterWithLifetime` is never constructed
[INFO] [stdout]    --> ipc/src/macros.rs:226:16
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub struct MyWriterWithLifetime<'a, C, W: std::io::Write> {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyStruct` is never constructed
[INFO] [stdout]    --> openpgp/src/macros.rs:212:16
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub struct MyStruct {}
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithLifetime` is never constructed
[INFO] [stdout]    --> openpgp/src/macros.rs:216:16
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub struct WithLifetime<'a> { _p: std::marker::PhantomData<&'a ()> }
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyWriter` is never constructed
[INFO] [stdout]    --> openpgp/src/macros.rs:221:16
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub struct MyWriter<W: std::io::Write> { _p: std::marker::PhantomData<W> }
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MyWriterWithLifetime` is never constructed
[INFO] [stdout]    --> openpgp/src/macros.rs:230:16
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub struct MyWriterWithLifetime<'a, C, W: std::io::Write> {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `digest_size` is never used
[INFO] [stdout]   --> openpgp/src/crypto/aead.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub trait Aead : seal::Sealed {
[INFO] [stdout]    |           ---- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 60 |     fn digest_size(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `block_size` is never used
[INFO] [stdout]   --> openpgp/src/crypto/symmetric.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) trait Mode: Send + Sync {
[INFO] [stdout]    |                  ---- method in this trait
[INFO] [stdout] 20 |     /// Block size of the underlying cipher in bytes.
[INFO] [stdout] 21 |     fn block_size(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write_be_u16` and `write_be_u32` are never used
[INFO] [stdout]    --> openpgp/src/serialize/stream/writer/mod.rs:107:8
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub(crate) trait Stackable<'a, C> : io::Write + fmt::Debug {
[INFO] [stdout]     |                  --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 107 |     fn write_be_u16(&mut self, n: u16) -> io::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |     fn write_be_u32(&mut self, n: u32) -> io::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Sendable` is never used
[INFO] [stdout]   --> openpgp/src/types/mod.rs:71:18
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub(crate) trait Sendable : Send {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Syncable` is never used
[INFO] [stdout]   --> openpgp/src/types/mod.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub(crate) trait Syncable : Sync {}
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mod.rs:279:26
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub(crate) fn pad(value: &[u8], to: usize) -> Result<Cow<[u8]>>
[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] 279 | pub(crate) fn pad(value: &[u8], to: usize) -> Result<Cow<'_, [u8]>>
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mod.rs:303:35
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub(crate) fn pad_at_least(value: &[u8], to: usize) -> Cow<[u8]>
[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] 303 | pub(crate) fn pad_at_least(value: &[u8], to: usize) -> Cow<'_, [u8]>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mod.rs:314:37
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub(crate) fn pad_truncating(value: &[u8], to: usize) -> Cow<[u8]>
[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] 314 | pub(crate) fn pad_truncating(value: &[u8], to: usize) -> Cow<'_, [u8]>
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/crypto/mpi.rs:167:25
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn value_padded(&self, to: usize) -> Result<Cow<[u8]>> {
[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] 167 |     pub fn value_padded(&self, to: usize) -> Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/container.rs:252:24
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn descendants(&self) -> Option<Iter> {
[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] 252 |     pub fn descendants(&self) -> Option<Iter<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/container.rs:265:21
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub fn children(&self) -> Option<slice::Iter<Packet>> {
[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] 265 |     pub fn children(&self) -> Option<slice::Iter<'_, Packet>> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/container.rs:432:31
[INFO] [stdout]     |
[INFO] [stdout] 432 |     pub(crate) fn descendants(&self) -> Option<Iter> {
[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] 432 |     pub(crate) fn descendants(&self) -> Option<Iter<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 536 | create_conversions!(KeyComponentAmalgamation<'a>);
[INFO] [stdout]     | -------------------------------------------------
[INFO] [stdout]     | |                                            |
[INFO] [stdout]     | |                                            the lifetime is named here
[INFO] [stdout]     | |                                            the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` which comes from the expansion of the macro `create_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 536 | create_conversions!(KeyComponentAmalgamation<'a>);
[INFO] [stdout]     | -------------------------------------------------
[INFO] [stdout]     | |                                            |
[INFO] [stdout]     | |                                            the lifetime is named here
[INFO] [stdout]     | |                                            the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` which comes from the expansion of the macro `create_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 538 | create_part_conversions!(PrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | -----------------------------------------------------
[INFO] [stdout]     | |                                               |
[INFO] [stdout]     | |                                               the lifetime is named here
[INFO] [stdout]     | |                                               the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 538 | create_part_conversions!(PrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | -----------------------------------------------------
[INFO] [stdout]     | |                                               |
[INFO] [stdout]     | |                                               the lifetime is named here
[INFO] [stdout]     | |                                               the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 539 | create_part_conversions!(SubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 539 | create_part_conversions!(SubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 540 | create_part_conversions!(ErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------
[INFO] [stdout]     | |                                              |
[INFO] [stdout]     | |                                              the lifetime is named here
[INFO] [stdout]     | |                                              the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 540 | create_part_conversions!(ErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------
[INFO] [stdout]     | |                                              |
[INFO] [stdout]     | |                                              the lifetime is named here
[INFO] [stdout]     | |                                              the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 541 | create_part_conversions!(ValidPrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------------
[INFO] [stdout]     | |                                                    |
[INFO] [stdout]     | |                                                    the lifetime is named here
[INFO] [stdout]     | |                                                    the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 541 | create_part_conversions!(ValidPrimaryKeyAmalgamation<'a;>);
[INFO] [stdout]     | ----------------------------------------------------------
[INFO] [stdout]     | |                                                    |
[INFO] [stdout]     | |                                                    the lifetime is named here
[INFO] [stdout]     | |                                                    the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 542 | create_part_conversions!(ValidSubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | --------------------------------------------------------------
[INFO] [stdout]     | |                                                        |
[INFO] [stdout]     | |                                                        the lifetime is named here
[INFO] [stdout]     | |                                                        the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 542 | create_part_conversions!(ValidSubordinateKeyAmalgamation<'a;>);
[INFO] [stdout]     | --------------------------------------------------------------
[INFO] [stdout]     | |                                                        |
[INFO] [stdout]     | |                                                        the lifetime is named here
[INFO] [stdout]     | |                                                        the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 543 | create_part_conversions!(ValidErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 543 | create_part_conversions!(ValidErasedKeyAmalgamation<'a;>);
[INFO] [stdout]     | ---------------------------------------------------------
[INFO] [stdout]     | |                                                   |
[INFO] [stdout]     | |                                                   the lifetime is named here
[INFO] [stdout]     | |                                                   the same lifetime is named here
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stdout]     |                                                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet/user_attribute.rs:122:23
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn subpackets(&self) -> SubpacketIterator {
[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] 122 |     pub fn subpackets(&self) -> SubpacketIterator<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/parse.rs:3963:19
[INFO] [stdout]      |
[INFO] [stdout] 3963 |     pub fn as_ref(&self)
[INFO] [stdout]      |                   ^^^^^ the lifetime is elided here
[INFO] [stdout] 3964 |                   -> StdResult<&PacketParser<'a>, &PacketParserEOF> {
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                |                  ||
[INFO] [stdout]      |                                |                  |the same lifetime is hidden here
[INFO] [stdout]      |                                |                  the same lifetime is elided here
[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] 3964 |                   -> StdResult<&PacketParser<'a>, &PacketParserEOF<'_>> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> openpgp/src/parse/map.rs:95:17
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn iter(&self) -> impl Iterator<Item = Field> + Send + Sync {
[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] 95 |     pub fn iter(&self) -> impl Iterator<Item = Field<'_>> + Send + Sync {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]     --> openpgp/src/parse/stream.rs:3025:1
[INFO] [stdout]      |
[INFO] [stdout] 3025 | pub mod test {
[INFO] [stdout]      | ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> openpgp/src/lib.rs:55:9
[INFO] [stdout]      |
[INFO] [stdout]   55 | #![warn(missing_docs)]
[INFO] [stdout]      |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]     --> openpgp/src/parse/stream.rs:3037:5
[INFO] [stdout]      |
[INFO] [stdout] 3037 |     pub struct VHelper {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]     --> openpgp/src/parse/stream.rs:3078:9
[INFO] [stdout]      |
[INFO] [stdout] 3078 | /         pub fn new(good: usize, unknown: usize, bad: usize, error: usize,
[INFO] [stdout] 3079 | |                    certs: Vec<Cert>)
[INFO] [stdout] 3080 | |                    -> Self {
[INFO] [stdout]      | |__________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]     --> openpgp/src/parse/stream.rs:3094:9
[INFO] [stdout]      |
[INFO] [stdout] 3094 | /         pub fn for_decryption(good: usize, unknown: usize, bad: usize,
[INFO] [stdout] 3095 | |                               error: usize,
[INFO] [stdout] 3096 | |                               certs: Vec<Cert>,
[INFO] [stdout] 3097 | |                               keys: Vec<Cert>,
[INFO] [stdout] 3098 | |                               passwords: Vec<Password>)
[INFO] [stdout] 3099 | |                               -> Self {
[INFO] [stdout]      | |_____________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert.rs:733:24
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub fn primary_key(&self) -> PrimaryKeyAmalgamation<key::PublicParts>
[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] 733 |     pub fn primary_key(&self) -> PrimaryKeyAmalgamation<'_, key::PublicParts>
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert.rs:793:33
[INFO] [stdout]     |
[INFO] [stdout] 793 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T) -> RevocationStatus
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 793 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T) -> RevocationStatus<'_>
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1007:20
[INFO] [stdout]      |
[INFO] [stdout] 1007 |     pub fn userids(&self) -> UserIDAmalgamationIter {
[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] 1007 |     pub fn userids(&self) -> UserIDAmalgamationIter<'_> {
[INFO] [stdout]      |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1036:28
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn user_attributes(&self) -> UserAttributeAmalgamationIter {
[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] 1036 |     pub fn user_attributes(&self) -> UserAttributeAmalgamationIter<'_> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1096:17
[INFO] [stdout]      |
[INFO] [stdout] 1096 |     pub fn keys(&self) -> KeyAmalgamationIter<key::PublicParts, key::UnspecifiedRole>
[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] 1096 |     pub fn keys(&self) -> KeyAmalgamationIter<'_, key::PublicParts, key::UnspecifiedRole>
[INFO] [stdout]      |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1102:27
[INFO] [stdout]      |
[INFO] [stdout] 1102 |       pub(crate) fn subkeys(&self) -> ComponentAmalgamationIter<Key<key::PublicParts,
[INFO] [stdout]      |  ___________________________^^^^^_____^
[INFO] [stdout]      | |                           |
[INFO] [stdout]      | |                           the lifetime is elided here
[INFO] [stdout] 1103 | |                                                       key::SubordinateRole>>
[INFO] [stdout]      | |____________________________________________________________________________^ the same lifetime is hidden 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] 1102 |     pub(crate) fn subkeys(&self) -> ComponentAmalgamationIter<'_, Key<key::PublicParts,
[INFO] [stdout]      |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert.rs:1140:21
[INFO] [stdout]      |
[INFO] [stdout] 1140 |     pub fn unknowns(&self) -> UnknownComponentAmalgamationIter {
[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] 1140 |     pub fn unknowns(&self) -> UnknownComponentAmalgamationIter<'_> {
[INFO] [stdout]      |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/builder/key.rs:145:29
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn subkey(self, vc: ValidCert) -> Result<SubkeyBuilder<'_>> {
[INFO] [stdout]     |                             ^^^^^^^^^                          ^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn subkey(self, vc: ValidCert<'_>) -> Result<SubkeyBuilder<'_>> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/bundle.rs:1000:33
[INFO] [stdout]      |
[INFO] [stdout] 1000 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stdout]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1001 |         -> RevocationStatus
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1001 |         -> RevocationStatus<'_>
[INFO] [stdout]      |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/bundle.rs:1084:33
[INFO] [stdout]      |
[INFO] [stdout] 1084 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stdout]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1085 |         -> RevocationStatus
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1085 |         -> RevocationStatus<'_>
[INFO] [stdout]      |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/bundle.rs:1162:33
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stdout]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1163 |         -> RevocationStatus
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1163 |         -> RevocationStatus<'_>
[INFO] [stdout]      |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/raw.rs:278:19
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn packet(&self, i: usize) -> Option<RawPacket> {
[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] 278 |     pub fn packet(&self, i: usize) -> Option<RawPacket<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/raw.rs:291:20
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn packets(&self) -> impl Iterator<Item=RawPacket> {
[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] 291 |     pub fn packets(&self) -> impl Iterator<Item=RawPacket<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/cert/raw.rs:375:17
[INFO] [stdout]     |
[INFO] [stdout] 375 |     pub fn keys(&self) -> KeyIter<key::PublicParts, key::UnspecifiedRole> {
[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] 375 |     pub fn keys(&self) -> KeyIter<'_, key::PublicParts, key::UnspecifiedRole> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> openpgp/src/cert/raw.rs:1076:29
[INFO] [stdout]      |
[INFO] [stdout] 1076 |     fn compare_parse(bytes: &[u8]) -> Vec<RawCert> {
[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] 1076 |     fn compare_parse(bytes: &[u8]) -> Vec<RawCert<'_>> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/serialize/cert.rs:273:19
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn as_tsk(&self) -> TSK {
[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] 273 |     pub fn as_tsk(&self) -> TSK<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> openpgp/src/packet_pile.rs:467:24
[INFO] [stdout]     |
[INFO] [stdout] 467 |     pub fn descendants(&self) -> packet::Iter {
[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] 467 |     pub fn descendants(&self) -> packet::Iter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 35s
[INFO] running `Command { std: "docker" "inspect" "5e0dd016b249f1829e595c409b5341bafcc2a7f4960ce2aa1135bacb7a1c00ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e0dd016b249f1829e595c409b5341bafcc2a7f4960ce2aa1135bacb7a1c00ef", kill_on_drop: false }`
[INFO] [stdout] 5e0dd016b249f1829e595c409b5341bafcc2a7f4960ce2aa1135bacb7a1c00ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0cf61872c965ffc43d80ff6299d49114b99b59ea42210d8ad9cb1bff800d6d15
[INFO] running `Command { std: "docker" "start" "-a" "0cf61872c965ffc43d80ff6299d49114b99b59ea42210d8ad9cb1bff800d6d15", kill_on_drop: false }`
[INFO] [stderr] warning: method `digest_size` is never used
[INFO] [stderr]   --> openpgp/src/crypto/aead.rs:60:8
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub trait Aead : seal::Sealed {
[INFO] [stderr]    |           ---- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 60 |     fn digest_size(&self) -> usize;
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `block_size` is never used
[INFO] [stderr]   --> openpgp/src/crypto/symmetric.rs:21:8
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub(crate) trait Mode: Send + Sync {
[INFO] [stderr]    |                  ---- method in this trait
[INFO] [stderr] 20 |     /// Block size of the underlying cipher in bytes.
[INFO] [stderr] 21 |     fn block_size(&self) -> usize;
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `cookie_set`, `cookie_mut`, `write_be_u16`, and `write_be_u32` are never used
[INFO] [stderr]    --> openpgp/src/serialize/stream/writer/mod.rs:90:8
[INFO] [stderr]     |
[INFO] [stderr]  60 | pub(crate) trait Stackable<'a, C> : io::Write + fmt::Debug {
[INFO] [stderr]     |                  --------- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr]  90 |     fn cookie_set(&mut self, cookie: C) -> C;
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  96 |     fn cookie_mut(&mut self) -> &mut C;
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 107 |     fn write_be_u16(&mut self, n: u16) -> io::Result<()> {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 112 |     fn write_be_u32(&mut self, n: u32) -> io::Result<()> {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Sendable` is never used
[INFO] [stderr]   --> openpgp/src/types/mod.rs:71:18
[INFO] [stderr]    |
[INFO] [stderr] 71 | pub(crate) trait Sendable : Send {}
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Syncable` is never used
[INFO] [stderr]   --> openpgp/src/types/mod.rs:72:18
[INFO] [stderr]    |
[INFO] [stderr] 72 | pub(crate) trait Syncable : Sync {}
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/crypto/mod.rs:279:26
[INFO] [stderr]     |
[INFO] [stderr] 279 | pub(crate) fn pad(value: &[u8], to: usize) -> Result<Cow<[u8]>>
[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] 279 | pub(crate) fn pad(value: &[u8], to: usize) -> Result<Cow<'_, [u8]>>
[INFO] [stderr]     |                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/crypto/mod.rs:303:35
[INFO] [stderr]     |
[INFO] [stderr] 303 | pub(crate) fn pad_at_least(value: &[u8], to: usize) -> Cow<[u8]>
[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] 303 | pub(crate) fn pad_at_least(value: &[u8], to: usize) -> Cow<'_, [u8]>
[INFO] [stderr]     |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/crypto/mod.rs:314:37
[INFO] [stderr]     |
[INFO] [stderr] 314 | pub(crate) fn pad_truncating(value: &[u8], to: usize) -> Cow<[u8]>
[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] 314 | pub(crate) fn pad_truncating(value: &[u8], to: usize) -> Cow<'_, [u8]>
[INFO] [stderr]     |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/crypto/mpi.rs:167:25
[INFO] [stderr]     |
[INFO] [stderr] 167 |     pub fn value_padded(&self, to: usize) -> Result<Cow<[u8]>> {
[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] 167 |     pub fn value_padded(&self, to: usize) -> Result<Cow<'_, [u8]>> {
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/container.rs:252:24
[INFO] [stderr]     |
[INFO] [stderr] 252 |     pub fn descendants(&self) -> Option<Iter> {
[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] 252 |     pub fn descendants(&self) -> Option<Iter<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/container.rs:265:21
[INFO] [stderr]     |
[INFO] [stderr] 265 |     pub fn children(&self) -> Option<slice::Iter<Packet>> {
[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] 265 |     pub fn children(&self) -> Option<slice::Iter<'_, Packet>> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/container.rs:432:31
[INFO] [stderr]     |
[INFO] [stderr] 432 |     pub(crate) fn descendants(&self) -> Option<Iter> {
[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] 432 |     pub(crate) fn descendants(&self) -> Option<Iter<'_>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 536 | create_conversions!(KeyComponentAmalgamation<'a>);
[INFO] [stderr]     | -------------------------------------------------
[INFO] [stderr]     | |                                            |
[INFO] [stderr]     | |                                            the lifetime is named here
[INFO] [stderr]     | |                                            the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` which comes from the expansion of the macro `create_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 536 | create_conversions!(KeyComponentAmalgamation<'a>);
[INFO] [stderr]     | -------------------------------------------------
[INFO] [stderr]     | |                                            |
[INFO] [stderr]     | |                                            the lifetime is named here
[INFO] [stderr]     | |                                            the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` which comes from the expansion of the macro `create_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                   ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 538 | create_part_conversions!(PrimaryKeyAmalgamation<'a;>);
[INFO] [stderr]     | -----------------------------------------------------
[INFO] [stderr]     | |                                               |
[INFO] [stderr]     | |                                               the lifetime is named here
[INFO] [stderr]     | |                                               the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 538 | create_part_conversions!(PrimaryKeyAmalgamation<'a;>);
[INFO] [stderr]     | -----------------------------------------------------
[INFO] [stderr]     | |                                               |
[INFO] [stderr]     | |                                               the lifetime is named here
[INFO] [stderr]     | |                                               the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                   ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 539 | create_part_conversions!(SubordinateKeyAmalgamation<'a;>);
[INFO] [stderr]     | ---------------------------------------------------------
[INFO] [stderr]     | |                                                   |
[INFO] [stderr]     | |                                                   the lifetime is named here
[INFO] [stderr]     | |                                                   the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 539 | create_part_conversions!(SubordinateKeyAmalgamation<'a;>);
[INFO] [stderr]     | ---------------------------------------------------------
[INFO] [stderr]     | |                                                   |
[INFO] [stderr]     | |                                                   the lifetime is named here
[INFO] [stderr]     | |                                                   the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                   ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 540 | create_part_conversions!(ErasedKeyAmalgamation<'a;>);
[INFO] [stderr]     | ----------------------------------------------------
[INFO] [stderr]     | |                                              |
[INFO] [stderr]     | |                                              the lifetime is named here
[INFO] [stderr]     | |                                              the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 540 | create_part_conversions!(ErasedKeyAmalgamation<'a;>);
[INFO] [stderr]     | ----------------------------------------------------
[INFO] [stderr]     | |                                              |
[INFO] [stderr]     | |                                              the lifetime is named here
[INFO] [stderr]     | |                                              the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                   ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 541 | create_part_conversions!(ValidPrimaryKeyAmalgamation<'a;>);
[INFO] [stderr]     | ----------------------------------------------------------
[INFO] [stderr]     | |                                                    |
[INFO] [stderr]     | |                                                    the lifetime is named here
[INFO] [stderr]     | |                                                    the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 541 | create_part_conversions!(ValidPrimaryKeyAmalgamation<'a;>);
[INFO] [stderr]     | ----------------------------------------------------------
[INFO] [stderr]     | |                                                    |
[INFO] [stderr]     | |                                                    the lifetime is named here
[INFO] [stderr]     | |                                                    the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                   ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 542 | create_part_conversions!(ValidSubordinateKeyAmalgamation<'a;>);
[INFO] [stderr]     | --------------------------------------------------------------
[INFO] [stderr]     | |                                                        |
[INFO] [stderr]     | |                                                        the lifetime is named here
[INFO] [stderr]     | |                                                        the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 542 | create_part_conversions!(ValidSubordinateKeyAmalgamation<'a;>);
[INFO] [stderr]     | --------------------------------------------------------------
[INFO] [stderr]     | |                                                        |
[INFO] [stderr]     | |                                                        the lifetime is named here
[INFO] [stderr]     | |                                                        the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                   ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:253:58
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &$Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 543 | create_part_conversions!(ValidErasedKeyAmalgamation<'a;>);
[INFO] [stderr]     | ---------------------------------------------------------
[INFO] [stderr]     | |                                                   |
[INFO] [stderr]     | |                                                   the lifetime is named here
[INFO] [stderr]     | |                                                   the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 253 |             pub fn parts_as_unspecified(&$($l)* self) -> &'a $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/key/conversions.rs:258:66
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 543 | create_part_conversions!(ValidErasedKeyAmalgamation<'a;>);
[INFO] [stderr]     | ---------------------------------------------------------
[INFO] [stderr]     | |                                                   |
[INFO] [stderr]     | |                                                   the lifetime is named here
[INFO] [stderr]     | |                                                   the same lifetime is named here
[INFO] [stderr]     | in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `create_part_conversions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 258 |             pub fn parts_as_unspecified_mut(&$($l)* mut self) -> &'a mut $Key<$($l, )* UnspecifiedParts, $($g, )*> {
[INFO] [stderr]     |                                                                   ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet/user_attribute.rs:122:23
[INFO] [stderr]     |
[INFO] [stderr] 122 |     pub fn subpackets(&self) -> SubpacketIterator {
[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] 122 |     pub fn subpackets(&self) -> SubpacketIterator<'_> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/parse.rs:3963:19
[INFO] [stderr]      |
[INFO] [stderr] 3963 |     pub fn as_ref(&self)
[INFO] [stderr]      |                   ^^^^^ the lifetime is elided here
[INFO] [stderr] 3964 |                   -> StdResult<&PacketParser<'a>, &PacketParserEOF> {
[INFO] [stderr]      |                                ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stderr]      |                                |                  ||
[INFO] [stderr]      |                                |                  |the same lifetime is hidden here
[INFO] [stderr]      |                                |                  the same lifetime is elided here
[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] 3964 |                   -> StdResult<&PacketParser<'a>, &PacketParserEOF<'_>> {
[INFO] [stderr]      |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> openpgp/src/parse/map.rs:95:17
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn iter(&self) -> impl Iterator<Item = Field> + Send + Sync {
[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] 95 |     pub fn iter(&self) -> impl Iterator<Item = Field<'_>> + Send + Sync {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/cert.rs:733:24
[INFO] [stderr]     |
[INFO] [stderr] 733 |     pub fn primary_key(&self) -> PrimaryKeyAmalgamation<key::PublicParts>
[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] 733 |     pub fn primary_key(&self) -> PrimaryKeyAmalgamation<'_, key::PublicParts>
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/cert.rs:793:33
[INFO] [stderr]     |
[INFO] [stderr] 793 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T) -> RevocationStatus
[INFO] [stderr]     |                                 ^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 793 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T) -> RevocationStatus<'_>
[INFO] [stderr]     |                                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/cert.rs:1007:20
[INFO] [stderr]      |
[INFO] [stderr] 1007 |     pub fn userids(&self) -> UserIDAmalgamationIter {
[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] 1007 |     pub fn userids(&self) -> UserIDAmalgamationIter<'_> {
[INFO] [stderr]      |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/cert.rs:1036:28
[INFO] [stderr]      |
[INFO] [stderr] 1036 |     pub fn user_attributes(&self) -> UserAttributeAmalgamationIter {
[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] 1036 |     pub fn user_attributes(&self) -> UserAttributeAmalgamationIter<'_> {
[INFO] [stderr]      |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/cert.rs:1096:17
[INFO] [stderr]      |
[INFO] [stderr] 1096 |     pub fn keys(&self) -> KeyAmalgamationIter<key::PublicParts, key::UnspecifiedRole>
[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] 1096 |     pub fn keys(&self) -> KeyAmalgamationIter<'_, key::PublicParts, key::UnspecifiedRole>
[INFO] [stderr]      |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/cert.rs:1102:27
[INFO] [stderr]      |
[INFO] [stderr] 1102 |       pub(crate) fn subkeys(&self) -> ComponentAmalgamationIter<Key<key::PublicParts,
[INFO] [stderr]      |  ___________________________^^^^^_____^
[INFO] [stderr]      | |                           |
[INFO] [stderr]      | |                           the lifetime is elided here
[INFO] [stderr] 1103 | |                                                       key::SubordinateRole>>
[INFO] [stderr]      | |____________________________________________________________________________^ the same lifetime is hidden 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] 1102 |     pub(crate) fn subkeys(&self) -> ComponentAmalgamationIter<'_, Key<key::PublicParts,
[INFO] [stderr]      |                                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/cert.rs:1140:21
[INFO] [stderr]      |
[INFO] [stderr] 1140 |     pub fn unknowns(&self) -> UnknownComponentAmalgamationIter {
[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] 1140 |     pub fn unknowns(&self) -> UnknownComponentAmalgamationIter<'_> {
[INFO] [stderr]      |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/cert/builder/key.rs:145:29
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn subkey(self, vc: ValidCert) -> Result<SubkeyBuilder<'_>> {
[INFO] [stderr]     |                             ^^^^^^^^^                          ^^ the same lifetime is elided here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn subkey(self, vc: ValidCert<'_>) -> Result<SubkeyBuilder<'_>> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/cert/bundle.rs:1000:33
[INFO] [stderr]      |
[INFO] [stderr] 1000 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stderr]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stderr] 1001 |         -> RevocationStatus
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1001 |         -> RevocationStatus<'_>
[INFO] [stderr]      |                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/cert/bundle.rs:1084:33
[INFO] [stderr]      |
[INFO] [stderr] 1084 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stderr]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stderr] 1085 |         -> RevocationStatus
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1085 |         -> RevocationStatus<'_>
[INFO] [stderr]      |                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/cert/bundle.rs:1162:33
[INFO] [stderr]      |
[INFO] [stderr] 1162 |     pub fn revocation_status<T>(&self, policy: &dyn Policy, t: T)
[INFO] [stderr]      |                                 ^^^^^ the lifetime is elided here
[INFO] [stderr] 1163 |         -> RevocationStatus
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1163 |         -> RevocationStatus<'_>
[INFO] [stderr]      |                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/cert/raw.rs:278:19
[INFO] [stderr]     |
[INFO] [stderr] 278 |     pub fn packet(&self, i: usize) -> Option<RawPacket> {
[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] 278 |     pub fn packet(&self, i: usize) -> Option<RawPacket<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/cert/raw.rs:291:20
[INFO] [stderr]     |
[INFO] [stderr] 291 |     pub fn packets(&self) -> impl Iterator<Item=RawPacket> {
[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] 291 |     pub fn packets(&self) -> impl Iterator<Item=RawPacket<'_>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/cert/raw.rs:375:17
[INFO] [stderr]     |
[INFO] [stderr] 375 |     pub fn keys(&self) -> KeyIter<key::PublicParts, key::UnspecifiedRole> {
[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] 375 |     pub fn keys(&self) -> KeyIter<'_, key::PublicParts, key::UnspecifiedRole> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/serialize/cert.rs:273:19
[INFO] [stderr]     |
[INFO] [stderr] 273 |     pub fn as_tsk(&self) -> TSK {
[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] 273 |     pub fn as_tsk(&self) -> TSK<'_> {
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> openpgp/src/packet_pile.rs:467:24
[INFO] [stderr]     |
[INFO] [stderr] 467 |     pub fn descendants(&self) -> packet::Iter {
[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] 467 |     pub fn descendants(&self) -> packet::Iter<'_> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sequoia-openpgp` (lib) generated 45 warnings (run `cargo fix --lib -p sequoia-openpgp` to apply 40 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> autocrypt/src/lib.rs:552:30
[INFO] [stderr]     |
[INFO] [stderr] 552 |     pub fn from_bytes(bytes: &[u8])
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here
[INFO] [stderr] 553 |         -> Result<AutocryptSetupMessageParser>
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 553 |         -> Result<AutocryptSetupMessageParser<'_>>
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sequoia-autocrypt` (lib) generated 1 warning (run `cargo fix --lib -p sequoia-autocrypt` to apply 1 suggestion)
[INFO] [stderr] warning: trait `Sendable` is never used
[INFO] [stderr]   --> net/src/macros.rs:74:18
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub(crate) trait Sendable : Send {}
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Syncable` is never used
[INFO] [stderr]   --> net/src/macros.rs:75:18
[INFO] [stderr]    |
[INFO] [stderr] 75 | pub(crate) trait Syncable : Sync {}
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyStruct` is never constructed
[INFO] [stderr]   --> net/src/macros.rs:83:16
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub struct MyStruct {}
[INFO] [stderr]    |                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `WithLifetime` is never constructed
[INFO] [stderr]   --> net/src/macros.rs:87:16
[INFO] [stderr]    |
[INFO] [stderr] 87 |     pub struct WithLifetime<'a> { _p: std::marker::PhantomData<&'a ()> }
[INFO] [stderr]    |                ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyWriter` is never constructed
[INFO] [stderr]   --> net/src/macros.rs:92:16
[INFO] [stderr]    |
[INFO] [stderr] 92 |     pub struct MyWriter<W: std::io::Write> { _p: std::marker::PhantomData<W> }
[INFO] [stderr]    |                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyWriterWithLifetime` is never constructed
[INFO] [stderr]    --> net/src/macros.rs:101:16
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub struct MyWriterWithLifetime<'a, C, W: std::io::Write> {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `sequoia-net` (lib) generated 2 warnings
[INFO] [stderr] warning: `sequoia-net` (lib test) generated 6 warnings (2 duplicates)
[INFO] [stderr] warning: trait `Sendable` is never used
[INFO] [stderr]    --> ipc/src/macros.rs:199:18
[INFO] [stderr]     |
[INFO] [stderr] 199 | pub(crate) trait Sendable : Send {}
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Syncable` is never used
[INFO] [stderr]    --> ipc/src/macros.rs:200:18
[INFO] [stderr]     |
[INFO] [stderr] 200 | pub(crate) trait Syncable : Sync {}
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyStruct` is never constructed
[INFO] [stderr]    --> ipc/src/macros.rs:208:16
[INFO] [stderr]     |
[INFO] [stderr] 208 |     pub struct MyStruct {}
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `WithLifetime` is never constructed
[INFO] [stderr]    --> ipc/src/macros.rs:212:16
[INFO] [stderr]     |
[INFO] [stderr] 212 |     pub struct WithLifetime<'a> { _p: std::marker::PhantomData<&'a ()> }
[INFO] [stderr]     |                ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyWriter` is never constructed
[INFO] [stderr]    --> ipc/src/macros.rs:217:16
[INFO] [stderr]     |
[INFO] [stderr] 217 |     pub struct MyWriter<W: std::io::Write> { _p: std::marker::PhantomData<W> }
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyWriterWithLifetime` is never constructed
[INFO] [stderr]    --> ipc/src/macros.rs:226:16
[INFO] [stderr]     |
[INFO] [stderr] 226 |     pub struct MyWriterWithLifetime<'a, C, W: std::io::Write> {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `sequoia-ipc` (lib) generated 2 warnings
[INFO] [stderr] warning: `sequoia-ipc` (lib test) generated 6 warnings (2 duplicates)
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> openpgp/src/packet/signature/subpacket.rs:490:21
[INFO] [stderr]     |
[INFO] [stderr] 490 |                     (u == 0 || u == 1 || u == 8
[INFO] [stderr]     |                     ^
[INFO] [stderr] ...
[INFO] [stderr] 493 |                      || u == 38),
[INFO] [stderr]     |                                ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 490 ~                     u == 0 || u == 1 || u == 8
[INFO] [stderr] 491 |                      || u == 13 || u == 14 || u == 15
[INFO] [stderr] 492 |                      || u == 17 || u == 18 || u == 19
[INFO] [stderr] 493 ~                      || u == 38,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyStruct` is never constructed
[INFO] [stderr]    --> openpgp/src/macros.rs:212:16
[INFO] [stderr]     |
[INFO] [stderr] 212 |     pub struct MyStruct {}
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `WithLifetime` is never constructed
[INFO] [stderr]    --> openpgp/src/macros.rs:216:16
[INFO] [stderr]     |
[INFO] [stderr] 216 |     pub struct WithLifetime<'a> { _p: std::marker::PhantomData<&'a ()> }
[INFO] [stderr]     |                ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyWriter` is never constructed
[INFO] [stderr]    --> openpgp/src/macros.rs:221:16
[INFO] [stderr]     |
[INFO] [stderr] 221 |     pub struct MyWriter<W: std::io::Write> { _p: std::marker::PhantomData<W> }
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyWriterWithLifetime` is never constructed
[INFO] [stderr]    --> openpgp/src/macros.rs:230:16
[INFO] [stderr]     |
[INFO] [stderr] 230 |     pub struct MyWriterWithLifetime<'a, C, W: std::io::Write> {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `digest_size` is never used
[INFO] [stderr]   --> openpgp/src/crypto/aead.rs:60:8
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub trait Aead : seal::Sealed {
[INFO] [stderr]    |           ---- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 60 |     fn digest_size(&self) -> usize;
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `write_be_u16` and `write_be_u32` are never used
[INFO] [stderr]    --> openpgp/src/serialize/stream/writer/mod.rs:107:8
[INFO] [stderr]     |
[INFO] [stderr]  60 | pub(crate) trait Stackable<'a, C> : io::Write + fmt::Debug {
[INFO] [stderr]     |                  --------- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 107 |     fn write_be_u16(&mut self, n: u16) -> io::Result<()> {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 112 |     fn write_be_u32(&mut self, n: u32) -> io::Result<()> {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a module
[INFO] [stderr]     --> openpgp/src/parse/stream.rs:3025:1
[INFO] [stderr]      |
[INFO] [stderr] 3025 | pub mod test {
[INFO] [stderr]      | ^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]     --> openpgp/src/lib.rs:55:9
[INFO] [stderr]      |
[INFO] [stderr]   55 | #![warn(missing_docs)]
[INFO] [stderr]      |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for a struct
[INFO] [stderr]     --> openpgp/src/parse/stream.rs:3037:5
[INFO] [stderr]      |
[INFO] [stderr] 3037 |     pub struct VHelper {
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for an associated function
[INFO] [stderr]     --> openpgp/src/parse/stream.rs:3078:9
[INFO] [stderr]      |
[INFO] [stderr] 3078 | /         pub fn new(good: usize, unknown: usize, bad: usize, error: usize,
[INFO] [stderr] 3079 | |                    certs: Vec<Cert>)
[INFO] [stderr] 3080 | |                    -> Self {
[INFO] [stderr]      | |__________________________^
[INFO] [stderr] 
[INFO] [stderr] warning: missing documentation for an associated function
[INFO] [stderr]     --> openpgp/src/parse/stream.rs:3094:9
[INFO] [stderr]      |
[INFO] [stderr] 3094 | /         pub fn for_decryption(good: usize, unknown: usize, bad: usize,
[INFO] [stderr] 3095 | |                               error: usize,
[INFO] [stderr] 3096 | |                               certs: Vec<Cert>,
[INFO] [stderr] 3097 | |                               keys: Vec<Cert>,
[INFO] [stderr] 3098 | |                               passwords: Vec<Password>)
[INFO] [stderr] 3099 | |                               -> Self {
[INFO] [stderr]      | |_____________________________________^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> openpgp/src/cert/raw.rs:1076:29
[INFO] [stderr]      |
[INFO] [stderr] 1076 |     fn compare_parse(bytes: &[u8]) -> Vec<RawCert> {
[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] 1076 |     fn compare_parse(bytes: &[u8]) -> Vec<RawCert<'_>> {
[INFO] [stderr]      |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sequoia-openpgp` (lib test) generated 55 warnings (43 duplicates) (run `cargo fix --lib -p sequoia-openpgp --tests` to apply 2 suggestions)
[INFO] [stderr] warning: struct `MyStruct` is never constructed
[INFO] [stderr]    --> buffered-reader/src/macros.rs:135:16
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub struct MyStruct {}
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `WithLifetime` is never constructed
[INFO] [stderr]    --> buffered-reader/src/macros.rs:139:16
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub struct WithLifetime<'a> { _p: std::marker::PhantomData<&'a ()> }
[INFO] [stderr]     |                ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyWriter` is never constructed
[INFO] [stderr]    --> buffered-reader/src/macros.rs:144:16
[INFO] [stderr]     |
[INFO] [stderr] 144 |     pub struct MyWriter<W: std::io::Write> { _p: std::marker::PhantomData<W> }
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MyWriterWithLifetime` is never constructed
[INFO] [stderr]    --> buffered-reader/src/macros.rs:153:16
[INFO] [stderr]     |
[INFO] [stderr] 153 |     pub struct MyWriterWithLifetime<'a, C, W: std::io::Write> {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `sequoia-autocrypt` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `buffered-reader` (lib test) generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/buffered_reader-17c9f367fcd0c762)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test eof::test::basics ... ok
[INFO] [stdout] test generic::test::data_hard_after_failure ... ok
[INFO] [stdout] test file_unix::test::error_contains_path ... ok
[INFO] [stdout] test file_generic::test::error_contains_path ... ok
[INFO] [stdout] test limitor::test::consummated ... ok
[INFO] [stdout] test limitor::test::buffered_reader_limitor_test ... ok
[INFO] [stdout] test generic::test::buffered_reader_generic_test ... ok
[INFO] [stdout] test dup::test::buffered_reader_memory_test ... ok
[INFO] [stdout] test memory::test::buffered_reader_memory_test ... ok
[INFO] [stdout] test test::buffered_reader_eof_test ... ok
[INFO] [stdout] test test::buffered_reader_read_test ... ok
[INFO] [stdout] test test::copy ... ok
[INFO] [stdout] test test::drop_through ... ok
[INFO] [stdout] test test::drop_until ... ok
[INFO] [stdout] test test::mutable_reference_inner ... ok
[INFO] [stdout] test test::mutable_reference ... ok
[INFO] [stdout] test test::mutable_reference_with_cookie ... ok
[INFO] [stdout] test dup::test::buffer_test ... ok
[INFO] [stdout] test reserve::test::data ... ok
[INFO] [stdout] test memory::test::buffer_test ... ok
[INFO] [stdout] test limitor::test::buffer_test ... ok
[INFO] [stdout] test generic::test::buffer_test ... ok
[INFO] [stdout] test decompress_deflate::test::buffer_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.08s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sequoia_autocrypt-55c8cb19ccf12402)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test test::issue_1012 ... ok
[INFO] [stdout] test test::issue_743 ... ok
[INFO] [stdout] test test::decode_gossip ... ok
[INFO] [stdout] test test::decode_test ... ok
[INFO] [stdout] test cert::tests::autocrypt_v1_1 ... ok
[INFO] [stdout] test test::autocrypt_header_new ... ok
[INFO] [stdout] test test::autocrypt_header_new_address_mismatch ... ok
[INFO] [stdout] test test::autocrypt_setup_message ... ok
[INFO] [stdout] test cert::tests::autocrypt_v1 ... ok
[INFO] [stdout] test test::passcode_gen_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sequoia_ipc-8c8501bc9c101f1c)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test keybox::tests::header_record ... ok
[INFO] [stdout] test keybox::tests::openpgp_errors ... ok
[INFO] [stdout] test keybox::tests::x509_record ... ok
[INFO] [stdout] test keybox::tests::cert_from_keybox ... ok
[INFO] [stdout] test keygrip::tests::libgcrypt_basic ... ok
[INFO] [stdout] test keybox::tests::openpgp_record ... ok
[INFO] [stdout] test sexp::parse::tests::basics ... ok
[INFO] [stdout] test keybox::tests::keybox_record ... ok
[INFO] [stdout] test keygrip::tests::gpgme_keys ... ok
[INFO] [stdout] test sexp::parse::tests::issue_742 ... ok
[INFO] [stdout] test sexp::parse::tests::signatures ... ok
[INFO] [stdout] test sexp::tests::sexp_lookup ... ok
[INFO] [stdout] test sexp::tests::to_signature ... ok
[INFO] [stdout] test keybox::tests::cert_from_openpgp_record ... ok
[INFO] [stdout] test sexp::tests::roundtrip ... ok
[INFO] [stdout] test keygrip::tests::our_keys ... ok
[INFO] [stdout] test sexp::tests::to_secret_key ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sequoia_net-ac9573f68049894a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test updates::tests::current_epoch ... ok
[INFO] [stdout] test dane::tests::test_generating_fqdn ... ok
[INFO] [stdout] test dane::tests::test_generating_fqdn_lower_case ... ok
[INFO] [stdout] test updates::tests::parse ... ok
[INFO] [stdout] test updates::tests::merge ... ok
[INFO] [stdout] test wkd::tests::encode_local_part_succed ... ok
[INFO] [stdout] test updates::tests::serialize ... ok
[INFO] [stdout] test wkd::tests::email_address_from ... ok
[INFO] [stdout] test wkd::tests::test_cert_contains_domain_userid ... ok
[INFO] [stdout] test dane::tests::test_generate ... ok
[INFO] [stdout] test wkd::tests::test_get_cert_domains ... ok
[INFO] [stdout] test wkd::tests::url_roundtrip ... ok
[INFO] [stdout] test dane::tests::test_generate_aliasing ... ok
[INFO] [stdout] test dane::tests::test_generate_generic ... ok
[INFO] [stdout] test wkd::tests::test_parse_body ... ok
[INFO] [stdout] test wkd::tests::url_to_file_path ... ok
[INFO] [stdout] test dane::tests::test_generate_disjoint ... ok
[INFO] [stdout] test wkd::tests::wkd_generate ... ok
[INFO] [stderr]      Running tests/hkp.rs (/opt/rustwide/target/debug/deps/hkp-abcaf0229e992a7f)
[INFO] [stdout] test tests::urls ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test get ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sequoia_openpgp-6e788cea8229c2aa)
[INFO] [stdout] test send ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 527 tests
[INFO] [stdout] test armor::test::common_prefix ... ok
[INFO] [stdout] test armor::test::dearmor_binary ... ok
[INFO] [stdout] test armor::test::dearmor_any ... ok
[INFO] [stdout] test armor::test::dearmor_no_crc ... ok
[INFO] [stdout] test armor::base64_utils::base64_size_test ... ok
[INFO] [stdout] test armor::test::dearmor_bytewise ... ok
[INFO] [stdout] test armor::test::dearmor_quoted ... ok
[INFO] [stdout] test armor::test::dearmor ... ok
[INFO] [stdout] test armor::test::dearmor_quoted_a_lot ... ok
[INFO] [stdout] test armor::test::dearmor_quoted_stripped ... ok
[INFO] [stdout] test armor::test::dearmor_quoted_badly ... ok
[INFO] [stdout] test armor::test::dearmor_robust ... ok
[INFO] [stdout] test armor::test::dearmor_with_garbage ... ok
[INFO] [stdout] test armor::test::dearmor_wrong_crc ... ok
[INFO] [stdout] test armor::test::dearmor_wrong_footer ... ok
[INFO] [stdout] test armor::test::drop_writer ... ok
[INFO] [stdout] test armor::test::dearmor_wrong_kind ... ok
[INFO] [stdout] test armor::test::enarmor ... ok
[INFO] [stdout] test armor::test::enarmor_bytewise ... ok
[INFO] [stdout] test armor::test::issue_515 ... ok
[INFO] [stdout] test armor::test::issue_516 ... ok
[INFO] [stdout] test armor::crc::tests::compare ... ok
[INFO] [stdout] test armor::test::issue_610 ... ok
[INFO] [stdout] test armor::test::dearmor_with_header ... ok
[INFO] [stdout] test armor::test::zero_sized_read ... ok
[INFO] [stdout] test armor::test::issue_517 ... ok
[INFO] [stdout] test armor::test::cleartext_signed_message ... ok
[INFO] [stdout] test cert::amalgamation::key::iter::test::key_iter_test ... ok
[INFO] [stdout] test cert::amalgamation::key::iter::test::select_no_keys ... ok
[INFO] [stdout] test cert::amalgamation::key::iter::test::select_valid_and_right_flags ... ok
[INFO] [stdout] test armor::crc::tests::foobarbaz ... ok
[INFO] [stdout] test cert::amalgamation::key::iter::test::select_invalid_and_right_flags ... ok
[INFO] [stdout] test cert::amalgamation::key::iter::test::selectors ... ok
[INFO] [stdout] test cert::amalgamation::key::test::issue_564 ... ok
[INFO] [stdout] test cert::amalgamation::key::iter::test::select_valid_and_wrong_flags ... ok
[INFO] [stdout] test armor::test::roundtrip ... ok
[INFO] [stdout] test cert::amalgamation::key::iter::test::select_primary ... ok
[INFO] [stdout] test cert::amalgamation::key::iter::test::select_supported ... ok
[INFO] [stdout] test cert::amalgamation::key::iter::test::select_key_handle ... ok
[INFO] [stdout] test cert::amalgamation::key::test::expire_subkeys ... ok
[INFO] [stdout] test cert::amalgamation::key::test::key_amalgamation_valid_third_party_revocations_by_key_hard ... ok
[INFO] [stdout] test cert::amalgamation::key::test::key_amalgamation_certifications_by_key ... ok
[INFO] [stdout] test cert::amalgamation::test::component_amalgamation_certifications_by_key ... ok
[INFO] [stdout] test cert::amalgamation::test::map ... ok
[INFO] [stdout] test cert::amalgamation::test::user_id_amalgamation_third_party_revocations_by_key ... ok
[INFO] [stdout] test cert::builder::key::test::expiry ... ok
[INFO] [stdout] test cert::builder::tests::builder_roundtrip ... ok
[INFO] [stdout] test cert::amalgamation::test::clone ... ok
[INFO] [stdout] test cert::builder::tests::creation_time ... ok
[INFO] [stdout] test cert::builder::tests::defaults ... ok
[INFO] [stdout] test cert::builder::tests::all_opts ... ok
[INFO] [stdout] test cert::amalgamation::key::test::set_expiry_on_certificate_without_direct_signature ... ok
[INFO] [stdout] test cert::builder::tests::gen_wired_subkeys ... ok
[INFO] [stdout] test cert::amalgamation::key::test::key_amalgamation_valid_third_party_revocations_by_key_soft ... ok
[INFO] [stdout] test cert::amalgamation::test::user_id_amalgamation_certifications_by_key ... ok
[INFO] [stdout] test cert::builder::tests::direct_key_sig ... ok
[INFO] [stdout] test armor::test::dearmor_yuge ... ok
[INFO] [stdout] test cert::builder::tests::not_always_certify ... ok
[INFO] [stdout] test cert::builder::tests::generate_revocation_certificate ... ok
[INFO] [stdout] test cert::builder::tests::designated_revokers ... ok
[INFO] [stdout] test cert::parser::test::concatenated_armored_certs ... ok
[INFO] [stdout] test cert::parser::test::filter ... ok
[INFO] [stdout] test cert::builder::tests::validity_periods ... ok
[INFO] [stdout] test cert::parser::test::packet_source_includes_an_error ... ok
[INFO] [stdout] test cert::parser::test::marker_packet_ignored ... ok
[INFO] [stdout] test cert::builder::tests::non_exportable_cert ... ok
[INFO] [stdout] test cert::builder::tests::primary_user_things ... ok
[INFO] [stdout] test cert::parser::test::invalid_packets ... ok
[INFO] [stdout] test cert::builder::tests::encrypted_secrets ... ok
[INFO] [stdout] test cert::parser::test::parse_keyring_no_public_key ... ok
[INFO] [stdout] test cert::parser::test::parse_keyring_interleaved_literal_and_unrecoverable_junk ... ok
[INFO] [stdout] test cert::parser::test::push_tags ... ok
[INFO] [stdout] test cert::parser::test::push_tokens ... ok
[INFO] [stdout] test cert::builder::tests::setter ... ok
[INFO] [stdout] test cert::raw::test::accessors ... ok
[INFO] [stdout] test cert::raw::test::a_cert ... ok
[INFO] [stdout] test cert::raw::test::empty ... ok
[INFO] [stdout] test cert::raw::test::concatenated_armored_certs ... ok
[INFO] [stdout] test cert::raw::test::marker_packet_ignored ... ok
[INFO] [stdout] test cert::parser::test::parse_keyring_interleaved_unrecoverable_junk ... ok
[INFO] [stdout] test cert::raw::test::invalid_packets ... ok
[INFO] [stdout] test cert::parser::test::parse_keyring_interleaved_literal_and_small_junk ... ok
[INFO] [stdout] test cert::parser::test::parse_keyring_interleaved_literals ... ok
[INFO] [stdout] test cert::parser::test::parse_keyring_interleaved_small_junk ... ok
[INFO] [stdout] test cert::parser::test::parse_keyring_simple ... ok
[INFO] [stdout] test cert::raw::test::parse_keyring_no_public_key ... ok
[INFO] [stdout] test cert::raw::test::raw_cert_parser_impl ... ok
[INFO] [stdout] test cert::raw::test::two_certs ... ok
[INFO] [stdout] test cert::revoke::tests::try_into_cert_revocation_builder_failure ... ok
[INFO] [stdout] test cert::revoke::tests::try_into_cert_revocation_builder_success ... ok
[INFO] [stdout] test cert::revoke::tests::try_into_subkey_revocation_builder_failure ... ok
[INFO] [stdout] test cert::revoke::tests::try_into_subkey_revocation_builder_success ... ok
[INFO] [stdout] test cert::revoke::tests::try_into_userattribute_revocation_builder_failure ... ok
[INFO] [stdout] test cert::revoke::tests::try_into_userattribute_revocation_builder_success ... ok
[INFO] [stdout] test cert::revoke::tests::try_into_userid_revocation_builder_failure ... ok
[INFO] [stdout] test cert::revoke::tests::try_into_userid_revocation_builder_success ... ok
[INFO] [stdout] test cert::test::attested_key_signature_out_of_order ... ok
[INFO] [stdout] test cert::test::attested_key_signatures ... ok
[INFO] [stdout] test cert::test::attested_key_signatures_dkgpg ... ok
[INFO] [stdout] test cert::test::basics ... ok
[INFO] [stdout] test cert::test::binding_signature_lookup ... ok
[INFO] [stdout] test cert::test::broken ... ok
[INFO] [stdout] test cert::test::canonicalize_with_v3_sig ... ok
[INFO] [stdout] test cert::test::canonicalizing_keeps_secrets ... ok
[INFO] [stdout] test cert::test::cert_reject_keyrings ... ok
[INFO] [stdout] test cert::test::decrypt_encrypt_secrets ... ok
[INFO] [stdout] test cert::test::different_preferences ... ok
[INFO] [stdout] test cert::test::direct_key_sig ... ok
[INFO] [stdout] test cert::test::export_only_exports_public_key ... ok
[INFO] [stdout] test cert::test::insert_packets_add_sig ... ok
[INFO] [stdout] test cert::test::insert_packets_add_userid ... ok
[INFO] [stdout] test cert::test::insert_packets_update_key ... ok
[INFO] [stdout] test cert::test::insert_packets_update_sig ... ok
[INFO] [stdout] test cert::test::is_tsk ... ok
[INFO] [stdout] test cert::test::issue_120 ... ok
[INFO] [stdout] test cert::test::issue_215 ... ok
[INFO] [stdout] test cert::test::issue_321 ... ok
[INFO] [stdout] test cert::test::issue_361 ... ok
[INFO] [stdout] test cert::test::issue_486 ... ok
[INFO] [stdout] test cert::test::issue_504 ... ok
[INFO] [stdout] test cert::test::issue_531 ... ok
[INFO] [stdout] test cert::test::issue_539 ... ok
[INFO] [stdout] test cert::raw::test::parse_keyring_interleaved_literal_and_unrecoverable_junk ... ok
[INFO] [stdout] test cert::test::issue_579 ... ok
[INFO] [stdout] test cert::test::key_revoked ... ok
[INFO] [stdout] test cert::test::issue_568 ... ok
[INFO] [stdout] test cert::test::key_revoked2 ... ok
[INFO] [stdout] test cert::raw::test::parse_keyring_interleaved_unrecoverable_junk ... ok
[INFO] [stdout] test cert::test::marker_packets ... ok
[INFO] [stdout] test cert::test::merge ... ok
[INFO] [stdout] test cert::test::merge_keeps_secrets ... ok
[INFO] [stdout] test cert::test::keysigning_party ... ok
[INFO] [stdout] test cert::test::merge_public ... ok
[INFO] [stdout] test cert::test::merge_with_incomplete_update ... ok
[INFO] [stdout] test cert::test::missing_backsig_is_bad ... ok
[INFO] [stdout] test cert::raw::test::parse_keyring_interleaved_literal_and_small_junk ... ok
[INFO] [stdout] test cert::test::missing_uids ... ok
[INFO] [stdout] test cert::test::multiple_embedded_signatures ... ok
[INFO] [stdout] test cert::test::only_a_public_key ... ok
[INFO] [stdout] test cert::test::packet_pile_roundtrip ... ok
[INFO] [stdout] test cert::test::out_of_order_self_sigs_test ... ok
[INFO] [stdout] test cert::test::policy_uri_none ... ok
[INFO] [stdout] test cert::test::primary_key_is_subkey ... ok
[INFO] [stdout] test cert::test::policy_uri_some ... ok
[INFO] [stdout] test cert::test::primary_userid ... ok
[INFO] [stdout] test cert::test::public_private_merge ... ok
[INFO] [stdout] test cert::test::revoke_subkey ... ok
[INFO] [stdout] test cert::test::revoke_uid ... ok
[INFO] [stdout] test cert::test::merge_prefers_merged_in_secrets ... ok
[INFO] [stdout] test cert::test::revoke ... ok
[INFO] [stdout] test cert::test::revoked ... ok
[INFO] [stdout] test cert::test::set_validity_period_uidless ... ok
[INFO] [stdout] test cert::test::set_validity_period ... ok
[INFO] [stdout] test cert::test::set_validity_period_two_uids ... ok
[INFO] [stdout] test cert::test::signature_order ... ok
[INFO] [stdout] test cert::test::unrevoked ... ok
[INFO] [stdout] test cert::test::test_canonicalization ... ok
[INFO] [stdout] test cert::test::unsigned_components ... ok
[INFO] [stdout] test cert::test::v3_binding_signature ... ok
[INFO] [stdout] test cert::test::userid_revoked2 ... ok
[INFO] [stdout] test cert::test::v3_revocation_signature ... ok
[INFO] [stdout] test crypto::aead::tests::roundtrip ... ok
[INFO] [stdout] test crypto::backend::interface::tests::ed25519_generate_key_private_and_public_not_equal ... ok
[INFO] [stdout] test crypto::backend::nettle::hash::tests::oids_match_nettle ... ok
[INFO] [stdout] test crypto::backend::nettle::symmetric::tests::block_size ... ok
[INFO] [stdout] test crypto::backend::nettle::symmetric::tests::key_size ... ok
[INFO] [stdout] test crypto::backend::sha1cd::test::shambles ... ok
[INFO] [stdout] test crypto::backend::sha1cd::test::shattered ... ok
[INFO] [stdout] test crypto::ecdh::tests::aes_wrapping ... ok
[INFO] [stdout] test cert::test::v3_packets ... ok
[INFO] [stdout] test cert::test::test_into_packets2 ... ok
[INFO] [stdout] test crypto::ecdh::tests::pkcs5_padding ... ok
[INFO] [stdout] test crypto::ecdh::tests::cv25519_generation ... ok
[INFO] [stdout] test crypto::mpi::tests::mpi_roundtrip ... ok
[INFO] [stdout] test crypto::mpi::tests::pk_bits ... ok
[INFO] [stdout] test crypto::mpi::tests::pk_roundtrip ... ok
[INFO] [stdout] test crypto::mpi::tests::ct_roundtrip ... ok
[INFO] [stdout] test crypto::mpi::tests::signature_roundtrip ... ok
[INFO] [stdout] test crypto::s2k::tests::s2k_coded_count_approx ... ok
[INFO] [stdout] test crypto::s2k::tests::s2k_coded_count_approx_0x3e00000 ... ok
[INFO] [stdout] test crypto::s2k::tests::s2k_coded_count_approx_1025 ... ok
[INFO] [stdout] test crypto::s2k::tests::s2k_coded_count_roundtrip ... ok
[INFO] [stdout] test crypto::mpi::tests::sk_roundtrip ... ok
[INFO] [stdout] test cert::raw::test::parse_keyring_interleaved_small_junk ... ok
[INFO] [stdout] test crypto::s2k::tests::s2k_display ... ok
[INFO] [stdout] test crypto::symmetric::tests::decryptor ... ok
[INFO] [stdout] test crypto::s2k::tests::s2k_parse ... ok
[INFO] [stdout] test crypto::symmetric::tests::encryptor ... ok
[INFO] [stdout] test crypto::symmetric::tests::smoke_test ... ok
[INFO] [stdout] test crypto::symmetric::tests::roundtrip ... ok
[INFO] [stdout] test crypto::tests::ecdsa::fips_186_4 ... ok
[INFO] [stdout] test crypto::tests::raw_bigint_cmp ... ok
[INFO] [stdout] test crypto::tests::rsa::fips_186_3_verification ... ok
[INFO] [stdout] test crypto::tests::rsa::p_less_than_q ... ok
[INFO] [stdout] test fingerprint::tests::aliases ... ok
[INFO] [stdout] test fingerprint::tests::v4_hex_formatting ... ok
[INFO] [stdout] test fingerprint::tests::v5_hex_formatting ... ok
[INFO] [stdout] test fmt::test::from_hex ... ok
[INFO] [stdout] test fmt::test::from_pretty_hex ... ok
[INFO] [stdout] test fmt::test::hex_dumper ... ok
[INFO] [stdout] test fmt::test::hex_roundtrip ... ok
[INFO] [stdout] test cert::raw::test::parse_keyring_interleaved_literals ... ok
[INFO] [stdout] test fmt::test::pretty_hex_roundtrip ... ok
[INFO] [stdout] test keyhandle::tests::lower_hex_formatting ... ok
[INFO] [stdout] test keyhandle::tests::parse ... ok
[INFO] [stdout] test keyhandle::tests::partial_cmp_is_asymmetric ... ok
[INFO] [stdout] test keyhandle::tests::partial_cmp_is_transitive ... ok
[INFO] [stdout] test fmt::test::time ... ok
[INFO] [stdout] test keyhandle::tests::upper_hex_formatting ... ok
[INFO] [stdout] test crypto::hash::test::hash_verification ... ok
[INFO] [stdout] test keyid::test::aliases ... ok
[INFO] [stdout] test keyid::test::hex_formatting ... ok
[INFO] [stdout] test keyid::test::from_hex ... ok
[INFO] [stdout] test keyid::test::u64_roundtrip ... ok
[INFO] [stdout] test message::tests::basic ... ok
[INFO] [stdout] test message::tests::basic_message_validator ... ok
[INFO] [stdout] test macros::test_time_it::time_it ... ok
[INFO] [stdout] test message::tests::compressed_part ... ok
[INFO] [stdout] test message::tests::encrypted_part ... ok
[INFO] [stdout] test message::tests::message_validator_check ... ok
[INFO] [stdout] test keyid::test::from_hex_short_keyid ... ok
[INFO] [stdout] test message::tests::message_validator_push ... ok
[INFO] [stdout] test message::tests::message_validator_push_token ... ok
[INFO] [stdout] test message::tests::message_validator_finish ... ok
[INFO] [stdout] test message::tests::signature_part ... ok
[INFO] [stdout] test message::tests::tags ... ok
[INFO] [stdout] test message::tests::tokens ... ok
[INFO] [stdout] test packet::any::test::downcast ... ok
[INFO] [stdout] test packet::header::ctb::ctb ... ok
[INFO] [stdout] test packet::key::tests::cv25519_secret_is_reversed ... ok
[INFO] [stdout] test message::tests::one_pass_sig_part ... ok
[INFO] [stdout] test packet::key::tests::ecc_encoding ... ok
[INFO] [stdout] test packet::key::tests::ecc_support ... ok
[INFO] [stdout] test packet::key::tests::ed25519_secret_is_not_reversed ... ok
[INFO] [stdout] test packet::key::tests::encrypt_huge_plaintext ... ok
[INFO] [stdout] test packet::header::tests::parser_alignment ... ok
[INFO] [stdout] test cert::raw::test::parse_keyring_simple ... ok
[INFO] [stdout] test packet::key::tests::fingerprint_test ... ok
[INFO] [stdout] test cert::builder::tests::all_ciphersuites ... ok
[INFO] [stdout] test packet::key::tests::import_cv25519 ... ok
[INFO] [stdout] test packet::key::tests::import_cv25519_sec ... ok
[INFO] [stdout] test packet::key::tests::import_ed25519 ... ok
[INFO] [stdout] test packet::key::tests::import_rsa ... ok
[INFO] [stdout] test packet::key::tests::issue_1016 ... ok
[INFO] [stdout] test packet::key::tests::issue_617 ... ok
[INFO] [stdout] test cert::test::keyring_with_v3_public_keys ... ok
[INFO] [stdout] test packet::key::tests::mutate_eq_discriminates_pp ... ok
[INFO] [stdout] test packet::key::tests::mutate_eq_discriminates_ps ... ok
[INFO] [stdout] test crypto::tests::dsa::fips_186_3 ... ok
[INFO] [stdout] test packet::key::tests::encryption_roundtrip ... ok
[INFO] [stdout] test packet::key::tests::roundtrip_public ... ok
[INFO] [stdout] test packet::key::tests::generate_roundtrip ... ok
[INFO] [stdout] test packet::key::tests::key_encrypt_decrypt ... ok
[INFO] [stdout] test packet::key::tests::encrypted_rsa_key ... ok
[INFO] [stdout] test packet::literal::tests::partial_read_eq ... ok
[INFO] [stdout] test packet::literal::tests::roundtrip ... ok
[INFO] [stdout] test packet::marker::tests::roundtrip ... ok
[INFO] [stdout] test packet::one_pass_sig::tests::roundtrip ... ok
[INFO] [stdout] test packet::packet_path_iter ... ok
[INFO] [stdout] test packet::pkesk::tests::cve_2021_3580_ciphertext_too_long ... ok
[INFO] [stdout] test packet::pkesk::tests::cve_2021_3580_zero_ciphertext ... ok
[INFO] [stdout] test packet::pkesk::tests::decrypt_ecdh_cv25519 ... ok
[INFO] [stdout] test packet::pkesk::tests::decrypt_ecdh_nistp256 ... ok
[INFO] [stdout] test packet::pkesk::tests::decrypt_ecdh_nistp384 ... ok
[INFO] [stdout] test packet::pkesk::tests::decrypt_ecdh_nistp521 ... ok
[INFO] [stdout] test packet::pkesk::tests::decrypt_elgamal ... ok
[INFO] [stdout] test packet::pkesk::tests::decrypt_rsa ... ok
[INFO] [stdout] test packet::key::tests::eq ... ok
[INFO] [stdout] test packet::pkesk::tests::decrypt_with_short_cv25519_secret_key ... ok
[INFO] [stdout] test packet::signature::cache::test::bucket ... ok
[INFO] [stdout] test packet::pkesk::tests::roundtrip ... ok
[INFO] [stdout] test packet::signature::subpacket::issuer_default ... ok
[INFO] [stdout] test packet::signature::subpacket::accessors ... ok
[INFO] [stdout] test packet::signature::subpacket::subpacket_test_2 ... ok
[INFO] [stdout] test packet::signature::subpacket::tests::parse ... ok
[INFO] [stdout] test packet::signature::subpacket::tests::roundtrip ... ok
[INFO] [stdout] test packet::signature::subpacket::tests::subpacket_tag_variants ... ok
[INFO] [stdout] test packet::signature::test::binding_signatures_are_overrideable ... ok
[INFO] [stdout] test packet::signature::test::get_issuers_prefers_fingerprints ... ok
[INFO] [stdout] test packet::signature::test::issue_998 ... ok
[INFO] [stdout] test packet::signature::subpacket::subpacket_test_1 ... ok
[INFO] [stdout] test packet::signature::test::normalization_adds_missing_issuers ... ok
[INFO] [stdout] test packet::signature::test::normalize ... ok
[INFO] [stdout] test packet::signature::test::sign_message ... ok
[INFO] [stdout] test packet::signature::test::sign_verify ... ok
[INFO] [stdout] test packet::signature::test::sign_with_short_ed25519_secret_key ... ok
[INFO] [stdout] test packet::signature::test::signature_level ... ok
[INFO] [stdout] test packet::signature::test::signature_verification_test ... ok
[INFO] [stdout] test packet::signature::test::standalone_signature_roundtrip ... ok
[INFO] [stdout] test packet::signature::test::subpacket_authentication ... ok
[INFO] [stdout] test packet::signature::test::timestamp_signature ... ok
[INFO] [stdout] test packet::signature::test::timestamp_signature_roundtrip ... ok
[INFO] [stdout] test packet::signature::test::verify_gpg_3rd_party_cert ... ok
[INFO] [stdout] test packet::signature::test::verify_message ... ok
[INFO] [stdout] test packet::signature::test::verify_v3_sig ... ok
[INFO] [stdout] test packet::skesk::test::roundtrip ... ok
[INFO] [stdout] test packet::skesk::test::sample_skesk5_packet ... ok
[INFO] [stdout] test packet::skesk::test::skesk4_s2k_variants ... ok
[INFO] [stdout] test packet::tag::tests::display ... ok
[INFO] [stdout] test packet::tag::tests::parse ... ok
[INFO] [stdout] test packet::tag::tests::roundtrip ... ok
[INFO] [stdout] test packet::tag::tests::tag_variants ... ok
[INFO] [stdout] test packet::tag::tests::unknown_private ... ok
[INFO] [stdout] test packet::test::issue_802 ... ok
[INFO] [stdout] test packet::key::tests::mutate_eq_discriminates_sp ... ok
[INFO] [stdout] test packet::test::mutate_eq_discriminates ... ok
[INFO] [stdout] test packet::trust::tests::roundtrip ... ok
[INFO] [stdout] test packet::user_attribute::tests::image ... ok
[INFO] [stdout] test packet::user_attribute::tests::roundtrip ... ok
[INFO] [stdout] test packet::user_attribute::tests::roundtrip_image ... ok
[INFO] [stdout] test packet::user_attribute::tests::roundtrip_subpacket ... ok
[INFO] [stdout] test packet::userid::tests::compose ... ok
[INFO] [stdout] test packet::userid::tests::decompose ... ok
[INFO] [stdout] test packet::userid::tests::decompose_non_conventional ... ok
[INFO] [stdout] test packet::userid::tests::email_normalized ... ok
[INFO] [stdout] test packet::userid::tests::from_address ... ok
[INFO] [stdout] test packet::userid::tests::hash_algo_security ... ok
[INFO] [stdout] test packet::userid::tests::roundtrip ... ok
[INFO] [stdout] test packet_pile::test::compression_quine_test_1 ... ok
[INFO] [stdout] test packet::test::roundtrip ... ok
[INFO] [stdout] test packet_pile::test::consume_content_1 ... ok
[INFO] [stdout] test packet_pile::test::compression_quine_test_2 ... ok
[INFO] [stdout] test packet_pile::test::deserialize_test_2 ... ok
[INFO] [stdout] test packet_pile::test::deserialize_test_1 ... ok
[INFO] [stdout] test packet_pile::test::path_ref ... ok
[INFO] [stdout] test packet_pile::test::replace ... ok
[INFO] [stdout] test packet_pile::test::deserialize_test_3 ... ok
[INFO] [stdout] test parse::body_length_new_format ... ok
[INFO] [stdout] test parse::body_length_old_format ... ok
[INFO] [stdout] test parse::compressed_data_parser_test ... ok
[INFO] [stdout] test packet_pile::test::torture ... ok
[INFO] [stdout] test parse::hashed_reader::test::hash_reader_test ... ok
[INFO] [stdout] test parse::hashed_reader::test::hash_test_1 ... ok
[INFO] [stdout] test parse::hashed_reader::test::hash_update_text ... ok
[INFO] [stdout] test parse::length_roundtrip ... ok
[INFO] [stdout] test parse::literal_parser_test ... ok
[INFO] [stdout] test parse::one_pass_sig_parser_test ... ok
[INFO] [stdout] test parse::mpis::mpis_parse_test ... ok
[INFO] [stdout] test parse::one_pass_sig_test ... ok
[INFO] [stdout] test parse::packet_parser_builder::tests::armor ... ok
[INFO] [stdout] test parse::packet_parser_reader_interface ... ok
[INFO] [stdout] test parse::packet_pile_parser::test_next ... ok
[INFO] [stdout] test parse::packet_pile_parser::test_recurse ... ok
[INFO] [stdout] test parse::signature_parser_test ... ok
[INFO] [stdout] test parse::packet_pile_parser::message_parser_reader_interface ... ok
[INFO] [stdout] test parse::stream::test::csf_hashing_mode_assertion_failure ... ok
[INFO] [stdout] test parse::stream::test::csf_multiple_signers ... ok
[INFO] [stdout] test parse::stream::test::csf_sig_group_count_assertion_failure ... ok
[INFO] [stdout] test parse::stream::test::csf_verification ... ok
[INFO] [stdout] test parse::stream::test::decryptor ... ok
[INFO] [stdout] test parse::stream::test::detached_verifier ... ok
[INFO] [stdout] test parse::stream::test::inline_signed_two_hashes ... ok
[INFO] [stdout] test parse::stream::test::issue_693 ... ok
[INFO] [stdout] test parse::stream::test::message_grammar_check ... ok
[INFO] [stdout] test parse::stream::test::test_streaming_verifier_bug_issue_682 ... ok
[INFO] [stdout] test parse::stream::test::unaccounted_signatures ... ok
[INFO] [stdout] test packet::key::tests::mutate_eq_discriminates_ss ... ok
[INFO] [stdout] test packet::key::tests::roundtrip_secret ... ok
[INFO] [stdout] test packet::key::tests::secret_encryption_roundtrip ... ok
[INFO] [stdout] test parse::stream::test::verifier ... ok
[INFO] [stdout] test parse::stream::test::verifier_legacy ... ok
[INFO] [stdout] test parse::stream::test::verifier_levels ... ok
[INFO] [stdout] test parse::stream::test::verify_long_message ... ok
[INFO] [stdout] test parse::test::cert_validator ... ok
[INFO] [stdout] test parse::test::corrupted_cert ... ok
[INFO] [stdout] test parse::test::decrypt_test ... ok
[INFO] [stdout] test parse::test::decrypt_test_stream ... ok
[INFO] [stdout] test parse::test::issue_455 ... ok
[INFO] [stdout] test parse::test::issue_514 ... ok
[INFO] [stdout] test parse::test::issue_530_verifying ... ok
[INFO] [stdout] test parse::test::issue_537 ... ok
[INFO] [stdout] test parse::test::issue_588 ... ok
[INFO] [stdout] test parse::test::junk_prefix ... ok
[INFO] [stdout] test parse::test::key_unknown_s2k ... ok
[INFO] [stdout] test parse::test::keyring_validator ... ok
[INFO] [stdout] test parse::test::malformed_embedded_signature ... ok
[INFO] [stdout] test parse::test::malformed_notation_name ... ok
[INFO] [stdout] test parse::test::max_packet_size ... ok
[INFO] [stdout] test parse::test::message_validator ... ok
[INFO] [stdout] test parse::test::message_validator_opaque_content ... ok
[INFO] [stdout] test parse::test::packet_before_junk_emitted ... ok
[INFO] [stdout] test parse::test::packet_parser_on_mangled_cert ... ok
[INFO] [stdout] test parse::test::panic_on_malformed_armor ... ok
[INFO] [stdout] test parse::test::panic_on_short_zip ... ok
[INFO] [stdout] test parse::test::parse_junk_with_mapping ... ok
[INFO] [stdout] test parse::skesk_parser_test ... ok
[INFO] [stdout] test parse::test::path ... ok
[INFO] [stdout] test parse::test::truncated_packet ... ok
[INFO] [stdout] test policy::PacketTagCutoffList ... ok
[INFO] [stdout] test policy::test::binary_signature ... ok
[INFO] [stdout] test policy::test::binding_signature ... ok
[INFO] [stdout] test policy::test::hash_algo ... ok
[INFO] [stdout] test policy::test::key_verify_binary_signature ... ok
[INFO] [stdout] test packet::signature::test::merging ... ok
[INFO] [stdout] test policy::test::packet_tag_cutoff ... ok
[INFO] [stdout] test policy::test::packet_versions ... ok
[INFO] [stdout] test policy::test::reject_all_aead_algos ... ok
[INFO] [stdout] test policy::test::reject_all_asymmetric_algos ... ok
[INFO] [stdout] test policy::test::reject_all_critical_subpackets ... ok
[INFO] [stdout] test policy::test::reject_all_hashes ... ok
[INFO] [stdout] test policy::test::reject_all_packets ... ok
[INFO] [stdout] test policy::test::reject_all_symmetric_algos ... ok
[INFO] [stdout] test policy::test::reject_asymmetric_algos ... ok
[INFO] [stdout] test policy::test::reject_cipher ... ok
[INFO] [stdout] test policy::test::reject_seip_packet ... ok
[INFO] [stdout] test policy::test::revocation ... ok
[INFO] [stdout] test regex::lexer::tests::lexer ... ok
[INFO] [stdout] test parse::stream::test::v4skesk_v1seip_aes128 ... ok
[INFO] [stdout] test regex::tests::regex_set ... ok
[INFO] [stdout] test regex::tests::regex_set_sequoia ... ok
[INFO] [stdout] test regex::tests::regex_set_sequoia_nodash ... ok
[INFO] [stdout] test serialize::cert::test::export ... ok
[INFO] [stdout] test serialize::cert::test::into_packets ... ok
[INFO] [stdout] test serialize::cert::test::issue_1075 ... ok
[INFO] [stdout] test serialize::cert::test::issue_613 ... ok
[INFO] [stdout] test policy::test::key_verify_self_signature ... ok
[INFO] [stdout] test serialize::cert::test::issue_701 ... ok
[INFO] [stdout] test serialize::cert::test::reduce_to_cert_serialize ... ok
[INFO] [stdout] test regex::tests::regex ... ok
[INFO] [stdout] test serialize::cert_armored::tests::is_printable_fail ... ok
[INFO] [stdout] test serialize::cert_armored::tests::is_printable_succeed ... ok
[INFO] [stdout] test serialize::cert::test::roundtrip_cert ... ok
[INFO] [stdout] test serialize::cert_armored::tests::serialize_into ... ok
[INFO] [stdout] test serialize::cert_armored::tests::serialize_succeed ... ok
[INFO] [stdout] test serialize::legacy_header ... ok
[INFO] [stdout] test serialize::log2_test ... ok
[INFO] [stdout] test serialize::stream::dash_escape::test::dash_escape ... ok
[INFO] [stdout] test serialize::stream::dash_escape::test::from_escape ... ok
[INFO] [stdout] test serialize::cert_armored::tests::serialize_length_succeed ... ok
[INFO] [stdout] test serialize::stream::dash_escape::test::no_escape ... ok
[INFO] [stdout] test serialize::stream::dash_escape::test::one_line ... ok
[INFO] [stdout] test serialize::cert::test::roundtrip_tsk ... ok
[INFO] [stdout] test serialize::stream::padding::test::no_compression ... ok
[INFO] [stdout] test serialize::stream::padding::test::padme_max_overhead ... ok
[INFO] [stdout] test serialize::stream::padding::test::padme_overhead ... ok
[INFO] [stdout] test serialize::stream::padding::test::log2_test ... ok
[INFO] [stdout] test serialize::stream::partial_body::test::basic ... ok
[INFO] [stdout] test serialize::stream::partial_body::test::write_exceeding_buffer_threshold ... ok
[INFO] [stdout] test serialize::stream::partial_body::test::no_avoidable_chunking ... ok
[INFO] [stdout] test serialize::stream::padding::test::roundtrip ... ok
[INFO] [stdout] test serialize::stream::test::aead_gcm ... ok
[INFO] [stdout] test serialize::stream::test::arbitrary ... ok
[INFO] [stdout] test serialize::stream::test::aead_eax ... ok
[INFO] [stdout] test serialize::stream::test::encryptor_lifetime ... ok
[INFO] [stdout] test serialize::stream::test::aead_ocb ... ok
[INFO] [stdout] test serialize::stream::test::issue_530_signing ... ok
[INFO] [stdout] test serialize::stream::test::issue_816 ... ok
[INFO] [stdout] test serialize::stream::test::no_overlapping_hashes ... ok
[INFO] [stdout] test serialize::stream::test::no_overlapping_hashes_for_new_signer ... ok
[INFO] [stdout] test serialize::stream::test::overlapping_hashes ... ok
[INFO] [stdout] test serialize::stream::test::experimental_aead_encryptor ... ok
[INFO] [stdout] test serialize::stream::test::signature ... ok
[INFO] [stdout] test serialize::stream::test::pk_encryptor ... ok
[INFO] [stdout] test serialize::stream::test::signature_at_time ... ok
[INFO] [stdout] test serialize::stream::test::stream_0 ... ok
[INFO] [stdout] test serialize::stream::test::stream_1 ... ok
[INFO] [stdout] test serialize::stream::test::signer ... ok
[INFO] [stdout] test serialize::stream::trim_whitespace::test::no_ff_trimming ... ok
[INFO] [stdout] test serialize::stream::trim_whitespace::test::no_trimming ... ok
[INFO] [stdout] test serialize::stream::trim_whitespace::test::one_line ... ok
[INFO] [stdout] test serialize::stream::trim_whitespace::test::space_trimming ... ok
[INFO] [stdout] test serialize::stream::trim_whitespace::test::tab_trimming ... ok
[INFO] [stdout] test serialize::stream::writer::test::generic_writer ... ok
[INFO] [stdout] test serialize::stream::writer::test::stack ... ok
[INFO] [stdout] test serialize::test::body_length_edge_cases ... ok
[INFO] [stdout] test serialize::test::export_signature ... ok
[INFO] [stdout] test serialize::stream::test::encryptor ... ok
[INFO] [stdout] test serialize::test::serialize_test_1 ... ok
[INFO] [stdout] test serialize::test::serialize_test_1_unknown ... ok
[INFO] [stdout] test serialize::test::serialize_test_2 ... ok
[INFO] [stdout] test serialize::test::serialize_test_3 ... ok
[INFO] [stdout] test serialize::test_generic_export_into ... ok
[INFO] [stdout] test serialize::test_generic_serialize_into ... ok
[INFO] [stdout] test types::features::tests::known ... ok
[INFO] [stdout] test types::features::tests::roundtrip ... ok
[INFO] [stdout] test types::features::tests::set_clear ... ok
[INFO] [stdout] test types::key_flags::tests::roundtrip ... ok
[INFO] [stdout] test types::key_flags::tests::test_set_to ... ok
[INFO] [stdout] test types::server_preferences::tests::basics ... ok
[INFO] [stdout] test types::server_preferences::tests::roundtrip ... ok
[INFO] [stdout] test types::tests::aead_algorithms_variants ... ok
[INFO] [stdout] test types::tests::aead_display ... ok
[INFO] [stdout] test types::tests::aead_parse ... ok
[INFO] [stdout] test types::tests::aead_roundtrip ... ok
[INFO] [stdout] test types::tests::comp_display ... ok
[INFO] [stdout] test types::tests::comp_parse ... ok
[INFO] [stdout] test types::tests::comp_roundtrip ... ok
[INFO] [stdout] test types::tests::compression_algorithms_variants ... ok
[INFO] [stdout] test types::tests::curve_roundtrip ... ok
[INFO] [stdout] test types::tests::data_format_variants ... ok
[INFO] [stdout] test types::tests::df_display ... ok
[INFO] [stdout] test types::tests::df_parse ... ok
[INFO] [stdout] test types::tests::df_roundtrip ... ok
[INFO] [stdout] test types::tests::hash_algorithms_variants ... ok
[INFO] [stdout] test types::tests::hash_display ... ok
[INFO] [stdout] test types::tests::hash_parse ... ok
[INFO] [stdout] test types::tests::hash_roundtrip ... ok
[INFO] [stdout] test types::tests::hash_roundtrip_str ... ok
[INFO] [stdout] test types::tests::hash_roundtrip_text_name ... ok
[INFO] [stdout] test types::tests::pk_display ... ok
[INFO] [stdout] test types::tests::pk_parse ... ok
[INFO] [stdout] test types::tests::pk_roundtrip ... ok
[INFO] [stdout] test types::tests::public_key_algorithms_variants ... ok
[INFO] [stdout] test types::tests::reason_for_revocation_variants ... ok
[INFO] [stdout] test types::tests::rfr_display ... ok
[INFO] [stdout] test types::tests::rfr_parse ... ok
[INFO] [stdout] test types::tests::rfr_roundtrip ... ok
[INFO] [stdout] test types::tests::signature_type_display ... ok
[INFO] [stdout] test types::tests::signature_type_roundtrip ... ok
[INFO] [stdout] test types::tests::signature_types_variants ... ok
[INFO] [stdout] test packet::key::tests::signature_roundtrip ... ok
[INFO] [stdout] test types::tests::sym_display ... ok
[INFO] [stdout] test types::tests::sym_parse ... ok
[INFO] [stdout] test types::tests::sym_roundtrip ... ok
[INFO] [stdout] test types::tests::symmetric_algorithms_variants ... ok
[INFO] [stdout] test types::timestamp::tests::duration_round_up ... ok
[INFO] [stdout] test types::timestamp::tests::duration_round_up_ceil ... ok
[INFO] [stdout] test types::timestamp::tests::system_time_32_bit ... ok
[INFO] [stdout] test types::timestamp::tests::timestamp_round_down_floor ... ok
[INFO] [stdout] test types::timestamp::tests::timestamp_round_down ... ok
[INFO] [stdout] test utils::test::be_u64_roundtrip ... ok
[INFO] [stdout] test serialize::test::packet_serialized_len ... ok
[INFO] [stdout] test parse::stream::test::v4skesk_v1seip_aes192 ... ok
[INFO] [stdout] test parse::stream::test::v4skesk_v1seip_aes256 ... ok
[INFO] [stdout] test parse::test::parse_secret_with_leading_zeros ... ok
[INFO] [stdout] test serialize::stream::test::stream_big ... ok
[INFO] [stdout] test crypto::s2k::tests::s2k_parser_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 527 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 70.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/for-each-artifact.rs (/opt/rustwide/target/debug/deps/for_each_artifact-b8c71c548b0f3ac3)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test for_each_artifact::raw_cert_roundtrip ... ok
[INFO] [stdout] test for_each_artifact::raw_cert_parser_roundtrip ... ok
[INFO] [stdout] test for_each_artifact::message_roundtrip ... ok
[INFO] [stdout] test for_each_artifact::packet_roundtrip ... ok
[INFO] [stdout] test for_each_artifact::cert_roundtrip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.24s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/secret-leak-detector.rs (/opt/rustwide/target/debug/deps/secret_leak_detector-43299be788db40a0)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test leak_tests::leak_basecase ... ok
[INFO] [stdout] test leak_tests::test_libc_memset ... ok
[INFO] [stdout] test leak_tests::test_encrypted ... ok
[INFO] [stdout] test leak_tests::test_ed25519 ... ok
[INFO] [stdout] test leak_tests::clean_basecase ... ok
[INFO] [stdout] test leak_tests::test_memzero ... ok
[INFO] [stdout] test leak_tests::test_session_key ... ok
[INFO] [stdout] test leak_tests::test_protected ... ok
[INFO] [stdout] test leak_tests::test_password ... ok
[INFO] [stdout] test leak_tests::test_protected_mpi ... ok
[INFO] [stdout] test leak_tests::test_aes_256_encryption ... ok
[INFO] [stdout] test leak_tests::test_aes_256_decryption ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests buffered_reader
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test buffered-reader/src/lib.rs - BufferedReader::data_hard (line 426) ... ok
[INFO] [stdout] test buffered-reader/src/lib.rs - BufferedReader::buffer (line 355) ... ok
[INFO] [stdout] test buffered-reader/src/lib.rs - BufferedReader::data_consume (line 572) ... ok
[INFO] [stdout] test buffered-reader/src/macros.rs - macros::assert_send_and_sync (line 59) ... ignored
[INFO] [stdout] test buffered-reader/src/macros.rs - macros::assert_send_and_sync (line 66) ... ignored
[INFO] [stdout] test buffered-reader/src/macros.rs - macros::assert_send_and_sync (line 75) ... ignored
[INFO] [stdout] test buffered-reader/src/macros.rs - macros::assert_send_and_sync (line 87) ... ignored
[INFO] [stdout] test buffered-reader/src/lib.rs - BufferedReader::consume (line 537) ... ok
[INFO] [stdout] test buffered-reader/src/lib.rs - BufferedReader::data (line 399) ... ok
[INFO] [stdout] test buffered-reader/src/lib.rs - (line 176) ... ok
[INFO] [stdout] test buffered-reader/src/lib.rs - (line 107) ... ok
[INFO] [stdout] test buffered-reader/src/lib.rs - BufferedReader::read_to (line 677) ... ok
[INFO] [stdout] test buffered-reader/src/lib.rs - BufferedReader::into_inner (line 947) ... ok
[INFO] [stdout] test buffered-reader/src/lib.rs - BufferedReader::data_eof (line 459) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 3.62s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sequoia_autocrypt
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sequoia_ipc
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test ipc/src/core.rs - core (line 12) - compile ... ok
[INFO] [stdout] test ipc/src/macros.rs - macros::assert_send_and_sync (line 131) ... ignored
[INFO] [stdout] test ipc/src/macros.rs - macros::assert_send_and_sync (line 138) ... ignored
[INFO] [stdout] test ipc/src/macros.rs - macros::assert_send_and_sync (line 147) ... ignored
[INFO] [stdout] test ipc/src/macros.rs - macros::assert_send_and_sync (line 159) ... ignored
[INFO] [stdout] test ipc/src/macros.rs - macros::time_it (line 85) ... ignored
[INFO] [stdout] test ipc/src/core.rs - core::Context (line 33) - compile ... ok
[INFO] [stdout] test ipc/src/keybox.rs - keybox::Keybox (line 29) ... ok
[INFO] [stdout] test ipc/src/keygrip.rs - keygrip::Keygrip::of (line 66) ... ok
[INFO] [stdout] test ipc/src/keygrip.rs - keygrip::Keygrip (line 15) ... ok
[INFO] [stdout] test ipc/src/core.rs - core::Config (line 137) ... ok
[INFO] [stdout] test ipc/src/core.rs - core::Context (line 44) ... ok
[INFO] [stdout] test ipc/src/core.rs - core::Config (line 151) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 2.90s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sequoia_net
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test net/src/macros.rs - macros::assert_send_and_sync (line 14) ... ignored
[INFO] [stdout] test net/src/macros.rs - macros::assert_send_and_sync (line 23) ... ignored
[INFO] [stdout] test net/src/macros.rs - macros::assert_send_and_sync (line 35) ... ignored
[INFO] [stdout] test net/src/macros.rs - macros::assert_send_and_sync (line 7) ... ignored
[INFO] [stdout] test net/src/wkd.rs - wkd::get (line 213) - compile ... ok
[INFO] [stdout] test net/src/dane.rs - dane::get (line 91) - compile ... ok
[INFO] [stdout] test net/src/lib.rs - (line 18) - compile ... ok
[INFO] [stdout] test net/src/lib.rs - (line 31) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sequoia_openpgp
[INFO] [stdout] 
[INFO] [stdout] running 566 tests
[INFO] [stdout] test openpgp/src/armor.rs - armor (line 20) - compile ... ok
[INFO] [stdout] test openpgp/src/armor.rs - armor::Reader<'a>::headers (line 806) ... ok
[INFO] [stdout] test openpgp/src/armor.rs - armor::Writer<W>::new (line 260) ... ok
[INFO] [stdout] test openpgp/src/armor.rs - armor::Reader<'a>::from_reader (line 690) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert (line 600) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert (line 488) ... ok
[INFO] [stdout] test openpgp/src/armor.rs - armor::Writer<W>::with_headers (line 288) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert (line 574) ... ok
[INFO] [stdout] test openpgp/src/armor.rs - armor::Reader<'a>::from_reader (line 665) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::fingerprint (line 2209) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::insert_packets2 (line 2844) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::from_packets (line 1384) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::insert_packets2 (line 2787) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::bad_signatures (line 1161) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::insert_packets2 (line 2878) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::key_handle (line 2180) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::is_tsk (line 3233) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::into_packet_pile (line 1425) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::keyid (line 2237) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::insert_packets_merge (line 2966) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::insert_packets_merge (line 3003) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::into_packets (line 1268) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::into_packets2 (line 1334) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::merge_public (line 2324) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::merge_public (line 2305) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::merge_public_and_secret (line 2524) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::merge_public (line 2386) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::merge_public (line 2348) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::primary_key (line 719) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::merge_public_and_secret (line 2507) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::keys (line 1068) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::merge_public_and_secret (line 2554) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::merge_public_and_secret (line 2592) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::retain_user_attributes (line 3366) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::retain_userids (line 3321) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::retain_subkeys (line 3405) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::set_expiration_time (line 925) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::revocation_status (line 767) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::revocation_keys (line 1196) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::strip_secret_key_material (line 3279) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::revoke (line 830) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::try_from (line 3656) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::user_attributes (line 1021) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::with_policy (line 3474) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::userids (line 986) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Preferences (line 298) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::Cert::unknowns (line 1115) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert (line 3774) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::alive (line 4031) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::TSK<'a>::into_packets (line 3517) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::cert (line 3819) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::keys (line 4124) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::direct_key_signature (line 3940) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::primary_user_attribute (line 4312) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::revocation_keys (line 4393) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::primary_userid (line 4178) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::policy (line 3873) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::revocation_status (line 3984) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::primary_key (line 4078) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation (line 155) - compile fail ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::with_policy (line 3902) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::user_attributes (line 4344) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::time (line 3845) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ComponentAmalgamation<'a,C>::bundle (line 802) ... ok
[INFO] [stdout] test openpgp/src/cert.rs - cert::ValidCert<'a>::userids (line 4247) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation (line 190) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::UserIDAmalgamation<'a>::attest_certifications2 (line 1418) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ComponentAmalgamation (line 671) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ComponentAmalgamation<'a,C>::cert (line 758) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidAmalgamation::binding_signature (line 500) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidAmalgamation::direct_key_signature (line 532) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidAmalgamation::cert (line 416) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidAmalgamation::policy (line 473) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::UserIDAmalgamation<'a>::valid_certifications_by_key (line 1126) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidAmalgamation::revocation_status (line 576) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidAmalgamation::time (line 443) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::UserIDAmalgamation<'a>::valid_third_party_revocations_by_key (line 1306) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidAmalgamation::revocation_keys (line 620) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/iter.rs - cert::amalgamation::iter::ComponentAmalgamationIter (line 39) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidComponentAmalgamation (line 1720) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/iter.rs - cert::amalgamation::iter::ComponentAmalgamationIter (line 59) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidateAmalgamation (line 302) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/iter.rs - cert::amalgamation::iter::ValidComponentAmalgamationIter (line 206) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/iter.rs - cert::amalgamation::iter::ComponentAmalgamationIter<'a,C>::with_policy (line 152) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation.rs - cert::amalgamation::ValidUserIDAmalgamation<'a>::attest_certifications (line 1891) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/iter.rs - cert::amalgamation::iter::ValidComponentAmalgamationIter<'a,C>::revoked (line 330) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key (line 47) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key (line 143) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key (line 220) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::KeyAmalgamation (line 372) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key (line 85) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::KeyAmalgamation (line 392) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::KeyAmalgamation (line 410) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::alive (line 1636) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::PrimaryKey::primary (line 317) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::KeyAmalgamation<'a,P,R,R2>::valid_certifications_by_key (line 862) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidErasedKeyAmalgamation<'a,P>::set_expiration_time (line 2168) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::KeyAmalgamation<'a,P,R,R2>::valid_third_party_revocations_by_key (line 1058) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation (line 1183) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::for_signing (line 2474) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::for_storage_encryption (line 2552) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::for_certification (line 2440) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::for_transport_encryption (line 2599) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::into_key_amalgamation (line 1690) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::for_authentication (line 2507) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::key_flags (line 2298) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::has_any_key_flag (line 2384) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::key_expiration_time (line 2689) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::primary_key_binding_signature (line 1743) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidKeyAmalgamation<'a,P,R,R2>::key_validity_period (line 2639) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidPrimaryKeyAmalgamation<'a,P>::set_expiration_time (line 1846) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::KeyAmalgamationIter<'a,P,R>::encrypted_secret (line 299) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key.rs - cert::amalgamation::key::ValidSubordinateKeyAmalgamation<'a,P>::set_expiration_time (line 1928) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::KeyAmalgamationIter<'a,P,R>::supported (line 467) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::KeyAmalgamationIter<'a,P,R>::key_handles (line 425) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::KeyAmalgamationIter<'a,P,R>::key_handle (line 381) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::KeyAmalgamationIter<'a,P,R>::unencrypted_secret (line 338) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::KeyAmalgamationIter<'a,P,R>::subkeys (line 495) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::KeyAmalgamationIter<'a,P,R>::secret (line 259) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::KeyAmalgamationIter<'a,P,R>::with_policy (line 548) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::alive (line 1220) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::encrypted_secret (line 1404) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::for_authentication (line 1091) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter (line 626) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::for_storage_encryption (line 1134) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::for_certification (line 1003) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::for_signing (line 1048) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::for_transport_encryption (line 1177) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::revoked (line 1267) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::key_flags (line 932) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::subkeys (line 1631) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::key_handles (line 1553) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::key_handle (line 1505) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::secret (line 1354) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::supported (line 1599) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::revoked (line 1296) ... ok
[INFO] [stdout] test openpgp/src/cert/amalgamation/key/iter.rs - cert::amalgamation::key::iter::ValidKeyAmalgamationIter<'a,P,R>::unencrypted_secret (line 1453) ... ok
[INFO] [stdout] test openpgp/src/cert/bindings.rs - cert::bindings::UserID::certify (line 151) ... ok
[INFO] [stdout] test openpgp/src/cert/bindings.rs - cert::bindings::UserAttribute::bind (line 228) ... ok
[INFO] [stdout] test openpgp/src/cert/bindings.rs - cert::bindings::UserID::bind (line 99) ... ok
[INFO] [stdout] test openpgp/src/cert/bindings.rs - cert::bindings::Key<P,key::SubordinateRole>::bind (line 38) ... ok
[INFO] [stdout] test openpgp/src/cert/bindings.rs - cert::bindings::UserAttribute::certify (line 285) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder (line 269) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_certification_subkey (line 1015) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_authentication_subkey (line 1053) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_subkey (line 1092) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_signing_subkey (line 899) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_user_attribute (line 725) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_user_attribute (line 756) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_transport_encryption_subkey (line 937) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_storage_encryption_subkey (line 976) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_user_attribute_with (line 833) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_subkey_with (line 1171) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::creation_time (line 466) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::generate (line 1381) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_userid (line 577) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::add_userid_with (line 655) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::general_purpose (line 363) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::new (line 313) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::set_creation_time (line 431) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::set_exportable (line 538) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::set_validity_period (line 1306) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::set_primary_key_flags (line 1234) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::set_password (line 1267) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::set_revocation_keys (line 1347) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CertBuilder<'_>::set_cipher_suite (line 497) ... ok
[INFO] [stdout] test openpgp/src/cert/builder/key.rs - cert::builder::key::SubkeyBuilder (line 306) ... ok
[INFO] [stdout] test openpgp/src/cert/builder/key.rs - cert::builder::key::SubkeyBuilder (line 280) ... ok
[INFO] [stdout] test openpgp/src/cert/builder/key.rs - cert::builder::key::SubkeyBuilder (line 340) ... ok
[INFO] [stdout] test openpgp/src/cert/builder/key.rs - cert::builder::key::SubkeyBuilder<'a>::attach_cert (line 895) ... ok
[INFO] [stdout] test openpgp/src/cert/builder/key.rs - cert::builder::key::KeyBuilder (line 34) ... ok
[INFO] [stdout] test openpgp/src/cert/builder/key.rs - cert::builder::key::SubkeyBuilder<'a>::new_with (line 499) ... ok
[INFO] [stdout] test openpgp/src/cert/builder/key.rs - cert::builder::key::SubkeyBuilder<'a>::with_signature_template (line 620) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<C>::attestations (line 619) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<C>::binding_signature (line 248) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<C>::certifications2 (line 495) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<C>::component (line 215) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<C>::other_revocations2 (line 572) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<C>::self_revocations2 (line 533) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<C>::signatures (line 654) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<C>::self_signatures2 (line 458) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<Key<P,key::SubordinateRole>>::revocation_status (line 982) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<Key<P,R>>::key (line 904) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<UserAttribute>::revocation_status (line 1143) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<UserAttribute>::user_attribute (line 1111) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<Unknown>::unknown (line 1190) ... ok
[INFO] [stdout] test openpgp/src/cert/prelude.rs - cert::prelude (line 9) ... ok
[INFO] [stdout] test openpgp/src/cert/parser/mod.rs - cert::parser::CertParser<'a>::unvalidated_cert_filter (line 725) ... ok
[INFO] [stdout] test openpgp/src/cert/parser/mod.rs - cert::parser::CertParser (line 465) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<UserID>::revocation_status (line 1064) ... ok
[INFO] [stdout] test openpgp/src/cert/bundle.rs - cert::bundle::ComponentBundle<UserID>::userid (line 1028) ... ok
[INFO] [stdout] test openpgp/src/cert/parser/mod.rs - cert::parser::CertParser (line 420) ... ok
[INFO] [stdout] test openpgp/src/cert/parser/mod.rs - cert::parser::CertParser<'a>::from_iter (line 634) ... ok
[INFO] [stdout] test openpgp/src/cert/raw/iter.rs - cert::raw::iter::KeyIter<'a,P,R>::subkeys (line 128) ... ok
[INFO] [stdout] test openpgp/src/cert/raw.rs - cert::raw (line 28) ... ok
[INFO] [stdout] test openpgp/src/cert/raw.rs - cert::raw::RawCert<'a>::keys (line 332) ... ok
[INFO] [stdout] test openpgp/src/cert/raw.rs - cert::raw::RawCertParser (line 521) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::CertRevocationBuilder::add_notation (line 197) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::CertRevocationBuilder (line 45) ... ok
[INFO] [stdout] test openpgp/src/cert/raw.rs - cert::raw::RawPacket (line 112) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::CertRevocationBuilder::new (line 92) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::CertRevocationBuilder::set_reason_for_revocation (line 112) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::CertRevocationBuilder::set_signature_creation_time (line 159) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::CertRevocationBuilder::set_notation (line 236) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::CertRevocationBuilder::build (line 272) ... ok
[INFO] [stdout] test openpgp/src/cert/builder.rs - cert::builder::CipherSuite (line 43) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::SubkeyRevocationBuilder::add_notation (line 510) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::SubkeyRevocationBuilder::new (line 420) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::SubkeyRevocationBuilder::set_reason_for_revocation (line 442) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::SubkeyRevocationBuilder::build (line 588) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::SubkeyRevocationBuilder (line 366) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserAttributeRevocationBuilder::add_notation (line 1178) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::SubkeyRevocationBuilder::set_notation (line 549) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::SubkeyRevocationBuilder::set_signature_creation_time (line 480) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserAttributeRevocationBuilder::new (line 1082) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserAttributeRevocationBuilder (line 1021) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserAttributeRevocationBuilder::set_signature_creation_time (line 1148) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserAttributeRevocationBuilder::set_notation (line 1217) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserAttributeRevocationBuilder::build (line 1257) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserAttributeRevocationBuilder::set_reason_for_revocation (line 1112) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserIDRevocationBuilder::new (line 744) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserIDRevocationBuilder::set_notation (line 880) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserIDRevocationBuilder (line 690) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserIDRevocationBuilder::set_reason_for_revocation (line 775) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserIDRevocationBuilder::add_notation (line 841) ... ok
[INFO] [stdout] test openpgp/src/crypto/mem.rs - crypto::mem::zero_stack_after (line 162) ... ignored
[INFO] [stdout] test openpgp/src/crypto/mem.rs - crypto::mem::zero_stack_after (line 171) ... ignored
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserIDRevocationBuilder::build (line 919) ... ok
[INFO] [stdout] test openpgp/src/cert/revoke.rs - cert::revoke::UserIDRevocationBuilder::set_signature_creation_time (line 811) ... ok
[INFO] [stdout] test openpgp/src/crypto/hash.rs - crypto::hash (line 11) ... ok
[INFO] [stdout] test openpgp/src/crypto/hash.rs - crypto::hash::HashAlgorithm::oid (line 216) ... ok
[INFO] [stdout] test openpgp/src/crypto/mem.rs - crypto::mem::Encrypted (line 285) ... ok
[INFO] [stdout] test openpgp/src/crypto/asymmetric.rs - crypto::asymmetric::KeyPair (line 155) ... ok
[INFO] [stdout] test openpgp/src/crypto/mod.rs - crypto::Password::map (line 260) ... ok
[INFO] [stdout] test openpgp/src/crypto/mem.rs - crypto::mem::Protected (line 37) ... ok
[INFO] [stdout] test openpgp/src/fingerprint.rs - fingerprint::Fingerprint (line 40) ... ok
[INFO] [stdout] test openpgp/src/crypto/mod.rs - crypto::Password (line 193) ... ok
[INFO] [stdout] test openpgp/src/crypto/mod.rs - crypto::SessionKey::new (line 98) ... ok
[INFO] [stdout] test openpgp/src/fingerprint.rs - fingerprint::Fingerprint::aliases (line 407) ... ok
[INFO] [stdout] test openpgp/src/fingerprint.rs - fingerprint::Fingerprint::from_bytes (line 111) ... ok
[INFO] [stdout] test openpgp/src/fingerprint.rs - fingerprint::Fingerprint::as_bytes (line 144) ... ok
[INFO] [stdout] test openpgp/src/fingerprint.rs - fingerprint::Fingerprint::to_hex (line 174) ... ok
[INFO] [stdout] test openpgp/src/fingerprint.rs - fingerprint::Fingerprint::to_icao (line 328) ... ok
[INFO] [stdout] test openpgp/src/fingerprint.rs - fingerprint::Fingerprint::from_hex (line 255) ... ok
[INFO] [stdout] test openpgp/src/fingerprint.rs - fingerprint::Fingerprint::to_spaced_hex (line 218) ... ok
[INFO] [stdout] test openpgp/src/fmt.rs - fmt::hex::Dumper (line 42) ... ok
[INFO] [stdout] test openpgp/src/keyhandle.rs - keyhandle::KeyHandle (line 45) ... ok
[INFO] [stdout] test openpgp/src/keyhandle.rs - keyhandle::KeyHandle::aliases (line 249) ... ok
[INFO] [stdout] test openpgp/src/keyhandle.rs - keyhandle::KeyHandle::is_fingerprint (line 328) ... ok
[INFO] [stdout] test openpgp/src/keyhandle.rs - keyhandle::KeyHandle::is_invalid (line 290) ... ok
[INFO] [stdout] test openpgp/src/keyhandle.rs - keyhandle::KeyHandle::to_spaced_hex (line 414) ... ok
[INFO] [stdout] test openpgp/src/keyhandle.rs - keyhandle::KeyHandle::is_keyid (line 354) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::as_bytes (line 242) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID (line 51) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::as_u64 (line 193) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::is_wildcard (line 285) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::from_bytes (line 216) ... ok
[INFO] [stdout] test openpgp/src/macros.rs - macros::assert_send_and_sync (line 139) ... ignored
[INFO] [stdout] test openpgp/src/macros.rs - macros::assert_send_and_sync (line 146) ... ignored
[INFO] [stdout] test openpgp/src/macros.rs - macros::assert_send_and_sync (line 155) ... ignored
[INFO] [stdout] test openpgp/src/macros.rs - macros::assert_send_and_sync (line 167) ... ignored
[INFO] [stdout] test openpgp/src/macros.rs - macros::time_it (line 70) ... ignored
[INFO] [stdout] test openpgp/src/macros.rs - macros::zero_stack (line 244) ... ignored
[INFO] [stdout] test openpgp/src/macros.rs - macros::zero_stack (line 253) ... ignored
[INFO] [stdout] test openpgp/src/keyhandle.rs - keyhandle::KeyHandle::to_hex (line 385) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::aliases (line 458) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::from_hex (line 375) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::wildcard (line 267) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::new (line 178) ... ok
[INFO] [stdout] test openpgp/src/message/mod.rs - message::Message (line 318) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::to_spaced_hex (line 343) ... ok
[INFO] [stdout] test openpgp/src/keyid.rs - keyid::KeyID::to_hex (line 304) ... ok
[INFO] [stdout] test openpgp/src/packet/any.rs - packet::any::Any::downcast (line 39) ... ok
[INFO] [stdout] test openpgp/src/packet/any.rs - packet::any::Any::downcast_mut (line 63) ... ok
[INFO] [stdout] test openpgp/src/packet/any.rs - packet::any::Any::downcast_ref (line 51) ... ok
[INFO] [stdout] test openpgp/src/message/mod.rs - message::Message::body (line 404) ... ok
[INFO] [stdout] test openpgp/src/packet/key.rs - packet::key::KeyParts::convert_key (line 165) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Key (line 1458) ... ok
[INFO] [stdout] test openpgp/src/packet/key.rs - packet::key::KeyRole::convert_key (line 351) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Iter<'a>::paths (line 747) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Key (line 1407) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Key (line 1371) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Key (line 1296) ... ok
[INFO] [stdout] test openpgp/src/packet/prelude.rs - packet::prelude (line 17) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::effective_signature_creation_time (line 1606) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Key (line 1506) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Key<key::SecretParts,R>::decrypt_secret (line 1710) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Key<key::SecretParts,R>::into_keypair (line 1659) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder (line 399) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Signature (line 970) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature (line 60) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::pre_sign (line 1680) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::set_reference_time (line 1571) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::sign_standalone (line 555) ... ok
[INFO] [stdout] test openpgp/src/packet/mod.rs - packet::Key<key::SecretParts,R>::encrypt_secret (line 1772) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::sign_message (line 1509) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::sign_direct_key (line 783) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::sign_primary_key_binding (line 1196) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::sign_subkey_binding (line 1052) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::sign_timestamp (line 668) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::sign_user_attribute_binding (line 1329) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::SignatureBuilder::sign_userid_binding (line 924) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::crate::packet::Signature::normalized_eq (line 2298) ... ok
[INFO] [stdout] test openpgp/src/packet/signature.rs - packet::signature::crate::packet::Signature::normalized_cmp (line 2353) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket (line 32) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::NotationDataFlags::clear (line 1412) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::NotationDataFlags::set (line 1382) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::SubpacketArea (line 548) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::NotationDataFlags::get (line 1357) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::SubpacketArea::iter (line 729) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::SubpacketArea::subpackets (line 905) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::SubpacketArea::add (line 964) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::SubpacketAreas::signature_alive (line 2567) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::SubpacketAreas::key_alive (line 2782) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::SubpacketArea::subpacket (line 794) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::SubpacketArea::subpacket_mut (line 853) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::SubpacketArea::replace (line 1056) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::modify_hashed_area (line 4065) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::add_notation (line 5762) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::modify_hashed_area (line 4027) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::add_regular_expression (line 4927) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::add_issuer (line 5583) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::add_issuer_fingerprint (line 6834) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::add_intended_recipient (line 7108) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::modify_unhashed_area (line 3881) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::modify_hashed_area (line 4106) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::modify_unhashed_area (line 3919) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::modify_unhashed_area (line 3969) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::modify_hashed_area (line 4153) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::preserve_signature_creation_time (line 4301) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_exportable_certification (line 4665) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_intended_recipients (line 7023) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_features (line 6543) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_issuer_fingerprint (line 6742) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_issuer (line 5493) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_key_flags (line 6320) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_key_expiration_time (line 5225) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_key_server_preferences (line 6006) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_embedded_signature (line 6650) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_notation (line 5668) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_preferred_compression_algorithms (line 5927) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_policy_uri (line 6248) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_key_validity_period (line 5116) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_preferred_aead_algorithms (line 6921) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_preferred_symmetric_algorithms (line 5333) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_preferred_key_server (line 6087) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_reason_for_revocation (line 6452) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_preferred_hash_algorithms (line 5847) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_primary_userid (line 6152) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_regular_expression (line 4831) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_signature_validity_period (line 4581) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_signature_creation_time (line 4238) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_revocation_key (line 5403) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_signature_validity_period (line 4545) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_trust_signature (line 4746) ... ok
[INFO] [stdout] test openpgp/src/packet/userid.rs - packet::userid::UserID::from_static_bytes (line 491) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_signers_user_id (line 6387) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::set_revocable (line 5013) ... ok
[INFO] [stdout] test openpgp/src/packet/userid.rs - packet::userid::UserID::from_address (line 799) ... ok
[INFO] [stdout] test openpgp/src/packet/signature/subpacket.rs - packet::signature::subpacket::signature::SignatureBuilder::suppress_signature_creation_time (line 4372) ... ok
[INFO] [stdout] test openpgp/src/packet/userid.rs - packet::userid::UserID::from_unchecked_address (line 841) ... ok
[INFO] [stdout] test openpgp/src/packet_pile.rs - packet_pile::PacketParserBuilder<'a>::into_packet_pile (line 667) ... ok
[INFO] [stdout] test openpgp/src/packet_pile.rs - packet_pile::PacketPile::children (line 473) ... ok
[INFO] [stdout] test openpgp/src/packet_pile.rs - packet_pile::PacketPile::path_ref (line 250) ... ok
[INFO] [stdout] test openpgp/src/packet_pile.rs - packet_pile::PacketPile::path_ref_mut (line 304) ... ok
[INFO] [stdout] test openpgp/src/packet_pile.rs - packet_pile::PacketPile::descendants (line 450) ... ok
[INFO] [stdout] test openpgp/src/packet_pile.rs - packet_pile::PacketPile (line 44) ... ok
[INFO] [stdout] test openpgp/src/packet_pile.rs - packet_pile::PacketPile::replace (line 364) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser (line 3364) ... ok
[INFO] [stdout] test openpgp/src/packet_pile.rs - packet_pile::PacketPile::into_children (line 495) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser (line 3538) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'_>::start_hashing (line 2114) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser (line 3459) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::buffer_unread_content (line 5004) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::decrypt (line 5474) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser (line 3426) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::finish (line 5107) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser (line 3393) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::next (line 4782) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::last_path (line 4157) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::possible_cert (line 4382) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::last_recursion_depth (line 4261) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::header (line 5191) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::possible_keyring (line 4344) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::map (line 5217) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::path (line 4193) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::processed (line 4103) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::possible_message (line 4304) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::recursion_depth (line 4226) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::recurse (line 4899) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParserEOF (line 3628) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParserEOF<'a>::is_message (line 3703) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParserEOF<'a>::is_cert (line 3792) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParser<'a>::take_map (line 5242) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParserEOF<'a>::is_keyring (line 3748) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParserEOF<'a>::last_recursion_depth (line 3864) ... ok
[INFO] [stdout] test openpgp/src/parse.rs - parse::PacketParserEOF<'a>::last_path (line 3830) ... ok
[INFO] [stdout] test openpgp/src/parse/map.rs - parse::map::Field<'a>::as_bytes (line 226) ... ok
[INFO] [stdout] test openpgp/src/parse/map.rs - parse::map::Field<'a>::offset (line 196) ... ok
[INFO] [stdout] test openpgp/src/parse/map.rs - parse::map::Field<'a>::name (line 166) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_parser_builder.rs - parse::packet_parser_builder::PacketParserBuilder (line 74) ... ok
[INFO] [stdout] test openpgp/src/parse/map.rs - parse::map (line 9) ... ok
[INFO] [stdout] test openpgp/src/parse/map.rs - parse::map::Map::iter (line 79) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_parser_builder.rs - parse::packet_parser_builder::PacketParserBuilder<'a>::automatic_hashing (line 393) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_parser_builder.rs - parse::packet_parser_builder::PacketParserBuilder<'a>::buffer_unread_content (line 261) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_parser_builder.rs - parse::packet_parser_builder::PacketParserBuilder<'a>::build (line 424) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_parser_builder.rs - parse::packet_parser_builder::PacketParserBuilder<'a>::drop_unread_content (line 295) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_parser_builder.rs - parse::packet_parser_builder::PacketParserBuilder<'a>::dearmor (line 361) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_parser_builder.rs - parse::packet_parser_builder::PacketParserBuilder<'a>::max_packet_size (line 209) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_parser_builder.rs - parse::packet_parser_builder::PacketParserBuilder<'a>::map (line 329) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_pile_parser.rs - parse::packet_pile_parser::PacketPileParser (line 152) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_pile_parser.rs - parse::packet_pile_parser::PacketPileParser (line 119) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_pile_parser.rs - parse::packet_pile_parser::PacketPileParser<'a>::is_done (line 455) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_parser_builder.rs - parse::packet_parser_builder::PacketParserBuilder<'a>::max_recursion_depth (line 167) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_pile_parser.rs - parse::packet_pile_parser::PacketPileParser (line 56) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_pile_parser.rs - parse::packet_pile_parser::PacketPileParser<'a>::finish (line 490) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::DecryptionHelper::decrypt (line 2121) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_pile_parser.rs - parse::packet_pile_parser::PacketPileParser (line 85) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_pile_parser.rs - parse::packet_pile_parser::PacketPileParser<'a>::next (line 369) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_pile_parser.rs - parse::packet_pile_parser::PacketPileParser<'a>::recurse (line 316) ... ok
[INFO] [stdout] test openpgp/src/parse/packet_pile_parser.rs - parse::packet_pile_parser::PacketPileParser<'a>::recursion_depth (line 413) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream (line 64) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::DetachedVerifierBuilder<'a>::mapping (line 1521) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::DecryptorBuilder<'a>::mapping (line 1949) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::Decryptor (line 1710) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::Decryptor<'a,H>::message_processed (line 2272) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::DecryptorBuilder<'a>::with_policy (line 2014) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::DecryptorBuilder<'a>::buffer_size (line 1882) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::VerificationHelper::get_certs (line 809) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::DetachedVerifier (line 1414) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::VerificationHelper::check (line 875) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::DetachedVerifierBuilder<'a>::with_policy (line 1576) ... ok
[INFO] [stdout] test openpgp/src/policy.rs - policy::StandardPolicy (line 493) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::VerifierBuilder<'a>::mapping (line 1167) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::VerifierBuilder<'a>::buffer_size (line 1110) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::VerifierBuilder<'a>::with_policy (line 1221) ... ok
[INFO] [stdout] test openpgp/src/regex/mod.rs - regex::RegexSet::from_bytes (line 715) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::Verifier<'a,H>::message_processed (line 1318) ... ok
[INFO] [stdout] test openpgp/src/parse/stream.rs - parse::stream::Verifier (line 966) ... ok
[INFO] [stdout] test openpgp/src/seal.rs - seal::Sealed (line 27) - compile fail ... ok
[INFO] [stdout] test openpgp/src/regex/mod.rs - regex::RegexSet::from_signature (line 832) ... ok
[INFO] [stdout] test openpgp/src/regex/mod.rs - regex::RegexSet::matches_everything (line 955) ... ok
[INFO] [stdout] test openpgp/src/regex/mod.rs - regex::RegexSet::matches_userid (line 1067) ... ok
[INFO] [stdout] test openpgp/src/regex/mod.rs - regex::RegexSet::new (line 619) ... ok
[INFO] [stdout] test openpgp/src/regex/mod.rs - regex::RegexSet::is_match (line 1012) ... ok
[INFO] [stdout] test openpgp/src/regex/mod.rs - regex (line 110) ... ok
[INFO] [stdout] test openpgp/src/serialize.rs - serialize (line 113) ... ok
[INFO] [stdout] test openpgp/src/serialize.rs - serialize (line 82) ... ok
[INFO] [stdout] test openpgp/src/serialize.rs - serialize::Serialize (line 188) ... ok
[INFO] [stdout] test openpgp/src/serialize.rs - serialize (line 36) ... ok
[INFO] [stdout] test openpgp/src/serialize.rs - serialize::Serialize (line 212) ... ok
[INFO] [stdout] test openpgp/src/serialize/cert.rs - serialize::cert::TSK<'a>::emit_secret_key_stubs (line 460) ... ok
[INFO] [stdout] test openpgp/src/serialize/cert.rs - serialize::cert::Cert::exportable (line 32) ... ok
[INFO] [stdout] test openpgp/src/serialize/cert.rs - serialize::cert::TSK (line 299) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream (line 52) ... ok
[INFO] [stdout] test openpgp/src/serialize/cert.rs - serialize::cert::TSK<'a>::set_filter (line 403) ... ok
[INFO] [stdout] test openpgp/src/serialize/cert_armored.rs - serialize::cert_armored::TSK<'a>::armored (line 101) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream (line 73) ... ok
[INFO] [stdout] test openpgp/src/serialize/cert_armored.rs - serialize::cert_armored::Cert::armored (line 69) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::ArbitraryWriter<'a>::new (line 539) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Armorer<'a>::build (line 490) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Armorer<'a>::add_header (line 453) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Armorer<'a>::new (line 358) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Armorer<'a>::kind (line 398) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Compressor<'a>::build (line 1923) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Compressor<'a>::level (line 1891) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Compressor<'a>::algo (line 1861) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Compressor<'a>::new (line 1831) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Encryptor2<'a,'b>::add_passwords (line 2720) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Encryptor2<'a,'b>::build (line 2876) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Encryptor2<'a,'b>::for_recipients (line 2358) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Encryptor2<'a,'b>::symmetric_algo (line 2800) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Encryptor2<'a,'b>::add_recipients (line 2637) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Encryptor2 (line 2288) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Encryptor2<'a,'b>::with_passwords (line 2429) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::LiteralWriter<'a>::date (line 1651) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Encryptor2<'a,'b>::with_session_key (line 2489) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::LiteralWriter<'a>::filename (line 1619) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::LiteralWriter<'a>::build (line 1683) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Message<'a>::finalize_one (line 241) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::LiteralWriter<'a>::format (line 1586) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Message<'a>::finalize (line 296) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Message<'a>::new (line 209) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::LiteralWriter<'a>::new (line 1555) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Recipient<'a>::keyid (line 2162) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Recipient<'a>::new (line 2102) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Signer<'a>::add_signer (line 1017) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Signer<'a>::build (line 1213) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Recipient<'a>::set_keyid (line 2213) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Signer<'a>::add_intended_recipient (line 1069) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Signer<'a>::creation_time (line 1158) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Signer<'a>::hash_algo (line 1116) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Signer<'a>::detached (line 835) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream/padding.rs - serialize::stream::padding::Padder<'a>::build (line 223) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream/padding.rs - serialize::stream::padding::Padder (line 111) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream/padding.rs - serialize::stream::padding::Padder<'a>::new (line 165) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Signer<'a>::cleartext (line 930) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Signer<'a>::with_template (line 762) ... ok
[INFO] [stdout] test openpgp/src/types/bitfield.rs - types::bitfield::Bitfield::as_bytes (line 121) ... ok
[INFO] [stdout] test openpgp/src/types/bitfield.rs - types::bitfield::Bitfield::get (line 151) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream/padding.rs - serialize::stream::padding::Padder<'a>::with_policy (line 190) ... ok
[INFO] [stdout] test openpgp/src/serialize/stream.rs - serialize::stream::Signer<'a>::new (line 673) ... ok
[INFO] [stdout] test openpgp/src/types/bitfield.rs - types::bitfield::Bitfield::padding_bytes (line 67) ... ok
[INFO] [stdout] test openpgp/src/types/bitfield.rs - types::bitfield::Bitfield::normalized_eq (line 88) ... ok
[INFO] [stdout] test openpgp/src/types/bitfield.rs - types::bitfield::Bitfield::iter_set (line 43) ... ok
[INFO] [stdout] test openpgp/src/types/bitfield.rs - types::bitfield::Bitfield::as_bytes_mut (line 136) ... ok
[INFO] [stdout] test openpgp/src/types/bitfield.rs - types::bitfield::Bitfield::canonicalize (line 175) ... ok
[INFO] [stdout] test openpgp/src/types/bitfield.rs - types::bitfield::Bitfield::clear (line 216) ... ok
[INFO] [stdout] test openpgp/src/types/compression_level.rs - types::compression_level::CompressionLevel (line 29) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::clear_seipdv1 (line 297) ... ok
[INFO] [stdout] test openpgp/src/types/bitfield.rs - types::bitfield::Bitfield::set (line 194) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::clear_aead (line 365) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::clear (line 220) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::normalized_eq (line 142) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::set (line 192) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::get (line 163) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features (line 31) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::set_seipdv1 (line 271) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::set_aead (line 344) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::supports_aead (line 324) ... ok
[INFO] [stdout] test openpgp/src/types/key_flags.rs - types::key_flags::KeyFlags::get (line 203) ... ok
[INFO] [stdout] test openpgp/src/types/features.rs - types::features::Features::supports_seipdv1 (line 246) ... ok
[INFO] [stdout] test openpgp/src/types/key_flags.rs - types::key_flags::KeyFlags (line 29) ... ok
[INFO] [stdout] test openpgp/src/types/key_flags.rs - types::key_flags::KeyFlags::clear (line 256) ... ok
[INFO] [stdout] test openpgp/src/types/key_flags.rs - types::key_flags::KeyFlags::normalized_eq (line 183) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::AEADAlgorithm (line 1096) ... ok
[INFO] [stdout] test openpgp/src/types/key_flags.rs - types::key_flags::KeyFlags::set (line 230) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::CompressionAlgorithm::is_supported (line 1224) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::AEADAlgorithm::is_supported (line 1044) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::Curve (line 461) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::AEADAlgorithm (line 998) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::Curve::bits (line 405) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::CompressionAlgorithm (line 1157) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::Curve::len (line 613) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::Curve::field_size (line 434) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::Curve::is_supported (line 638) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::Curve::from_oid (line 563) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::Curve::oid (line 589) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::DataFormat (line 1982) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::HashAlgorithm::text_name (line 1451) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::HashAlgorithm (line 1311) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::PublicKeyAlgorithm (line 272) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::PublicKeyAlgorithm (line 82) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::PublicKeyAlgorithm::for_encryption (line 175) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::PublicKeyAlgorithm::is_supported (line 201) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::PublicKeyAlgorithm::for_signing (line 148) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::ReasonForRevocation (line 1701) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::ReasonForRevocation::revocation_type (line 1936) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::RevocationStatus (line 2129) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::SignatureType (line 1502) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::RevocationType (line 1863) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::SymmetricAlgorithm::is_supported (line 922) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::SymmetricAlgorithm (line 702) ... ok
[INFO] [stdout] test openpgp/src/types/mod.rs - types::SymmetricAlgorithm (line 820) ... ok
[INFO] [stdout] test openpgp/src/types/revocation_key.rs - types::revocation_key::RevocationKey (line 28) ... ok
[INFO] [stdout] test openpgp/src/types/server_preferences.rs - types::server_preferences::KeyServerPreferences::clear (line 194) ... ok
[INFO] [stdout] test openpgp/src/types/server_preferences.rs - types::server_preferences::KeyServerPreferences (line 32) ... ok
[INFO] [stdout] test openpgp/src/types/server_preferences.rs - types::server_preferences::KeyServerPreferences::clear_no_modify (line 265) ... ok
[INFO] [stdout] test openpgp/src/types/server_preferences.rs - types::server_preferences::KeyServerPreferences::no_modify (line 223) ... ok
[INFO] [stdout] test openpgp/src/types/server_preferences.rs - types::server_preferences::KeyServerPreferences::get (line 141) ... ok
[INFO] [stdout] test openpgp/src/types/timestamp.rs - types::timestamp::Timestamp (line 33) ... ok
[INFO] [stdout] test openpgp/src/types/timestamp.rs - types::timestamp::Duration (line 264) ... ok
[INFO] [stdout] test openpgp/src/types/timestamp.rs - types::timestamp::Timestamp::round_down (line 178) ... ok
[INFO] [stdout] test openpgp/src/types/server_preferences.rs - types::server_preferences::KeyServerPreferences::set (line 168) ... ok
[INFO] [stdout] test openpgp/src/types/server_preferences.rs - types::server_preferences::KeyServerPreferences::set_no_modify (line 244) ... ok
[INFO] [stdout] test openpgp/src/types/server_preferences.rs - types::server_preferences::KeyServerPreferences::normalized_eq (line 121) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 557 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out; finished in 194.92s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0cf61872c965ffc43d80ff6299d49114b99b59ea42210d8ad9cb1bff800d6d15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cf61872c965ffc43d80ff6299d49114b99b59ea42210d8ad9cb1bff800d6d15", kill_on_drop: false }`
[INFO] [stdout] 0cf61872c965ffc43d80ff6299d49114b99b59ea42210d8ad9cb1bff800d6d15
