[INFO] cloning repository https://github.com/jeffreybolle/deterministic-pgp-keys
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeffreybolle/deterministic-pgp-keys" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffreybolle%2Fdeterministic-pgp-keys", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffreybolle%2Fdeterministic-pgp-keys'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6b098496c44bfe8e1db341e2a7d8e8c7756beb01
[INFO] testing jeffreybolle/deterministic-pgp-keys against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffreybolle%2Fdeterministic-pgp-keys" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jeffreybolle/deterministic-pgp-keys
[INFO] finished tweaking git repo https://github.com/jeffreybolle/deterministic-pgp-keys
[INFO] tweaked toml for git repo https://github.com/jeffreybolle/deterministic-pgp-keys written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jeffreybolle/deterministic-pgp-keys on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jeffreybolle/deterministic-pgp-keys already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d
[INFO] running `Command { std: "docker" "start" "ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling block-padding v0.2.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling serde v1.0.154
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling pem-rfc7468 v0.3.1
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling const-oid v0.7.1
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling num-bigint-dig v0.8.2
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-bigint v0.3.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling thiserror v1.0.39
[INFO] [stderr]    Compiling crc24 v0.1.6
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling derive_builder v0.9.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling ed25519 v1.5.3
[INFO] [stderr]    Compiling der v0.5.1
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.9
[INFO] [stderr]    Compiling spki v0.5.4
[INFO] [stderr]    Compiling rtoolbox v0.0.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling bitcoin_hashes v0.11.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling keccak v0.1.3
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling sha3 v0.9.1
[INFO] [stderr]    Compiling bip39 v1.2.0
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling rpassword v7.2.0
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling zeroize_derive v1.3.3
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.39
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling zeroize v1.5.7
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling pkcs8 v0.8.0
[INFO] [stderr]    Compiling derive_builder_core v0.9.0
[INFO] [stderr]    Compiling pkcs1 v0.3.3
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling x25519-dalek v1.1.1
[INFO] [stderr]    Compiling hkdf v0.11.0
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling ripemd160 v0.9.1
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling block-modes v0.8.1
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling cfb-mode v0.7.1
[INFO] [stderr]    Compiling cast5 v0.10.0
[INFO] [stderr]    Compiling des v0.7.0
[INFO] [stderr]    Compiling blowfish v0.8.0
[INFO] [stderr]    Compiling twofish v0.6.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling rsa v0.6.1
[INFO] [stderr]    Compiling bitfield v0.13.2
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling deterministic-pgp-keys v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/util.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / named!(pub prefixed<CompleteByteSlice<'_>, CompleteByteSlice<'_>>, do_parse!(
[INFO] [stdout] 37 | |              many0!(line_ending)
[INFO] [stdout] 38 | |     >> rest: take_while1!(is_base64_token)
[INFO] [stdout] 39 | |     >> (rest)
[INFO] [stdout] 40 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/util.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / named!(pub prefixed<CompleteByteSlice<'_>, CompleteByteSlice<'_>>, do_parse!(
[INFO] [stdout] 37 | |              many0!(line_ending)
[INFO] [stdout] 38 | |     >> rest: take_while1!(is_base64_token)
[INFO] [stdout] 39 | |     >> (rest)
[INFO] [stdout] 40 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `take_while1`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `take_while1` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stdout] 105 | |        olen: be_u8
[INFO] [stdout] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> (len)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stdout] 105 | |        olen: be_u8
[INFO] [stdout] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> (len)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stdout] 105 | |        olen: be_u8
[INFO] [stdout] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> (len)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stdout] 105 | |        olen: be_u8
[INFO] [stdout] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> (len)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     alt!(input, eof!() | eol)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     armor_header_line<BlockType>,
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         armor_header_sep
[INFO] [stdout] ...   |
[INFO] [stdout] 165 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     armor_header_line<BlockType>,
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         armor_header_sep
[INFO] [stdout] ...   |
[INFO] [stdout] 165 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     armor_header_line<BlockType>,
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         armor_header_sep
[INFO] [stdout] ...   |
[INFO] [stdout] 165 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     armor_header_line<BlockType>,
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         armor_header_sep
[INFO] [stdout] ...   |
[INFO] [stdout] 165 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `terminated`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `terminated` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:210:1
[INFO] [stdout]     |
[INFO] [stdout] 210 | / named!(
[INFO] [stdout] 211 | |     key_value_pairs<Vec<(&str, &str)>>,
[INFO] [stdout] 212 | |     many0!(complete!(key_value_pair))
[INFO] [stdout] 213 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:216:1
[INFO] [stdout]     |
[INFO] [stdout] 216 | / named!(
[INFO] [stdout] 217 | |     armor_headers<BTreeMap<String, String>>,
[INFO] [stdout] 218 | |     do_parse!(
[INFO] [stdout] 219 | |         pairs: key_value_pairs
[INFO] [stdout] ...   |
[INFO] [stdout] 225 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:228:1
[INFO] [stdout]     |
[INFO] [stdout] 228 | / named!(armor_header(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stdout] 229 | |     typ:     armor_header_line >>
[INFO] [stdout] 230 | |     headers: armor_headers     >>
[INFO] [stdout] 231 | |     (typ, headers)
[INFO] [stdout] 232 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:228:1
[INFO] [stdout]     |
[INFO] [stdout] 228 | / named!(armor_header(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stdout] 229 | |     typ:     armor_header_line >>
[INFO] [stdout] 230 | |     headers: armor_headers     >>
[INFO] [stdout] 231 | |     (typ, headers)
[INFO] [stdout] 232 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:250:1
[INFO] [stdout]     |
[INFO] [stdout] 250 | / named!(header_parser(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stdout] 251 | |                take_until!("-----")
[INFO] [stdout] 252 | |     >>   head: armor_header
[INFO] [stdout] 253 | |     >>         many0!(line_ending)
[INFO] [stdout] 254 | |     >> (head.0, head.1)
[INFO] [stdout] 255 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:250:1
[INFO] [stdout]     |
[INFO] [stdout] 250 | / named!(header_parser(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stdout] 251 | |                take_until!("-----")
[INFO] [stdout] 252 | |     >>   head: armor_header
[INFO] [stdout] 253 | |     >>         many0!(line_ending)
[INFO] [stdout] 254 | |     >> (head.0, head.1)
[INFO] [stdout] 255 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | / named!(footer_parser<(Option<&[u8]>, BlockType)>, do_parse!(
[INFO] [stdout] 259 | |            crc: alt!(do_parse!(
[INFO] [stdout] 260 | |                             tag!("=")
[INFO] [stdout] 261 | |                     >> crc: take!(4)
[INFO] [stdout] ...   |
[INFO] [stdout] 274 | |      >> (crc, footer)
[INFO] [stdout] 275 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | / named!(footer_parser<(Option<&[u8]>, BlockType)>, do_parse!(
[INFO] [stdout] 259 | |            crc: alt!(do_parse!(
[INFO] [stdout] 260 | |                             tag!("=")
[INFO] [stdout] 261 | |                     >> crc: take!(4)
[INFO] [stdout] ...   |
[INFO] [stdout] 274 | |      >> (crc, footer)
[INFO] [stdout] 275 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | / named!(footer_parser<(Option<&[u8]>, BlockType)>, do_parse!(
[INFO] [stdout] 259 | |            crc: alt!(do_parse!(
[INFO] [stdout] 260 | |                             tag!("=")
[INFO] [stdout] 261 | |                     >> crc: take!(4)
[INFO] [stdout] ...   |
[INFO] [stdout] 274 | |      >> (crc, footer)
[INFO] [stdout] 275 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / named!(armor_footer_line<BlockType>, do_parse!(
[INFO] [stdout] 280 | |             // Only 3, because we parsed two already in the `footer_parser`.
[INFO] [stdout] 281 | |             tag!("---END ")
[INFO] [stdout] 282 | |     >> typ: armor_header_type
[INFO] [stdout] ...   |
[INFO] [stdout] 285 | |     >> (typ)
[INFO] [stdout] 286 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / named!(armor_footer_line<BlockType>, do_parse!(
[INFO] [stdout] 280 | |             // Only 3, because we parsed two already in the `footer_parser`.
[INFO] [stdout] 281 | |             tag!("---END ")
[INFO] [stdout] 282 | |     >> typ: armor_header_type
[INFO] [stdout] ...   |
[INFO] [stdout] 285 | |     >> (typ)
[INFO] [stdout] 286 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / named!(armor_footer_line<BlockType>, do_parse!(
[INFO] [stdout] 280 | |             // Only 3, because we parsed two already in the `footer_parser`.
[INFO] [stdout] 281 | |             tag!("---END ")
[INFO] [stdout] 282 | |     >> typ: armor_header_type
[INFO] [stdout] ...   |
[INFO] [stdout] 285 | |     >> (typ)
[INFO] [stdout] 286 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/composed/signed_key/parse.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::parse::*`
[INFO] [stdout]    --> src/pgp/composed/signed_key/mod.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub use self::parse::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/composed/shared.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/composed/shared.rs:39:16
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::message::*`
[INFO] [stdout]  --> src/pgp/composed/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use self::message::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/pgp/crypto/sym.rs:199:16
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::complexity))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::aead::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use self::aead::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::aes_kw::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use self::aes_kw::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::checksum::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub use self::checksum::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::ecdh::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use self::ecdh::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::eddsa::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::eddsa::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::rsa::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use self::rsa::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/pgp/packet/single.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::useless_let_if_seq))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/packet/packet_sum.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::large_enum_variant))] // TODO: fix me
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bits`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bits` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stdout] 45 | |        olen: be_u8
[INFO] [stdout] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     >> (len)
[INFO] [stdout] 59 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stdout] 45 | |        olen: be_u8
[INFO] [stdout] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     >> (len)
[INFO] [stdout] 59 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stdout] 45 | |        olen: be_u8
[INFO] [stdout] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     >> (len)
[INFO] [stdout] 59 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stdout] 45 | |        olen: be_u8
[INFO] [stdout] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     >> (len)
[INFO] [stdout] 59 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 109 | |     // First bit is always 1
[INFO] [stdout] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> ((ver, tag, len))
[INFO] [stdout] 117 | | )));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bits`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bits` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 109 | |     // First bit is always 1
[INFO] [stdout] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> ((ver, tag, len))
[INFO] [stdout] 117 | | )));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 109 | |     // First bit is always 1
[INFO] [stdout] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> ((ver, tag, len))
[INFO] [stdout] 117 | | )));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 109 | |     // First bit is always 1
[INFO] [stdout] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> ((ver, tag, len))
[INFO] [stdout] 117 | | )));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bytes`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bytes` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stdout] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stdout] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stdout] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stdout] 137 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `alt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stdout] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stdout] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stdout] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stdout] 137 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `alt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stdout] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stdout] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stdout] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stdout] 137 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stdout] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stdout] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stdout] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stdout] 137 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / named_args!(parse(packet_version: Version) <PublicKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout] 107 | |     // version, only 3 is allowed
[INFO] [stdout] 108 | |        version: be_u8
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |     })
[INFO] [stdout] 122 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / named_args!(parse(packet_version: Version) <PublicKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout] 107 | |     // version, only 3 is allowed
[INFO] [stdout] 108 | |        version: be_u8
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |     })
[INFO] [stdout] 122 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / named_args!(parse(packet_version: Version) <PublicKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout] 107 | |     // version, only 3 is allowed
[INFO] [stdout] 108 | |        version: be_u8
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |     })
[INFO] [stdout] 122 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/signature/de.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / named!(
[INFO] [stdout] 42 | |     signature_creation_time<Subpacket>,
[INFO] [stdout] 43 | |     map!(
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/signature/de.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | / named!(issuer<Subpacket>, map!(
[INFO] [stdout] 54 | |     map_res!(complete!(take!(8)), KeyId::from_slice),
[INFO] [stdout] 55 | |     Subpacket::Issuer
[INFO] [stdout] 56 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/signature/de.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | / named!(issuer<Subpacket>, map!(
[INFO] [stdout] 54 | |     map_res!(complete!(take!(8)), KeyId::from_slice),
[INFO] [stdout] 55 | |     Subpacket::Issuer
[INFO] [stdout] 56 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/signature/de.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | / named!(key_expiration<Subpacket>, map!(
[INFO] [stdout] 62 | |     // 4-octet time field
[INFO] [stdout] 63 | |     be_u32,
[INFO] [stdout] 64 | |     |date| Subpacket::KeyExpirationTime(dt_from_timestamp(date))
[INFO] [stdout] 65 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(signature_expiration_time<Subpacket>, map!(
[INFO] [stdout] 110 | |     // 4-octet time field
[INFO] [stdout] 111 | |     be_u32,
[INFO] [stdout] 112 | |     |date| Subpacket::SignatureExpirationTime(dt_from_timestamp(date))
[INFO] [stdout] 113 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | / named!(
[INFO] [stdout] 118 | |     exportable_certification<Subpacket>,
[INFO] [stdout] 119 | |     map!(complete!(be_u8), |v| Subpacket::ExportableCertification(
[INFO] [stdout] 120 | |         v == 1
[INFO] [stdout] 121 | |     ))
[INFO] [stdout] 122 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | / named!(
[INFO] [stdout] 118 | |     exportable_certification<Subpacket>,
[INFO] [stdout] 119 | |     map!(complete!(be_u8), |v| Subpacket::ExportableCertification(
[INFO] [stdout] 120 | |         v == 1
[INFO] [stdout] 121 | |     ))
[INFO] [stdout] 122 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:126:1
[INFO] [stdout]     |
[INFO] [stdout] 126 | / named!(
[INFO] [stdout] 127 | |     revocable<Subpacket>,
[INFO] [stdout] 128 | |     map!(complete!(be_u8), |v| Subpacket::Revocable(v == 1))
[INFO] [stdout] 129 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:126:1
[INFO] [stdout]     |
[INFO] [stdout] 126 | / named!(
[INFO] [stdout] 127 | |     revocable<Subpacket>,
[INFO] [stdout] 128 | |     map!(complete!(be_u8), |v| Subpacket::Revocable(v == 1))
[INFO] [stdout] 129 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / named!(trust_signature<Subpacket>, do_parse!(
[INFO] [stdout] 135 | |        depth: be_u8
[INFO] [stdout] 136 | |     >> value: be_u8
[INFO] [stdout] 137 | |     >> (Subpacket::TrustSignature(depth, value))
[INFO] [stdout] 138 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / named!(trust_signature<Subpacket>, do_parse!(
[INFO] [stdout] 135 | |        depth: be_u8
[INFO] [stdout] 136 | |     >> value: be_u8
[INFO] [stdout] 137 | |     >> (Subpacket::TrustSignature(depth, value))
[INFO] [stdout] 138 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:143:1
[INFO] [stdout]     |
[INFO] [stdout] 143 | / named!(regular_expression<Subpacket>, map!(
[INFO] [stdout] 144 | |     map!(rest, read_string), Subpacket::RegularExpression
[INFO] [stdout] 145 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:143:1
[INFO] [stdout]     |
[INFO] [stdout] 143 | / named!(regular_expression<Subpacket>, map!(
[INFO] [stdout] 144 | |     map!(rest, read_string), Subpacket::RegularExpression
[INFO] [stdout] 145 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:150:1
[INFO] [stdout]     |
[INFO] [stdout] 150 | / named!(revocation_key<Subpacket>, do_parse!(
[INFO] [stdout] 151 | |              class: map_opt!(be_u8, RevocationKeyClass::from_u8)
[INFO] [stdout] 152 | |     >>   algorithm: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 159 | |     )))
[INFO] [stdout] 160 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:150:1
[INFO] [stdout]     |
[INFO] [stdout] 150 | / named!(revocation_key<Subpacket>, do_parse!(
[INFO] [stdout] 151 | |              class: map_opt!(be_u8, RevocationKeyClass::from_u8)
[INFO] [stdout] 152 | |     >>   algorithm: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 159 | |     )))
[INFO] [stdout] 160 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:188:1
[INFO] [stdout]     |
[INFO] [stdout] 188 | / named!(preferred_key_server<Subpacket>,do_parse!(
[INFO] [stdout] 189 | |        body: map_res!(rest, str::from_utf8)
[INFO] [stdout] 190 | |     >> ({ Subpacket::PreferredKeyServer(body.to_string()) })
[INFO] [stdout] 191 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:195:1
[INFO] [stdout]     |
[INFO] [stdout] 195 | / named!(
[INFO] [stdout] 196 | |     primary_userid<Subpacket>,
[INFO] [stdout] 197 | |     map!(be_u8, |a| Subpacket::IsPrimary(a == 1))
[INFO] [stdout] 198 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:203:1
[INFO] [stdout]     |
[INFO] [stdout] 203 | / named!(policy_uri<Subpacket>, map!(
[INFO] [stdout] 204 | |     map!(rest, read_string), Subpacket::PolicyURI
[INFO] [stdout] 205 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:203:1
[INFO] [stdout]     |
[INFO] [stdout] 203 | / named!(policy_uri<Subpacket>, map!(
[INFO] [stdout] 204 | |     map!(rest, read_string), Subpacket::PolicyURI
[INFO] [stdout] 205 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | / named!(signers_userid<Subpacket>, do_parse!(
[INFO] [stdout] 216 | |        body: map_res!(rest, str::from_utf8)
[INFO] [stdout] 217 | |     >> (Subpacket::SignersUserID(body.to_string())))
[INFO] [stdout] 218 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:229:1
[INFO] [stdout]     |
[INFO] [stdout] 229 | / named!(rev_reason<Subpacket>, do_parse!(
[INFO] [stdout] 230 | |          code: map_opt!(be_u8, RevocationCode::from_u8)
[INFO] [stdout] 231 | |     >> reason: map!(rest, read_string)
[INFO] [stdout] 232 | |     >> (Subpacket::RevocationReason(code, reason))
[INFO] [stdout] 233 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:229:1
[INFO] [stdout]     |
[INFO] [stdout] 229 | / named!(rev_reason<Subpacket>, do_parse!(
[INFO] [stdout] 230 | |          code: map_opt!(be_u8, RevocationCode::from_u8)
[INFO] [stdout] 231 | |     >> reason: map!(rest, read_string)
[INFO] [stdout] 232 | |     >> (Subpacket::RevocationReason(code, reason))
[INFO] [stdout] 233 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | / named!(sig_target<Subpacket>, do_parse!(
[INFO] [stdout] 238 | |         pub_alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 239 | |     >> hash_alg: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 240 | |     >>     hash: rest
[INFO] [stdout] 241 | |     >> (Subpacket::SignatureTarget(pub_alg, hash_alg, hash.to_vec()))
[INFO] [stdout] 242 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | / named!(sig_target<Subpacket>, do_parse!(
[INFO] [stdout] 238 | |         pub_alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 239 | |     >> hash_alg: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 240 | |     >>     hash: rest
[INFO] [stdout] 241 | |     >> (Subpacket::SignatureTarget(pub_alg, hash_alg, hash.to_vec()))
[INFO] [stdout] 242 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | / named!(sig_target<Subpacket>, do_parse!(
[INFO] [stdout] 238 | |         pub_alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 239 | |     >> hash_alg: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 240 | |     >>     hash: rest
[INFO] [stdout] 241 | |     >> (Subpacket::SignatureTarget(pub_alg, hash_alg, hash.to_vec()))
[INFO] [stdout] 242 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / named!(embedded_sig<Subpacket>, map!(call!(parse, Version::New), |sig| {
[INFO] [stdout] 247 | |     Subpacket::EmbeddedSignature(Box::new(sig))
[INFO] [stdout] 248 | | }));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:253:1
[INFO] [stdout]     |
[INFO] [stdout] 253 | / named!(issuer_fingerprint<Subpacket>, do_parse!(
[INFO] [stdout] 254 | |            version: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 255 | |     >> fingerprint: rest
[INFO] [stdout] 256 | |     >> (Subpacket::IssuerFingerprint(version, SmallVec::from_slice(fingerprint)))
[INFO] [stdout] 257 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:253:1
[INFO] [stdout]     |
[INFO] [stdout] 253 | / named!(issuer_fingerprint<Subpacket>, do_parse!(
[INFO] [stdout] 254 | |            version: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 255 | |     >> fingerprint: rest
[INFO] [stdout] 256 | |     >> (Subpacket::IssuerFingerprint(version, SmallVec::from_slice(fingerprint)))
[INFO] [stdout] 257 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / named!(subpackets(&[u8]) -> Vec<Subpacket>, many0!(complete!(do_parse!(
[INFO] [stdout] 312 | |     // the subpacket length (1, 2, or 5 octets)
[INFO] [stdout] 313 | |         len: packet_length
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     >> (p)
[INFO] [stdout] 318 | | ))));
[INFO] [stdout]     | |____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / named!(subpackets(&[u8]) -> Vec<Subpacket>, many0!(complete!(do_parse!(
[INFO] [stdout] 312 | |     // the subpacket length (1, 2, or 5 octets)
[INFO] [stdout] 313 | |         len: packet_length
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     >> (p)
[INFO] [stdout] 318 | | ))));
[INFO] [stdout]     | |____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / named!(subpackets(&[u8]) -> Vec<Subpacket>, many0!(complete!(do_parse!(
[INFO] [stdout] 312 | |     // the subpacket length (1, 2, or 5 octets)
[INFO] [stdout] 313 | |         len: packet_length
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     >> (p)
[INFO] [stdout] 318 | | ))));
[INFO] [stdout]     | |____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `flat_map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `flat_map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fold_many_m_n`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `fold_many_m_n` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `flat_map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `flat_map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `flat_map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `flat_map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:426:1
[INFO] [stdout]     |
[INFO] [stdout] 426 | / named_args!(parse(packet_version: Version) <Signature>, do_parse!(
[INFO] [stdout] 427 | |          version: map_opt!(be_u8, SignatureVersion::from_u8)
[INFO] [stdout] 428 | |     >> signature: switch!(value!(&version),
[INFO] [stdout] 429 | |                       &SignatureVersion::V2 => call!(v3_parser, packet_version, version) |
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     >> (signature)
[INFO] [stdout] 436 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:426:1
[INFO] [stdout]     |
[INFO] [stdout] 426 | / named_args!(parse(packet_version: Version) <Signature>, do_parse!(
[INFO] [stdout] 427 | |          version: map_opt!(be_u8, SignatureVersion::from_u8)
[INFO] [stdout] 428 | |     >> signature: switch!(value!(&version),
[INFO] [stdout] 429 | |                       &SignatureVersion::V2 => call!(v3_parser, packet_version, version) |
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     >> (signature)
[INFO] [stdout] 436 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/packet/signature/types.rs:34:16
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::complexity))]
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/sym_key_encrypted_session_key.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / named_args!(parse(packet_version: Version) <SymKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout]  84 | |               version: be_u8
[INFO] [stdout]  85 | |     >>        sym_alg: map_opt!(be_u8, SymmetricKeyAlgorithm::from_u8)
[INFO] [stdout]  86 | |     >>            s2k: s2k_parser
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     })
[INFO] [stdout] 103 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/sym_key_encrypted_session_key.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / named_args!(parse(packet_version: Version) <SymKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout]  84 | |               version: be_u8
[INFO] [stdout]  85 | |     >>        sym_alg: map_opt!(be_u8, SymmetricKeyAlgorithm::from_u8)
[INFO] [stdout]  86 | |     >>            s2k: s2k_parser
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     })
[INFO] [stdout] 103 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/sym_key_encrypted_session_key.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / named_args!(parse(packet_version: Version) <SymKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout]  84 | |               version: be_u8
[INFO] [stdout]  85 | |     >>        sym_alg: map_opt!(be_u8, SymmetricKeyAlgorithm::from_u8)
[INFO] [stdout]  86 | |     >>            s2k: s2k_parser
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     })
[INFO] [stdout] 103 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/sym_key_encrypted_session_key.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / named_args!(parse(packet_version: Version) <SymKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout]  84 | |               version: be_u8
[INFO] [stdout]  85 | |     >>        sym_alg: map_opt!(be_u8, SymmetricKeyAlgorithm::from_u8)
[INFO] [stdout]  86 | |     >>            s2k: s2k_parser
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     })
[INFO] [stdout] 103 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:99:1
[INFO] [stdout]     |
[INFO] [stdout]  99 | / named_args!(image(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 100 | |     // little endian, for historical reasons..
[INFO] [stdout] 101 | |        header_len: le_u16
[INFO] [stdout] 102 | |     >>     header: take!(header_len - 2)
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |     })
[INFO] [stdout] 110 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:99:1
[INFO] [stdout]     |
[INFO] [stdout]  99 | / named_args!(image(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 100 | |     // little endian, for historical reasons..
[INFO] [stdout] 101 | |        header_len: le_u16
[INFO] [stdout] 102 | |     >>     header: take!(header_len - 2)
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |     })
[INFO] [stdout] 110 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `flat_map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `flat_map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / named!(ecdsa<PublicParams>, do_parse!(
[INFO] [stdout] 17 | |     // a one-octet size of the following field
[INFO] [stdout] 18 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     })
[INFO] [stdout] 27 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / named!(ecdsa<PublicParams>, do_parse!(
[INFO] [stdout] 17 | |     // a one-octet size of the following field
[INFO] [stdout] 18 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     })
[INFO] [stdout] 27 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / named!(ecdsa<PublicParams>, do_parse!(
[INFO] [stdout] 17 | |     // a one-octet size of the following field
[INFO] [stdout] 18 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     })
[INFO] [stdout] 27 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | / named!(eddsa<PublicParams>, do_parse!(
[INFO] [stdout] 32 | |     // a one-octet size of the following field
[INFO] [stdout] 33 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |     })
[INFO] [stdout] 42 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | / named!(eddsa<PublicParams>, do_parse!(
[INFO] [stdout] 32 | |     // a one-octet size of the following field
[INFO] [stdout] 33 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |     })
[INFO] [stdout] 42 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | / named!(eddsa<PublicParams>, do_parse!(
[INFO] [stdout] 32 | |     // a one-octet size of the following field
[INFO] [stdout] 33 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |     })
[INFO] [stdout] 42 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / named!(elgamal<PublicParams>, do_parse!(
[INFO] [stdout] 72 | |     // MPI of Elgamal prime p
[INFO] [stdout] 73 | |         p: map!(mpi, to_owned)
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |     >> (PublicParams::Elgamal{ p, g, y })
[INFO] [stdout] 79 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / named!(elgamal<PublicParams>, do_parse!(
[INFO] [stdout] 72 | |     // MPI of Elgamal prime p
[INFO] [stdout] 73 | |         p: map!(mpi, to_owned)
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |     >> (PublicParams::Elgamal{ p, g, y })
[INFO] [stdout] 79 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / named!(elgamal<PublicParams>, do_parse!(
[INFO] [stdout] 72 | |     // MPI of Elgamal prime p
[INFO] [stdout] 73 | |         p: map!(mpi, to_owned)
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |     >> (PublicParams::Elgamal{ p, g, y })
[INFO] [stdout] 79 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / named!(dsa<PublicParams>, do_parse!(
[INFO] [stdout] 83 | |        p: map!(mpi, to_owned)
[INFO] [stdout] 84 | |     >> q: map!(mpi, to_owned)
[INFO] [stdout] 85 | |     >> g: map!(mpi, to_owned)
[INFO] [stdout] 86 | |     >> y: map!(mpi, to_owned)
[INFO] [stdout] 87 | |     >> (PublicParams::DSA { p, q, g, y })
[INFO] [stdout] 88 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / named!(dsa<PublicParams>, do_parse!(
[INFO] [stdout] 83 | |        p: map!(mpi, to_owned)
[INFO] [stdout] 84 | |     >> q: map!(mpi, to_owned)
[INFO] [stdout] 85 | |     >> g: map!(mpi, to_owned)
[INFO] [stdout] 86 | |     >> y: map!(mpi, to_owned)
[INFO] [stdout] 87 | |     >> (PublicParams::DSA { p, q, g, y })
[INFO] [stdout] 88 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / named!(dsa<PublicParams>, do_parse!(
[INFO] [stdout] 83 | |        p: map!(mpi, to_owned)
[INFO] [stdout] 84 | |     >> q: map!(mpi, to_owned)
[INFO] [stdout] 85 | |     >> g: map!(mpi, to_owned)
[INFO] [stdout] 86 | |     >> y: map!(mpi, to_owned)
[INFO] [stdout] 87 | |     >> (PublicParams::DSA { p, q, g, y })
[INFO] [stdout] 88 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / named!(dsa<PublicParams>, do_parse!(
[INFO] [stdout] 83 | |        p: map!(mpi, to_owned)
[INFO] [stdout] 84 | |     >> q: map!(mpi, to_owned)
[INFO] [stdout] 85 | |     >> g: map!(mpi, to_owned)
[INFO] [stdout] 86 | |     >> y: map!(mpi, to_owned)
[INFO] [stdout] 87 | |     >> (PublicParams::DSA { p, q, g, y })
[INFO] [stdout] 88 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | / named!(rsa<PublicParams>, do_parse!(
[INFO] [stdout] 92 | |        n: map!(mpi, to_owned)
[INFO] [stdout] 93 | |     >> e: map!(mpi, to_owned)
[INFO] [stdout] 94 | |     >> (PublicParams::RSA { n, e })
[INFO] [stdout] 95 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | / named!(rsa<PublicParams>, do_parse!(
[INFO] [stdout] 92 | |        n: map!(mpi, to_owned)
[INFO] [stdout] 93 | |     >> e: map!(mpi, to_owned)
[INFO] [stdout] 94 | |     >> (PublicParams::RSA { n, e })
[INFO] [stdout] 95 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]  98 | / named_args!(pub parse_pub_fields(typ: PublicKeyAlgorithm) <PublicParams>, switch!(
[INFO] [stdout]  99 | |     value!(typ),
[INFO] [stdout] 100 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 101 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] ...   |
[INFO] [stdout] 110 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | / named_args!(new_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 113 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 114 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 115 | |     >>     params: call!(parse_pub_fields, alg)
[INFO] [stdout] 116 | |     >> (*key_ver, alg, created_at, None, params)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | / named_args!(new_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 113 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 114 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 115 | |     >>     params: call!(parse_pub_fields, alg)
[INFO] [stdout] 116 | |     >> (*key_ver, alg, created_at, None, params)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / named_args!(old_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 120 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 121 | |     >>         exp: be_u16
[INFO] [stdout] 122 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 123 | |     >>      params: call!(parse_pub_fields, alg)
[INFO] [stdout] 124 | |     >> (*key_ver, alg, created_at, Some(exp), params)
[INFO] [stdout] 125 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / named_args!(old_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 120 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 121 | |     >>         exp: be_u16
[INFO] [stdout] 122 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 123 | |     >>      params: call!(parse_pub_fields, alg)
[INFO] [stdout] 124 | |     >> (*key_ver, alg, created_at, Some(exp), params)
[INFO] [stdout] 125 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / named_args!(old_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 120 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 121 | |     >>         exp: be_u16
[INFO] [stdout] 122 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 123 | |     >>      params: call!(parse_pub_fields, alg)
[INFO] [stdout] 124 | |     >> (*key_ver, alg, created_at, Some(exp), params)
[INFO] [stdout] 125 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | / named!(pub parse<(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, PublicParams)>, do_parse!(
[INFO] [stdout] 131 | |        key_ver: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 132 | |     >>     key: switch!(value!(&key_ver),
[INFO] [stdout] 133 | |                         &KeyVersion::V2 => call!(
[INFO] [stdout] ...   |
[INFO] [stdout] 143 | |     >> (key)
[INFO] [stdout] 144 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | / named!(pub parse<(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, PublicParams)>, do_parse!(
[INFO] [stdout] 131 | |        key_ver: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 132 | |     >>     key: switch!(value!(&key_ver),
[INFO] [stdout] 133 | |                         &KeyVersion::V2 => call!(
[INFO] [stdout] ...   |
[INFO] [stdout] 143 | |     >> (key)
[INFO] [stdout] 144 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / named_args!(parse_pub_priv_fields(typ: PublicKeyAlgorithm) <(PublicParams, SecretParams)>, do_parse!(
[INFO] [stdout] 12 | |       pub_params: call!(parse_pub_fields, typ)
[INFO] [stdout] 13 | |   >> priv_params: map_res!(rest, |v| SecretParams::from_slice(v, typ))
[INFO] [stdout] 14 | |   >> (pub_params, priv_params)
[INFO] [stdout] 15 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / named_args!(new_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 19 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 20 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 21 | |     >>      params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 22 | |     >> (*key_ver, alg, created_at, None, params.0, params.1)
[INFO] [stdout] 23 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / named_args!(new_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 19 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 20 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 21 | |     >>      params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 22 | |     >> (*key_ver, alg, created_at, None, params.0, params.1)
[INFO] [stdout] 23 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / named_args!(old_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 27 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 28 | |     >>        exp: be_u16
[INFO] [stdout] 29 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 30 | |     >>     params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 31 | |     >> (*key_ver, alg, created_at, Some(exp), params.0, params.1)
[INFO] [stdout] 32 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / named_args!(old_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 27 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 28 | |     >>        exp: be_u16
[INFO] [stdout] 29 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 30 | |     >>     params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 31 | |     >> (*key_ver, alg, created_at, Some(exp), params.0, params.1)
[INFO] [stdout] 32 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / named_args!(old_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 27 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 28 | |     >>        exp: be_u16
[INFO] [stdout] 29 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 30 | |     >>     params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 31 | |     >> (*key_ver, alg, created_at, Some(exp), params.0, params.1)
[INFO] [stdout] 32 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / named!(pub parse<(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, PublicParams, SecretParams)>, do_parse!(
[INFO] [stdout] 38 | |        key_ver: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 39 | |     >>     key: switch!(value!(&key_ver),
[INFO] [stdout] 40 | |                        &KeyVersion::V2 => call!(
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |     >> (key)
[INFO] [stdout] 51 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / named!(pub parse<(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, PublicParams, SecretParams)>, do_parse!(
[INFO] [stdout] 38 | |        key_ver: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 39 | |     >>     key: switch!(value!(&key_ver),
[INFO] [stdout] 40 | |                        &KeyVersion::V2 => call!(
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |     >> (key)
[INFO] [stdout] 51 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named!(rsa_secret_params<PlainSecretParamsRef<'_>>, do_parse!(
[INFO] [stdout] 321 | |        d: mpi
[INFO] [stdout] 322 | |     >> p: mpi
[INFO] [stdout] 323 | |     >> q: mpi
[INFO] [stdout] 324 | |     >> u: mpi
[INFO] [stdout] 325 | |     >> (PlainSecretParamsRef::RSA { d, p, q, u })
[INFO] [stdout] 326 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named!(rsa_secret_params<PlainSecretParamsRef<'_>>, do_parse!(
[INFO] [stdout] 321 | |        d: mpi
[INFO] [stdout] 322 | |     >> p: mpi
[INFO] [stdout] 323 | |     >> q: mpi
[INFO] [stdout] 324 | |     >> u: mpi
[INFO] [stdout] 325 | |     >> (PlainSecretParamsRef::RSA { d, p, q, u })
[INFO] [stdout] 326 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named!(rsa_secret_params<PlainSecretParamsRef<'_>>, do_parse!(
[INFO] [stdout] 321 | |        d: mpi
[INFO] [stdout] 322 | |     >> p: mpi
[INFO] [stdout] 323 | |     >> q: mpi
[INFO] [stdout] 324 | |     >> u: mpi
[INFO] [stdout] 325 | |     >> (PlainSecretParamsRef::RSA { d, p, q, u })
[INFO] [stdout] 326 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named!(rsa_secret_params<PlainSecretParamsRef<'_>>, do_parse!(
[INFO] [stdout] 321 | |        d: mpi
[INFO] [stdout] 322 | |     >> p: mpi
[INFO] [stdout] 323 | |     >> q: mpi
[INFO] [stdout] 324 | |     >> u: mpi
[INFO] [stdout] 325 | |     >> (PlainSecretParamsRef::RSA { d, p, q, u })
[INFO] [stdout] 326 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/s2k.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / named!(pub s2k_parser<StringToKey>, do_parse!(
[INFO] [stdout] 185 | |          typ: map_opt!(be_u8, StringToKeyType::from_u8)
[INFO] [stdout] 186 | |     >>  hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 187 | |     >>  salt: cond!(has_salt(typ), map!(take!(8), |v| v.to_vec()))
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |     })
[INFO] [stdout] 195 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/s2k.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / named!(pub s2k_parser<StringToKey>, do_parse!(
[INFO] [stdout] 185 | |          typ: map_opt!(be_u8, StringToKeyType::from_u8)
[INFO] [stdout] 186 | |     >>  hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 187 | |     >>  salt: cond!(has_salt(typ), map!(take!(8), |v| v.to_vec()))
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |     })
[INFO] [stdout] 195 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/s2k.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / named!(pub s2k_parser<StringToKey>, do_parse!(
[INFO] [stdout] 185 | |          typ: map_opt!(be_u8, StringToKeyType::from_u8)
[INFO] [stdout] 186 | |     >>  hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 187 | |     >>  salt: cond!(has_salt(typ), map!(take!(8), |v| v.to_vec()))
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |     })
[INFO] [stdout] 195 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/s2k.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / named!(pub s2k_parser<StringToKey>, do_parse!(
[INFO] [stdout] 185 | |          typ: map_opt!(be_u8, StringToKeyType::from_u8)
[INFO] [stdout] 186 | |     >>  hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 187 | |     >>  salt: cond!(has_salt(typ), map!(take!(8), |v| v.to_vec()))
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |     })
[INFO] [stdout] 195 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cond`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `cond` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::composed::key::*`
[INFO] [stdout]   --> src/pgp/mod.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub use self::composed::key::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::packet::Signature`
[INFO] [stdout]   --> src/pgp/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub use self::packet::Signature;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/pgp/crypto/aead.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]   |                                             ^------------
[INFO] [stdout]   |                                             |
[INFO] [stdout]   |                                             `FromPrimitive` is not local
[INFO] [stdout]   |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_AeadAlgorithm`
[INFO] [stdout] 3 | #[repr(u8)]
[INFO] [stdout] 4 | pub enum AeadAlgorithm {
[INFO] [stdout]   |          ------------- `AeadAlgorithm` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/crypto/hash.rs:16:45
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_HashAlgorithm`
[INFO] [stdout] 17 | #[repr(u8)]
[INFO] [stdout] 18 | pub enum HashAlgorithm {
[INFO] [stdout]    |          ------------- `HashAlgorithm` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/pgp/crypto/public_key.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]   |                                             ^------------
[INFO] [stdout]   |                                             |
[INFO] [stdout]   |                                             `FromPrimitive` is not local
[INFO] [stdout]   |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_PublicKeyAlgorithm`
[INFO] [stdout] 3 | #[repr(u8)]
[INFO] [stdout] 4 | pub enum PublicKeyAlgorithm {
[INFO] [stdout]   |          ------------------ `PublicKeyAlgorithm` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/crypto/sym.rs:73:45
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SymmetricKeyAlgorithm`
[INFO] [stdout] 74 | #[repr(u8)]
[INFO] [stdout] 75 | pub enum SymmetricKeyAlgorithm {
[INFO] [stdout]    |          --------------------- `SymmetricKeyAlgorithm` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/packet/literal_data.rs:29:30
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(Debug, Copy, Clone, FromPrimitive, PartialEq, Eq)]
[INFO] [stdout]    |                              ^------------
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              `FromPrimitive` is not local
[INFO] [stdout]    |                              move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_DataMode`
[INFO] [stdout] 30 | #[repr(u8)]
[INFO] [stdout] 31 | pub enum DataMode {
[INFO] [stdout]    |          -------- `DataMode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/packet/signature/types.rs:453:45
[INFO] [stdout]     |
[INFO] [stdout] 453 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SignatureVersion`
[INFO] [stdout] 454 | #[repr(u8)]
[INFO] [stdout] 455 | pub enum SignatureVersion {
[INFO] [stdout]     |          ---------------- `SignatureVersion` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/packet/signature/types.rs:469:45
[INFO] [stdout]     |
[INFO] [stdout] 469 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SignatureType`
[INFO] [stdout] 470 | #[repr(u8)]
[INFO] [stdout] 471 | pub enum SignatureType {
[INFO] [stdout]     |          ------------- `SignatureType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/packet/signature/types.rs:760:45
[INFO] [stdout]     |
[INFO] [stdout] 760 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_RevocationCode`
[INFO] [stdout] 761 | #[repr(u8)]
[INFO] [stdout] 762 | pub enum RevocationCode {
[INFO] [stdout]     |          -------------- `RevocationCode` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/pgp/types/compression.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]   |                                             ^------------
[INFO] [stdout]   |                                             |
[INFO] [stdout]   |                                             `FromPrimitive` is not local
[INFO] [stdout]   |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_CompressionAlgorithm`
[INFO] [stdout] ...
[INFO] [stdout] 6 | pub enum CompressionAlgorithm {
[INFO] [stdout]   |          -------------------- `CompressionAlgorithm` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/mpi.rs:59:41
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[derive(Default, Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                         ^------
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         `Zeroize` is not local
[INFO] [stdout]    |                                         move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_Mpi`
[INFO] [stdout] 60 | pub struct Mpi(Vec<u8>);
[INFO] [stdout]    |            --- `Mpi` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/packet.rs:34:45
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Tag`
[INFO] [stdout] 35 | #[repr(u8)]
[INFO] [stdout] 36 | pub enum Tag {
[INFO] [stdout]    |          --- `Tag` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/packet.rs:73:45
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Version`
[INFO] [stdout] 74 | #[repr(u8)]
[INFO] [stdout] 75 | pub enum Version {
[INFO] [stdout]    |          ------- `Version` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/types/packet.rs:126:45
[INFO] [stdout]     |
[INFO] [stdout] 126 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_KeyVersion`
[INFO] [stdout] 127 | #[repr(u8)]
[INFO] [stdout] 128 | pub enum KeyVersion {
[INFO] [stdout]     |          ---------- `KeyVersion` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/params/plain_secret.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Zeroize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_PlainSecretParams`
[INFO] [stdout] 17 | #[zeroize(drop)]
[INFO] [stdout] 18 | pub enum PlainSecretParams {
[INFO] [stdout]    |          ----------------- `PlainSecretParams` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/params/plain_secret.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Drop` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_Drop_FOR_PlainSecretParams`
[INFO] [stdout] 17 | #[zeroize(drop)]
[INFO] [stdout] 18 | pub enum PlainSecretParams {
[INFO] [stdout]    |          ----------------- `PlainSecretParams` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/revocation_key.rs:12:45
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_RevocationKeyClass`
[INFO] [stdout] 13 | #[repr(u8)]
[INFO] [stdout] 14 | pub enum RevocationKeyClass {
[INFO] [stdout]    |          ------------------ `RevocationKeyClass` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/types/s2k.rs:131:45
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_StringToKeyType`
[INFO] [stdout] 132 | pub enum StringToKeyType {
[INFO] [stdout]     |          --------------- `StringToKeyType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Zeroize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_ECDHSecretKey`
[INFO] [stdout] 23 | #[zeroize(drop)]
[INFO] [stdout] 24 | pub struct ECDHSecretKey {
[INFO] [stdout]    |            ------------- `ECDHSecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Drop` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_Drop_FOR_ECDHSecretKey`
[INFO] [stdout] 23 | #[zeroize(drop)]
[INFO] [stdout] 24 | pub struct ECDHSecretKey {
[INFO] [stdout]    |            ------------- `ECDHSecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:44:32
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Zeroize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_EdDSASecretKey`
[INFO] [stdout] 45 | #[zeroize(drop)]
[INFO] [stdout] 46 | pub struct EdDSASecretKey {
[INFO] [stdout]    |            -------------- `EdDSASecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:44:32
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Drop` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_Drop_FOR_EdDSASecretKey`
[INFO] [stdout] 45 | #[zeroize(drop)]
[INFO] [stdout] 46 | pub struct EdDSASecretKey {
[INFO] [stdout]    |            -------------- `EdDSASecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:62:32
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Zeroize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_DSASecretKey`
[INFO] [stdout] 63 | #[zeroize(drop)]
[INFO] [stdout] 64 | pub struct DSASecretKey {
[INFO] [stdout]    |            ------------ `DSASecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:62:32
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Drop` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_Drop_FOR_DSASecretKey`
[INFO] [stdout] 63 | #[zeroize(drop)]
[INFO] [stdout] 64 | pub struct DSASecretKey {
[INFO] [stdout]    |            ------------ `DSASecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 55s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, deterministic-pgp-keys v0.5.0 (/opt/rustwide/workdir), nom v4.2.3, num-bigint-dig v0.8.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_derive v1.0.154
[INFO] [stderr]    Compiling serde v1.0.154
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pretty_assertions v1.3.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.2
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling bip39 v1.2.0
[INFO] [stderr]    Compiling rsa v0.6.1
[INFO] [stderr]    Compiling deterministic-pgp-keys v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/util.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / named!(pub prefixed<CompleteByteSlice<'_>, CompleteByteSlice<'_>>, do_parse!(
[INFO] [stdout] 37 | |              many0!(line_ending)
[INFO] [stdout] 38 | |     >> rest: take_while1!(is_base64_token)
[INFO] [stdout] 39 | |     >> (rest)
[INFO] [stdout] 40 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/util.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / named!(pub prefixed<CompleteByteSlice<'_>, CompleteByteSlice<'_>>, do_parse!(
[INFO] [stdout] 37 | |              many0!(line_ending)
[INFO] [stdout] 38 | |     >> rest: take_while1!(is_base64_token)
[INFO] [stdout] 39 | |     >> (rest)
[INFO] [stdout] 40 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `take_while1`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `take_while1` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stdout] 105 | |        olen: be_u8
[INFO] [stdout] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> (len)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stdout] 105 | |        olen: be_u8
[INFO] [stdout] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> (len)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stdout] 105 | |        olen: be_u8
[INFO] [stdout] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> (len)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stdout] 105 | |        olen: be_u8
[INFO] [stdout] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> (len)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/util.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     alt!(input, eof!() | eol)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(
[INFO] [stdout] 110 | |     armor_header_type<BlockType>,
[INFO] [stdout] 111 | |     alt_complete!(
[INFO] [stdout] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     armor_header_line<BlockType>,
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         armor_header_sep
[INFO] [stdout] ...   |
[INFO] [stdout] 165 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     armor_header_line<BlockType>,
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         armor_header_sep
[INFO] [stdout] ...   |
[INFO] [stdout] 165 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     armor_header_line<BlockType>,
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         armor_header_sep
[INFO] [stdout] ...   |
[INFO] [stdout] 165 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | / named!(
[INFO] [stdout] 156 | |     armor_header_line<BlockType>,
[INFO] [stdout] 157 | |     do_parse!(
[INFO] [stdout] 158 | |         armor_header_sep
[INFO] [stdout] ...   |
[INFO] [stdout] 165 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `terminated`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `terminated` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | / named!(
[INFO] [stdout] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stdout] 195 | |     do_parse!(
[INFO] [stdout] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:210:1
[INFO] [stdout]     |
[INFO] [stdout] 210 | / named!(
[INFO] [stdout] 211 | |     key_value_pairs<Vec<(&str, &str)>>,
[INFO] [stdout] 212 | |     many0!(complete!(key_value_pair))
[INFO] [stdout] 213 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:216:1
[INFO] [stdout]     |
[INFO] [stdout] 216 | / named!(
[INFO] [stdout] 217 | |     armor_headers<BTreeMap<String, String>>,
[INFO] [stdout] 218 | |     do_parse!(
[INFO] [stdout] 219 | |         pairs: key_value_pairs
[INFO] [stdout] ...   |
[INFO] [stdout] 225 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:228:1
[INFO] [stdout]     |
[INFO] [stdout] 228 | / named!(armor_header(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stdout] 229 | |     typ:     armor_header_line >>
[INFO] [stdout] 230 | |     headers: armor_headers     >>
[INFO] [stdout] 231 | |     (typ, headers)
[INFO] [stdout] 232 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:228:1
[INFO] [stdout]     |
[INFO] [stdout] 228 | / named!(armor_header(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stdout] 229 | |     typ:     armor_header_line >>
[INFO] [stdout] 230 | |     headers: armor_headers     >>
[INFO] [stdout] 231 | |     (typ, headers)
[INFO] [stdout] 232 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:250:1
[INFO] [stdout]     |
[INFO] [stdout] 250 | / named!(header_parser(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stdout] 251 | |                take_until!("-----")
[INFO] [stdout] 252 | |     >>   head: armor_header
[INFO] [stdout] 253 | |     >>         many0!(line_ending)
[INFO] [stdout] 254 | |     >> (head.0, head.1)
[INFO] [stdout] 255 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:250:1
[INFO] [stdout]     |
[INFO] [stdout] 250 | / named!(header_parser(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stdout] 251 | |                take_until!("-----")
[INFO] [stdout] 252 | |     >>   head: armor_header
[INFO] [stdout] 253 | |     >>         many0!(line_ending)
[INFO] [stdout] 254 | |     >> (head.0, head.1)
[INFO] [stdout] 255 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | / named!(footer_parser<(Option<&[u8]>, BlockType)>, do_parse!(
[INFO] [stdout] 259 | |            crc: alt!(do_parse!(
[INFO] [stdout] 260 | |                             tag!("=")
[INFO] [stdout] 261 | |                     >> crc: take!(4)
[INFO] [stdout] ...   |
[INFO] [stdout] 274 | |      >> (crc, footer)
[INFO] [stdout] 275 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | / named!(footer_parser<(Option<&[u8]>, BlockType)>, do_parse!(
[INFO] [stdout] 259 | |            crc: alt!(do_parse!(
[INFO] [stdout] 260 | |                             tag!("=")
[INFO] [stdout] 261 | |                     >> crc: take!(4)
[INFO] [stdout] ...   |
[INFO] [stdout] 274 | |      >> (crc, footer)
[INFO] [stdout] 275 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:258:1
[INFO] [stdout]     |
[INFO] [stdout] 258 | / named!(footer_parser<(Option<&[u8]>, BlockType)>, do_parse!(
[INFO] [stdout] 259 | |            crc: alt!(do_parse!(
[INFO] [stdout] 260 | |                             tag!("=")
[INFO] [stdout] 261 | |                     >> crc: take!(4)
[INFO] [stdout] ...   |
[INFO] [stdout] 274 | |      >> (crc, footer)
[INFO] [stdout] 275 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / named!(armor_footer_line<BlockType>, do_parse!(
[INFO] [stdout] 280 | |             // Only 3, because we parsed two already in the `footer_parser`.
[INFO] [stdout] 281 | |             tag!("---END ")
[INFO] [stdout] 282 | |     >> typ: armor_header_type
[INFO] [stdout] ...   |
[INFO] [stdout] 285 | |     >> (typ)
[INFO] [stdout] 286 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / named!(armor_footer_line<BlockType>, do_parse!(
[INFO] [stdout] 280 | |             // Only 3, because we parsed two already in the `footer_parser`.
[INFO] [stdout] 281 | |             tag!("---END ")
[INFO] [stdout] 282 | |     >> typ: armor_header_type
[INFO] [stdout] ...   |
[INFO] [stdout] 285 | |     >> (typ)
[INFO] [stdout] 286 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/armor/reader.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / named!(armor_footer_line<BlockType>, do_parse!(
[INFO] [stdout] 280 | |             // Only 3, because we parsed two already in the `footer_parser`.
[INFO] [stdout] 281 | |             tag!("---END ")
[INFO] [stdout] 282 | |     >> typ: armor_header_type
[INFO] [stdout] ...   |
[INFO] [stdout] 285 | |     >> (typ)
[INFO] [stdout] 286 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/composed/signed_key/parse.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::parse::*`
[INFO] [stdout]    --> src/pgp/composed/signed_key/mod.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub use self::parse::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/composed/shared.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/composed/shared.rs:39:16
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]    --> src/pgp/crypto/sym.rs:199:16
[INFO] [stdout]     |
[INFO] [stdout] 199 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::complexity))]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::aead::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use self::aead::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::aes_kw::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use self::aes_kw::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::checksum::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub use self::checksum::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::ecdh::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use self::ecdh::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::eddsa::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::eddsa::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::rsa::*`
[INFO] [stdout]   --> src/pgp/crypto/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use self::rsa::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/pgp/packet/single.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::useless_let_if_seq))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/packet/packet_sum.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::large_enum_variant))] // TODO: fix me
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bits`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bits` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 23 | |     // First bit is always 1
[INFO] [stdout] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     >> ((ver, tag, len))
[INFO] [stdout] 41 | | )));
[INFO] [stdout]    | |___^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stdout] 45 | |        olen: be_u8
[INFO] [stdout] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     >> (len)
[INFO] [stdout] 59 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stdout] 45 | |        olen: be_u8
[INFO] [stdout] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     >> (len)
[INFO] [stdout] 59 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stdout] 45 | |        olen: be_u8
[INFO] [stdout] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     >> (len)
[INFO] [stdout] 59 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/single.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stdout] 45 | |        olen: be_u8
[INFO] [stdout] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     >> (len)
[INFO] [stdout] 59 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 109 | |     // First bit is always 1
[INFO] [stdout] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> ((ver, tag, len))
[INFO] [stdout] 117 | | )));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bits`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bits` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 109 | |     // First bit is always 1
[INFO] [stdout] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> ((ver, tag, len))
[INFO] [stdout] 117 | | )));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 109 | |     // First bit is always 1
[INFO] [stdout] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> ((ver, tag, len))
[INFO] [stdout] 117 | | )));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stdout] 109 | |     // First bit is always 1
[INFO] [stdout] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     >> ((ver, tag, len))
[INFO] [stdout] 117 | | )));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bytes`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bytes` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stdout] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stdout] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stdout] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stdout] 137 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `alt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stdout] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stdout] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stdout] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stdout] 137 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `alt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stdout] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stdout] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stdout] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stdout] 137 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/single.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stdout] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stdout] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stdout] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stdout] 137 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stdout] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stdout] 106 | |     >> name_len: be_u8
[INFO] [stdout] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |     })
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stdout] 59 | |          version: be_u8
[INFO] [stdout] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     })
[INFO] [stdout] 74 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stdout]  80 | |     value!(alg),
[INFO] [stdout]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / named_args!(parse(packet_version: Version) <PublicKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout] 107 | |     // version, only 3 is allowed
[INFO] [stdout] 108 | |        version: be_u8
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |     })
[INFO] [stdout] 122 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / named_args!(parse(packet_version: Version) <PublicKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout] 107 | |     // version, only 3 is allowed
[INFO] [stdout] 108 | |        version: be_u8
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |     })
[INFO] [stdout] 122 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_encrypted_session_key.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / named_args!(parse(packet_version: Version) <PublicKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout] 107 | |     // version, only 3 is allowed
[INFO] [stdout] 108 | |        version: be_u8
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |     })
[INFO] [stdout] 122 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/signature/de.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / named!(
[INFO] [stdout] 42 | |     signature_creation_time<Subpacket>,
[INFO] [stdout] 43 | |     map!(
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/signature/de.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | / named!(issuer<Subpacket>, map!(
[INFO] [stdout] 54 | |     map_res!(complete!(take!(8)), KeyId::from_slice),
[INFO] [stdout] 55 | |     Subpacket::Issuer
[INFO] [stdout] 56 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/signature/de.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | / named!(issuer<Subpacket>, map!(
[INFO] [stdout] 54 | |     map_res!(complete!(take!(8)), KeyId::from_slice),
[INFO] [stdout] 55 | |     Subpacket::Issuer
[INFO] [stdout] 56 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/signature/de.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | / named!(key_expiration<Subpacket>, map!(
[INFO] [stdout] 62 | |     // 4-octet time field
[INFO] [stdout] 63 | |     be_u32,
[INFO] [stdout] 64 | |     |date| Subpacket::KeyExpirationTime(dt_from_timestamp(date))
[INFO] [stdout] 65 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / named!(signature_expiration_time<Subpacket>, map!(
[INFO] [stdout] 110 | |     // 4-octet time field
[INFO] [stdout] 111 | |     be_u32,
[INFO] [stdout] 112 | |     |date| Subpacket::SignatureExpirationTime(dt_from_timestamp(date))
[INFO] [stdout] 113 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | / named!(
[INFO] [stdout] 118 | |     exportable_certification<Subpacket>,
[INFO] [stdout] 119 | |     map!(complete!(be_u8), |v| Subpacket::ExportableCertification(
[INFO] [stdout] 120 | |         v == 1
[INFO] [stdout] 121 | |     ))
[INFO] [stdout] 122 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | / named!(
[INFO] [stdout] 118 | |     exportable_certification<Subpacket>,
[INFO] [stdout] 119 | |     map!(complete!(be_u8), |v| Subpacket::ExportableCertification(
[INFO] [stdout] 120 | |         v == 1
[INFO] [stdout] 121 | |     ))
[INFO] [stdout] 122 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:126:1
[INFO] [stdout]     |
[INFO] [stdout] 126 | / named!(
[INFO] [stdout] 127 | |     revocable<Subpacket>,
[INFO] [stdout] 128 | |     map!(complete!(be_u8), |v| Subpacket::Revocable(v == 1))
[INFO] [stdout] 129 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:126:1
[INFO] [stdout]     |
[INFO] [stdout] 126 | / named!(
[INFO] [stdout] 127 | |     revocable<Subpacket>,
[INFO] [stdout] 128 | |     map!(complete!(be_u8), |v| Subpacket::Revocable(v == 1))
[INFO] [stdout] 129 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / named!(trust_signature<Subpacket>, do_parse!(
[INFO] [stdout] 135 | |        depth: be_u8
[INFO] [stdout] 136 | |     >> value: be_u8
[INFO] [stdout] 137 | |     >> (Subpacket::TrustSignature(depth, value))
[INFO] [stdout] 138 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / named!(trust_signature<Subpacket>, do_parse!(
[INFO] [stdout] 135 | |        depth: be_u8
[INFO] [stdout] 136 | |     >> value: be_u8
[INFO] [stdout] 137 | |     >> (Subpacket::TrustSignature(depth, value))
[INFO] [stdout] 138 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:143:1
[INFO] [stdout]     |
[INFO] [stdout] 143 | / named!(regular_expression<Subpacket>, map!(
[INFO] [stdout] 144 | |     map!(rest, read_string), Subpacket::RegularExpression
[INFO] [stdout] 145 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:143:1
[INFO] [stdout]     |
[INFO] [stdout] 143 | / named!(regular_expression<Subpacket>, map!(
[INFO] [stdout] 144 | |     map!(rest, read_string), Subpacket::RegularExpression
[INFO] [stdout] 145 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:150:1
[INFO] [stdout]     |
[INFO] [stdout] 150 | / named!(revocation_key<Subpacket>, do_parse!(
[INFO] [stdout] 151 | |              class: map_opt!(be_u8, RevocationKeyClass::from_u8)
[INFO] [stdout] 152 | |     >>   algorithm: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 159 | |     )))
[INFO] [stdout] 160 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:150:1
[INFO] [stdout]     |
[INFO] [stdout] 150 | / named!(revocation_key<Subpacket>, do_parse!(
[INFO] [stdout] 151 | |              class: map_opt!(be_u8, RevocationKeyClass::from_u8)
[INFO] [stdout] 152 | |     >>   algorithm: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 159 | |     )))
[INFO] [stdout] 160 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stdout] 166 | |                   // Flags
[INFO] [stdout] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stdout] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stdout] 174 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:188:1
[INFO] [stdout]     |
[INFO] [stdout] 188 | / named!(preferred_key_server<Subpacket>,do_parse!(
[INFO] [stdout] 189 | |        body: map_res!(rest, str::from_utf8)
[INFO] [stdout] 190 | |     >> ({ Subpacket::PreferredKeyServer(body.to_string()) })
[INFO] [stdout] 191 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:195:1
[INFO] [stdout]     |
[INFO] [stdout] 195 | / named!(
[INFO] [stdout] 196 | |     primary_userid<Subpacket>,
[INFO] [stdout] 197 | |     map!(be_u8, |a| Subpacket::IsPrimary(a == 1))
[INFO] [stdout] 198 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:203:1
[INFO] [stdout]     |
[INFO] [stdout] 203 | / named!(policy_uri<Subpacket>, map!(
[INFO] [stdout] 204 | |     map!(rest, read_string), Subpacket::PolicyURI
[INFO] [stdout] 205 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:203:1
[INFO] [stdout]     |
[INFO] [stdout] 203 | / named!(policy_uri<Subpacket>, map!(
[INFO] [stdout] 204 | |     map!(rest, read_string), Subpacket::PolicyURI
[INFO] [stdout] 205 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | / named!(signers_userid<Subpacket>, do_parse!(
[INFO] [stdout] 216 | |        body: map_res!(rest, str::from_utf8)
[INFO] [stdout] 217 | |     >> (Subpacket::SignersUserID(body.to_string())))
[INFO] [stdout] 218 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:229:1
[INFO] [stdout]     |
[INFO] [stdout] 229 | / named!(rev_reason<Subpacket>, do_parse!(
[INFO] [stdout] 230 | |          code: map_opt!(be_u8, RevocationCode::from_u8)
[INFO] [stdout] 231 | |     >> reason: map!(rest, read_string)
[INFO] [stdout] 232 | |     >> (Subpacket::RevocationReason(code, reason))
[INFO] [stdout] 233 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:229:1
[INFO] [stdout]     |
[INFO] [stdout] 229 | / named!(rev_reason<Subpacket>, do_parse!(
[INFO] [stdout] 230 | |          code: map_opt!(be_u8, RevocationCode::from_u8)
[INFO] [stdout] 231 | |     >> reason: map!(rest, read_string)
[INFO] [stdout] 232 | |     >> (Subpacket::RevocationReason(code, reason))
[INFO] [stdout] 233 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | / named!(sig_target<Subpacket>, do_parse!(
[INFO] [stdout] 238 | |         pub_alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 239 | |     >> hash_alg: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 240 | |     >>     hash: rest
[INFO] [stdout] 241 | |     >> (Subpacket::SignatureTarget(pub_alg, hash_alg, hash.to_vec()))
[INFO] [stdout] 242 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | / named!(sig_target<Subpacket>, do_parse!(
[INFO] [stdout] 238 | |         pub_alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 239 | |     >> hash_alg: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 240 | |     >>     hash: rest
[INFO] [stdout] 241 | |     >> (Subpacket::SignatureTarget(pub_alg, hash_alg, hash.to_vec()))
[INFO] [stdout] 242 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | / named!(sig_target<Subpacket>, do_parse!(
[INFO] [stdout] 238 | |         pub_alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 239 | |     >> hash_alg: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 240 | |     >>     hash: rest
[INFO] [stdout] 241 | |     >> (Subpacket::SignatureTarget(pub_alg, hash_alg, hash.to_vec()))
[INFO] [stdout] 242 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | / named!(embedded_sig<Subpacket>, map!(call!(parse, Version::New), |sig| {
[INFO] [stdout] 247 | |     Subpacket::EmbeddedSignature(Box::new(sig))
[INFO] [stdout] 248 | | }));
[INFO] [stdout]     | |___^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:253:1
[INFO] [stdout]     |
[INFO] [stdout] 253 | / named!(issuer_fingerprint<Subpacket>, do_parse!(
[INFO] [stdout] 254 | |            version: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 255 | |     >> fingerprint: rest
[INFO] [stdout] 256 | |     >> (Subpacket::IssuerFingerprint(version, SmallVec::from_slice(fingerprint)))
[INFO] [stdout] 257 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:253:1
[INFO] [stdout]     |
[INFO] [stdout] 253 | / named!(issuer_fingerprint<Subpacket>, do_parse!(
[INFO] [stdout] 254 | |            version: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 255 | |     >> fingerprint: rest
[INFO] [stdout] 256 | |     >> (Subpacket::IssuerFingerprint(version, SmallVec::from_slice(fingerprint)))
[INFO] [stdout] 257 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / named!(subpackets(&[u8]) -> Vec<Subpacket>, many0!(complete!(do_parse!(
[INFO] [stdout] 312 | |     // the subpacket length (1, 2, or 5 octets)
[INFO] [stdout] 313 | |         len: packet_length
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     >> (p)
[INFO] [stdout] 318 | | ))));
[INFO] [stdout]     | |____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / named!(subpackets(&[u8]) -> Vec<Subpacket>, many0!(complete!(do_parse!(
[INFO] [stdout] 312 | |     // the subpacket length (1, 2, or 5 octets)
[INFO] [stdout] 313 | |         len: packet_length
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     >> (p)
[INFO] [stdout] 318 | | ))));
[INFO] [stdout]     | |____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / named!(subpackets(&[u8]) -> Vec<Subpacket>, many0!(complete!(do_parse!(
[INFO] [stdout] 312 | |     // the subpacket length (1, 2, or 5 octets)
[INFO] [stdout] 313 | |         len: packet_length
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     >> (p)
[INFO] [stdout] 318 | | ))));
[INFO] [stdout]     | |____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `flat_map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `flat_map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fold_many_m_n`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `fold_many_m_n` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named_args!(actual_signature<'a>(typ: &PublicKeyAlgorithm) <&'a [u8], Vec<Mpi>>, switch!(
[INFO] [stdout] 321 | |     value!(typ),
[INFO] [stdout] 322 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stdout] 323 | |     &PublicKeyAlgorithm::RSASign => map!(call!(mpi), |v| vec![v.to_owned()]) |
[INFO] [stdout] ...   |
[INFO] [stdout] 341 | |     _ => map!(call!(mpi), |v| vec![v.to_owned()])
[INFO] [stdout] 342 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 | / named_args!(v3_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 348 | |     // One-octet length of following hashed material. MUST be 5.
[INFO] [stdout] 349 | |                  tag!(&[5])
[INFO] [stdout] ...   |
[INFO] [stdout] 381 | |     })
[INFO] [stdout] 382 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `flat_map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `flat_map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:387:1
[INFO] [stdout]     |
[INFO] [stdout] 387 | / named_args!(v4_parser(packet_version: Version, version: SignatureVersion) <Signature>, do_parse!(
[INFO] [stdout] 388 | |     // One-octet signature type.
[INFO] [stdout] 389 | |             typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stdout] ...   |
[INFO] [stdout] 416 | |     ))
[INFO] [stdout] 417 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `flat_map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `flat_map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:426:1
[INFO] [stdout]     |
[INFO] [stdout] 426 | / named_args!(parse(packet_version: Version) <Signature>, do_parse!(
[INFO] [stdout] 427 | |          version: map_opt!(be_u8, SignatureVersion::from_u8)
[INFO] [stdout] 428 | |     >> signature: switch!(value!(&version),
[INFO] [stdout] 429 | |                       &SignatureVersion::V2 => call!(v3_parser, packet_version, version) |
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     >> (signature)
[INFO] [stdout] 436 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/signature/de.rs:426:1
[INFO] [stdout]     |
[INFO] [stdout] 426 | / named_args!(parse(packet_version: Version) <Signature>, do_parse!(
[INFO] [stdout] 427 | |          version: map_opt!(be_u8, SignatureVersion::from_u8)
[INFO] [stdout] 428 | |     >> signature: switch!(value!(&version),
[INFO] [stdout] 429 | |                       &SignatureVersion::V2 => call!(v3_parser, packet_version, version) |
[INFO] [stdout] ...   |
[INFO] [stdout] 435 | |     >> (signature)
[INFO] [stdout] 436 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/pgp/packet/signature/types.rs:34:16
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::complexity))]
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/sym_key_encrypted_session_key.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / named_args!(parse(packet_version: Version) <SymKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout]  84 | |               version: be_u8
[INFO] [stdout]  85 | |     >>        sym_alg: map_opt!(be_u8, SymmetricKeyAlgorithm::from_u8)
[INFO] [stdout]  86 | |     >>            s2k: s2k_parser
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     })
[INFO] [stdout] 103 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/sym_key_encrypted_session_key.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / named_args!(parse(packet_version: Version) <SymKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout]  84 | |               version: be_u8
[INFO] [stdout]  85 | |     >>        sym_alg: map_opt!(be_u8, SymmetricKeyAlgorithm::from_u8)
[INFO] [stdout]  86 | |     >>            s2k: s2k_parser
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     })
[INFO] [stdout] 103 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/sym_key_encrypted_session_key.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / named_args!(parse(packet_version: Version) <SymKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout]  84 | |               version: be_u8
[INFO] [stdout]  85 | |     >>        sym_alg: map_opt!(be_u8, SymmetricKeyAlgorithm::from_u8)
[INFO] [stdout]  86 | |     >>            s2k: s2k_parser
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     })
[INFO] [stdout] 103 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/sym_key_encrypted_session_key.rs:83:1
[INFO] [stdout]     |
[INFO] [stdout]  83 | / named_args!(parse(packet_version: Version) <SymKeyEncryptedSessionKey>, do_parse!(
[INFO] [stdout]  84 | |               version: be_u8
[INFO] [stdout]  85 | |     >>        sym_alg: map_opt!(be_u8, SymmetricKeyAlgorithm::from_u8)
[INFO] [stdout]  86 | |     >>            s2k: s2k_parser
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     })
[INFO] [stdout] 103 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:99:1
[INFO] [stdout]     |
[INFO] [stdout]  99 | / named_args!(image(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 100 | |     // little endian, for historical reasons..
[INFO] [stdout] 101 | |        header_len: le_u16
[INFO] [stdout] 102 | |     >>     header: take!(header_len - 2)
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |     })
[INFO] [stdout] 110 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:99:1
[INFO] [stdout]     |
[INFO] [stdout]  99 | / named_args!(image(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 100 | |     // little endian, for historical reasons..
[INFO] [stdout] 101 | |        header_len: le_u16
[INFO] [stdout] 102 | |     >>     header: take!(header_len - 2)
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |     })
[INFO] [stdout] 110 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `flat_map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `flat_map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/user_attribute.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / named_args!(parse(packet_version: Version) <UserAttribute>, do_parse!(
[INFO] [stdout] 114 | |         len: packet_length
[INFO] [stdout] 115 | |     >>  typ: be_u8
[INFO] [stdout] 116 | |     >> attr: flat_map!(
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |     })
[INFO] [stdout] 130 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / named!(ecdsa<PublicParams>, do_parse!(
[INFO] [stdout] 17 | |     // a one-octet size of the following field
[INFO] [stdout] 18 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     })
[INFO] [stdout] 27 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / named!(ecdsa<PublicParams>, do_parse!(
[INFO] [stdout] 17 | |     // a one-octet size of the following field
[INFO] [stdout] 18 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     })
[INFO] [stdout] 27 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / named!(ecdsa<PublicParams>, do_parse!(
[INFO] [stdout] 17 | |     // a one-octet size of the following field
[INFO] [stdout] 18 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     })
[INFO] [stdout] 27 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | / named!(eddsa<PublicParams>, do_parse!(
[INFO] [stdout] 32 | |     // a one-octet size of the following field
[INFO] [stdout] 33 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |     })
[INFO] [stdout] 42 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | / named!(eddsa<PublicParams>, do_parse!(
[INFO] [stdout] 32 | |     // a one-octet size of the following field
[INFO] [stdout] 33 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |     })
[INFO] [stdout] 42 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | / named!(eddsa<PublicParams>, do_parse!(
[INFO] [stdout] 32 | |     // a one-octet size of the following field
[INFO] [stdout] 33 | |          len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |     })
[INFO] [stdout] 42 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / named!(ecdh<PublicParams>, do_parse!(
[INFO] [stdout] 47 | |     // a one-octet size of the following field
[INFO] [stdout] 48 | |           len: be_u8
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |     })
[INFO] [stdout] 68 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / named!(elgamal<PublicParams>, do_parse!(
[INFO] [stdout] 72 | |     // MPI of Elgamal prime p
[INFO] [stdout] 73 | |         p: map!(mpi, to_owned)
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |     >> (PublicParams::Elgamal{ p, g, y })
[INFO] [stdout] 79 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / named!(elgamal<PublicParams>, do_parse!(
[INFO] [stdout] 72 | |     // MPI of Elgamal prime p
[INFO] [stdout] 73 | |         p: map!(mpi, to_owned)
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |     >> (PublicParams::Elgamal{ p, g, y })
[INFO] [stdout] 79 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / named!(elgamal<PublicParams>, do_parse!(
[INFO] [stdout] 72 | |     // MPI of Elgamal prime p
[INFO] [stdout] 73 | |         p: map!(mpi, to_owned)
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |     >> (PublicParams::Elgamal{ p, g, y })
[INFO] [stdout] 79 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / named!(dsa<PublicParams>, do_parse!(
[INFO] [stdout] 83 | |        p: map!(mpi, to_owned)
[INFO] [stdout] 84 | |     >> q: map!(mpi, to_owned)
[INFO] [stdout] 85 | |     >> g: map!(mpi, to_owned)
[INFO] [stdout] 86 | |     >> y: map!(mpi, to_owned)
[INFO] [stdout] 87 | |     >> (PublicParams::DSA { p, q, g, y })
[INFO] [stdout] 88 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / named!(dsa<PublicParams>, do_parse!(
[INFO] [stdout] 83 | |        p: map!(mpi, to_owned)
[INFO] [stdout] 84 | |     >> q: map!(mpi, to_owned)
[INFO] [stdout] 85 | |     >> g: map!(mpi, to_owned)
[INFO] [stdout] 86 | |     >> y: map!(mpi, to_owned)
[INFO] [stdout] 87 | |     >> (PublicParams::DSA { p, q, g, y })
[INFO] [stdout] 88 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / named!(dsa<PublicParams>, do_parse!(
[INFO] [stdout] 83 | |        p: map!(mpi, to_owned)
[INFO] [stdout] 84 | |     >> q: map!(mpi, to_owned)
[INFO] [stdout] 85 | |     >> g: map!(mpi, to_owned)
[INFO] [stdout] 86 | |     >> y: map!(mpi, to_owned)
[INFO] [stdout] 87 | |     >> (PublicParams::DSA { p, q, g, y })
[INFO] [stdout] 88 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / named!(dsa<PublicParams>, do_parse!(
[INFO] [stdout] 83 | |        p: map!(mpi, to_owned)
[INFO] [stdout] 84 | |     >> q: map!(mpi, to_owned)
[INFO] [stdout] 85 | |     >> g: map!(mpi, to_owned)
[INFO] [stdout] 86 | |     >> y: map!(mpi, to_owned)
[INFO] [stdout] 87 | |     >> (PublicParams::DSA { p, q, g, y })
[INFO] [stdout] 88 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | / named!(rsa<PublicParams>, do_parse!(
[INFO] [stdout] 92 | |        n: map!(mpi, to_owned)
[INFO] [stdout] 93 | |     >> e: map!(mpi, to_owned)
[INFO] [stdout] 94 | |     >> (PublicParams::RSA { n, e })
[INFO] [stdout] 95 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/public_key_parser.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | / named!(rsa<PublicParams>, do_parse!(
[INFO] [stdout] 92 | |        n: map!(mpi, to_owned)
[INFO] [stdout] 93 | |     >> e: map!(mpi, to_owned)
[INFO] [stdout] 94 | |     >> (PublicParams::RSA { n, e })
[INFO] [stdout] 95 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]  98 | / named_args!(pub parse_pub_fields(typ: PublicKeyAlgorithm) <PublicParams>, switch!(
[INFO] [stdout]  99 | |     value!(typ),
[INFO] [stdout] 100 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 101 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] ...   |
[INFO] [stdout] 110 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | / named_args!(new_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 113 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 114 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 115 | |     >>     params: call!(parse_pub_fields, alg)
[INFO] [stdout] 116 | |     >> (*key_ver, alg, created_at, None, params)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | / named_args!(new_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 113 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 114 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 115 | |     >>     params: call!(parse_pub_fields, alg)
[INFO] [stdout] 116 | |     >> (*key_ver, alg, created_at, None, params)
[INFO] [stdout] 117 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / named_args!(old_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 120 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 121 | |     >>         exp: be_u16
[INFO] [stdout] 122 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 123 | |     >>      params: call!(parse_pub_fields, alg)
[INFO] [stdout] 124 | |     >> (*key_ver, alg, created_at, Some(exp), params)
[INFO] [stdout] 125 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / named_args!(old_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 120 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 121 | |     >>         exp: be_u16
[INFO] [stdout] 122 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 123 | |     >>      params: call!(parse_pub_fields, alg)
[INFO] [stdout] 124 | |     >> (*key_ver, alg, created_at, Some(exp), params)
[INFO] [stdout] 125 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / named_args!(old_public_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 120 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 121 | |     >>         exp: be_u16
[INFO] [stdout] 122 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 123 | |     >>      params: call!(parse_pub_fields, alg)
[INFO] [stdout] 124 | |     >> (*key_ver, alg, created_at, Some(exp), params)
[INFO] [stdout] 125 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | / named!(pub parse<(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, PublicParams)>, do_parse!(
[INFO] [stdout] 131 | |        key_ver: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 132 | |     >>     key: switch!(value!(&key_ver),
[INFO] [stdout] 133 | |                         &KeyVersion::V2 => call!(
[INFO] [stdout] ...   |
[INFO] [stdout] 143 | |     >> (key)
[INFO] [stdout] 144 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/packet/public_key_parser.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | / named!(pub parse<(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, PublicParams)>, do_parse!(
[INFO] [stdout] 131 | |        key_ver: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 132 | |     >>     key: switch!(value!(&key_ver),
[INFO] [stdout] 133 | |                         &KeyVersion::V2 => call!(
[INFO] [stdout] ...   |
[INFO] [stdout] 143 | |     >> (key)
[INFO] [stdout] 144 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / named_args!(parse_pub_priv_fields(typ: PublicKeyAlgorithm) <(PublicParams, SecretParams)>, do_parse!(
[INFO] [stdout] 12 | |       pub_params: call!(parse_pub_fields, typ)
[INFO] [stdout] 13 | |   >> priv_params: map_res!(rest, |v| SecretParams::from_slice(v, typ))
[INFO] [stdout] 14 | |   >> (pub_params, priv_params)
[INFO] [stdout] 15 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / named_args!(new_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 19 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 20 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 21 | |     >>      params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 22 | |     >> (*key_ver, alg, created_at, None, params.0, params.1)
[INFO] [stdout] 23 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / named_args!(new_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 19 | |         created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 20 | |     >>         alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 21 | |     >>      params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 22 | |     >> (*key_ver, alg, created_at, None, params.0, params.1)
[INFO] [stdout] 23 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / named_args!(old_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 27 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 28 | |     >>        exp: be_u16
[INFO] [stdout] 29 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 30 | |     >>     params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 31 | |     >> (*key_ver, alg, created_at, Some(exp), params.0, params.1)
[INFO] [stdout] 32 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / named_args!(old_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 27 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 28 | |     >>        exp: be_u16
[INFO] [stdout] 29 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 30 | |     >>     params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 31 | |     >> (*key_ver, alg, created_at, Some(exp), params.0, params.1)
[INFO] [stdout] 32 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / named_args!(old_private_key_parser<'a>(key_ver: &'a KeyVersion) <(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, Publ...
[INFO] [stdout] 27 | |        created_at: map!(be_u32, |v| Utc.timestamp_opt(i64::from(v), 0).unwrap())
[INFO] [stdout] 28 | |     >>        exp: be_u16
[INFO] [stdout] 29 | |     >>        alg: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stdout] 30 | |     >>     params: call!(parse_pub_priv_fields, alg)
[INFO] [stdout] 31 | |     >> (*key_ver, alg, created_at, Some(exp), params.0, params.1)
[INFO] [stdout] 32 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / named!(pub parse<(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, PublicParams, SecretParams)>, do_parse!(
[INFO] [stdout] 38 | |        key_ver: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 39 | |     >>     key: switch!(value!(&key_ver),
[INFO] [stdout] 40 | |                        &KeyVersion::V2 => call!(
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |     >> (key)
[INFO] [stdout] 51 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> src/pgp/packet/secret_key_parser.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / named!(pub parse<(KeyVersion, PublicKeyAlgorithm, DateTime<Utc>, Option<u16>, PublicParams, SecretParams)>, do_parse!(
[INFO] [stdout] 38 | |        key_ver: map_opt!(be_u8, KeyVersion::from_u8)
[INFO] [stdout] 39 | |     >>     key: switch!(value!(&key_ver),
[INFO] [stdout] 40 | |                        &KeyVersion::V2 => call!(
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |     >> (key)
[INFO] [stdout] 51 | | ));
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / named_args!(parse_secret_params(alg: PublicKeyAlgorithm) <PlainSecretParamsRef<'_>>, switch!(value!(alg),
[INFO] [stdout] 308 | |     PublicKeyAlgorithm::RSA        |
[INFO] [stdout] 309 | |     PublicKeyAlgorithm::RSAEncrypt |
[INFO] [stdout] 310 | |     PublicKeyAlgorithm::RSASign => call!(rsa_secret_params)                                |
[INFO] [stdout] ...   |
[INFO] [stdout] 315 | |     PublicKeyAlgorithm::EdDSA   => do_parse!(x: mpi >> (PlainSecretParamsRef::EdDSA(x)))
[INFO] [stdout] 316 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named!(rsa_secret_params<PlainSecretParamsRef<'_>>, do_parse!(
[INFO] [stdout] 321 | |        d: mpi
[INFO] [stdout] 322 | |     >> p: mpi
[INFO] [stdout] 323 | |     >> q: mpi
[INFO] [stdout] 324 | |     >> u: mpi
[INFO] [stdout] 325 | |     >> (PlainSecretParamsRef::RSA { d, p, q, u })
[INFO] [stdout] 326 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named!(rsa_secret_params<PlainSecretParamsRef<'_>>, do_parse!(
[INFO] [stdout] 321 | |        d: mpi
[INFO] [stdout] 322 | |     >> p: mpi
[INFO] [stdout] 323 | |     >> q: mpi
[INFO] [stdout] 324 | |     >> u: mpi
[INFO] [stdout] 325 | |     >> (PlainSecretParamsRef::RSA { d, p, q, u })
[INFO] [stdout] 326 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named!(rsa_secret_params<PlainSecretParamsRef<'_>>, do_parse!(
[INFO] [stdout] 321 | |        d: mpi
[INFO] [stdout] 322 | |     >> p: mpi
[INFO] [stdout] 323 | |     >> q: mpi
[INFO] [stdout] 324 | |     >> u: mpi
[INFO] [stdout] 325 | |     >> (PlainSecretParamsRef::RSA { d, p, q, u })
[INFO] [stdout] 326 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/plain_secret.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / named!(rsa_secret_params<PlainSecretParamsRef<'_>>, do_parse!(
[INFO] [stdout] 321 | |        d: mpi
[INFO] [stdout] 322 | |     >> p: mpi
[INFO] [stdout] 323 | |     >> q: mpi
[INFO] [stdout] 324 | |     >> u: mpi
[INFO] [stdout] 325 | |     >> (PlainSecretParamsRef::RSA { d, p, q, u })
[INFO] [stdout] 326 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/params/secret.rs:79:1
[INFO] [stdout]     |
[INFO] [stdout]  79 | / named_args!(parse_secret_fields(alg: PublicKeyAlgorithm) <(SecretParams, Option<&[u8]>)>, do_parse!(
[INFO] [stdout]  80 | |           s2k_typ: be_u8
[INFO] [stdout]  81 | |     >> enc_params: switch!(value!(s2k_typ),
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     })
[INFO] [stdout] 135 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/s2k.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / named!(pub s2k_parser<StringToKey>, do_parse!(
[INFO] [stdout] 185 | |          typ: map_opt!(be_u8, StringToKeyType::from_u8)
[INFO] [stdout] 186 | |     >>  hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 187 | |     >>  salt: cond!(has_salt(typ), map!(take!(8), |v| v.to_vec()))
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |     })
[INFO] [stdout] 195 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/s2k.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / named!(pub s2k_parser<StringToKey>, do_parse!(
[INFO] [stdout] 185 | |          typ: map_opt!(be_u8, StringToKeyType::from_u8)
[INFO] [stdout] 186 | |     >>  hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 187 | |     >>  salt: cond!(has_salt(typ), map!(take!(8), |v| v.to_vec()))
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |     })
[INFO] [stdout] 195 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/s2k.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / named!(pub s2k_parser<StringToKey>, do_parse!(
[INFO] [stdout] 185 | |          typ: map_opt!(be_u8, StringToKeyType::from_u8)
[INFO] [stdout] 186 | |     >>  hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 187 | |     >>  salt: cond!(has_salt(typ), map!(take!(8), |v| v.to_vec()))
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |     })
[INFO] [stdout] 195 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/pgp/types/s2k.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | / named!(pub s2k_parser<StringToKey>, do_parse!(
[INFO] [stdout] 185 | |          typ: map_opt!(be_u8, StringToKeyType::from_u8)
[INFO] [stdout] 186 | |     >>  hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stdout] 187 | |     >>  salt: cond!(has_salt(typ), map!(take!(8), |v| v.to_vec()))
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |     })
[INFO] [stdout] 195 | | ));
[INFO] [stdout]     | |__^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cond`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `cond` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::composed::key::*`
[INFO] [stdout]   --> src/pgp/mod.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub use self::composed::key::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::packet::Signature`
[INFO] [stdout]   --> src/pgp/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub use self::packet::Signature;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/pgp/crypto/aead.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]   |                                             ^------------
[INFO] [stdout]   |                                             |
[INFO] [stdout]   |                                             `FromPrimitive` is not local
[INFO] [stdout]   |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_AeadAlgorithm`
[INFO] [stdout] 3 | #[repr(u8)]
[INFO] [stdout] 4 | pub enum AeadAlgorithm {
[INFO] [stdout]   |          ------------- `AeadAlgorithm` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/crypto/hash.rs:16:45
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_HashAlgorithm`
[INFO] [stdout] 17 | #[repr(u8)]
[INFO] [stdout] 18 | pub enum HashAlgorithm {
[INFO] [stdout]    |          ------------- `HashAlgorithm` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/pgp/crypto/public_key.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]   |                                             ^------------
[INFO] [stdout]   |                                             |
[INFO] [stdout]   |                                             `FromPrimitive` is not local
[INFO] [stdout]   |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_PublicKeyAlgorithm`
[INFO] [stdout] 3 | #[repr(u8)]
[INFO] [stdout] 4 | pub enum PublicKeyAlgorithm {
[INFO] [stdout]   |          ------------------ `PublicKeyAlgorithm` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/crypto/sym.rs:73:45
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SymmetricKeyAlgorithm`
[INFO] [stdout] 74 | #[repr(u8)]
[INFO] [stdout] 75 | pub enum SymmetricKeyAlgorithm {
[INFO] [stdout]    |          --------------------- `SymmetricKeyAlgorithm` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/packet/literal_data.rs:29:30
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(Debug, Copy, Clone, FromPrimitive, PartialEq, Eq)]
[INFO] [stdout]    |                              ^------------
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              `FromPrimitive` is not local
[INFO] [stdout]    |                              move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_DataMode`
[INFO] [stdout] 30 | #[repr(u8)]
[INFO] [stdout] 31 | pub enum DataMode {
[INFO] [stdout]    |          -------- `DataMode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/packet/signature/types.rs:453:45
[INFO] [stdout]     |
[INFO] [stdout] 453 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SignatureVersion`
[INFO] [stdout] 454 | #[repr(u8)]
[INFO] [stdout] 455 | pub enum SignatureVersion {
[INFO] [stdout]     |          ---------------- `SignatureVersion` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/packet/signature/types.rs:469:45
[INFO] [stdout]     |
[INFO] [stdout] 469 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_SignatureType`
[INFO] [stdout] 470 | #[repr(u8)]
[INFO] [stdout] 471 | pub enum SignatureType {
[INFO] [stdout]     |          ------------- `SignatureType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/packet/signature/types.rs:760:45
[INFO] [stdout]     |
[INFO] [stdout] 760 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_RevocationCode`
[INFO] [stdout] 761 | #[repr(u8)]
[INFO] [stdout] 762 | pub enum RevocationCode {
[INFO] [stdout]     |          -------------- `RevocationCode` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/pgp/types/compression.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]   |                                             ^------------
[INFO] [stdout]   |                                             |
[INFO] [stdout]   |                                             `FromPrimitive` is not local
[INFO] [stdout]   |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_CompressionAlgorithm`
[INFO] [stdout] ...
[INFO] [stdout] 6 | pub enum CompressionAlgorithm {
[INFO] [stdout]   |          -------------------- `CompressionAlgorithm` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/mpi.rs:59:41
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[derive(Default, Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                         ^------
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         `Zeroize` is not local
[INFO] [stdout]    |                                         move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_Mpi`
[INFO] [stdout] 60 | pub struct Mpi(Vec<u8>);
[INFO] [stdout]    |            --- `Mpi` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/packet.rs:34:45
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Tag`
[INFO] [stdout] 35 | #[repr(u8)]
[INFO] [stdout] 36 | pub enum Tag {
[INFO] [stdout]    |          --- `Tag` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/packet.rs:73:45
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Version`
[INFO] [stdout] 74 | #[repr(u8)]
[INFO] [stdout] 75 | pub enum Version {
[INFO] [stdout]    |          ------- `Version` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/types/packet.rs:126:45
[INFO] [stdout]     |
[INFO] [stdout] 126 | #[derive(Debug, PartialEq, Eq, Clone, Copy, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_KeyVersion`
[INFO] [stdout] 127 | #[repr(u8)]
[INFO] [stdout] 128 | pub enum KeyVersion {
[INFO] [stdout]     |          ---------- `KeyVersion` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/params/plain_secret.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Zeroize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_PlainSecretParams`
[INFO] [stdout] 17 | #[zeroize(drop)]
[INFO] [stdout] 18 | pub enum PlainSecretParams {
[INFO] [stdout]    |          ----------------- `PlainSecretParams` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/params/plain_secret.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Drop` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_Drop_FOR_PlainSecretParams`
[INFO] [stdout] 17 | #[zeroize(drop)]
[INFO] [stdout] 18 | pub enum PlainSecretParams {
[INFO] [stdout]    |          ----------------- `PlainSecretParams` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/revocation_key.rs:12:45
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]    |                                             ^------------
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             `FromPrimitive` is not local
[INFO] [stdout]    |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_RevocationKeyClass`
[INFO] [stdout] 13 | #[repr(u8)]
[INFO] [stdout] 14 | pub enum RevocationKeyClass {
[INFO] [stdout]    |          ------------------ `RevocationKeyClass` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/pgp/types/s2k.rs:131:45
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[derive(Debug, PartialEq, Eq, Copy, Clone, FromPrimitive)]
[INFO] [stdout]     |                                             ^------------
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `FromPrimitive` is not local
[INFO] [stdout]     |                                             move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_StringToKeyType`
[INFO] [stdout] 132 | pub enum StringToKeyType {
[INFO] [stdout]     |          --------------- `StringToKeyType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Zeroize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_ECDHSecretKey`
[INFO] [stdout] 23 | #[zeroize(drop)]
[INFO] [stdout] 24 | pub struct ECDHSecretKey {
[INFO] [stdout]    |            ------------- `ECDHSecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Drop` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_Drop_FOR_ECDHSecretKey`
[INFO] [stdout] 23 | #[zeroize(drop)]
[INFO] [stdout] 24 | pub struct ECDHSecretKey {
[INFO] [stdout]    |            ------------- `ECDHSecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:44:32
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Zeroize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_EdDSASecretKey`
[INFO] [stdout] 45 | #[zeroize(drop)]
[INFO] [stdout] 46 | pub struct EdDSASecretKey {
[INFO] [stdout]    |            -------------- `EdDSASecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:44:32
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Drop` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_Drop_FOR_EdDSASecretKey`
[INFO] [stdout] 45 | #[zeroize(drop)]
[INFO] [stdout] 46 | pub struct EdDSASecretKey {
[INFO] [stdout]    |            -------------- `EdDSASecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:62:32
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Zeroize` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_zeroize_Zeroize_FOR_DSASecretKey`
[INFO] [stdout] 63 | #[zeroize(drop)]
[INFO] [stdout] 64 | pub struct DSASecretKey {
[INFO] [stdout]    |            ------------ `DSASecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/pgp/types/secret_key_repr.rs:62:32
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[derive(Clone, PartialEq, Eq, Zeroize)]
[INFO] [stdout]    |                                ^------
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                `Drop` is not local
[INFO] [stdout]    |                                move the `impl` block outside of this constant `_DERIVE_Drop_FOR_DSASecretKey`
[INFO] [stdout] 63 | #[zeroize(drop)]
[INFO] [stdout] 64 | pub struct DSASecretKey {
[INFO] [stdout]    |            ------------ `DSASecretKey` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Zeroize` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Zeroize` may come from an old version of the `zeroize_derive` crate, try updating your dependency with `cargo update -p zeroize_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `Zeroize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 17s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, deterministic-pgp-keys v0.5.0 (/opt/rustwide/workdir), nom v4.2.3, num-bigint-dig v0.8.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec2ea85e2c0687a0f18d0fd13c1d7fb45003d515104f7b42ba6d055762addc8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/util.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | / named!(pub prefixed<CompleteByteSlice<'_>, CompleteByteSlice<'_>>, do_parse!(
[INFO] [stderr] 37 | |              many0!(line_ending)
[INFO] [stderr] 38 | |     >> rest: take_while1!(is_base64_token)
[INFO] [stderr] 39 | |     >> (rest)
[INFO] [stderr] 40 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]    = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/util.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | / named!(pub prefixed<CompleteByteSlice<'_>, CompleteByteSlice<'_>>, do_parse!(
[INFO] [stderr] 37 | |              many0!(line_ending)
[INFO] [stderr] 38 | |     >> rest: take_while1!(is_base64_token)
[INFO] [stderr] 39 | |     >> (rest)
[INFO] [stderr] 40 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `take_while1`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `take_while1` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/util.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stderr] 105 | |        olen: be_u8
[INFO] [stderr] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     >> (len)
[INFO] [stderr] 117 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/util.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | / named!(pub packet_length<usize>, do_parse!(
[INFO] [stderr] 105 | |        olen: be_u8
[INFO] [stderr] 106 | |     >>  len: switch!(value!(olen),
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     >> (len)
[INFO] [stderr] 117 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/util.rs:144:5
[INFO] [stderr]     |
[INFO] [stderr] 144 |     alt!(input, eof!() | eol)
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `alt` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stderr]     |
[INFO] [stderr] 109 | / named!(
[INFO] [stderr] 110 | |     armor_header_type<BlockType>,
[INFO] [stderr] 111 | |     alt_complete!(
[INFO] [stderr] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stderr] ...   |
[INFO] [stderr] 152 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:109:1
[INFO] [stderr]     |
[INFO] [stderr] 109 | / named!(
[INFO] [stderr] 110 | |     armor_header_type<BlockType>,
[INFO] [stderr] 111 | |     alt_complete!(
[INFO] [stderr] 112 | |         map!(tag!("PGP PUBLIC KEY BLOCK"), |_| BlockType::PublicKey)
[INFO] [stderr] ...   |
[INFO] [stderr] 152 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:155:1
[INFO] [stderr]     |
[INFO] [stderr] 155 | / named!(
[INFO] [stderr] 156 | |     armor_header_line<BlockType>,
[INFO] [stderr] 157 | |     do_parse!(
[INFO] [stderr] 158 | |         armor_header_sep
[INFO] [stderr] ...   |
[INFO] [stderr] 165 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stderr]     |
[INFO] [stderr] 193 | / named!(
[INFO] [stderr] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stderr] 195 | |     do_parse!(
[INFO] [stderr] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stderr] ...   |
[INFO] [stderr] 207 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stderr]     |
[INFO] [stderr] 193 | / named!(
[INFO] [stderr] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stderr] 195 | |     do_parse!(
[INFO] [stderr] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stderr] ...   |
[INFO] [stderr] 207 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `terminated`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `terminated` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stderr]     |
[INFO] [stderr] 193 | / named!(
[INFO] [stderr] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stderr] 195 | |     do_parse!(
[INFO] [stderr] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stderr] ...   |
[INFO] [stderr] 207 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:193:1
[INFO] [stderr]     |
[INFO] [stderr] 193 | / named!(
[INFO] [stderr] 194 | |     key_value_pair<(&str, &str)>,
[INFO] [stderr] 195 | |     do_parse!(
[INFO] [stderr] 196 | |         key: map_res!(key_token, str::from_utf8)
[INFO] [stderr] ...   |
[INFO] [stderr] 207 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `opt`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:210:1
[INFO] [stderr]     |
[INFO] [stderr] 210 | / named!(
[INFO] [stderr] 211 | |     key_value_pairs<Vec<(&str, &str)>>,
[INFO] [stderr] 212 | |     many0!(complete!(key_value_pair))
[INFO] [stderr] 213 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:216:1
[INFO] [stderr]     |
[INFO] [stderr] 216 | / named!(
[INFO] [stderr] 217 | |     armor_headers<BTreeMap<String, String>>,
[INFO] [stderr] 218 | |     do_parse!(
[INFO] [stderr] 219 | |         pairs: key_value_pairs
[INFO] [stderr] ...   |
[INFO] [stderr] 225 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:228:1
[INFO] [stderr]     |
[INFO] [stderr] 228 | / named!(armor_header(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stderr] 229 | |     typ:     armor_header_line >>
[INFO] [stderr] 230 | |     headers: armor_headers     >>
[INFO] [stderr] 231 | |     (typ, headers)
[INFO] [stderr] 232 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:250:1
[INFO] [stderr]     |
[INFO] [stderr] 250 | / named!(header_parser(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stderr] 251 | |                take_until!("-----")
[INFO] [stderr] 252 | |     >>   head: armor_header
[INFO] [stderr] 253 | |     >>         many0!(line_ending)
[INFO] [stderr] 254 | |     >> (head.0, head.1)
[INFO] [stderr] 255 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:250:1
[INFO] [stderr]     |
[INFO] [stderr] 250 | / named!(header_parser(&[u8]) -> (BlockType, BTreeMap<String, String>), do_parse!(
[INFO] [stderr] 251 | |                take_until!("-----")
[INFO] [stderr] 252 | |     >>   head: armor_header
[INFO] [stderr] 253 | |     >>         many0!(line_ending)
[INFO] [stderr] 254 | |     >> (head.0, head.1)
[INFO] [stderr] 255 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:258:1
[INFO] [stderr]     |
[INFO] [stderr] 258 | / named!(footer_parser<(Option<&[u8]>, BlockType)>, do_parse!(
[INFO] [stderr] 259 | |            crc: alt!(do_parse!(
[INFO] [stderr] 260 | |                             tag!("=")
[INFO] [stderr] 261 | |                     >> crc: take!(4)
[INFO] [stderr] ...   |
[INFO] [stderr] 274 | |      >> (crc, footer)
[INFO] [stderr] 275 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `many0`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `many0` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:258:1
[INFO] [stderr]     |
[INFO] [stderr] 258 | / named!(footer_parser<(Option<&[u8]>, BlockType)>, do_parse!(
[INFO] [stderr] 259 | |            crc: alt!(do_parse!(
[INFO] [stderr] 260 | |                             tag!("=")
[INFO] [stderr] 261 | |                     >> crc: take!(4)
[INFO] [stderr] ...   |
[INFO] [stderr] 274 | |      >> (crc, footer)
[INFO] [stderr] 275 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:279:1
[INFO] [stderr]     |
[INFO] [stderr] 279 | / named!(armor_footer_line<BlockType>, do_parse!(
[INFO] [stderr] 280 | |             // Only 3, because we parsed two already in the `footer_parser`.
[INFO] [stderr] 281 | |             tag!("---END ")
[INFO] [stderr] 282 | |     >> typ: armor_header_type
[INFO] [stderr] ...   |
[INFO] [stderr] 285 | |     >> (typ)
[INFO] [stderr] 286 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/armor/reader.rs:279:1
[INFO] [stderr]     |
[INFO] [stderr] 279 | / named!(armor_footer_line<BlockType>, do_parse!(
[INFO] [stderr] 280 | |             // Only 3, because we parsed two already in the `footer_parser`.
[INFO] [stderr] 281 | |             tag!("---END ")
[INFO] [stderr] 282 | |     >> typ: armor_header_type
[INFO] [stderr] ...   |
[INFO] [stderr] 285 | |     >> (typ)
[INFO] [stderr] 286 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]   --> src/pgp/composed/signed_key/parse.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stderr]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::parse::*`
[INFO] [stderr]    --> src/pgp/composed/signed_key/mod.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 | pub use self::parse::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]   --> src/pgp/composed/shared.rs:22:16
[INFO] [stderr]    |
[INFO] [stderr] 22 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stderr]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]   --> src/pgp/composed/shared.rs:39:16
[INFO] [stderr]    |
[INFO] [stderr] 39 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::type_complexity))]
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stderr]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/pgp/crypto/sym.rs:199:16
[INFO] [stderr]     |
[INFO] [stderr] 199 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::complexity))]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stderr]     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::aead::*`
[INFO] [stderr]   --> src/pgp/crypto/mod.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub use self::aead::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::aes_kw::*`
[INFO] [stderr]   --> src/pgp/crypto/mod.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub use self::aes_kw::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::checksum::*`
[INFO] [stderr]   --> src/pgp/crypto/mod.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub use self::checksum::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::ecdh::*`
[INFO] [stderr]   --> src/pgp/crypto/mod.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub use self::ecdh::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::eddsa::*`
[INFO] [stderr]   --> src/pgp/crypto/mod.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub use self::eddsa::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::rsa::*`
[INFO] [stderr]   --> src/pgp/crypto/mod.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub use self::rsa::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]  --> src/pgp/packet/single.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::useless_let_if_seq))]
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stderr]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]   --> src/pgp/packet/packet_sum.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::large_enum_variant))] // TODO: fix me
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `getrandom` and `gperftools`
[INFO] [stderr]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/single.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stderr] 23 | |     // First bit is always 1
[INFO] [stderr] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stderr] ...  |
[INFO] [stderr] 40 | |     >> ((ver, tag, len))
[INFO] [stderr] 41 | | )));
[INFO] [stderr]    | |___^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bits`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `bits` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/single.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stderr] 23 | |     // First bit is always 1
[INFO] [stderr] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stderr] ...  |
[INFO] [stderr] 40 | |     >> ((ver, tag, len))
[INFO] [stderr] 41 | | )));
[INFO] [stderr]    | |___^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/single.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | / named!(old_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stderr] 23 | |     // First bit is always 1
[INFO] [stderr] 24 | |             tag_bits!(u8, 1, 1)
[INFO] [stderr] ...  |
[INFO] [stderr] 40 | |     >> ((ver, tag, len))
[INFO] [stderr] 41 | | )));
[INFO] [stderr]    | |___^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/single.rs:44:1
[INFO] [stderr]    |
[INFO] [stderr] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stderr] 45 | |        olen: be_u8
[INFO] [stderr] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stderr] ...  |
[INFO] [stderr] 58 | |     >> (len)
[INFO] [stderr] 59 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/single.rs:44:1
[INFO] [stderr]    |
[INFO] [stderr] 44 | / named!(read_packet_len(&[u8]) -> PacketLength, do_parse!(
[INFO] [stderr] 45 | |        olen: be_u8
[INFO] [stderr] 46 | |     >>  len: switch!(value!(olen),
[INFO] [stderr] ...  |
[INFO] [stderr] 58 | |     >> (len)
[INFO] [stderr] 59 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/single.rs:108:1
[INFO] [stderr]     |
[INFO] [stderr] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stderr] 109 | |     // First bit is always 1
[INFO] [stderr] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     >> ((ver, tag, len))
[INFO] [stderr] 117 | | )));
[INFO] [stderr]     | |___^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bits`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `bits` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/single.rs:108:1
[INFO] [stderr]     |
[INFO] [stderr] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stderr] 109 | |     // First bit is always 1
[INFO] [stderr] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     >> ((ver, tag, len))
[INFO] [stderr] 117 | | )));
[INFO] [stderr]     | |___^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/single.rs:108:1
[INFO] [stderr]     |
[INFO] [stderr] 108 | / named!(new_packet_header(&[u8]) -> (Version, Tag, PacketLength), bits!(do_parse!(
[INFO] [stderr] 109 | |     // First bit is always 1
[INFO] [stderr] 110 | |              tag_bits!(u8, 1, 1)
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     >> ((ver, tag, len))
[INFO] [stderr] 117 | | )));
[INFO] [stderr]     | |___^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bytes`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `bytes` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/single.rs:129:1
[INFO] [stderr]     |
[INFO] [stderr] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stderr] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stderr] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stderr] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stderr] ...   |
[INFO] [stderr] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stderr] 137 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `alt`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `alt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/single.rs:129:1
[INFO] [stderr]     |
[INFO] [stderr] 129 | / named!(pub parser<(Version, Tag, PacketLength, ParseResult<'_>)>, do_parse!(
[INFO] [stderr] 130 | |        head: alt!(new_packet_header | old_packet_header)
[INFO] [stderr] 131 | |     >> body: switch!(value!(&head.2),
[INFO] [stderr] 132 | |         PacketLength::Fixed(length)   => map!(take!(*length), ParseResult::Fixed) |
[INFO] [stderr] ...   |
[INFO] [stderr] 136 | |     >> (head.0, head.1, head.2, body)
[INFO] [stderr] 137 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stderr] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stderr] 106 | |     >> name_len: be_u8
[INFO] [stderr] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     })
[INFO] [stderr] 117 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stderr] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stderr] 106 | |     >> name_len: be_u8
[INFO] [stderr] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     })
[INFO] [stderr] 117 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/literal_data.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | / named_args!(parse(packet_version: Version)<LiteralData>, do_parse!(
[INFO] [stderr] 105 | |            mode: map_opt!(be_u8, DataMode::from_u8)
[INFO] [stderr] 106 | |     >> name_len: be_u8
[INFO] [stderr] 107 | |     >>     name: map!(take!(name_len), read_string)
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     })
[INFO] [stderr] 117 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stderr]    |
[INFO] [stderr] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stderr] 59 | |          version: be_u8
[INFO] [stderr] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stderr] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stderr] ...  |
[INFO] [stderr] 73 | |     })
[INFO] [stderr] 74 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stderr]    |
[INFO] [stderr] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stderr] 59 | |          version: be_u8
[INFO] [stderr] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stderr] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stderr] ...  |
[INFO] [stderr] 73 | |     })
[INFO] [stderr] 74 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/one_pass_signature.rs:58:1
[INFO] [stderr]    |
[INFO] [stderr] 58 | / named_args!(parse(packet_version: Version) <OnePassSignature>, do_parse!(
[INFO] [stderr] 59 | |          version: be_u8
[INFO] [stderr] 60 | |     >>       typ: map_opt!(be_u8, SignatureType::from_u8)
[INFO] [stderr] 61 | |     >>      hash: map_opt!(be_u8, HashAlgorithm::from_u8)
[INFO] [stderr] ...  |
[INFO] [stderr] 73 | |     })
[INFO] [stderr] 74 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stderr]     |
[INFO] [stderr]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stderr]  80 | |     value!(alg),
[INFO] [stderr]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stderr]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stderr] ...   |
[INFO] [stderr] 102 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/public_key_encrypted_session_key.rs:79:1
[INFO] [stderr]     |
[INFO] [stderr]  79 | / named_args!(parse_mpis<'a>(alg: &'a PublicKeyAlgorithm) <Vec<Mpi>>, switch!(
[INFO] [stderr]  80 | |     value!(alg),
[INFO] [stderr]  81 | |     &PublicKeyAlgorithm::RSA |
[INFO] [stderr]  82 | |     &PublicKeyAlgorithm::RSASign |
[INFO] [stderr] ...   |
[INFO] [stderr] 102 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/public_key_encrypted_session_key.rs:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | / named_args!(parse(packet_version: Version) <PublicKeyEncryptedSessionKey>, do_parse!(
[INFO] [stderr] 107 | |     // version, only 3 is allowed
[INFO] [stderr] 108 | |        version: be_u8
[INFO] [stderr] ...   |
[INFO] [stderr] 121 | |     })
[INFO] [stderr] 122 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/public_key_encrypted_session_key.rs:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | / named_args!(parse(packet_version: Version) <PublicKeyEncryptedSessionKey>, do_parse!(
[INFO] [stderr] 107 | |     // version, only 3 is allowed
[INFO] [stderr] 108 | |        version: be_u8
[INFO] [stderr] ...   |
[INFO] [stderr] 121 | |     })
[INFO] [stderr] 122 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/public_key_encrypted_session_key.rs:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | / named_args!(parse(packet_version: Version) <PublicKeyEncryptedSessionKey>, do_parse!(
[INFO] [stderr] 107 | |     // version, only 3 is allowed
[INFO] [stderr] 108 | |        version: be_u8
[INFO] [stderr] ...   |
[INFO] [stderr] 121 | |     })
[INFO] [stderr] 122 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/signature/de.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / named!(
[INFO] [stderr] 42 | |     signature_creation_time<Subpacket>,
[INFO] [stderr] 43 | |     map!(
[INFO] [stderr] ...  |
[INFO] [stderr] 48 | | );
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/signature/de.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | / named!(issuer<Subpacket>, map!(
[INFO] [stderr] 54 | |     map_res!(complete!(take!(8)), KeyId::from_slice),
[INFO] [stderr] 55 | |     Subpacket::Issuer
[INFO] [stderr] 56 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/signature/de.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | / named!(issuer<Subpacket>, map!(
[INFO] [stderr] 54 | |     map_res!(complete!(take!(8)), KeyId::from_slice),
[INFO] [stderr] 55 | |     Subpacket::Issuer
[INFO] [stderr] 56 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]   --> src/pgp/packet/signature/de.rs:61:1
[INFO] [stderr]    |
[INFO] [stderr] 61 | / named!(key_expiration<Subpacket>, map!(
[INFO] [stderr] 62 | |     // 4-octet time field
[INFO] [stderr] 63 | |     be_u32,
[INFO] [stderr] 64 | |     |date| Subpacket::KeyExpirationTime(dt_from_timestamp(date))
[INFO] [stderr] 65 | | ));
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]    = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:109:1
[INFO] [stderr]     |
[INFO] [stderr] 109 | / named!(signature_expiration_time<Subpacket>, map!(
[INFO] [stderr] 110 | |     // 4-octet time field
[INFO] [stderr] 111 | |     be_u32,
[INFO] [stderr] 112 | |     |date| Subpacket::SignatureExpirationTime(dt_from_timestamp(date))
[INFO] [stderr] 113 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:117:1
[INFO] [stderr]     |
[INFO] [stderr] 117 | / named!(
[INFO] [stderr] 118 | |     exportable_certification<Subpacket>,
[INFO] [stderr] 119 | |     map!(complete!(be_u8), |v| Subpacket::ExportableCertification(
[INFO] [stderr] 120 | |         v == 1
[INFO] [stderr] 121 | |     ))
[INFO] [stderr] 122 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:117:1
[INFO] [stderr]     |
[INFO] [stderr] 117 | / named!(
[INFO] [stderr] 118 | |     exportable_certification<Subpacket>,
[INFO] [stderr] 119 | |     map!(complete!(be_u8), |v| Subpacket::ExportableCertification(
[INFO] [stderr] 120 | |         v == 1
[INFO] [stderr] 121 | |     ))
[INFO] [stderr] 122 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:126:1
[INFO] [stderr]     |
[INFO] [stderr] 126 | / named!(
[INFO] [stderr] 127 | |     revocable<Subpacket>,
[INFO] [stderr] 128 | |     map!(complete!(be_u8), |v| Subpacket::Revocable(v == 1))
[INFO] [stderr] 129 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:126:1
[INFO] [stderr]     |
[INFO] [stderr] 126 | / named!(
[INFO] [stderr] 127 | |     revocable<Subpacket>,
[INFO] [stderr] 128 | |     map!(complete!(be_u8), |v| Subpacket::Revocable(v == 1))
[INFO] [stderr] 129 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `complete`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `complete` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:134:1
[INFO] [stderr]     |
[INFO] [stderr] 134 | / named!(trust_signature<Subpacket>, do_parse!(
[INFO] [stderr] 135 | |        depth: be_u8
[INFO] [stderr] 136 | |     >> value: be_u8
[INFO] [stderr] 137 | |     >> (Subpacket::TrustSignature(depth, value))
[INFO] [stderr] 138 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:143:1
[INFO] [stderr]     |
[INFO] [stderr] 143 | / named!(regular_expression<Subpacket>, map!(
[INFO] [stderr] 144 | |     map!(rest, read_string), Subpacket::RegularExpression
[INFO] [stderr] 145 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 | / named!(revocation_key<Subpacket>, do_parse!(
[INFO] [stderr] 151 | |              class: map_opt!(be_u8, RevocationKeyClass::from_u8)
[INFO] [stderr] 152 | |     >>   algorithm: map_opt!(be_u8, PublicKeyAlgorithm::from_u8)
[INFO] [stderr] ...   |
[INFO] [stderr] 159 | |     )))
[INFO] [stderr] 160 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stderr]     |
[INFO] [stderr] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stderr] 166 | |                   // Flags
[INFO] [stderr] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stderr] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stderr] ...   |
[INFO] [stderr] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stderr] 174 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:165:1
[INFO] [stderr]     |
[INFO] [stderr] 165 | / named!(notation_data<Subpacket>, do_parse!(
[INFO] [stderr] 166 | |                   // Flags
[INFO] [stderr] 167 | |         readable: map!(be_u8, |v| v == 0x80)
[INFO] [stderr] 168 | |     >>            tag!(&[0, 0, 0])
[INFO] [stderr] ...   |
[INFO] [stderr] 173 | |     >> (Subpacket::Notation(Notation { readable, name, value }))
[INFO] [stderr] 174 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `do_parse`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `do_parse` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:188:1
[INFO] [stderr]     |
[INFO] [stderr] 188 | / named!(preferred_key_server<Subpacket>,do_parse!(
[INFO] [stderr] 189 | |        body: map_res!(rest, str::from_utf8)
[INFO] [stderr] 190 | |     >> ({ Subpacket::PreferredKeyServer(body.to_string()) })
[INFO] [stderr] 191 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:195:1
[INFO] [stderr]     |
[INFO] [stderr] 195 | / named!(
[INFO] [stderr] 196 | |     primary_userid<Subpacket>,
[INFO] [stderr] 197 | |     map!(be_u8, |a| Subpacket::IsPrimary(a == 1))
[INFO] [stderr] 198 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:203:1
[INFO] [stderr]     |
[INFO] [stderr] 203 | / named!(policy_uri<Subpacket>, map!(
[INFO] [stderr] 204 | |     map!(rest, read_string), Subpacket::PolicyURI
[INFO] [stderr] 205 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:215:1
[INFO] [stderr]     |
[INFO] [stderr] 215 | / named!(signers_userid<Subpacket>, do_parse!(
[INFO] [stderr] 216 | |        body: map_res!(rest, str::from_utf8)
[INFO] [stderr] 217 | |     >> (Subpacket::SignersUserID(body.to_string())))
[INFO] [stderr] 218 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_res`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_res` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/pgp/packet/signature/de.rs:229:1
[INFO] [stderr]     |
[INFO] [stderr] 229 | / named!(rev_reason<Subpacket>, do_parse!(
[INFO] [stderr] 230 | |          code: map_opt!(be_u8, RevocationCode::from_u8)
[INFO] [stderr] 231 | |     >> reason: map!(rest, read_string)
[INFO] [stderr] 232 | |     >> (Subpacket::RevocationReason(code, reason))
[INFO] [stderr] 233 | | ));
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stderr]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_opt`
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `map_opt` which comes from the expansion of the macro `named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[WARN] too many lines in the log, truncating it
