[INFO] fetching crate wormhole-raw-vaas 0.3.0...
[INFO] testing wormhole-raw-vaas-0.3.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate wormhole-raw-vaas 0.3.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate wormhole-raw-vaas 0.3.0
[INFO] finished tweaking crates.io crate wormhole-raw-vaas 0.3.0
[INFO] tweaked toml for crates.io crate wormhole-raw-vaas 0.3.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wormhole-raw-vaas 0.3.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wormhole-raw-vaas 0.3.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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fcc05fc675b2767f1cfc928f69e2cf6b66404720854330612af703b09fd66c4a
[INFO] running `Command { std: "docker" "start" "-a" "fcc05fc675b2767f1cfc928f69e2cf6b66404720854330612af703b09fd66c4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcc05fc675b2767f1cfc928f69e2cf6b66404720854330612af703b09fd66c4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcc05fc675b2767f1cfc928f69e2cf6b66404720854330612af703b09fd66c4a", kill_on_drop: false }`
[INFO] [stdout] fcc05fc675b2767f1cfc928f69e2cf6b66404720854330612af703b09fd66c4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc4a82fde9e73fdee42b11a7e1e7665f90b91198ddaeed4eb6be8d7be8af1bc6
[INFO] running `Command { std: "docker" "start" "-a" "bc4a82fde9e73fdee42b11a7e1e7665f90b91198ddaeed4eb6be8d7be8af1bc6", kill_on_drop: false }`
[INFO] [stderr]    Compiling wormhole-raw-vaas v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/cctp/payloads.rs:74:20
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn deposit(&self) -> Option<&Deposit> {
[INFO] [stdout]    |                    ^^^^^            ^^^^^^^^
[INFO] [stdout]    |                    |                ||
[INFO] [stdout]    |                    |                |the same lifetime is hidden here
[INFO] [stdout]    |                    |                the same lifetime is elided here
[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] 74 |     pub fn deposit(&self) -> Option<&Deposit<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/core/gov.rs:86:29
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade> {
[INFO] [stdout]    |                             ^^^^^            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |                ||
[INFO] [stdout]    |                             |                |the same lifetime is hidden here
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] 86 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn guardian_set_update(&self) -> Option<&GuardianSetUpdate> {
[INFO] [stdout]     |                                ^^^^^            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |                ||
[INFO] [stdout]     |                                |                |the same lifetime is hidden here
[INFO] [stdout]     |                                |                the same lifetime is elided here
[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] 100 |     pub fn guardian_set_update(&self) -> Option<&GuardianSetUpdate<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn set_message_fee(&self) -> Option<&SetMessageFee> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                ||
[INFO] [stdout]     |                            |                |the same lifetime is hidden here
[INFO] [stdout]     |                            |                the same lifetime is elided here
[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] 114 |     pub fn set_message_fee(&self) -> Option<&SetMessageFee<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn transfer_fees(&self) -> Option<&TransferFees> {
[INFO] [stdout]     |                          ^^^^^            ^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                ||
[INFO] [stdout]     |                          |                |the same lifetime is hidden here
[INFO] [stdout]     |                          |                the same lifetime is elided here
[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] 128 |     pub fn transfer_fees(&self) -> Option<&TransferFees<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:142:29
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId> {
[INFO] [stdout]     |                             ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                ||
[INFO] [stdout]     |                             |                |the same lifetime is hidden here
[INFO] [stdout]     |                             |                the same lifetime is elided here
[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] 142 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/gov.rs:82:27
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn register_chain(&self) -> Option<&RegisterChain> {
[INFO] [stdout]    |                           ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |                ||
[INFO] [stdout]    |                           |                |the same lifetime is hidden here
[INFO] [stdout]    |                           |                the same lifetime is elided here
[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] 82 |     pub fn register_chain(&self) -> Option<&RegisterChain<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/gov.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade> {
[INFO] [stdout]    |                             ^^^^^            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |                ||
[INFO] [stdout]    |                             |                |the same lifetime is hidden here
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] 96 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/token_bridge/gov.rs:110:29
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId> {
[INFO] [stdout]     |                             ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                ||
[INFO] [stdout]     |                             |                |the same lifetime is hidden here
[INFO] [stdout]     |                             |                the same lifetime is elided here
[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] 110 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/payloads.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn transfer(&self) -> Option<&Transfer> {
[INFO] [stdout]    |                     ^^^^^            ^^^^^^^^^
[INFO] [stdout]    |                     |                ||
[INFO] [stdout]    |                     |                |the same lifetime is hidden here
[INFO] [stdout]    |                     |                the same lifetime is elided here
[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] 78 |     pub fn transfer(&self) -> Option<&Transfer<'_>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/payloads.rs:92:24
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn attestation(&self) -> Option<&Attestation> {
[INFO] [stdout]    |                        ^^^^^            ^^^^^^^^^^^^
[INFO] [stdout]    |                        |                ||
[INFO] [stdout]    |                        |                |the same lifetime is hidden here
[INFO] [stdout]    |                        |                the same lifetime is elided here
[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] 92 |     pub fn attestation(&self) -> Option<&Attestation<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/token_bridge/payloads.rs:106:34
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn transfer_with_message(&self) -> Option<&TransferWithMessage> {
[INFO] [stdout]     |                                  ^^^^^            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |                ||
[INFO] [stdout]     |                                  |                |the same lifetime is hidden here
[INFO] [stdout]     |                                  |                the same lifetime is elided here
[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] 106 |     pub fn transfer_with_message(&self) -> Option<&TransferWithMessage<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "bc4a82fde9e73fdee42b11a7e1e7665f90b91198ddaeed4eb6be8d7be8af1bc6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc4a82fde9e73fdee42b11a7e1e7665f90b91198ddaeed4eb6be8d7be8af1bc6", kill_on_drop: false }`
[INFO] [stdout] bc4a82fde9e73fdee42b11a7e1e7665f90b91198ddaeed4eb6be8d7be8af1bc6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9d33da87f8534c3def14c93cbf1cb126bb415b97deb1c17ca037a95949c407c
[INFO] running `Command { std: "docker" "start" "-a" "a9d33da87f8534c3def14c93cbf1cb126bb415b97deb1c17ca037a95949c407c", kill_on_drop: false }`
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/cctp/payloads.rs:74:20
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn deposit(&self) -> Option<&Deposit> {
[INFO] [stdout]    |                    ^^^^^            ^^^^^^^^
[INFO] [stdout]    |                    |                ||
[INFO] [stdout]    |                    |                |the same lifetime is hidden here
[INFO] [stdout]    |                    |                the same lifetime is elided here
[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] 74 |     pub fn deposit(&self) -> Option<&Deposit<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/core/gov.rs:86:29
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade> {
[INFO] [stdout]    |                             ^^^^^            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |                ||
[INFO] [stdout]    |                             |                |the same lifetime is hidden here
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] 86 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn guardian_set_update(&self) -> Option<&GuardianSetUpdate> {
[INFO] [stdout]     |                                ^^^^^            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |                ||
[INFO] [stdout]     |                                |                |the same lifetime is hidden here
[INFO] [stdout]     |                                |                the same lifetime is elided here
[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] 100 |     pub fn guardian_set_update(&self) -> Option<&GuardianSetUpdate<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn set_message_fee(&self) -> Option<&SetMessageFee> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                ||
[INFO] [stdout]     |                            |                |the same lifetime is hidden here
[INFO] [stdout]     |                            |                the same lifetime is elided here
[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] 114 |     pub fn set_message_fee(&self) -> Option<&SetMessageFee<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn transfer_fees(&self) -> Option<&TransferFees> {
[INFO] [stdout]     |                          ^^^^^            ^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                ||
[INFO] [stdout]     |                          |                |the same lifetime is hidden here
[INFO] [stdout]     |                          |                the same lifetime is elided here
[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] 128 |     pub fn transfer_fees(&self) -> Option<&TransferFees<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:142:29
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId> {
[INFO] [stdout]     |                             ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                ||
[INFO] [stdout]     |                             |                |the same lifetime is hidden here
[INFO] [stdout]     |                             |                the same lifetime is elided here
[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] 142 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/gov.rs:82:27
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn register_chain(&self) -> Option<&RegisterChain> {
[INFO] [stdout]    |                           ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |                ||
[INFO] [stdout]    |                           |                |the same lifetime is hidden here
[INFO] [stdout]    |                           |                the same lifetime is elided here
[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] 82 |     pub fn register_chain(&self) -> Option<&RegisterChain<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/gov.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade> {
[INFO] [stdout]    |                             ^^^^^            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |                ||
[INFO] [stdout]    |                             |                |the same lifetime is hidden here
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] 96 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/token_bridge/gov.rs:110:29
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId> {
[INFO] [stdout]     |                             ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                ||
[INFO] [stdout]     |                             |                |the same lifetime is hidden here
[INFO] [stdout]     |                             |                the same lifetime is elided here
[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] 110 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/payloads.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn transfer(&self) -> Option<&Transfer> {
[INFO] [stdout]    |                     ^^^^^            ^^^^^^^^^
[INFO] [stdout]    |                     |                ||
[INFO] [stdout]    |                     |                |the same lifetime is hidden here
[INFO] [stdout]    |                     |                the same lifetime is elided here
[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] 78 |     pub fn transfer(&self) -> Option<&Transfer<'_>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/payloads.rs:92:24
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn attestation(&self) -> Option<&Attestation> {
[INFO] [stdout]    |                        ^^^^^            ^^^^^^^^^^^^
[INFO] [stdout]    |                        |                ||
[INFO] [stdout]    |                        |                |the same lifetime is hidden here
[INFO] [stdout]    |                        |                the same lifetime is elided here
[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] 92 |     pub fn attestation(&self) -> Option<&Attestation<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/token_bridge/payloads.rs:106:34
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn transfer_with_message(&self) -> Option<&TransferWithMessage> {
[INFO] [stdout]     |                                  ^^^^^            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |                ||
[INFO] [stdout]     |                                  |                |the same lifetime is hidden here
[INFO] [stdout]     |                                  |                the same lifetime is elided here
[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] 106 |     pub fn transfer_with_message(&self) -> Option<&TransferWithMessage<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wormhole-raw-vaas v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/cctp/payloads.rs:74:20
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn deposit(&self) -> Option<&Deposit> {
[INFO] [stdout]    |                    ^^^^^            ^^^^^^^^
[INFO] [stdout]    |                    |                ||
[INFO] [stdout]    |                    |                |the same lifetime is hidden here
[INFO] [stdout]    |                    |                the same lifetime is elided here
[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] 74 |     pub fn deposit(&self) -> Option<&Deposit<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/core/gov.rs:86:29
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade> {
[INFO] [stdout]    |                             ^^^^^            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |                ||
[INFO] [stdout]    |                             |                |the same lifetime is hidden here
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] 86 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn guardian_set_update(&self) -> Option<&GuardianSetUpdate> {
[INFO] [stdout]     |                                ^^^^^            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |                ||
[INFO] [stdout]     |                                |                |the same lifetime is hidden here
[INFO] [stdout]     |                                |                the same lifetime is elided here
[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] 100 |     pub fn guardian_set_update(&self) -> Option<&GuardianSetUpdate<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn set_message_fee(&self) -> Option<&SetMessageFee> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                ||
[INFO] [stdout]     |                            |                |the same lifetime is hidden here
[INFO] [stdout]     |                            |                the same lifetime is elided here
[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] 114 |     pub fn set_message_fee(&self) -> Option<&SetMessageFee<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn transfer_fees(&self) -> Option<&TransferFees> {
[INFO] [stdout]     |                          ^^^^^            ^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                ||
[INFO] [stdout]     |                          |                |the same lifetime is hidden here
[INFO] [stdout]     |                          |                the same lifetime is elided here
[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] 128 |     pub fn transfer_fees(&self) -> Option<&TransferFees<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/core/gov.rs:142:29
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId> {
[INFO] [stdout]     |                             ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                ||
[INFO] [stdout]     |                             |                |the same lifetime is hidden here
[INFO] [stdout]     |                             |                the same lifetime is elided here
[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] 142 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/gov.rs:82:27
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn register_chain(&self) -> Option<&RegisterChain> {
[INFO] [stdout]    |                           ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |                ||
[INFO] [stdout]    |                           |                |the same lifetime is hidden here
[INFO] [stdout]    |                           |                the same lifetime is elided here
[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] 82 |     pub fn register_chain(&self) -> Option<&RegisterChain<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/gov.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade> {
[INFO] [stdout]    |                             ^^^^^            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |                ||
[INFO] [stdout]    |                             |                |the same lifetime is hidden here
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] 96 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/token_bridge/gov.rs:110:29
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId> {
[INFO] [stdout]     |                             ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                ||
[INFO] [stdout]     |                             |                |the same lifetime is hidden here
[INFO] [stdout]     |                             |                the same lifetime is elided here
[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] 110 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/payloads.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn transfer(&self) -> Option<&Transfer> {
[INFO] [stdout]    |                     ^^^^^            ^^^^^^^^^
[INFO] [stdout]    |                     |                ||
[INFO] [stdout]    |                     |                |the same lifetime is hidden here
[INFO] [stdout]    |                     |                the same lifetime is elided here
[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] 78 |     pub fn transfer(&self) -> Option<&Transfer<'_>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/payloads/token_bridge/payloads.rs:92:24
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn attestation(&self) -> Option<&Attestation> {
[INFO] [stdout]    |                        ^^^^^            ^^^^^^^^^^^^
[INFO] [stdout]    |                        |                ||
[INFO] [stdout]    |                        |                |the same lifetime is hidden here
[INFO] [stdout]    |                        |                the same lifetime is elided here
[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] 92 |     pub fn attestation(&self) -> Option<&Attestation<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/payloads/token_bridge/payloads.rs:106:34
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn transfer_with_message(&self) -> Option<&TransferWithMessage> {
[INFO] [stdout]     |                                  ^^^^^            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |                ||
[INFO] [stdout]     |                                  |                |the same lifetime is hidden here
[INFO] [stdout]     |                                  |                the same lifetime is elided here
[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] 106 |     pub fn transfer_with_message(&self) -> Option<&TransferWithMessage<'_>> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.81s
[INFO] running `Command { std: "docker" "inspect" "a9d33da87f8534c3def14c93cbf1cb126bb415b97deb1c17ca037a95949c407c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9d33da87f8534c3def14c93cbf1cb126bb415b97deb1c17ca037a95949c407c", kill_on_drop: false }`
[INFO] [stdout] a9d33da87f8534c3def14c93cbf1cb126bb415b97deb1c17ca037a95949c407c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 33d3f9ef312b58fdb1a4ae189a60ff310c602d53819965bcfc5f405de53cd05f
[INFO] running `Command { std: "docker" "start" "-a" "33d3f9ef312b58fdb1a4ae189a60ff310c602d53819965bcfc5f405de53cd05f", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/payloads/cctp/payloads.rs:74:20
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub fn deposit(&self) -> Option<&Deposit> {
[INFO] [stderr]    |                    ^^^^^            ^^^^^^^^
[INFO] [stderr]    |                    |                ||
[INFO] [stderr]    |                    |                |the same lifetime is hidden here
[INFO] [stderr]    |                    |                the same lifetime is elided here
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub fn deposit(&self) -> Option<&Deposit<'_>> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/payloads/core/gov.rs:86:29
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade> {
[INFO] [stderr]    |                             ^^^^^            ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                             |                ||
[INFO] [stderr]    |                             |                |the same lifetime is hidden here
[INFO] [stderr]    |                             |                the same lifetime is elided here
[INFO] [stderr]    |                             the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade<'_>> {
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/payloads/core/gov.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub fn guardian_set_update(&self) -> Option<&GuardianSetUpdate> {
[INFO] [stderr]     |                                ^^^^^            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                |                ||
[INFO] [stderr]     |                                |                |the same lifetime is hidden here
[INFO] [stderr]     |                                |                the same lifetime is elided here
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub fn guardian_set_update(&self) -> Option<&GuardianSetUpdate<'_>> {
[INFO] [stderr]     |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/payloads/core/gov.rs:114:28
[INFO] [stderr]     |
[INFO] [stderr] 114 |     pub fn set_message_fee(&self) -> Option<&SetMessageFee> {
[INFO] [stderr]     |                            ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stderr]     |                            |                ||
[INFO] [stderr]     |                            |                |the same lifetime is hidden here
[INFO] [stderr]     |                            |                the same lifetime is elided here
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 114 |     pub fn set_message_fee(&self) -> Option<&SetMessageFee<'_>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/payloads/core/gov.rs:128:26
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub fn transfer_fees(&self) -> Option<&TransferFees> {
[INFO] [stderr]     |                          ^^^^^            ^^^^^^^^^^^^^
[INFO] [stderr]     |                          |                ||
[INFO] [stderr]     |                          |                |the same lifetime is hidden here
[INFO] [stderr]     |                          |                the same lifetime is elided here
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub fn transfer_fees(&self) -> Option<&TransferFees<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/payloads/core/gov.rs:142:29
[INFO] [stderr]     |
[INFO] [stderr] 142 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId> {
[INFO] [stderr]     |                             ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                             |                ||
[INFO] [stderr]     |                             |                |the same lifetime is hidden here
[INFO] [stderr]     |                             |                the same lifetime is elided here
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 142 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/payloads/token_bridge/gov.rs:82:27
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub fn register_chain(&self) -> Option<&RegisterChain> {
[INFO] [stderr]    |                           ^^^^^            ^^^^^^^^^^^^^^
[INFO] [stderr]    |                           |                ||
[INFO] [stderr]    |                           |                |the same lifetime is hidden here
[INFO] [stderr]    |                           |                the same lifetime is elided here
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub fn register_chain(&self) -> Option<&RegisterChain<'_>> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/payloads/token_bridge/gov.rs:96:29
[INFO] [stderr]    |
[INFO] [stderr] 96 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade> {
[INFO] [stderr]    |                             ^^^^^            ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                             |                ||
[INFO] [stderr]    |                             |                |the same lifetime is hidden here
[INFO] [stderr]    |                             |                the same lifetime is elided here
[INFO] [stderr]    |                             the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 96 |     pub fn contract_upgrade(&self) -> Option<&ContractUpgrade<'_>> {
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/payloads/token_bridge/gov.rs:110:29
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId> {
[INFO] [stderr]     |                             ^^^^^            ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                             |                ||
[INFO] [stderr]     |                             |                |the same lifetime is hidden here
[INFO] [stderr]     |                             |                the same lifetime is elided here
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn recover_chain_id(&self) -> Option<&RecoverChainId<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/payloads/token_bridge/payloads.rs:78:21
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub fn transfer(&self) -> Option<&Transfer> {
[INFO] [stderr]    |                     ^^^^^            ^^^^^^^^^
[INFO] [stderr]    |                     |                ||
[INFO] [stderr]    |                     |                |the same lifetime is hidden here
[INFO] [stderr]    |                     |                the same lifetime is elided here
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub fn transfer(&self) -> Option<&Transfer<'_>> {
[INFO] [stderr]    |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/payloads/token_bridge/payloads.rs:92:24
[INFO] [stderr]    |
[INFO] [stderr] 92 |     pub fn attestation(&self) -> Option<&Attestation> {
[INFO] [stderr]    |                        ^^^^^            ^^^^^^^^^^^^
[INFO] [stderr]    |                        |                ||
[INFO] [stderr]    |                        |                |the same lifetime is hidden here
[INFO] [stderr]    |                        |                the same lifetime is elided here
[INFO] [stderr]    |                        the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 92 |     pub fn attestation(&self) -> Option<&Attestation<'_>> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/payloads/token_bridge/payloads.rs:106:34
[INFO] [stderr]     |
[INFO] [stderr] 106 |     pub fn transfer_with_message(&self) -> Option<&TransferWithMessage> {
[INFO] [stderr]     |                                  ^^^^^            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                  |                ||
[INFO] [stderr]     |                                  |                |the same lifetime is hidden here
[INFO] [stderr]     |                                  |                the same lifetime is elided here
[INFO] [stderr]     |                                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 106 |     pub fn transfer_with_message(&self) -> Option<&TransferWithMessage<'_>> {
[INFO] [stderr]     |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `wormhole-raw-vaas` (lib) generated 12 warnings (run `cargo fix --lib -p wormhole-raw-vaas` to apply 12 suggestions)
[INFO] [stderr] warning: `wormhole-raw-vaas` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wormhole_raw_vaas-ba927407427a2d2b)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test payloads::cctp::payloads::test::deposit ... ok
[INFO] [stdout] test payloads::core::gov::test::contract_upgrade ... ok
[INFO] [stdout] test payloads::cctp::payloads::test::payload_length_mismatch_deposit_with_message ... ok
[INFO] [stdout] test payloads::core::gov::test::guardian_set_update ... ok
[INFO] [stdout] test payloads::core::gov::test::invalid_core_bridge_gov ... ok
[INFO] [stdout] test payloads::core::gov::test::invalid_set_message_fee ... ok
[INFO] [stdout] test payloads::core::gov::test::invalid_guardian_set_update ... ok
[INFO] [stdout] test payloads::core::gov::test::invalid_contract_upgrade ... ok
[INFO] [stdout] test payloads::core::gov::test::invalid_transfer_fees ... ok
[INFO] [stdout] test payloads::core::gov::test::set_message_fee ... ok
[INFO] [stdout] test payloads::core::gov::test::transfer_fees ... ok
[INFO] [stdout] test payloads::token_bridge::gov::test::contract_upgrade ... ok
[INFO] [stdout] test payloads::token_bridge::gov::test::invalid_contract_upgrade ... ok
[INFO] [stdout] test payloads::token_bridge::gov::test::invalid_register_chain ... ok
[INFO] [stdout] test payloads::token_bridge::gov::test::invalid_token_bridge_gov ... ok
[INFO] [stdout] test payloads::token_bridge::gov::test::register_chain ... ok
[INFO] [stdout] test payloads::token_bridge::payloads::test::attestation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wormhole_raw_vaas
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "33d3f9ef312b58fdb1a4ae189a60ff310c602d53819965bcfc5f405de53cd05f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33d3f9ef312b58fdb1a4ae189a60ff310c602d53819965bcfc5f405de53cd05f", kill_on_drop: false }`
[INFO] [stdout] 33d3f9ef312b58fdb1a4ae189a60ff310c602d53819965bcfc5f405de53cd05f
