[INFO] fetching crate gpgme 0.11.0... [INFO] testing gpgme-0.11.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate gpgme 0.11.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate gpgme 0.11.0 [INFO] finished tweaking crates.io crate gpgme 0.11.0 [INFO] tweaked toml for crates.io crate gpgme 0.11.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gpgme 0.11.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gpgme 0.11.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5cd21fa7718d5df2039359b608a585a00b0ca152680c5cb9db1356a19902d24 [INFO] running `Command { std: "docker" "start" "-a" "b5cd21fa7718d5df2039359b608a585a00b0ca152680c5cb9db1356a19902d24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5cd21fa7718d5df2039359b608a585a00b0ca152680c5cb9db1356a19902d24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5cd21fa7718d5df2039359b608a585a00b0ca152680c5cb9db1356a19902d24", kill_on_drop: false }` [INFO] [stdout] b5cd21fa7718d5df2039359b608a585a00b0ca152680c5cb9db1356a19902d24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3bf91aa038da9cbb645c8e4045cf098fe2aaafc92b1aedb020c140e56cb781b [INFO] running `Command { std: "docker" "start" "-a" "e3bf91aa038da9cbb645c8e4045cf098fe2aaafc92b1aedb020c140e56cb781b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling cfg-expr v0.11.0 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling cstr-argument v0.1.2 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling system-deps v6.0.3 [INFO] [stderr] Compiling libgpg-error-sys v0.6.0 [INFO] [stderr] Compiling gpgme-sys v0.11.0 [INFO] [stderr] Compiling gpg-error v0.6.0 [INFO] [stderr] Compiling gpgme v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/engine.rs:119:28 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct EngineInfoGuard(RwLockReadGuard<'static, ()>); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `EngineInfo<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/engine.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | impl_wrapper!(ffi::gpgme_engine_info_t, PhantomData); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forgetting_copy_types)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Subkey<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/keys.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | impl_wrapper!(ffi::gpgme_subkey_t, PhantomData); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `UserId<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/keys.rs:520:5 [INFO] [stdout] | [INFO] [stdout] 520 | impl_wrapper!(ffi::gpgme_user_id_t, PhantomData); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `UserIdSignature<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/keys.rs:697:5 [INFO] [stdout] | [INFO] [stdout] 697 | impl_wrapper!(ffi::gpgme_key_sig_t, PhantomData); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `SignatureNotation<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/notation.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | impl_wrapper!(ffi::gpgme_sig_notation_t, PhantomData); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `InvalidKey<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / impl_subresult! { [INFO] [stdout] 81 | | /// Upstream documentation: [INFO] [stdout] 82 | | /// [`gpgme_invalid_key_t`](https://www.gnupg.org/documentation/manuals/gpgme/Crypto-Operations.html#index-gpgme_005finvalid_005fkey_... [INFO] [stdout] 83 | | InvalidKey: ffi::gpgme_invalid_key_t, InvalidKeys, () [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Import<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:284:1 [INFO] [stdout] | [INFO] [stdout] 284 | / impl_subresult! { [INFO] [stdout] 285 | | /// Upstream documentation: [INFO] [stdout] 286 | | /// [`gpgme_import_status_t`](https://www.gnupg.org/documentation/manuals/gpgme/Importing-Keys.html#index-gpgme_005fimport_005fstatus... [INFO] [stdout] 287 | | Import: ffi::gpgme_import_status_t, Imports, ImportResult [INFO] [stdout] 288 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Recipient<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:439:1 [INFO] [stdout] | [INFO] [stdout] 439 | / impl_subresult! { [INFO] [stdout] 440 | | /// Upstream documentation: [INFO] [stdout] 441 | | /// [`gpgme_recipient_t`](https://www.gnupg.org/documentation/manuals/gpgme/Decrypt.html#index-gpgme_005frecipient_005ft) [INFO] [stdout] 442 | | Recipient: ffi::gpgme_recipient_t, [INFO] [stdout] 443 | | Recipients, [INFO] [stdout] 444 | | DecryptionResult [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `NewSignature<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:510:1 [INFO] [stdout] | [INFO] [stdout] 510 | / impl_subresult! { [INFO] [stdout] 511 | | /// Upstream documentation: [INFO] [stdout] 512 | | /// [`gpgme_new_signature_t`](https://www.gnupg.org/documentation/manuals/gpgme/Creating-a-Signature.html#index-gpgme_005fnew_005fsig... [INFO] [stdout] 513 | | NewSignature: ffi::gpgme_new_signature_t, [INFO] [stdout] 514 | | NewSignatures, [INFO] [stdout] 515 | | SigningResult [INFO] [stdout] 516 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Signature<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:623:1 [INFO] [stdout] | [INFO] [stdout] 623 | / impl_subresult! { [INFO] [stdout] 624 | | /// Upstream documentation: [INFO] [stdout] 625 | | /// [`gpgme_signature_t`](https://www.gnupg.org/documentation/manuals/gpgme/Verify.html#index-gpgme_005fsignature_005ft) [INFO] [stdout] 626 | | Signature: ffi::gpgme_signature_t, [INFO] [stdout] 627 | | Signatures, [INFO] [stdout] 628 | | VerificationResult [INFO] [stdout] 629 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `TofuInfo<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/tofu.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | impl_wrapper!(ffi::gpgme_tofu_info_t, PhantomData); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s [INFO] running `Command { std: "docker" "inspect" "e3bf91aa038da9cbb645c8e4045cf098fe2aaafc92b1aedb020c140e56cb781b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3bf91aa038da9cbb645c8e4045cf098fe2aaafc92b1aedb020c140e56cb781b", kill_on_drop: false }` [INFO] [stdout] e3bf91aa038da9cbb645c8e4045cf098fe2aaafc92b1aedb020c140e56cb781b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8616b8d540fcd9614ae641ee246c7fac007bd84097dfb70a412e51af5c739c2 [INFO] running `Command { std: "docker" "start" "-a" "a8616b8d540fcd9614ae641ee246c7fac007bd84097dfb70a412e51af5c739c2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/engine.rs:119:28 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct EngineInfoGuard(RwLockReadGuard<'static, ()>); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `EngineInfo<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/engine.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | impl_wrapper!(ffi::gpgme_engine_info_t, PhantomData); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forgetting_copy_types)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Subkey<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/keys.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | impl_wrapper!(ffi::gpgme_subkey_t, PhantomData); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `UserId<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/keys.rs:520:5 [INFO] [stdout] | [INFO] [stdout] 520 | impl_wrapper!(ffi::gpgme_user_id_t, PhantomData); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `UserIdSignature<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/keys.rs:697:5 [INFO] [stdout] | [INFO] [stdout] 697 | impl_wrapper!(ffi::gpgme_key_sig_t, PhantomData); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `SignatureNotation<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/notation.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | impl_wrapper!(ffi::gpgme_sig_notation_t, PhantomData); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `InvalidKey<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / impl_subresult! { [INFO] [stdout] 81 | | /// Upstream documentation: [INFO] [stdout] 82 | | /// [`gpgme_invalid_key_t`](https://www.gnupg.org/documentation/manuals/gpgme/Crypto-Operations.html#index-gpgme_005finvalid_005fkey_... [INFO] [stdout] 83 | | InvalidKey: ffi::gpgme_invalid_key_t, InvalidKeys, () [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Import<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:284:1 [INFO] [stdout] | [INFO] [stdout] 284 | / impl_subresult! { [INFO] [stdout] 285 | | /// Upstream documentation: [INFO] [stdout] 286 | | /// [`gpgme_import_status_t`](https://www.gnupg.org/documentation/manuals/gpgme/Importing-Keys.html#index-gpgme_005fimport_005fstatus... [INFO] [stdout] 287 | | Import: ffi::gpgme_import_status_t, Imports, ImportResult [INFO] [stdout] 288 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Recipient<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:439:1 [INFO] [stdout] | [INFO] [stdout] 439 | / impl_subresult! { [INFO] [stdout] 440 | | /// Upstream documentation: [INFO] [stdout] 441 | | /// [`gpgme_recipient_t`](https://www.gnupg.org/documentation/manuals/gpgme/Decrypt.html#index-gpgme_005frecipient_005ft) [INFO] [stdout] 442 | | Recipient: ffi::gpgme_recipient_t, [INFO] [stdout] 443 | | Recipients, [INFO] [stdout] 444 | | DecryptionResult [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `NewSignature<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:510:1 [INFO] [stdout] | [INFO] [stdout] 510 | / impl_subresult! { [INFO] [stdout] 511 | | /// Upstream documentation: [INFO] [stdout] 512 | | /// [`gpgme_new_signature_t`](https://www.gnupg.org/documentation/manuals/gpgme/Creating-a-Signature.html#index-gpgme_005fnew_005fsig... [INFO] [stdout] 513 | | NewSignature: ffi::gpgme_new_signature_t, [INFO] [stdout] 514 | | NewSignatures, [INFO] [stdout] 515 | | SigningResult [INFO] [stdout] 516 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Signature<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:623:1 [INFO] [stdout] | [INFO] [stdout] 623 | / impl_subresult! { [INFO] [stdout] 624 | | /// Upstream documentation: [INFO] [stdout] 625 | | /// [`gpgme_signature_t`](https://www.gnupg.org/documentation/manuals/gpgme/Verify.html#index-gpgme_005fsignature_005ft) [INFO] [stdout] 626 | | Signature: ffi::gpgme_signature_t, [INFO] [stdout] 627 | | Signatures, [INFO] [stdout] 628 | | VerificationResult [INFO] [stdout] 629 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `TofuInfo<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/tofu.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | impl_wrapper!(ffi::gpgme_tofu_info_t, PhantomData); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling gpgme v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/engine.rs:119:28 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct EngineInfoGuard(RwLockReadGuard<'static, ()>); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `EngineInfo<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/engine.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | impl_wrapper!(ffi::gpgme_engine_info_t, PhantomData); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forgetting_copy_types)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Subkey<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/keys.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | impl_wrapper!(ffi::gpgme_subkey_t, PhantomData); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `UserId<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/keys.rs:520:5 [INFO] [stdout] | [INFO] [stdout] 520 | impl_wrapper!(ffi::gpgme_user_id_t, PhantomData); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `UserIdSignature<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/keys.rs:697:5 [INFO] [stdout] | [INFO] [stdout] 697 | impl_wrapper!(ffi::gpgme_key_sig_t, PhantomData); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `SignatureNotation<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/notation.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | impl_wrapper!(ffi::gpgme_sig_notation_t, PhantomData); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `InvalidKey<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / impl_subresult! { [INFO] [stdout] 81 | | /// Upstream documentation: [INFO] [stdout] 82 | | /// [`gpgme_invalid_key_t`](https://www.gnupg.org/documentation/manuals/gpgme/Crypto-Operations.html#index-gpgme_005finvalid_005fkey_... [INFO] [stdout] 83 | | InvalidKey: ffi::gpgme_invalid_key_t, InvalidKeys, () [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Import<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:284:1 [INFO] [stdout] | [INFO] [stdout] 284 | / impl_subresult! { [INFO] [stdout] 285 | | /// Upstream documentation: [INFO] [stdout] 286 | | /// [`gpgme_import_status_t`](https://www.gnupg.org/documentation/manuals/gpgme/Importing-Keys.html#index-gpgme_005fimport_005fstatus... [INFO] [stdout] 287 | | Import: ffi::gpgme_import_status_t, Imports, ImportResult [INFO] [stdout] 288 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Recipient<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:439:1 [INFO] [stdout] | [INFO] [stdout] 439 | / impl_subresult! { [INFO] [stdout] 440 | | /// Upstream documentation: [INFO] [stdout] 441 | | /// [`gpgme_recipient_t`](https://www.gnupg.org/documentation/manuals/gpgme/Decrypt.html#index-gpgme_005frecipient_005ft) [INFO] [stdout] 442 | | Recipient: ffi::gpgme_recipient_t, [INFO] [stdout] 443 | | Recipients, [INFO] [stdout] 444 | | DecryptionResult [INFO] [stdout] 445 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `NewSignature<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:510:1 [INFO] [stdout] | [INFO] [stdout] 510 | / impl_subresult! { [INFO] [stdout] 511 | | /// Upstream documentation: [INFO] [stdout] 512 | | /// [`gpgme_new_signature_t`](https://www.gnupg.org/documentation/manuals/gpgme/Creating-a-Signature.html#index-gpgme_005fnew_005fsig... [INFO] [stdout] 513 | | NewSignature: ffi::gpgme_new_signature_t, [INFO] [stdout] 514 | | NewSignatures, [INFO] [stdout] 515 | | SigningResult [INFO] [stdout] 516 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `Signature<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/results.rs:623:1 [INFO] [stdout] | [INFO] [stdout] 623 | / impl_subresult! { [INFO] [stdout] 624 | | /// Upstream documentation: [INFO] [stdout] 625 | | /// [`gpgme_signature_t`](https://www.gnupg.org/documentation/manuals/gpgme/Verify.html#index-gpgme_005fsignature_005ft) [INFO] [stdout] 626 | | Signature: ffi::gpgme_signature_t, [INFO] [stdout] 627 | | Signatures, [INFO] [stdout] 628 | | VerificationResult [INFO] [stdout] 629 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stdout] --> src/utils.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | ::std::mem::forget(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `TofuInfo<'_>` [INFO] [stdout] | [INFO] [stdout] ::: src/tofu.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | impl_wrapper!(ffi::gpgme_tofu_info_t, PhantomData); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 26 - ::std::mem::forget(self); [INFO] [stdout] 26 + let _ = self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 21.40s [INFO] running `Command { std: "docker" "inspect" "a8616b8d540fcd9614ae641ee246c7fac007bd84097dfb70a412e51af5c739c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8616b8d540fcd9614ae641ee246c7fac007bd84097dfb70a412e51af5c739c2", kill_on_drop: false }` [INFO] [stdout] a8616b8d540fcd9614ae641ee246c7fac007bd84097dfb70a412e51af5c739c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0f77859adb7c8dc42df3e7d0a986332a2a835c7922d43d3bdab00597c0fb49d7 [INFO] running `Command { std: "docker" "start" "-a" "0f77859adb7c8dc42df3e7d0a986332a2a835c7922d43d3bdab00597c0fb49d7", kill_on_drop: false }` [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/engine.rs:119:28 [INFO] [stderr] | [INFO] [stderr] 119 | pub struct EngineInfoGuard(RwLockReadGuard<'static, ()>); [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `EngineInfo<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/engine.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | impl_wrapper!(ffi::gpgme_engine_info_t, PhantomData); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(forgetting_copy_types)]` on by default [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `Subkey<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/keys.rs:304:5 [INFO] [stderr] | [INFO] [stderr] 304 | impl_wrapper!(ffi::gpgme_subkey_t, PhantomData); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `UserId<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/keys.rs:520:5 [INFO] [stderr] | [INFO] [stderr] 520 | impl_wrapper!(ffi::gpgme_user_id_t, PhantomData); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `UserIdSignature<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/keys.rs:697:5 [INFO] [stderr] | [INFO] [stderr] 697 | impl_wrapper!(ffi::gpgme_key_sig_t, PhantomData); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `SignatureNotation<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/notation.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | impl_wrapper!(ffi::gpgme_sig_notation_t, PhantomData); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `InvalidKey<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/results.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | / impl_subresult! { [INFO] [stderr] 81 | | /// Upstream documentation: [INFO] [stderr] 82 | | /// [`gpgme_invalid_key_t`](https://www.gnupg.org/documentation/manuals/gpgme/Crypto-Operations.html#index-gpgme_005finvalid_005fkey_... [INFO] [stderr] 83 | | InvalidKey: ffi::gpgme_invalid_key_t, InvalidKeys, () [INFO] [stderr] 84 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `Import<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/results.rs:284:1 [INFO] [stderr] | [INFO] [stderr] 284 | / impl_subresult! { [INFO] [stderr] 285 | | /// Upstream documentation: [INFO] [stderr] 286 | | /// [`gpgme_import_status_t`](https://www.gnupg.org/documentation/manuals/gpgme/Importing-Keys.html#index-gpgme_005fimport_005fstatus... [INFO] [stderr] 287 | | Import: ffi::gpgme_import_status_t, Imports, ImportResult [INFO] [stderr] 288 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `Recipient<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/results.rs:439:1 [INFO] [stderr] | [INFO] [stderr] 439 | / impl_subresult! { [INFO] [stderr] 440 | | /// Upstream documentation: [INFO] [stderr] 441 | | /// [`gpgme_recipient_t`](https://www.gnupg.org/documentation/manuals/gpgme/Decrypt.html#index-gpgme_005frecipient_005ft) [INFO] [stderr] 442 | | Recipient: ffi::gpgme_recipient_t, [INFO] [stderr] 443 | | Recipients, [INFO] [stderr] 444 | | DecryptionResult [INFO] [stderr] 445 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `NewSignature<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/results.rs:510:1 [INFO] [stderr] | [INFO] [stderr] 510 | / impl_subresult! { [INFO] [stderr] 511 | | /// Upstream documentation: [INFO] [stderr] 512 | | /// [`gpgme_new_signature_t`](https://www.gnupg.org/documentation/manuals/gpgme/Creating-a-Signature.html#index-gpgme_005fnew_005fsig... [INFO] [stderr] 513 | | NewSignature: ffi::gpgme_new_signature_t, [INFO] [stderr] 514 | | NewSignatures, [INFO] [stderr] 515 | | SigningResult [INFO] [stderr] 516 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `Signature<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/results.rs:623:1 [INFO] [stderr] | [INFO] [stderr] 623 | / impl_subresult! { [INFO] [stderr] 624 | | /// Upstream documentation: [INFO] [stderr] 625 | | /// [`gpgme_signature_t`](https://www.gnupg.org/documentation/manuals/gpgme/Verify.html#index-gpgme_005fsignature_005ft) [INFO] [stderr] 626 | | Signature: ffi::gpgme_signature_t, [INFO] [stderr] 627 | | Signatures, [INFO] [stderr] 628 | | VerificationResult [INFO] [stderr] 629 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` which comes from the expansion of the macro `impl_subresult` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing [INFO] [stderr] --> src/utils.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | ::std::mem::forget(self); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^----^ [INFO] [stderr] | | [INFO] [stderr] | argument has type `TofuInfo<'_>` [INFO] [stderr] | [INFO] [stderr] ::: src/tofu.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | impl_wrapper!(ffi::gpgme_tofu_info_t, PhantomData); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `let _ = ...` to ignore the expression or result [INFO] [stderr] | [INFO] [stderr] 26 - ::std::mem::forget(self); [INFO] [stderr] 26 + let _ = self; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `gpgme` (lib) generated 12 warnings [INFO] [stderr] warning: `gpgme` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gpgme-21aa0c3f90048165) [INFO] [stdout] [INFO] [stderr] Running tests/context.rs (/opt/rustwide/target/debug/deps/context-a5d5cb9d428f0af1) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_pinentry_mode ... ok [INFO] [stderr] Running tests/create_key.rs (/opt/rustwide/target/debug/deps/create_key-af9d6550eec8ebe9) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.11s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_create_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.67s [INFO] [stdout] [INFO] [stderr] Running tests/edit.rs (/opt/rustwide/target/debug/deps/edit-a7bb2c9c0f1ede40) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/encrypt_simple.rs (/opt/rustwide/target/debug/deps/encrypt_simple-c8c906c8baa112fd) [INFO] [stdout] test test_edit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.67s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_simple_encrypt_decrypt ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.37s [INFO] [stdout] [INFO] [stderr] Running tests/encrypt_symmetric.rs (/opt/rustwide/target/debug/deps/encrypt_symmetric-b4ecb6a2950ae105) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/export.rs (/opt/rustwide/target/debug/deps/export-f87428526dc932e3) [INFO] [stdout] test test_symmetric_encrypt_decrypt ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.51s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_export ... ok [INFO] [stderr] Running tests/keylist.rs (/opt/rustwide/target/debug/deps/keylist-6682a6728a685d37) [INFO] [stdout] test test_export_secret ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.19s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/keysign.rs (/opt/rustwide/target/debug/deps/keysign-878d740edb2a7056) [INFO] [stdout] test test_key_list ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.84s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/verify.rs (/opt/rustwide/target/debug/deps/verify-f1559373ad449252) [INFO] [stdout] test test_sign_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.49s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_signature_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.55s [INFO] [stdout] [INFO] [stderr] Doc-tests gpgme [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/context.rs - context::Context::with_passphrase_provider (line 281) - compile ... ok [INFO] [stdout] test src/context.rs - context::Context::read_keys (line 580) - compile ... ok [INFO] [stdout] test src/context.rs - context::Context::encrypt (line 1588) - compile ... ok [INFO] [stdout] test src/context.rs - context::Context::create_key (line 637) - compile ... ok [INFO] [stdout] test src/context.rs - context::Context::sign_and_encrypt (line 1683) - compile ... ok [INFO] [stdout] test src/lib.rs - Gpgme::check_version (line 216) - compile ... ok [INFO] [stdout] test src/context.rs - context::Context::decrypt (line 1750) - compile ... ok [INFO] [stdout] test src/context.rs - context::Context::decrypt_and_verify (line 1814) - compile ... ok [INFO] [stdout] test src/lib.rs - init (line 164) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0f77859adb7c8dc42df3e7d0a986332a2a835c7922d43d3bdab00597c0fb49d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f77859adb7c8dc42df3e7d0a986332a2a835c7922d43d3bdab00597c0fb49d7", kill_on_drop: false }` [INFO] [stdout] 0f77859adb7c8dc42df3e7d0a986332a2a835c7922d43d3bdab00597c0fb49d7