[INFO] fetching crate rpgpie-sop 0.7.2... [INFO] checking rpgpie-sop-0.7.2 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate rpgpie-sop 0.7.2 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate rpgpie-sop 0.7.2 [INFO] finished tweaking crates.io crate rpgpie-sop 0.7.2 [INFO] tweaked toml for crates.io crate rpgpie-sop 0.7.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rpgpie-sop 0.7.2 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rpgpie-sop 0.7.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded buffer-redux v1.0.2 [INFO] [stderr] Downloaded cx448 v0.1.1 [INFO] [stderr] Downloaded serdect v0.3.0 [INFO] [stderr] Downloaded aes-kw v0.2.1 [INFO] [stderr] Downloaded bitfields-impl v0.9.4 [INFO] [stderr] Downloaded libbz2-rs-sys v0.1.3 [INFO] [stderr] Downloaded md5-asm v0.5.2 [INFO] [stderr] Downloaded bitfields v0.12.4 [INFO] [stderr] Downloaded sop v0.8.2 [INFO] [stderr] Downloaded memsec v0.7.0 [INFO] [stderr] Downloaded rpgpie v0.6.4 [INFO] [stderr] Downloaded pgp v0.16.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d4ab32cedacb23869e1b26515690531aacf6f03e271e158be02a2401ae644e83 [INFO] running `Command { std: "docker" "start" "-a" "d4ab32cedacb23869e1b26515690531aacf6f03e271e158be02a2401ae644e83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d4ab32cedacb23869e1b26515690531aacf6f03e271e158be02a2401ae644e83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4ab32cedacb23869e1b26515690531aacf6f03e271e158be02a2401ae644e83", kill_on_drop: false }` [INFO] [stdout] d4ab32cedacb23869e1b26515690531aacf6f03e271e158be02a2401ae644e83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e91bd8b198fea45496bc4545064fe1d2bbd9643be785bece4ca4525f6d7016f [INFO] running `Command { std: "docker" "start" "-a" "4e91bd8b198fea45496bc4545064fe1d2bbd9643be785bece4ca4525f6d7016f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking base64ct v1.8.0 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling winnow v0.7.11 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking zlib-rs v0.5.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling crc24 v0.1.6 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling sha2-asm v0.6.4 [INFO] [stderr] Checking ff v0.13.1 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Compiling sha1-asm v0.5.3 [INFO] [stderr] Compiling md5-asm v0.5.2 [INFO] [stderr] Checking password-hash v0.5.0 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking buffer-redux v1.0.2 [INFO] [stderr] Checking libz-rs-sys v0.5.1 [INFO] [stderr] Checking memsec v0.7.0 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling snafu-derive v0.8.6 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Checking der v0.7.10 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking polyval v0.6.2 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking dbl v0.3.2 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling bitfields-impl v0.9.4 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking spki v0.7.3 [INFO] [stderr] Checking cmac v0.7.2 [INFO] [stderr] Checking pkcs8 v0.10.2 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Checking ghash v0.5.1 [INFO] [stderr] Compiling num_enum_derive v0.7.4 [INFO] [stderr] Checking ed25519 v2.2.3 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking pkcs1 v0.7.5 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Checking sha1-checked v0.10.0 [INFO] [stderr] Checking argon2 v0.5.3 [INFO] [stderr] Checking ed25519-dalek v2.1.1 [INFO] [stderr] Checking aes-gcm v0.10.3 [INFO] [stderr] Checking x25519-dalek v2.0.1 [INFO] [stderr] Checking eax v0.5.0 [INFO] [stderr] Checking aes-kw v0.2.1 [INFO] [stderr] Checking ocb3 v0.1.0 [INFO] [stderr] Checking ripemd v0.1.3 [INFO] [stderr] Checking bitfields v0.12.4 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking snafu v0.8.6 [INFO] [stderr] Checking blowfish v0.9.1 [INFO] [stderr] Checking des v0.8.1 [INFO] [stderr] Checking cast5 v0.11.1 [INFO] [stderr] Checking camellia v0.1.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking idea v0.5.1 [INFO] [stderr] Checking num_enum v0.7.4 [INFO] [stderr] Checking cfb-mode v0.8.2 [INFO] [stderr] Checking twofish v0.7.1 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking block-padding v0.3.3 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking serdect v0.2.0 [INFO] [stderr] Checking serdect v0.3.0 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Checking elliptic-curve v0.13.8 [INFO] [stderr] Checking sop v0.8.2 [INFO] [stderr] Checking dsa v0.6.3 [INFO] [stderr] Checking rsa v0.9.8 [INFO] [stderr] Checking ecdsa v0.16.9 [INFO] [stderr] Checking primeorder v0.13.6 [INFO] [stderr] Checking cx448 v0.1.1 [INFO] [stderr] Checking k256 v0.13.4 [INFO] [stderr] Checking p256 v0.13.2 [INFO] [stderr] Checking p521 v0.13.3 [INFO] [stderr] Checking p384 v0.13.1 [INFO] [stderr] Checking pgp v0.16.0 [INFO] [stderr] Checking rpgpie v0.6.4 [INFO] [stderr] Checking rpgpie-sop v0.7.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | fn version(&'_ self) -> sop::Result> { [INFO] [stdout] | ^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 45 | fn version(&'_ self) -> sop::Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 51 | ) -> sop::Result + '_>> { [INFO] [stdout] | ------------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 51 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 57 | ) -> sop::Result>> { [INFO] [stdout] | ------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | ) -> sop::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 63 | ) -> sop::Result>> { [INFO] [stdout] | ------------------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | ) -> sop::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 69 | ) -> sop::Result + '_>> { [INFO] [stdout] | ------------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 69 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:73:20 [INFO] [stdout] | [INFO] [stdout] 73 | fn update_key(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ ------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | fn update_key(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:77:21 [INFO] [stdout] | [INFO] [stdout] 77 | fn merge_certs(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ -------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 77 | fn merge_certs(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 83 | ) -> sop::Result + '_>> { [INFO] [stdout] | ----------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | fn validate_userid(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 87 | fn validate_userid(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | fn sign(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ ----------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 91 | fn sign(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 97 | ) -> sop::Result + '_>> { [INFO] [stdout] | -------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 97 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 103 | ) -> sop::Result + '_>> { [INFO] [stdout] | --------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 103 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 109 | ) -> sop::Result + '_>> { [INFO] [stdout] | --------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 109 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:113:15 [INFO] [stdout] | [INFO] [stdout] 113 | fn armor(&'_ self) -> sop::Result> { [INFO] [stdout] | ^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 113 | fn armor(&'_ self) -> sop::Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:117:17 [INFO] [stdout] | [INFO] [stdout] 117 | fn dearmor(&'_ self) -> sop::Result> { [INFO] [stdout] | ^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 117 | fn dearmor(&'_ self) -> sop::Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:121:23 [INFO] [stdout] | [INFO] [stdout] 121 | fn inline_detach(&'_ self) -> sop::Result>> { [INFO] [stdout] | ^^ -------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | fn inline_detach(&'_ self) -> sop::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 127 | ) -> sop::Result + '_>> { [INFO] [stdout] | -------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 127 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | fn inline_sign(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ ----------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn inline_sign(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | fn version(&'_ self) -> sop::Result> { [INFO] [stdout] | ^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 45 | fn version(&'_ self) -> sop::Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 51 | ) -> sop::Result + '_>> { [INFO] [stdout] | ------------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 51 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 57 | ) -> sop::Result>> { [INFO] [stdout] | ------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | ) -> sop::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 63 | ) -> sop::Result>> { [INFO] [stdout] | ------------------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | ) -> sop::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 69 | ) -> sop::Result + '_>> { [INFO] [stdout] | ------------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 69 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:73:20 [INFO] [stdout] | [INFO] [stdout] 73 | fn update_key(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ ------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | fn update_key(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:77:21 [INFO] [stdout] | [INFO] [stdout] 77 | fn merge_certs(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ -------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 77 | fn merge_certs(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 83 | ) -> sop::Result + '_>> { [INFO] [stdout] | ----------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | fn validate_userid(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 87 | fn validate_userid(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | fn sign(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ ----------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 91 | fn sign(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 97 | ) -> sop::Result + '_>> { [INFO] [stdout] | -------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 97 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 103 | ) -> sop::Result + '_>> { [INFO] [stdout] | --------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 103 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 109 | ) -> sop::Result + '_>> { [INFO] [stdout] | --------------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 109 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:113:15 [INFO] [stdout] | [INFO] [stdout] 113 | fn armor(&'_ self) -> sop::Result> { [INFO] [stdout] | ^^ ------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 113 | fn armor(&'_ self) -> sop::Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:117:17 [INFO] [stdout] | [INFO] [stdout] 117 | fn dearmor(&'_ self) -> sop::Result> { [INFO] [stdout] | ^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 117 | fn dearmor(&'_ self) -> sop::Result>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:121:23 [INFO] [stdout] | [INFO] [stdout] 121 | fn inline_detach(&'_ self) -> sop::Result>> { [INFO] [stdout] | ^^ -------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | fn inline_detach(&'_ self) -> sop::Result>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | &'_ self, [INFO] [stdout] | ^^ the lifetime is elided here [INFO] [stdout] 127 | ) -> sop::Result + '_>> { [INFO] [stdout] | -------------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 127 | ) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | fn inline_sign(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | ^^ ----------------------------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn inline_sign(&'_ self) -> sop::Result + '_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 [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" "4e91bd8b198fea45496bc4545064fe1d2bbd9643be785bece4ca4525f6d7016f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e91bd8b198fea45496bc4545064fe1d2bbd9643be785bece4ca4525f6d7016f", kill_on_drop: false }` [INFO] [stdout] 4e91bd8b198fea45496bc4545064fe1d2bbd9643be785bece4ca4525f6d7016f