[INFO] fetching crate sop 0.8.2... [INFO] checking sop-0.8.2 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate sop 0.8.2 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate sop 0.8.2 [INFO] finished tweaking crates.io crate sop 0.8.2 [INFO] tweaked toml for crates.io crate sop 0.8.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sop 0.8.2 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sop 0.8.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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d585689dd16097c4162e1735fb1aa342aebd98215dbf4479852cfbc9c6ec5bc [INFO] running `Command { std: "docker" "start" "-a" "8d585689dd16097c4162e1735fb1aa342aebd98215dbf4479852cfbc9c6ec5bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d585689dd16097c4162e1735fb1aa342aebd98215dbf4479852cfbc9c6ec5bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d585689dd16097c4162e1735fb1aa342aebd98215dbf4479852cfbc9c6ec5bc", kill_on_drop: false }` [INFO] [stdout] 8d585689dd16097c4162e1735fb1aa342aebd98215dbf4479852cfbc9c6ec5bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3281b49a99e5d2825638ef24ada10976e8b9ea0bff87daf1ae66337aba29fac7 [INFO] running `Command { std: "docker" "start" "-a" "3281b49a99e5d2825638ef24ada10976e8b9ea0bff87daf1ae66337aba29fac7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking memsec v0.6.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Checking sop v0.8.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:201:16 [INFO] [stdout] | [INFO] [stdout] 201 | fn version(&self) -> Result>; [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 201 | fn version(&self) -> Result>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:217:22 [INFO] [stdout] | [INFO] [stdout] 217 | fn generate_key(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 218 | -> Result + 's>>; [INFO] [stdout] | -------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 218 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:243:29 [INFO] [stdout] | [INFO] [stdout] 243 | fn change_key_password(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 244 | -> Result + 's>>; [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 244 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:268:20 [INFO] [stdout] | [INFO] [stdout] 268 | fn revoke_key(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 269 | -> Result + 's>>; [INFO] [stdout] | ------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 269 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:292:22 [INFO] [stdout] | [INFO] [stdout] 292 | fn extract_cert(&'s self) -> Result + 's>>; [INFO] [stdout] | --------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 293 | dyn ExtractCert<'s, Self, Self::Certs, Self::Keys> + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:317:20 [INFO] [stdout] | [INFO] [stdout] 317 | fn update_key(&'s self) -> Result + 's>>; [INFO] [stdout] | ------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 318 | dyn UpdateKey<'s, Self, Self::Certs, Self::Keys> + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:325:21 [INFO] [stdout] | [INFO] [stdout] 325 | fn merge_certs(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 326 | -> Result + 's>>; [INFO] [stdout] | -------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 326 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:333:24 [INFO] [stdout] | [INFO] [stdout] 333 | fn certify_userid(&'s self) -> Result + 's>>; [INFO] [stdout] | ----------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 334 | dyn CertifyUserID<'s, Self, Self::Certs, Self::Keys> + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:342:25 [INFO] [stdout] | [INFO] [stdout] 342 | fn validate_userid(&'s self) -> Result + 's>>; [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 343 | dyn ValidateUserID<'s, Self, Self::Certs> + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:367:14 [INFO] [stdout] | [INFO] [stdout] 367 | fn sign(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 368 | -> Result + 's>>; [INFO] [stdout] | ------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 368 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:397:16 [INFO] [stdout] | [INFO] [stdout] 397 | fn verify(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 398 | -> Result + 's>>; [INFO] [stdout] | ---------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 398 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:428:17 [INFO] [stdout] | [INFO] [stdout] 428 | fn encrypt(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 429 | -> Result + 's>>; [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 429 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:201:16 [INFO] [stdout] | [INFO] [stdout] 201 | fn version(&self) -> Result>; [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 201 | fn version(&self) -> Result>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:217:22 [INFO] [stdout] | [INFO] [stdout] 217 | fn generate_key(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 218 | -> Result + 's>>; [INFO] [stdout] | -------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 218 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:243:29 [INFO] [stdout] | [INFO] [stdout] 243 | fn change_key_password(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 244 | -> Result + 's>>; [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 244 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:268:20 [INFO] [stdout] | [INFO] [stdout] 268 | fn revoke_key(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 269 | -> Result + 's>>; [INFO] [stdout] | ------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 269 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:292:22 [INFO] [stdout] | [INFO] [stdout] 292 | fn extract_cert(&'s self) -> Result + 's>>; [INFO] [stdout] | --------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 293 | dyn ExtractCert<'s, Self, Self::Certs, Self::Keys> + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:317:20 [INFO] [stdout] | [INFO] [stdout] 317 | fn update_key(&'s self) -> Result + 's>>; [INFO] [stdout] | ------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 318 | dyn UpdateKey<'s, Self, Self::Certs, Self::Keys> + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:325:21 [INFO] [stdout] | [INFO] [stdout] 325 | fn merge_certs(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 326 | -> Result + 's>>; [INFO] [stdout] | -------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 326 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:333:24 [INFO] [stdout] | [INFO] [stdout] 333 | fn certify_userid(&'s self) -> Result + 's>>; [INFO] [stdout] | ----------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 334 | dyn CertifyUserID<'s, Self, Self::Certs, Self::Keys> + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:342:25 [INFO] [stdout] | [INFO] [stdout] 342 | fn validate_userid(&'s self) -> Result + 's>>; [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 343 | dyn ValidateUserID<'s, Self, Self::Certs> + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:461:17 [INFO] [stdout] | [INFO] [stdout] 461 | fn decrypt(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 462 | -> Result + 's>>; [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 462 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:482:15 [INFO] [stdout] | [INFO] [stdout] 482 | fn armor(&'s self) -> Result>; [INFO] [stdout] | ^^ -------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'s` [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 482 | fn armor(&'s self) -> Result + 's>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:503:17 [INFO] [stdout] | [INFO] [stdout] 503 | fn dearmor(&'s self) -> Result>; [INFO] [stdout] | ^^ ---------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'s` [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 503 | fn dearmor(&'s self) -> Result + 's>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:523:23 [INFO] [stdout] | [INFO] [stdout] 523 | fn inline_detach(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 524 | -> Result + 's>>; [INFO] [stdout] | --------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 524 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:550:23 [INFO] [stdout] | [INFO] [stdout] 550 | fn inline_verify(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 551 | -> Result + 's>>; [INFO] [stdout] | ---------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 551 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:576:21 [INFO] [stdout] | [INFO] [stdout] 576 | fn inline_sign(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 577 | -> Result + 's>>; [INFO] [stdout] | ------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 577 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ops.rs:243:56 [INFO] [stdout] | [INFO] [stdout] 243 | fn signatures<'sigs>(self: Box, signatures: &'sigs Sigs) [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 244 | -> Result> [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'sigs` [INFO] [stdout] | the lifetimes get resolved as `'sigs` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'sigs` [INFO] [stdout] | [INFO] [stdout] 244 | -> Result + 'sigs>> [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:367:14 [INFO] [stdout] | [INFO] [stdout] 367 | fn sign(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 368 | -> Result + 's>>; [INFO] [stdout] | ------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 368 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:397:16 [INFO] [stdout] | [INFO] [stdout] 397 | fn verify(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 398 | -> Result + 's>>; [INFO] [stdout] | ---------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 398 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:428:17 [INFO] [stdout] | [INFO] [stdout] 428 | fn encrypt(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 429 | -> Result + 's>>; [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 429 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:461:17 [INFO] [stdout] | [INFO] [stdout] 461 | fn decrypt(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 462 | -> Result + 's>>; [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 462 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:482:15 [INFO] [stdout] | [INFO] [stdout] 482 | fn armor(&'s self) -> Result>; [INFO] [stdout] | ^^ -------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'s` [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 482 | fn armor(&'s self) -> Result + 's>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:503:17 [INFO] [stdout] | [INFO] [stdout] 503 | fn dearmor(&'s self) -> Result>; [INFO] [stdout] | ^^ ---------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'s` [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 503 | fn dearmor(&'s self) -> Result + 's>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:523:23 [INFO] [stdout] | [INFO] [stdout] 523 | fn inline_detach(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 524 | -> Result + 's>>; [INFO] [stdout] | --------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 524 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:550:23 [INFO] [stdout] | [INFO] [stdout] 550 | fn inline_verify(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 551 | -> Result + 's>>; [INFO] [stdout] | ---------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 551 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:576:21 [INFO] [stdout] | [INFO] [stdout] 576 | fn inline_sign(&'s self) [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] 577 | -> Result + 's>>; [INFO] [stdout] | ------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'s` [INFO] [stdout] | the lifetimes get resolved as `'s` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 577 | -> Result + 's>>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ops.rs:243:56 [INFO] [stdout] | [INFO] [stdout] 243 | fn signatures<'sigs>(self: Box, signatures: &'sigs Sigs) [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 244 | -> Result> [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'sigs` [INFO] [stdout] | the lifetimes get resolved as `'sigs` [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'sigs` [INFO] [stdout] | [INFO] [stdout] 244 | -> Result + 'sigs>> [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s [INFO] running `Command { std: "docker" "inspect" "3281b49a99e5d2825638ef24ada10976e8b9ea0bff87daf1ae66337aba29fac7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3281b49a99e5d2825638ef24ada10976e8b9ea0bff87daf1ae66337aba29fac7", kill_on_drop: false }` [INFO] [stdout] 3281b49a99e5d2825638ef24ada10976e8b9ea0bff87daf1ae66337aba29fac7